summaryrefslogtreecommitdiffstats
path: root/drivers/pinctrl/stm32
Commit message (Expand)AuthorAgeFilesLines
* pinctrl: stm32: use the hwspin_lock_timeout_in_atomic() APIFabien Dessenne2020-07-231-36/+42
* pinctrl: stm32: add possibility to configure pins individuallyAlexandre Torgue2020-06-201-2/+21
* pinctrl: stm32: return proper error code in pin_config_setAlexandre Torgue2020-06-201-1/+1
* pinctrl: stm32: defer probe if reset resource is not yet readyEtienne Carriere2020-06-201-4/+8
* pinctrl: stm32: don't print an error on probe deferral during clock getEtienne Carriere2020-06-201-6/+17
* Merge tag 'pinctrl-v5.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds2020-04-021-2/+2
|\
| * pinctrl: Use new GPIO_LINE_DIRECTIONMatti Vaittinen2020-02-211-2/+2
* | irqchip/stm32: Retrigger both in eoi and unmask callbacksMarek Vasut2020-03-241-4/+14
* | pinctrl: stm32: Add level interrupt support to gpio irq chipAlexandre Torgue2020-03-081-2/+43
|/
* pinctrl: stm32: Use the correct style for SPDX License IdentifierNishad Kamdar2019-12-121-1/+1
* pinctrl: stm32: stm32: Add of_node_put() before returnNishka Dasgupta2019-08-101-1/+4
* Merge tag 'pinctrl-v5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds2019-07-133-1/+190
|\
| * pinctrl: stm32: Add links to consumersLinus Walleij2019-06-011-0/+1
| * pinctrl: stm32: add lock mechanism for irqmux selectionAlexandre Torgue2019-05-241-1/+50
| * pinctrl: stm32: Enable suspend/resume for stm32mp157c SoCAlexandre Torgue2019-05-241-0/+5
| * pinctrl: stm32: add suspend/resume managementAlexandre Torgue2019-05-242-0/+134
* | treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-211-0/+1
|/
* pinctrl: stm32: check irq controller availability at probeFabien Dessenne2019-05-031-10/+27
* pinctrl: stm32: align stm32mp157 pin namesAlexandre Torgue2019-04-231-284/+277
* pinctrl: stm32: add package information for stm32mp157cAlexandre Torgue2019-04-232-176/+358
* pinctrl: stm32: introduce package supportAlexandre Torgue2019-04-232-11/+65
* pinctrl: stm32: return error upon hwspinlock failureAlexandre Torgue2019-02-201-20/+24
* pinctrl: stm32: fix memory leak issueAlexandre Torgue2019-02-201-10/+16
* pinctrl: stm32: protect configuration registers with a hwspinlockBenjamin Gaignard2018-11-191-1/+70
* pinctrl: Convert to using %pOFn instead of device_node.nameRob Herring2018-08-291-2/+2
* pinctrl: stm32: add syscfg mask parameterLudovic Barre2018-07-291-2/+14
* pinctrl: stm32: check node status before new gpio bank registeringAlexandre Torgue2018-07-291-2/+16
* pinctrl: stm32: fix bank io port numberAlexandre Torgue2018-07-291-1/+8
* pinctrl/stm32: Add irq_eoi for stm32gpio irqchipLudovic Barre2018-05-241-6/+7
* pinctrl: stm32: add 'depends on HAS_IOMEM' to fix unmet dependencyMasahiro Yamada2018-03-231-6/+6
* pinctrl: stm32: Optimizes and enhances stm32gpio irqchipRadoslaw Pietrzyk2018-03-021-1/+2
* Merge tag 'pinctrl-v4.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-02-0210-10/+4043
|\
| * pinctrl: stm32: add STM32F769 MCU supportAlexandre Torgue2018-01-223-0/+1834
| * pinctrl: stm32: Add STM32MP157 MPU supportLudovic Barre2017-12-203-0/+2195
| * pinctrl: stm32: Fix copyrightBenjamin Gaignard2017-12-026-10/+14
* | genirq/irqdomain: Rename early argument of irq_domain_activate_irq()Thomas Gleixner2017-12-291-1/+1
|/
* Merge tag 'pinctrl-v4.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2017-11-161-2/+2
|\
| * pinctrl/gpio: Unify namespace for cross-callsLinus Walleij2017-09-221-2/+2
* | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2017-11-131-2/+3
|\ \
| * | genirq/irqdomain: Update irq_domain_ops.activate() signatureThomas Gleixner2017-09-251-2/+3
| |/
* / License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
|/
* pinctrl: stm32: explicitly request exclusive reset controlPhilipp Zabel2017-08-141-1/+1
* pinctrl: stm32: select IRQ_DOMAIN_HIERARCHY instead of depends onMasahiro Yamada2017-08-011-4/+5
* Merge tag 'v4.12-rc7' into develLinus Walleij2017-06-291-1/+1
|\
| * pinctrl: stm32: Fix bad function callAlexandre TORGUE2017-06-091-1/+1
* | pinctrl: stm32: remove useless checkAlexandre TORGUE2017-06-091-5/+0
* | pinctrl: stm32: Implement .get_direction gpio_chip callbackAlexandre TORGUE2017-05-312-3/+25
* | pinctrl: stm32: set pin to gpio input when used as interruptAlexandre TORGUE2017-05-311-10/+29
|/
* pinctrl: stm32: Add STM32F469 MCU supportAlexandre TORGUE2017-04-243-0/+1585
* pinctrl: stm32: replace device_initcall() with arch_initcall()Alexandre TORGUE2017-04-243-3/+16