summaryrefslogtreecommitdiffstats
path: root/drivers/pinctrl/mvebu
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'pinctrl-v5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds2019-07-141-279/+297
|\
| * pinctrl: mvebu: Add support for MV98DX1135Chris Packham2019-06-251-279/+297
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-3012-60/+12Star
* | treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-211-0/+1
|/
* 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: Include <linux/gpio/driver.h> nothing elseLinus Walleij2018-09-141-1/+1
* pinctrl: Convert to using %pOFn instead of device_node.nameRob Herring2018-08-291-2/+2
* pinctrl: armada-37xx: add suspend/resume supportMiquel Raynal2018-06-291-0/+118
* treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook2018-06-132-14/+23
* treewide: devm_kmalloc() -> devm_kmalloc_array()Kees Cook2018-06-131-2/+2
* pinctrl: armada-37xx: Fix spurious irq managementTerry Zhou2018-05-241-1/+2
* pinctrl: mvebu: update use "nand" function for "rb" pinChris Packham2018-05-231-1/+1
* pinctrl: mvebu: use correct MPP sel value for dev pinsChris Packham2018-05-161-10/+10
* pinctrl: armada-37xx: Convert to use match_string() helperAndy Shevchenko2018-05-161-21/+8Star
* Merge tag 'pinctrl-v4.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-02-022-5/+4Star
|\
| * pinctrl: armada-37xx: account for const type of of_device_id.dataJulia Lawall2018-01-081-2/+2
| * pinctrl: mvebu: Delete an error message for a failed memory allocation in mve...Markus Elfring2017-12-201-3/+2Star
* | pinctrl: armada-37xx: Fix direction_output() callback behaviorGregory CLEMENT2017-11-291-2/+11
|/
* Merge tag 'pinctrl-v4.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2017-11-161-0/+64
|\
| * Merge branch 'gpio-irqchip-rework' of /home/linus/linux-gpio into develLinus Walleij2017-11-091-4/+2Star
| |\
| * | pinctrl: armada-37xx: Add edge both type gpio irq supportKen Ma2017-10-311-0/+64
* | | Merge tag 'gpio-v4.15-1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-11-151-4/+2Star
|\ \ \ | | |/ | |/|
| * | gpio: Move irqdomain into struct gpio_irq_chipThierry Reding2017-11-081-1/+1
| * | pinctrl: armada-37xx: remove unused variableArnd Bergmann2017-11-031-2/+0Star
| * | pinctrl: armada-37xx: Stop using struct gpio_chip.irq_baseThierry Reding2017-10-191-2/+2
| |/
* / License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
|/
* 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: mvebu: add driver for Armada CP110 pinctrlHanna Hawa2017-06-163-0/+692
* pinctrl: mvebu: add driver for Armada AP806 pinctrlHanna Hawa2017-06-163-0/+145
* pinctrl: avoid PLAT_ORION dependencyRussell King2017-06-161-4/+0Star
* pinctrl: mvebu: remove the offset property for regmapGregory CLEMENT2017-06-162-6/+2Star
* 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-243-1/+657
* pinctrl: mvebu: make bool drivers explicitly non-modularPaul Gortmaker2017-02-139-65/+9Star
* Merge branch 'ib-mvebu-98dx3236' into develLinus Walleij2017-01-301-0/+156
|\
| * pinctrl: mvebu: pinctrl driver for 98DX3236 SoCKalyan Kinthada2017-01-301-0/+156
* | pinctrl: mvebu: remove unused variableArnd Bergmann2017-01-261-1/+0Star
* | pinctrl: mvebu: add simple regmap based pinctrl implementationRussell King2017-01-182-1/+75
* | pinctrl: mvebu: switch drivers to generic simple mmioRussell King2017-01-188-186/+45Star
* | pinctrl: mvebu: provide generic simple mmio-based implementationRussell King2017-01-182-0/+63
* | pinctrl: mvebu: provide per-control private dataRussell King2017-01-1810-39/+88