summaryrefslogtreecommitdiffstats
path: root/drivers/pinctrl/mvebu/pinctrl-armada-37xx.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* pinctrl: mvebu: armada-37xx: use use platform apiPeng Fan2020-01-231-3/+9
* pinctrl: armada-37xx: Remove unneeded semicolonMa Feng2020-01-071-2/+2
* pinctrl: armada-37xx: Fix irq mask access in armada_37xx_irq_set_type()Gregory CLEMENT2019-11-211-3/+3
* Merge tag 'v5.4-rc5' into develLinus Walleij2019-11-131-13/+13
|\
| * pinctrl: armada-37xx: swap polarity on LED groupPatrick Williams2019-10-091-4/+4
| * pinctrl: armada-37xx: fix control of pins 32 and upPatrick Williams2019-10-041-9/+9
* | pinctrl: armada-37xx: Pass irqchip when adding gpiochipLinus Walleij2019-10-161-15/+19
|/
* pinctrl: armada-37xx: change suspend/resume timeMiquel Raynal2019-01-211-2/+2
* pinctrl: armada-37xx: add missing pin: PCIe1 WakeupGregory CLEMENT2019-01-111-0/+1
* pinctrl: armada-37xx: Correct mpp definitionsMarek BehĂșn2019-01-111-4/+6
* pinctrl: armada-37xx: add suspend/resume supportMiquel Raynal2018-06-291-0/+118
* treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook2018-06-131-8/+13
* pinctrl: armada-37xx: Fix spurious irq managementTerry Zhou2018-05-241-1/+2
* pinctrl: armada-37xx: Convert to use match_string() helperAndy Shevchenko2018-05-161-21/+8
* Merge tag 'pinctrl-v4.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-02-021-2/+2
|\
| * pinctrl: armada-37xx: account for const type of of_device_id.dataJulia Lawall2018-01-081-2/+2
* | pinctrl: armada-37xx: Fix direction_output() callback behaviorGregory CLEMENT2017-11-291-2/+11
|/
* Merge branch 'gpio-irqchip-rework' of /home/linus/linux-gpio into develLinus Walleij2017-11-091-4/+2
|\
| * gpio: Move irqdomain into struct gpio_irq_chipThierry Reding2017-11-081-1/+1
| * pinctrl: armada-37xx: remove unused variableArnd Bergmann2017-11-031-2/+0
| * pinctrl: armada-37xx: Stop using struct gpio_chip.irq_baseThierry Reding2017-10-191-2/+2
* | pinctrl: armada-37xx: Add edge both type gpio irq supportKen Ma2017-10-311-0/+64
|/
* pinctrl: armada-37xx: Fix gpio interrupt setupGregory CLEMENT2017-09-121-19/+22
* pinctrl: armada-37xx: constify pinconf_ops, pinctrl_ops, and pinmux_ops struc...Julia Lawall2017-08-221-1/+1
* pinctrl: armada-37xx: add static to local dataMasahiro Yamada2017-08-141-2/+2
* pinctrl: armada-37xx: Fix number of pin in south bridgeGregory CLEMENT2017-08-071-1/+1
* pinctrl: armada-37xx: Fix the pin 23 on south bridgeGregory CLEMENT2017-08-071-6/+17
* pinctrl: armada-37xx: Fix number of pin in sdio_sbGregory CLEMENT2017-06-291-2/+2
* pinctrl: armada-37xx: Fix uart2 group selection register maskKen Ma2017-06-291-2/+3
* pinctrl: armada-37xx: Add irqchip supportGregory CLEMENT2017-05-221-0/+229
* pinctrl: armada-37xx: Add gpio supportGregory CLEMENT2017-04-241-14/+114
* pinctrl: armada-37xx: Add pin controller support for Armada 37xxGregory CLEMENT2017-04-241-0/+648