summaryrefslogtreecommitdiffstats
path: root/drivers/pinctrl/bcm
Commit message (Expand)AuthorAgeFilesLines
...
* pinctrl: ns2: remove redundant dev_err call in ns2_pinmux_probe()Wei Yongjun2016-07-221-6/+2Star
* pinctrl: nsp: remove redundant dev_err call in nsp_pinmux_probe()Wei Yongjun2016-07-111-6/+2Star
* pinctrl: ns2: fix return value check in ns2_pinmux_probe()Wei Yongjun2016-07-111-2/+2
* pinctrl: nsp: add pinmux driver support for Broadcom NSP SoCYendapally Reddy Dhananjaya Reddy2016-06-293-0/+660
* pinctrl: nsp-gpio: fix non-static functionsBen Dooks2016-06-081-2/+4
* pinctrl: ns2: rename pinctrl_utils_dt_free_mapArnd Bergmann2016-05-091-1/+1
* pinctrl: ns2: add pinmux driver support for Broadcom NS2 SoCYendapally Reddy Dhananjaya Reddy2016-04-303-0/+1131
* pinctrl: nsp-gpio: Use devm_pinctrl_register() for pinctrl registrationLaxman Dewangan2016-04-211-1/+1
* pinctrl: iproc-gpio: Use devm_pinctrl_register() for pinctrl registrationLaxman Dewangan2016-04-211-10/+2Star
* pinctrl: cygnus-mux: Use devm_pinctrl_register() for pinctrl registrationLaxman Dewangan2016-04-211-1/+1
* pinctrl: bcm2835: Use devm_pinctrl_register() for pinctrl registrationLaxman Dewangan2016-04-211-2/+1Star
* pinctrl: bcm281xx: Use devm_pinctrl_register() for pinctrl registrationLaxman Dewangan2016-04-211-3/+1Star
* pinctrl: Rename pinctrl_utils_dt_free_map to pinctrl_utils_free_mapIrina Tirdea2016-04-014-4/+4
* pinctrl: bcm2835: Implement get_direction callbackStefan Wahren2016-04-011-0/+13
* Merge tag 'gpio-v4.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds2016-03-181-19/+14Star
|\
| * pinctrl: cygnus-gpio: use gpiochip data pointerLinus Walleij2016-02-191-19/+14Star
* | pinctrl-bcm2835: Fix cut-and-paste error in "pull" parsingPhil Elwell2016-03-081-1/+1
|/
* Merge tag 'gpio-v4.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds2016-01-173-20/+15Star
|\
| * pinctrl: nsp-gpio: use gpiochip data pointerLinus Walleij2016-01-051-12/+7Star
| * pinctrl: bcm2835: use gpiochip data pointerLinus Walleij2016-01-051-5/+5
| * pinctrl: fixup problematic flagLinus Walleij2015-12-211-1/+0Star
| * Merge tag 'v4.4-rc6' into develLinus Walleij2015-12-211-6/+7
| |\
| * | pinctrl: nsp-gpio: fix up parent attributeLinus Walleij2015-12-101-1/+1
| * | Merge branch 'bcm-nsp' of ../linux-pinctrl into develLinus Walleij2015-12-103-0/+767
| |\ \
| * | | gpio: change member .dev to .parentLinus Walleij2015-11-192-5/+5
* | | | Merge tag 'pinctrl-v4.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds2016-01-125-202/+958
|\ \ \ \ | |_|_|/ |/| | |
| * | | pinctrl: nsp-gpio: forever loop in nsp_gpio_get_strength()Dan Carpenter2015-12-241-1/+2
| * | | pinctrl: bcm2835: Fix memory leak in error pathStefan Wahren2015-12-221-1/+1
| * | | pinctrl: bcm/cygnys/iproc: fixup rebase issueLinus Walleij2015-12-211-1/+1
| * | | pinctrl: fixup problematic flagLinus Walleij2015-12-171-1/+0Star
| * | | pinctrl: bcm: Default PINCTRL_BCM281XX to y for ARCH_BCM_MOBILEFlorian Fainelli2015-12-101-0/+1
| * | | Merge branch 'bcm-nsp' into develLinus Walleij2015-12-103-0/+767
| |\ \ \ | | | |/ | | |/|
| | * | pinctrl: nsp: add gpio-a driver support for Broadcom NSP SoCYendapally Reddy Dhananjaya Reddy2015-12-103-0/+767
| | |/
| * | pinctrl: Rename gpio driver from cygnus to iprocPramod Kumar2015-11-303-11/+24
| * | gpio: Rename func/macro/var to IP-block,iprocPramod Kumar2015-11-301-152/+154
| * | pinctrl: Add new compatible string to GPIO controller driverPramod Kumar2015-11-301-0/+1
| * | pinctrl: use ngpios propety from DTPramod Kumar2015-11-301-36/+9Star
| * | pinctrl: Delete unnecessary checksMarkus Elfring2015-11-171-2/+1Star
| |/
* / pinctrl: bcm2835: Fix initial value for direction_outputStefan Wahren2015-12-141-6/+7
|/
* Merge tag 'gpio-v4.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds2015-11-021-12/+2Star
|\
| * pinctrl: replace trivial implementations of gpio_chip request/freeJonas Gorski2015-10-161-12/+2Star
* | pinctrl: cygnus: Remove GPIO to Pinctrl pin mapping from driverPramod Kumar2015-10-271-128/+3Star
|/
* genirq: Remove irq argument from irq flow handlersThomas Gleixner2015-09-161-1/+1
* Merge tag 'pinctrl-v4.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds2015-09-041-3/+2Star
|\
| * pinctrl: kill off set_irq_flags usageRob Herring2015-07-281-1/+0Star
| * pinctrl/bcm2835: Use irq_set_handler_locked()Thomas Gleixner2015-07-171-2/+2
* | pinctrl: bcm2835: Clear the event latch register when disabling interruptsJonathan Bell2015-07-201-0/+2
|/
* Merge tag 'pinctrl-v4.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds2015-06-254-10/+10
|\
| * pinctrl: make pinctrl_register() return proper error codeMasahiro Yamada2015-06-104-8/+8
| * pinctrl: cygnus: fixed typo in the gpio driverRay Jui2015-05-191-2/+2