summaryrefslogtreecommitdiffstats
path: root/drivers/pinctrl/pinctrl_stm32.c
Commit message (Expand)AuthorAgeFilesLines
* pinctrl: stm32: Update stm32_pinctrl_get_gpio_dev()Patrice Chotard2018-12-071-18/+24
* pinctrl: stm32: Move gpio_dev list filling outside probe()Patrice Chotard2018-12-071-25/+38
* pinctrl: stm32: make pinctrl use hwspinlockBenjamin Gaignard2018-12-061-4/+23
* pinctrl: stm32: Add get_pin_muxing() opsPatrice Chotard2018-11-161-0/+71
* pinctrl: stm32: Add get_pin_name() opsPatrice Chotard2018-11-161-0/+46
* pinctrl: stm32: Add get_pins_count() opsPatrice Chotard2018-11-161-5/+85
* pinctrl: stm32: update pincontrol for stmp32mp157Patrick Delaunay2018-03-191-2/+7
* pinctrl: stm32: add stm32f4 pinctrl compatible stringsPatrice Chotard2018-01-101-0/+2
* treewide: replace with error() with pr_err()Masahiro Yamada2017-10-041-1/+1
* pinctrl: stm32: add stm32h743-pinctrl compatiblePatrice Chotard2017-09-221-0/+1
* pinctrl: stm32: add set_state opsChristophe Kerello2017-07-101-0/+11
* pinctrl: stm32: handle a configuration listChristophe Kerello2017-07-101-13/+38
* dm: core: Replace of_offset with accessor (part 2)Simon Glass2017-06-011-1/+1
* stm32f7: increase the max no of pin configuration to 70Vikas Manocha2017-05-081-1/+2
* stm32f7: use stm32f7 gpio driver supporting driver modelVikas Manocha2017-05-081-2/+7
* dm: gpio: Add driver for stm32f7 gpio controllerVikas Manocha2017-05-081-1/+37
* PINCTRL: stm32f7: add pin control driverVikas Manocha2017-03-171-0/+117