aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pinctrl/mvebu/pinctrl-armada-37xx.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-01-23pinctrl: mvebu: armada-37xx: use use platform apiPeng Fan1-3/+9
2020-01-07pinctrl: armada-37xx: Remove unneeded semicolonMa Feng1-2/+2
2019-11-21pinctrl: armada-37xx: Fix irq mask access in armada_37xx_irq_set_type()Gregory CLEMENT1-3/+3
2019-11-13Merge tag 'v5.4-rc5' into develLinus Walleij1-13/+13
2019-10-16pinctrl: armada-37xx: Pass irqchip when adding gpiochipLinus Walleij1-15/+19
2019-10-09pinctrl: armada-37xx: swap polarity on LED groupPatrick Williams1-4/+4
2019-10-04pinctrl: armada-37xx: fix control of pins 32 and upPatrick Williams1-9/+9
2019-01-21pinctrl: armada-37xx: change suspend/resume timeMiquel Raynal1-2/+2
2019-01-11pinctrl: armada-37xx: add missing pin: PCIe1 WakeupGregory CLEMENT1-0/+1
2019-01-11pinctrl: armada-37xx: Correct mpp definitionsMarek BehĂșn1-4/+6
2018-06-29pinctrl: armada-37xx: add suspend/resume supportMiquel Raynal1-0/+118
2018-06-12treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook1-8/+13
2018-05-24pinctrl: armada-37xx: Fix spurious irq managementTerry Zhou1-1/+2
2018-05-16pinctrl: armada-37xx: Convert to use match_string() helperAndy Shevchenko1-21/+8
2018-02-02Merge tag 'pinctrl-v4.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrlLinus Torvalds1-2/+2
2018-01-08pinctrl: armada-37xx: account for const type of of_device_id.dataJulia Lawall1-2/+2
2017-11-29pinctrl: armada-37xx: Fix direction_output() callback behaviorGregory CLEMENT1-2/+11
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-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-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 CLEMENT1-0/+648