index
:
u-boot.git
dependabot/pip/doc/sphinx/pygments-2.20.0
dependabot/pip/doc/sphinx/requests-2.33.0
dependabot/pip/tools/patman/aiohttp-3.13.4
master
next
origin
u-boot-2009.11.y
u-boot-2013.01.y
u-boot-2016.09.y
u-boot-2023.07.y
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
pinctrl
/
pinctrl_stm32.c
Age
Commit message (
Expand
)
Author
2026-02-24
pinctrl: pinctrl_stm32: prevent the use of the secure protected pins
Fabien Dessenne
2024-10-11
drivers: Use CONFIG_XPL_BUILD instead of CONFIG_SPL_BUILD
Simon Glass
2024-05-20
Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"
Tom Rini
2024-05-19
Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""
Tom Rini
2024-05-07
pinctrl: Remove <common.h> and add needed includes
Tom Rini
2023-11-13
pinctrl: pinctrl_stm32: Add stm32mp2 support
Patrice Chotard
2023-09-24
common: Drop linux/printk.h from common header
Simon Glass
2023-04-19
pinctrl: pinctrl_stm32: Add slew rate support for stm32_pinctrl_get_pin_muxing()
Patrice Chotard
2022-09-15
pinctrl: pinctrl_stm32: Populate uc_priv->name[] with pinmux node's name
Patrice Chotard
2022-06-17
pinctrl: stm32: add support of STM32MP135
Patrick Delaunay
2022-05-10
gpio: stm32_gpio: Rework GPIO hole management
Patrice Chotard
2022-05-10
pinctrl: pinctrl_stm32: Use GPIOF_UNKNOWN to indicate not mapped pins
Patrice Chotard
2022-05-10
pinctrl: pinctrl_stm32: Update pinmux_mode definition
Patrice Chotard
2021-11-10
gpio: stm32: create include file for driver private data
Patrick Delaunay
2021-02-09
pinctrl: stm32: bind only the enabled GPIO subnode
Patrick Delaunay
2021-02-09
pinctrl: stm32: correct management pin display of OTYPE
Patrick Delaunay
2021-01-13
pinctrl: stm32: migrate trace to log macro
Patrick Delaunay
2020-12-13
dm: treewide: Rename auto_alloc_size members to be shorter
Simon Glass
2020-11-25
pinctrl: stm32: display bias information for all pins
Patrick Delaunay
2020-10-02
pinctrl: stm32: Add header with SPDX licence
Patrick Delaunay
2020-10-02
pinctrl: stm32: Convert to use APIs which support live DT
Patrick Delaunay
2020-07-07
pinctrl: stm32: add information on pin configuration
Patrick Delaunay
2020-05-18
common: Drop linux/bitops.h from common header
Simon Glass
2020-05-18
common: Drop log.h from common header
Simon Glass
2020-05-18
common: Drop image.h from common header
Simon Glass
2020-02-05
dm: core: Create a new header file for 'compat' features
Simon Glass
2020-02-05
dm: core: Require users of devres to include the header
Simon Glass
2019-08-27
pinctrl: pinctrl_stm32: cosmetic: Reorder include files
Patrice Chotard
2019-07-12
pinctrl: stm32: update .bind callback
Patrice Chotard
2019-07-12
pinctrl: pinctrl_stm32: Fix warnings when compiling with W=1
Patrick Delaunay
2019-04-23
pinctrl: stm32: Add st,stm32f769-pinctrl compatible string
Patrice Chotard
2018-12-07
pinctrl: stm32: Update stm32_pinctrl_get_gpio_dev()
Patrice Chotard
2018-12-07
pinctrl: stm32: Move gpio_dev list filling outside probe()
Patrice Chotard
2018-12-06
pinctrl: stm32: make pinctrl use hwspinlock
Benjamin Gaignard
2018-11-16
pinctrl: stm32: Add get_pin_muxing() ops
Patrice Chotard
2018-11-16
pinctrl: stm32: Add get_pin_name() ops
Patrice Chotard
2018-11-16
pinctrl: stm32: Add get_pins_count() ops
Patrice Chotard
2018-03-19
pinctrl: stm32: update pincontrol for stmp32mp157
Patrick Delaunay
2018-01-10
pinctrl: stm32: add stm32f4 pinctrl compatible strings
Patrice Chotard
2017-10-04
treewide: replace with error() with pr_err()
Masahiro Yamada
2017-09-22
pinctrl: stm32: add stm32h743-pinctrl compatible
Patrice Chotard
2017-07-10
pinctrl: stm32: add set_state ops
Christophe Kerello
2017-07-10
pinctrl: stm32: handle a configuration list
Christophe Kerello
2017-06-01
dm: core: Replace of_offset with accessor (part 2)
Simon Glass
2017-05-08
stm32f7: increase the max no of pin configuration to 70
Vikas Manocha
2017-05-08
stm32f7: use stm32f7 gpio driver supporting driver model
Vikas Manocha
2017-05-08
dm: gpio: Add driver for stm32f7 gpio controller
Vikas Manocha
2017-03-17
PINCTRL: stm32f7: add pin control driver
Vikas Manocha