aboutsummaryrefslogtreecommitdiff
path: root/drivers/pinctrl/pinctrl_stm32.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-20Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"WIP/20May2024-nextTom Rini1-1/+0
2024-05-19Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""Tom Rini1-0/+1
2024-05-07pinctrl: Remove <common.h> and add needed includesTom Rini1-1/+0
2023-11-13pinctrl: pinctrl_stm32: Add stm32mp2 supportPatrice Chotard1-0/+2
2023-09-24common: Drop linux/printk.h from common headerSimon Glass1-0/+1
2023-04-19pinctrl: pinctrl_stm32: Add slew rate support for stm32_pinctrl_get_pin_muxing()Patrice Chotard1-4/+15
2022-09-15pinctrl: pinctrl_stm32: Populate uc_priv->name[] with pinmux node's namePatrice Chotard1-2/+6
2022-06-17pinctrl: stm32: add support of STM32MP135Patrick Delaunay1-0/+1
2022-05-10gpio: stm32_gpio: Rework GPIO hole managementPatrice Chotard1-4/+1
2022-05-10pinctrl: pinctrl_stm32: Use GPIOF_UNKNOWN to indicate not mapped pinsPatrice Chotard1-2/+0
2022-05-10pinctrl: pinctrl_stm32: Update pinmux_mode definitionPatrice Chotard1-7/+6
2021-11-10gpio: stm32: create include file for driver private dataPatrick Delaunay1-1/+2
2021-02-09pinctrl: stm32: bind only the enabled GPIO subnodePatrick Delaunay1-0/+3
2021-02-09pinctrl: stm32: correct management pin display of OTYPEPatrick Delaunay1-10/+8
2021-01-13pinctrl: stm32: migrate trace to log macroPatrick Delaunay1-14/+16
2020-12-13dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass1-1/+1
2020-11-25pinctrl: stm32: display bias information for all pinsPatrick Delaunay1-12/+12
2020-10-02pinctrl: stm32: Add header with SPDX licencePatrick Delaunay1-0/+5
2020-10-02pinctrl: stm32: Convert to use APIs which support live DTPatrick Delaunay1-20/+23
2020-07-07pinctrl: stm32: add information on pin configurationPatrick Delaunay1-3/+24
2020-05-18common: Drop linux/bitops.h from common headerSimon Glass1-0/+1
2020-05-18common: Drop log.h from common headerSimon Glass1-0/+1
2020-05-18common: Drop image.h from common headerSimon Glass1-0/+1
2020-02-05dm: core: Create a new header file for 'compat' featuresSimon Glass1-0/+2
2020-02-05dm: core: Require users of devres to include the headerSimon Glass1-0/+1
2019-08-27pinctrl: pinctrl_stm32: cosmetic: Reorder include filesPatrice Chotard1-2/+2
2019-07-12pinctrl: stm32: update .bind callbackPatrice Chotard1-1/+31
2019-07-12pinctrl: pinctrl_stm32: Fix warnings when compiling with W=1Patrick Delaunay1-2/+2
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-06pinctrl: stm32: make pinctrl use hwspinlockBenjamin Gaignard1-4/+23
2018-11-16pinctrl: stm32: Add get_pin_muxing() opsPatrice Chotard1-0/+71
2018-11-16pinctrl: stm32: Add get_pin_name() opsPatrice Chotard1-0/+46
2018-11-16pinctrl: 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