Age | Commit message (Expand) | Author |
2016-02-15 | pinctrl: coh901: fix initconst annotation | Arnd Bergmann |
2016-01-05 | pinctrl: u300: use gpiochip data pointer | Linus Walleij |
2015-12-26 | pinctrl: coh901: Be sure to clamp return value | Linus Walleij |
2015-11-19 | gpio: change member .dev to .parent | Linus Walleij |
2015-10-16 | pinctrl: replace trivial implementations of gpio_chip request/free | Jonas Gorski |
2015-09-16 | genirq: Remove irq argument from irq flow handlers | Thomas Gleixner |
2015-07-17 | pinctrl/coh901: Prepare u300_gpio_irq_handler for irq argument removal | Thomas Gleixner |
2015-07-17 | pinctrl: Use irq_desc_get_xxx() to avoid redundant lookup of irq_desc | Jiang Liu |
2014-07-22 | pinctrl: remove all usage of gpio_remove ret val in driver/pinctl | abdoulaye berthe |
2014-03-26 | pinctrl: coh901: convert driver to use gpiolib irqchip | Linus Walleij |
2014-03-18 | pinctrl: coh901: move irq line locking to resource callbacks | Linus Walleij |
2013-10-16 | pinctrl: coh901: mark GPIO lines used for IRQ | Linus Walleij |
2013-07-03 | Merge tag 'pinctrl-for-v3.11-1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds |
2013-06-20 | Merge tag 'u300-multiplatform' of git://git.kernel.org/pub/scm/linux/kernel/g... | Arnd Bergmann |
2013-06-17 | pinctrl: get rid of all platform data for coh901 | Linus Walleij |
2013-06-16 | pinctrl: coh901: remove unnecessary platform_set_drvdata() | Jingoo Han |
2013-05-31 | pinctrl: coh901: add device tree support | Linus Walleij |
2013-05-27 | pinctrl: Don't override the error code in probe error handling | Axel Lin |
2013-05-18 | drivers/pinctrl: don't check resource with devm_ioremap_resource | Wolfram Sang |
2013-04-03 | pinctrl: coh901: Fix error checking in u300_gpio_to_irq | Axel Lin |
2013-03-27 | pinctrl: coh901: Fix checkpatch error | Sachin Kamat |
2013-01-22 | pinctrl: Convert to devm_ioremap_resource() | Thierry Reding |
2012-11-21 | pinctrl/u300/coh901: stop spawning pinctrl from GPIO | Linus Walleij |
2012-11-21 | pinctrl/u300/coh901: let the gpio_chip register the range | Linus Walleij |
2012-11-15 | pinctrl: coh901: Return proper error if irq_domain_add_linear() fails | Axel Lin |
2012-11-11 | pinctrl/coh901: convert to use managed resources | Linus Walleij |
2012-11-11 | pinctrl/coh901: use irqdomain, allocate irqdescs | Linus Walleij |
2012-08-13 | pinctrl/coh901: move header to platform data dir | Linus Walleij |
2012-08-13 | pinctrl/coh901: retire ancient GPIO block versions | Linus Walleij |
2012-07-03 | pinctrl/coh901: use clk_prepare_[en|dis]able() | Linus Walleij |
2012-04-18 | pinctrl: mark const init data with __initconst instead of __initdata | Uwe Kleine-König |
2012-03-12 | pinctrl: support pinconfig on the U300 | Linus Walleij |
2012-03-12 | pinctrl/coh901: use generic pinconf enums and parameters | Linus Walleij |
2012-02-22 | pinctrl: spawn U300 pinctrl from the COH901 GPIO | Linus Walleij |
2012-02-10 | pinctrl: move generic functions to the pinctrl_ namespace | Linus Walleij |
2012-02-10 | pinctrl: break out a pinctrl consumer header | Linus Walleij |
2012-01-03 | pinctrl/coh901: driver to request its pins | Linus Walleij |
2012-01-03 | pinctrl: move the U300 GPIO driver to pinctrl | Linus Walleij |