index
:
u-boot.git
master
omap/config-cleanups
omap/sniper/next-v2016.03
omap/sniper/recovery-v2015.07
omap/sniper/work
U-Boot bootloader
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
pinctrl
/
pinctrl_stm32.c
Age
Commit message (
Expand
)
Author
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