summaryrefslogtreecommitdiff
path: root/drivers/pinctrl/pinctrl_stm32.c
AgeCommit message (Expand)AuthorFilesLines
2019-04-23pinctrl: stm32: Add st,stm32f769-pinctrl compatible stringPatrice Chotard1-0/+1
2018-12-07pinctrl: stm32: Update stm32_pinctrl_get_gpio_dev()Patrice Chotard1-18/+24
2018-12-07pinctrl: stm32: Move gpio_dev list filling outside probe()Patrice Chotard1-25/+38
2018-12-07pinctrl: stm32: make pinctrl use hwspinlockBenjamin Gaignard1-4/+23
2018-11-17pinctrl: stm32: Add get_pin_muxing() opsPatrice Chotard1-0/+71
2018-11-17pinctrl: stm32: Add get_pin_name() opsPatrice Chotard1-0/+46
2018-11-17pinctrl: stm32: Add get_pins_count() opsPatrice Chotard1-5/+85
2018-03-19pinctrl: stm32: update pincontrol for stmp32mp157Patrick Delaunay1-2/+7
2018-01-10pinctrl: stm32: add stm32f4 pinctrl compatible stringsPatrice Chotard1-0/+2
2017-10-04treewide: replace with error() with pr_err()Masahiro Yamada1-1/+1
2017-09-22pinctrl: stm32: add stm32h743-pinctrl compatiblePatrice Chotard1-0/+1
2017-07-10pinctrl: stm32: add set_state opsChristophe Kerello1-0/+11
2017-07-10pinctrl: stm32: handle a configuration listChristophe Kerello1-13/+38
2017-06-01dm: core: Replace of_offset with accessor (part 2)Simon Glass1-1/+1
2017-05-08stm32f7: increase the max no of pin configuration to 70Vikas Manocha1-1/+2
2017-05-08stm32f7: use stm32f7 gpio driver supporting driver modelVikas Manocha1-2/+7
2017-05-08dm: gpio: Add driver for stm32f7 gpio controllerVikas Manocha1-1/+37
2017-03-17PINCTRL: stm32f7: add pin control driverVikas Manocha1-0/+117