summaryrefslogtreecommitdiffstats
path: root/drivers/pinctrl/pinctrl-adi2.c
Commit message (Expand)AuthorAgeFilesLines
* pinctrl: adi2: Improve a size determination in two functionsMarkus Elfring2017-12-211-3/+2
* pinctrl: adi2: Delete an error message for a failed memory allocation in two ...Markus Elfring2017-12-211-6/+2
* pinctrl: adi2: constify pinconf_ops, pinctrl_ops, and pinmux_ops structuresJulia Lawall2017-08-221-2/+2
* pinctrl: adi2: Use devm_pinctrl_register() for pinctrl registrationLaxman Dewangan2016-04-211-11/+2
* Merge tag 'gpio-v4.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds2016-01-171-8/+8
|\
| * pinctrl: adi2: use gpiochip data pointerLinus Walleij2016-01-051-8/+8
* | pinctrl: adi2: Use platform_register/unregister_drivers()Thierry Reding2015-12-101-16/+8
|/
* pinctrl: replace trivial implementations of gpio_chip request/freeJonas Gorski2015-10-161-12/+2
* genirq: Remove irq argument from irq flow handlersThomas Gleixner2015-09-161-2/+1
* pinctrl/adi2: Use irq_set_handler_locked()Thomas Gleixner2015-07-171-2/+2
* Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2015-07-011-2/+2
|\
| * pinctrl/adi2: Fix race in installing chained IRQ handlerThomas Gleixner2015-06-251-2/+2
* | pinctrl: make pinctrl_register() return proper error codeMasahiro Yamada2015-06-101-2/+2
* | pinctrl: move strict option to pinmux_opsLinus Walleij2015-05-061-1/+1
* | pinctrl: allow exlusive GPIO/mux pin allocationSonic Zhang2015-05-061-0/+1
|/
* pinctrl: adi2: Remove duplicate gpiochip_remove_pin_rangesPramod Gurav2014-09-051-1/+0
* pinctrl: clean up after enable refactoringLinus Walleij2014-09-041-3/+3
* pinctrl: remove all usage of gpio_remove ret val in driver/pinctlabdoulaye berthe2014-07-221-5/+4
* pinctrl: pinctrl-adi2.c: Cleaning up wrong format string usageRickard Strandqvist2014-07-111-1/+1
* pinctrl: avoid duplicated calling enable_pinmux_setting for a pinFan Wu2014-07-111-30/+0
* pinctrl: adi2: Statize adi_gpio_irq_domain_opsAxel Lin2014-04-221-1/+1
* Merge tag 'gpio-v3.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds2014-04-031-0/+1
|\
| * gpio: switch drivers to use new callbackLinus Walleij2014-03-181-0/+1
* | pinctrl: pinctrl-adi: combine multiple groups of one function togetherSonic Zhang2014-02-251-6/+6
* | pinctrl-adi2: fix coding style issueSonic Zhang2014-02-101-1/+1
* | pinctrl-adi2: change irq_base from usigned int to intSonic Zhang2014-02-101-1/+1
* | pinctrl: Move pint PM storage structure out of blackfin architecture.Sonic Zhang2014-02-101-1/+14
|/
* pinctrl: pinctrl-adi2: disable IRQ when setting valueSonic Zhang2013-10-091-6/+8
* pinctrl: pinctrl-adi2: Remove nested lock+irqsave that resue flags.Sonic Zhang2013-10-091-18/+22
* pinctrl: adi2: Fix dead lock in adi_gpio_direction_outputAxel Lin2013-09-271-1/+2
* pinctrl: adi2: Convert to devm_ioremap_resourceAxel Lin2013-09-271-32/+6
* pinctrl: ADI PIN control driver for the GPIO controller on bf54x and bf60x.Sonic Zhang2013-09-191-0/+1183