summaryrefslogtreecommitdiffstats
path: root/drivers/pinctrl/bcm
Commit message (Expand)AuthorAgeFilesLines
* pinctrl: bcm2835: add pull defines to dt bindingsGerd Hoffmann2016-10-171-6/+0
* pinctrl: bcm281xx: constify pinctrl_ops and pinmux_ops structuresJulia Lawall2016-09-071-2/+2
* pinctrl: nsp: constify pinctrl_ops and pinmux_ops structuresJulia Lawall2016-09-071-2/+2
* pinctrl: ns2: constify pinctrl_ops and pinmux_ops structuresJulia Lawall2016-09-071-2/+2
* pinctrl: iproc: Add NSP and Stingray GPIO supportRay Jui2016-07-221-7/+111
* pinctrl: bcm: add OF dependenciesArnd Bergmann2016-07-221-0/+2
* pinctrl: ns2: remove redundant dev_err call in ns2_pinmux_probe()Wei Yongjun2016-07-221-6/+2
* pinctrl: nsp: remove redundant dev_err call in nsp_pinmux_probe()Wei Yongjun2016-07-111-6/+2
* 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/+2
* 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/+1
* pinctrl: bcm281xx: Use devm_pinctrl_register() for pinctrl registrationLaxman Dewangan2016-04-211-3/+1
* 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-171-19/+14
|\
| * pinctrl: cygnus-gpio: use gpiochip data pointerLinus Walleij2016-02-191-19/+14
* | 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/+15
|\
| * pinctrl: nsp-gpio: use gpiochip data pointerLinus Walleij2016-01-051-12/+7
| * pinctrl: bcm2835: use gpiochip data pointerLinus Walleij2016-01-051-5/+5
| * pinctrl: fixup problematic flagLinus Walleij2015-12-211-1/+0
| * 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-115-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/+0
| * | | 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/+9
| * | pinctrl: Delete unnecessary checksMarkus Elfring2015-11-171-2/+1
| |/
* | 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/+2
|\
| * pinctrl: replace trivial implementations of gpio_chip request/freeJonas Gorski2015-10-161-12/+2
* | pinctrl: cygnus: Remove GPIO to Pinctrl pin mapping from driverPramod Kumar2015-10-271-128/+3
|/
* 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/+2
|\
OpenPOWER on IntegriCloud