aboutsummaryrefslogtreecommitdiff
path: root/drivers/pinctrl/pinctrl-coh901.c
AgeCommit message (Expand)Author
2018-09-14pinctrl: Include <linux/gpio/driver.h> nothing elseLinus Walleij
2017-11-08gpio: Move irqdomain into struct gpio_irq_chipThierry Reding
2017-08-14pinctrl: coh901: constify gpio_chip structureGustavo A. R. Silva
2016-02-15pinctrl: coh901: fix initconst annotationArnd Bergmann
2016-01-05pinctrl: u300: use gpiochip data pointerLinus Walleij
2015-12-26pinctrl: coh901: Be sure to clamp return valueLinus Walleij
2015-11-19gpio: change member .dev to .parentLinus Walleij
2015-10-16pinctrl: replace trivial implementations of gpio_chip request/freeJonas Gorski
2015-09-16genirq: Remove irq argument from irq flow handlersThomas Gleixner
2015-07-17pinctrl/coh901: Prepare u300_gpio_irq_handler for irq argument removalThomas Gleixner
2015-07-17pinctrl: Use irq_desc_get_xxx() to avoid redundant lookup of irq_descJiang Liu
2014-07-22pinctrl: remove all usage of gpio_remove ret val in driver/pinctlabdoulaye berthe
2014-03-26pinctrl: coh901: convert driver to use gpiolib irqchipLinus Walleij
2014-03-18pinctrl: coh901: move irq line locking to resource callbacksLinus Walleij
2013-10-16pinctrl: coh901: mark GPIO lines used for IRQLinus Walleij
2013-07-03Merge tag 'pinctrl-for-v3.11-1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2013-06-20Merge tag 'u300-multiplatform' of git://git.kernel.org/pub/scm/linux/kernel/g...Arnd Bergmann
2013-06-17pinctrl: get rid of all platform data for coh901Linus Walleij
2013-06-16pinctrl: coh901: remove unnecessary platform_set_drvdata()Jingoo Han
2013-05-31pinctrl: coh901: add device tree supportLinus Walleij
2013-05-27pinctrl: Don't override the error code in probe error handlingAxel Lin
2013-05-18drivers/pinctrl: don't check resource with devm_ioremap_resourceWolfram Sang
2013-04-03pinctrl: coh901: Fix error checking in u300_gpio_to_irqAxel Lin
2013-03-27pinctrl: coh901: Fix checkpatch errorSachin Kamat
2013-01-22pinctrl: Convert to devm_ioremap_resource()Thierry Reding
2012-11-21pinctrl/u300/coh901: stop spawning pinctrl from GPIOLinus Walleij
2012-11-21pinctrl/u300/coh901: let the gpio_chip register the rangeLinus Walleij
2012-11-15pinctrl: coh901: Return proper error if irq_domain_add_linear() failsAxel Lin
2012-11-11pinctrl/coh901: convert to use managed resourcesLinus Walleij
2012-11-11pinctrl/coh901: use irqdomain, allocate irqdescsLinus Walleij
2012-08-13pinctrl/coh901: move header to platform data dirLinus Walleij
2012-08-13pinctrl/coh901: retire ancient GPIO block versionsLinus Walleij
2012-07-03pinctrl/coh901: use clk_prepare_[en|dis]able()Linus Walleij
2012-04-18pinctrl: mark const init data with __initconst instead of __initdataUwe Kleine-König
2012-03-12pinctrl: support pinconfig on the U300Linus Walleij
2012-03-12pinctrl/coh901: use generic pinconf enums and parametersLinus Walleij
2012-02-22pinctrl: spawn U300 pinctrl from the COH901 GPIOLinus Walleij
2012-02-10pinctrl: move generic functions to the pinctrl_ namespaceLinus Walleij
2012-02-10pinctrl: break out a pinctrl consumer headerLinus Walleij
2012-01-03pinctrl/coh901: driver to request its pinsLinus Walleij
2012-01-03pinctrl: move the U300 GPIO driver to pinctrlLinus Walleij