aboutsummaryrefslogtreecommitdiff
path: root/drivers/pinctrl/stm32
AgeCommit message (Expand)AuthorFilesLines
2017-08-14pinctrl: stm32: explicitly request exclusive reset controlGravatar Philipp Zabel 1-1/+1
2017-08-01pinctrl: stm32: select IRQ_DOMAIN_HIERARCHY instead of depends onGravatar Masahiro Yamada 1-4/+5
2017-06-29Merge tag 'v4.12-rc7' into develGravatar Linus Walleij 1-1/+1
2017-06-09pinctrl: stm32: Fix bad function callGravatar Alexandre TORGUE 1-1/+1
2017-06-09pinctrl: stm32: remove useless checkGravatar Alexandre TORGUE 1-5/+0
2017-05-31pinctrl: stm32: Implement .get_direction gpio_chip callbackGravatar Alexandre TORGUE 2-3/+25
2017-05-31pinctrl: stm32: set pin to gpio input when used as interruptGravatar Alexandre TORGUE 1-10/+29
2017-04-24pinctrl: stm32: Add STM32F469 MCU supportGravatar Alexandre TORGUE 3-0/+1585
2017-04-24pinctrl: stm32: replace device_initcall() with arch_initcall()Gravatar Alexandre TORGUE 3-3/+16
2017-04-24pinctrl: stm32: add possibility to use gpio-ranges to declare bank rangeGravatar Alexandre TORGUE 1-50/+65
2017-02-06pinctrl: stm32: Add STM32H743 MCU supportGravatar Alexandre TORGUE 3-0/+1986
2017-01-30pinctrl: stm32: fix bad location of gpiochip_lock_as_irqGravatar Alexandre TORGUE 1-25/+12
2016-12-30pinctrl: stm32: activate strict mux modeGravatar Gabriel Fernandez 1-0/+1
2016-12-13Merge tag 'pinctrl-v4.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-5/+1
2016-11-22pinctrl: stm32: use builtin_platform_driverGravatar Geliang Tang 1-5/+1
2016-10-31pinctrl: stm32: remove dependency with interrupt controllerGravatar Alexandre TORGUE 1-3/+5
2016-09-15pinctrl: stm32: add IRQ_DOMAIN_HIERARCHY dependencyGravatar Arnd Bergmann 1-2/+2
2016-09-13pinctrl: stm32: constify gpio_chip structuresGravatar Julia Lawall 1-1/+1
2016-09-13pinctrl: Add IRQ support to STM32 gpiosGravatar Alexandre TORGUE 2-1/+163
2016-07-11pinctrl: Add STM32F746 MCU supportGravatar Alexandre TORGUE 3-0/+1688
2016-05-31pinctrl: stm32: factorize stm32_pconf_input/output_get()Gravatar Patrice Chotard 1-21/+10
2016-05-19Merge tag 'pinctrl-v4.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Gravatar Linus Torvalds 1-5/+180
2016-05-10pinctrl: stm32: Implement .pin_config_dbg_show()Gravatar Patrice Chotard 1-0/+174
2016-04-21pinctrl: stm32: Use devm_pinctrl_register() for pinctrl registrationGravatar Laxman Dewangan 1-3/+4
2016-04-01pinctrl: Rename pinctrl_utils_dt_free_map to pinctrl_utils_free_mapGravatar Irina Tirdea 1-2/+2
2016-03-09pinctrl: stm32: make explicitly non-modularGravatar Paul Gortmaker 1-8/+1
2016-02-09pinctrl: stm32: Remove dependency with DT bindings header filesGravatar Maxime Coquelin 2-2/+8
2016-02-05pinctrl: stm32: fix compile error and modernizeGravatar Linus Walleij 1-9/+6
2016-01-27pinctrl: Add STM32 MCUs supportGravatar Maxime Coquelin 5-0/+2496