aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pinctrl/stm32 (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-12-29genirq/irqdomain: Rename early argument of irq_domain_activate_irq()Thomas Gleixner1-1/+1
2017-11-16Merge tag 'pinctrl-v4.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrlLinus Torvalds1-2/+2
2017-11-13Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+3
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-09-25genirq/irqdomain: Update irq_domain_ops.activate() signatureThomas Gleixner1-2/+3
2017-09-22pinctrl/gpio: Unify namespace for cross-callsLinus Walleij1-2/+2
2017-08-14pinctrl: stm32: explicitly request exclusive reset controlPhilipp Zabel1-1/+1
2017-08-01pinctrl: stm32: select IRQ_DOMAIN_HIERARCHY instead of depends onMasahiro Yamada1-4/+5
2017-06-29Merge tag 'v4.12-rc7' into develLinus Walleij1-1/+1
2017-06-09pinctrl: stm32: Fix bad function callAlexandre TORGUE1-1/+1
2017-06-09pinctrl: stm32: remove useless checkAlexandre TORGUE1-5/+0
2017-05-31pinctrl: stm32: Implement .get_direction gpio_chip callbackAlexandre TORGUE2-3/+25
2017-05-31pinctrl: stm32: set pin to gpio input when used as interruptAlexandre TORGUE1-10/+29
2017-04-24pinctrl: stm32: Add STM32F469 MCU supportAlexandre TORGUE3-0/+1585
2017-04-24pinctrl: stm32: replace device_initcall() with arch_initcall()Alexandre TORGUE3-3/+16
2017-04-24pinctrl: stm32: add possibility to use gpio-ranges to declare bank rangeAlexandre TORGUE1-50/+65
2017-02-06pinctrl: stm32: Add STM32H743 MCU supportAlexandre TORGUE3-0/+1986
2017-01-30pinctrl: stm32: fix bad location of gpiochip_lock_as_irqAlexandre TORGUE1-25/+12
2016-12-30pinctrl: stm32: activate strict mux modeGabriel Fernandez1-0/+1
2016-12-13Merge tag 'pinctrl-v4.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrlLinus Torvalds1-5/+1
2016-11-22pinctrl: stm32: use builtin_platform_driverGeliang Tang1-5/+1
2016-10-31pinctrl: stm32: remove dependency with interrupt controllerAlexandre TORGUE1-3/+5
2016-09-15pinctrl: stm32: add IRQ_DOMAIN_HIERARCHY dependencyArnd Bergmann1-2/+2
2016-09-13pinctrl: stm32: constify gpio_chip structuresJulia Lawall1-1/+1
2016-09-13pinctrl: Add IRQ support to STM32 gpiosAlexandre TORGUE2-1/+163
2016-07-11pinctrl: Add STM32F746 MCU supportAlexandre TORGUE3-0/+1688
2016-05-31pinctrl: stm32: factorize stm32_pconf_input/output_get()Patrice Chotard1-21/+10
2016-05-19Merge tag 'pinctrl-v4.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrlLinus Torvalds1-5/+180
2016-05-10pinctrl: stm32: Implement .pin_config_dbg_show()Patrice Chotard1-0/+174
2016-04-21pinctrl: stm32: Use devm_pinctrl_register() for pinctrl registrationLaxman Dewangan1-3/+4
2016-04-01pinctrl: Rename pinctrl_utils_dt_free_map to pinctrl_utils_free_mapIrina Tirdea1-2/+2
2016-03-09pinctrl: stm32: make explicitly non-modularPaul Gortmaker1-8/+1
2016-02-09pinctrl: stm32: Remove dependency with DT bindings header filesMaxime Coquelin2-2/+8
2016-02-05pinctrl: stm32: fix compile error and modernizeLinus Walleij1-9/+6
2016-01-27pinctrl: Add STM32 MCUs supportMaxime Coquelin5-0/+2496