aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pinctrl/mvebu (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-11-29pinctrl: armada-37xx: Fix direction_output() callback behaviorGregory CLEMENT1-2/+11
2017-11-16Merge tag 'pinctrl-v4.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrlLinus Torvalds1-0/+64
2017-11-14Merge tag 'gpio-v4.15-1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpioLinus Torvalds1-4/+2
2017-11-09Merge branch 'gpio-irqchip-rework' of /home/linus/linux-gpio into develLinus Walleij1-4/+2
2017-11-08gpio: Move irqdomain into struct gpio_irq_chipThierry Reding1-1/+1
2017-11-03pinctrl: armada-37xx: remove unused variableArnd Bergmann1-2/+0
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-31pinctrl: armada-37xx: Add edge both type gpio irq supportKen Ma1-0/+64
2017-10-19pinctrl: armada-37xx: Stop using struct gpio_chip.irq_baseThierry Reding1-2/+2
2017-09-12pinctrl: armada-37xx: Fix gpio interrupt setupGregory CLEMENT1-19/+22
2017-08-22pinctrl: armada-37xx: constify pinconf_ops, pinctrl_ops, and pinmux_ops structuresJulia Lawall1-1/+1
2017-08-14pinctrl: armada-37xx: add static to local dataMasahiro Yamada1-2/+2
2017-08-07pinctrl: armada-37xx: Fix number of pin in south bridgeGregory CLEMENT1-1/+1
2017-08-07pinctrl: armada-37xx: Fix the pin 23 on south bridgeGregory CLEMENT1-6/+17
2017-06-29pinctrl: armada-37xx: Fix number of pin in sdio_sbGregory CLEMENT1-2/+2
2017-06-29pinctrl: armada-37xx: Fix uart2 group selection register maskKen Ma1-2/+3
2017-06-16pinctrl: mvebu: add driver for Armada CP110 pinctrlHanna Hawa3-0/+692
2017-06-16pinctrl: mvebu: add driver for Armada AP806 pinctrlHanna Hawa3-0/+145
2017-06-16pinctrl: avoid PLAT_ORION dependencyRussell King1-4/+0
2017-06-16pinctrl: mvebu: remove the offset property for regmapGregory CLEMENT2-6/+2
2017-05-22pinctrl: armada-37xx: Add irqchip supportGregory CLEMENT1-0/+229
2017-04-24pinctrl: armada-37xx: Add gpio supportGregory CLEMENT1-14/+114
2017-04-24pinctrl: armada-37xx: Add pin controller support for Armada 37xxGregory CLEMENT3-1/+657
2017-02-13pinctrl: mvebu: make bool drivers explicitly non-modularPaul Gortmaker9-65/+9
2017-01-30Merge branch 'ib-mvebu-98dx3236' into develLinus Walleij1-0/+156
2017-01-30pinctrl: mvebu: pinctrl driver for 98DX3236 SoCKalyan Kinthada1-0/+156
2017-01-26pinctrl: mvebu: remove unused variableArnd Bergmann1-1/+0
2017-01-18pinctrl: mvebu: add simple regmap based pinctrl implementationRussell King2-1/+75
2017-01-18pinctrl: mvebu: switch drivers to generic simple mmioRussell King8-186/+45
2017-01-18pinctrl: mvebu: provide generic simple mmio-based implementationRussell King2-0/+63
2017-01-18pinctrl: mvebu: provide per-control private dataRussell King10-39/+88
2017-01-18pinctrl: mvebu: constify mvebu_mpp_ctrl structuresRussell King10-16/+16
2017-01-17pinctrl: mvebu: Use seq_putc() in mvebu_pinconf_group_dbg_show()Markus Elfring1-8/+8
2017-01-17pinctrl: mvebu: Use seq_puts() in mvebu_pinconf_group_dbg_show()Markus Elfring1-4/+5
2017-01-17pinctrl: mvebu: Delete an unnecessary return statement in mvebu_pinconf_group_dbg_show()Markus Elfring1-1/+0
2017-01-17pinctrl: mvebu: Delete an error message for a failed memory allocation in three functionsMarkus Elfring1-11/+3
2017-01-17pinctrl: mvebu: Use kmalloc_array() in mvebu_pinctrl_dt_node_to_map()Markus Elfring1-1/+1
2016-09-21pinctrl: mvebu: orion5x: Generalise mv88f5181l support for 88f5181Jamie Lentin1-11/+12
2016-07-24pinctrl: fix pincontrol definition for marvellAndreas Klinger1-42/+43
2016-04-21pinctrl: mvebu: Use devm_pinctrl_register() for pinctrl registrationLaxman Dewangan10-55/+2
2016-02-13pinctrl: mvebu: fix num_settings in mpp group assignmentSebastian Hesselbarth1-3/+6
2015-12-09pinctrl: mvebu: complain about missing group after checking variantSebastian Hesselbarth1-13/+16
2015-12-01pinctrl: mvebu: guard sub-directory with CONFIG_PINCTRL_MVEBUMasahiro Yamada1-1/+1
2015-06-24Merge tag 'pinctrl-v4.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrlLinus Torvalds6-203/+222
2015-06-10pinctrl: make pinctrl_register() return proper error codeMasahiro Yamada1-2/+2
2015-06-10pinctrl: mvebu: armada-39x: add support for Armada 395 variantThomas Petazzoni1-17/+23
2015-06-10pinctrl: mvebu: armada-39x: add missing SATA functionsThomas Petazzoni1-0/+9
2015-06-10pinctrl: mvebu: armada-39x: add missing PCIe functionsThomas Petazzoni1-0/+2
2015-06-10pinctrl: mvebu: armada-38x: add ptp functionsThomas Petazzoni1-3/+6
2015-06-10pinctrl: mvebu: armada-38x: add ua1 functionsThomas Petazzoni1-6/+12