aboutsummaryrefslogtreecommitdiff
path: root/drivers/pinctrl/mvebu
AgeCommit message (Expand)AuthorFilesLines
2019-08-27pinctrl: mvebu: add additional variant for standalone CP115Gravatar Grzegorz Jaszczyk 1-4/+13
2019-08-27pinctrl: mvebu: Add CP110 missing pin functionalityGravatar Konstantin Porotchkin 1-1/+2
2019-07-13Merge tag 'pinctrl-v5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Gravatar Linus Torvalds 1-279/+297
2019-06-25pinctrl: mvebu: Add support for MV98DX1135Gravatar Chris Packham 1-279/+297
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Gravatar Thomas Gleixner 12-60/+12
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigGravatar Thomas Gleixner 1-0/+1
2019-01-21pinctrl: armada-37xx: change suspend/resume timeGravatar Miquel Raynal 1-2/+2
2019-01-11pinctrl: armada-37xx: add missing pin: PCIe1 WakeupGravatar Gregory CLEMENT 1-0/+1
2019-01-11pinctrl: armada-37xx: Correct mpp definitionsGravatar Marek Behún 1-4/+6
2018-09-14pinctrl: Include <linux/gpio/driver.h> nothing elseGravatar Linus Walleij 1-1/+1
2018-08-29pinctrl: Convert to using %pOFn instead of device_node.nameGravatar Rob Herring 1-2/+2
2018-06-29pinctrl: armada-37xx: add suspend/resume supportGravatar Miquel Raynal 1-0/+118
2018-06-12treewide: devm_kzalloc() -> devm_kcalloc()Gravatar Kees Cook 2-14/+23
2018-06-12treewide: devm_kmalloc() -> devm_kmalloc_array()Gravatar Kees Cook 1-2/+2
2018-05-24pinctrl: armada-37xx: Fix spurious irq managementGravatar Terry Zhou 1-1/+2
2018-05-23pinctrl: mvebu: update use "nand" function for "rb" pinGravatar Chris Packham 1-1/+1
2018-05-16pinctrl: mvebu: use correct MPP sel value for dev pinsGravatar Chris Packham 1-10/+10
2018-05-16pinctrl: armada-37xx: Convert to use match_string() helperGravatar Andy Shevchenko 1-21/+8
2018-02-02Merge tag 'pinctrl-v4.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 2-5/+4
2018-01-08pinctrl: armada-37xx: account for const type of of_device_id.dataGravatar Julia Lawall 1-2/+2
2017-12-20pinctrl: mvebu: Delete an error message for a failed memory allocation in mve...Gravatar Markus Elfring 1-3/+2
2017-11-29pinctrl: armada-37xx: Fix direction_output() callback behaviorGravatar Gregory CLEMENT 1-2/+11
2017-11-16Merge tag 'pinctrl-v4.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-0/+64
2017-11-14Merge tag 'gpio-v4.15-1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-4/+2
2017-11-09Merge branch 'gpio-irqchip-rework' of /home/linus/linux-gpio into develGravatar Linus Walleij 1-4/+2
2017-11-08gpio: Move irqdomain into struct gpio_irq_chipGravatar Thierry Reding 1-1/+1
2017-11-03pinctrl: armada-37xx: remove unused variableGravatar Arnd Bergmann 1-2/+0
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2017-10-31pinctrl: armada-37xx: Add edge both type gpio irq supportGravatar Ken Ma 1-0/+64
2017-10-19pinctrl: armada-37xx: Stop using struct gpio_chip.irq_baseGravatar Thierry Reding 1-2/+2
2017-09-12pinctrl: armada-37xx: Fix gpio interrupt setupGravatar Gregory CLEMENT 1-19/+22
2017-08-22pinctrl: armada-37xx: constify pinconf_ops, pinctrl_ops, and pinmux_ops struc...Gravatar Julia Lawall 1-1/+1
2017-08-14pinctrl: armada-37xx: add static to local dataGravatar Masahiro Yamada 1-2/+2
2017-08-07pinctrl: armada-37xx: Fix number of pin in south bridgeGravatar Gregory CLEMENT 1-1/+1
2017-08-07pinctrl: armada-37xx: Fix the pin 23 on south bridgeGravatar Gregory CLEMENT 1-6/+17
2017-06-29pinctrl: armada-37xx: Fix number of pin in sdio_sbGravatar Gregory CLEMENT 1-2/+2
2017-06-29pinctrl: armada-37xx: Fix uart2 group selection register maskGravatar Ken Ma 1-2/+3
2017-06-16pinctrl: mvebu: add driver for Armada CP110 pinctrlGravatar Hanna Hawa 3-0/+692
2017-06-16pinctrl: mvebu: add driver for Armada AP806 pinctrlGravatar Hanna Hawa 3-0/+145
2017-06-16pinctrl: avoid PLAT_ORION dependencyGravatar Russell King 1-4/+0
2017-06-16pinctrl: mvebu: remove the offset property for regmapGravatar Gregory CLEMENT 2-6/+2
2017-05-22pinctrl: armada-37xx: Add irqchip supportGravatar Gregory CLEMENT 1-0/+229
2017-04-24pinctrl: armada-37xx: Add gpio supportGravatar Gregory CLEMENT 1-14/+114
2017-04-24pinctrl: armada-37xx: Add pin controller support for Armada 37xxGravatar Gregory CLEMENT 3-1/+657
2017-02-13pinctrl: mvebu: make bool drivers explicitly non-modularGravatar Paul Gortmaker 9-65/+9
2017-01-30Merge branch 'ib-mvebu-98dx3236' into develGravatar Linus Walleij 1-0/+156
2017-01-30pinctrl: mvebu: pinctrl driver for 98DX3236 SoCGravatar Kalyan Kinthada 1-0/+156
2017-01-26pinctrl: mvebu: remove unused variableGravatar Arnd Bergmann 1-1/+0
2017-01-18pinctrl: mvebu: add simple regmap based pinctrl implementationGravatar Russell King 2-1/+75
2017-01-18pinctrl: mvebu: switch drivers to generic simple mmioGravatar Russell King 8-186/+45