aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pinctrl/pinctrl-coh901.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-11-05pinctrl: use devm_platform_ioremap_resource() to simplify codeYueHaibing1-3/+1
2019-09-30pinctrl: coh901: Pass irqchip when adding gpiochipLinus Walleij1-27/+23
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 194Thomas Gleixner1-1/+1
2018-09-14pinctrl: Include <linux/gpio/driver.h> nothing elseLinus Walleij1-1/+1
2017-11-08gpio: Move irqdomain into struct gpio_irq_chipThierry Reding1-1/+1
2017-08-14pinctrl: coh901: constify gpio_chip structureGustavo A. R. Silva1-1/+1
2016-02-15pinctrl: coh901: fix initconst annotationArnd Bergmann1-1/+1
2016-01-05pinctrl: u300: use gpiochip data pointerLinus Walleij1-20/+11
2015-12-26pinctrl: coh901: Be sure to clamp return valueLinus Walleij1-1/+1
2015-11-19gpio: change member .dev to .parentLinus Walleij1-1/+1
2015-10-16pinctrl: replace trivial implementations of gpio_chip request/freeJonas Gorski1-20/+2
2015-09-16genirq: Remove irq argument from irq flow handlersThomas Gleixner1-1/+1
2015-07-17pinctrl/coh901: Prepare u300_gpio_irq_handler for irq argument removalThomas Gleixner1-1/+2
2015-07-17pinctrl: Use irq_desc_get_xxx() to avoid redundant lookup of irq_descJiang Liu1-2/+2
2014-07-22pinctrl: remove all usage of gpio_remove ret val in driver/pinctlabdoulaye berthe1-8/+2
2014-03-26pinctrl: coh901: convert driver to use gpiolib irqchipLinus Walleij1-151/+53
2014-03-18pinctrl: coh901: move irq line locking to resource callbacksLinus Walleij1-5/+23
2013-10-16pinctrl: coh901: mark GPIO lines used for IRQLinus Walleij1-0/+5
2013-07-03Merge tag 'pinctrl-for-v3.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrlLinus Torvalds1-1/+0
2013-06-20Merge tag 'u300-multiplatform' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson into next/socArnd Bergmann1-16/+19
2013-06-17pinctrl: get rid of all platform data for coh901Linus Walleij1-14/+9
2013-06-16pinctrl: coh901: remove unnecessary platform_set_drvdata()Jingoo Han1-1/+0
2013-05-31pinctrl: coh901: add device tree supportLinus Walleij1-2/+10
2013-05-27pinctrl: Don't override the error code in probe error handlingAxel Lin1-1/+2
2013-05-18drivers/pinctrl: don't check resource with devm_ioremap_resourceWolfram Sang1-5/+0
2013-04-03pinctrl: coh901: Fix error checking in u300_gpio_to_irqAxel Lin1-2/+5
2013-03-27pinctrl: coh901: Fix checkpatch errorSachin Kamat1-1/+1
2013-01-22pinctrl: Convert to devm_ioremap_resource()Thierry Reding1-5/+3
2012-11-21pinctrl/u300/coh901: stop spawning pinctrl from GPIOLinus Walleij1-6/+0
2012-11-21pinctrl/u300/coh901: let the gpio_chip register the rangeLinus Walleij1-2/+45
2012-11-15pinctrl: coh901: Return proper error if irq_domain_add_linear() failsAxel Lin1-2/+4
2012-11-11pinctrl/coh901: convert to use managed resourcesLinus Walleij1-43/+19
2012-11-11pinctrl/coh901: use irqdomain, allocate irqdescsLinus Walleij1-14/+46
2012-08-13pinctrl/coh901: move header to platform data dirLinus Walleij1-1/+1
2012-08-13pinctrl/coh901: retire ancient GPIO block versionsLinus Walleij1-176/+42
2012-07-03pinctrl/coh901: use clk_prepare_[en|dis]able()Linus Walleij1-3/+3
2012-04-18pinctrl: mark const init data with __initconst instead of __initdataUwe Kleine-König1-2/+2
2012-03-12pinctrl: support pinconfig on the U300Linus Walleij1-8/+69
2012-03-12pinctrl/coh901: use generic pinconf enums and parametersLinus Walleij1-43/+13
2012-02-22pinctrl: spawn U300 pinctrl from the COH901 GPIOLinus Walleij1-2/+8
2012-02-10pinctrl: move generic functions to the pinctrl_ namespaceLinus Walleij1-2/+2
2012-02-10pinctrl: break out a pinctrl consumer headerLinus Walleij1-1/+1
2012-01-03pinctrl/coh901: driver to request its pinsLinus Walleij1-0/+21
2012-01-03pinctrl: move the U300 GPIO driver to pinctrlLinus Walleij1-0/+917