summaryrefslogtreecommitdiffstats
path: root/drivers/pinctrl/stm32
AgeCommit message (Expand)AuthorLines
2017-06-29Merge tag 'v4.12-rc7' into develLinus Walleij-1/+1
2017-06-09pinctrl: stm32: Fix bad function callAlexandre TORGUE-1/+1
2017-06-09pinctrl: stm32: remove useless checkAlexandre TORGUE-5/+0
2017-05-31pinctrl: stm32: Implement .get_direction gpio_chip callbackAlexandre TORGUE-3/+25
2017-05-31pinctrl: stm32: set pin to gpio input when used as interruptAlexandre TORGUE-10/+29
2017-04-24pinctrl: stm32: Add STM32F469 MCU supportAlexandre TORGUE-0/+1585
2017-04-24pinctrl: stm32: replace device_initcall() with arch_initcall()Alexandre TORGUE-3/+16
2017-04-24pinctrl: stm32: add possibility to use gpio-ranges to declare bank rangeAlexandre TORGUE-50/+65
2017-02-06pinctrl: stm32: Add STM32H743 MCU supportAlexandre TORGUE-0/+1986
2017-01-30pinctrl: stm32: fix bad location of gpiochip_lock_as_irqAlexandre TORGUE-25/+12
2016-12-30pinctrl: stm32: activate strict mux modeGabriel Fernandez-0/+1
2016-12-13Merge tag 'pinctrl-v4.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-5/+1
2016-11-22pinctrl: stm32: use builtin_platform_driverGeliang Tang-5/+1
2016-10-31pinctrl: stm32: remove dependency with interrupt controllerAlexandre TORGUE-3/+5
2016-09-15pinctrl: stm32: add IRQ_DOMAIN_HIERARCHY dependencyArnd Bergmann-2/+2
2016-09-13pinctrl: stm32: constify gpio_chip structuresJulia Lawall-1/+1
2016-09-13pinctrl: Add IRQ support to STM32 gpiosAlexandre TORGUE-1/+163
2016-07-11pinctrl: Add STM32F746 MCU supportAlexandre TORGUE-0/+1688
2016-05-31pinctrl: stm32: factorize stm32_pconf_input/output_get()Patrice Chotard-21/+10
2016-05-19Merge tag 'pinctrl-v4.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds-5/+180
2016-05-10pinctrl: stm32: Implement .pin_config_dbg_show()Patrice Chotard-0/+174
2016-04-21pinctrl: stm32: Use devm_pinctrl_register() for pinctrl registrationLaxman Dewangan-3/+4
2016-04-01pinctrl: Rename pinctrl_utils_dt_free_map to pinctrl_utils_free_mapIrina Tirdea-2/+2
2016-03-09pinctrl: stm32: make explicitly non-modularPaul Gortmaker-8/+1
2016-02-09pinctrl: stm32: Remove dependency with DT bindings header filesMaxime Coquelin-2/+8
2016-02-05pinctrl: stm32: fix compile error and modernizeLinus Walleij-9/+6
2016-01-27pinctrl: Add STM32 MCUs supportMaxime Coquelin-0/+2496