summaryrefslogtreecommitdiffstats
path: root/drivers/pinctrl/pinctrl_stm32.c
Commit message (Expand)AuthorAgeFilesLines
* pinctrl: stm32: bind only the enabled GPIO subnodePatrick Delaunay2021-02-091-0/+3
* pinctrl: stm32: correct management pin display of OTYPEPatrick Delaunay2021-02-091-10/+8
* pinctrl: stm32: migrate trace to log macroPatrick Delaunay2021-01-131-14/+16
* dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass2020-12-131-1/+1
* pinctrl: stm32: display bias information for all pinsPatrick Delaunay2020-11-251-12/+12
* pinctrl: stm32: Add header with SPDX licencePatrick Delaunay2020-10-021-0/+5
* pinctrl: stm32: Convert to use APIs which support live DTPatrick Delaunay2020-10-021-20/+23
* pinctrl: stm32: add information on pin configurationPatrick Delaunay2020-07-071-3/+24
* common: Drop linux/bitops.h from common headerSimon Glass2020-05-181-0/+1
* common: Drop log.h from common headerSimon Glass2020-05-181-0/+1
* common: Drop image.h from common headerSimon Glass2020-05-181-0/+1
* dm: core: Create a new header file for 'compat' featuresSimon Glass2020-02-051-0/+2
* dm: core: Require users of devres to include the headerSimon Glass2020-02-051-0/+1
* pinctrl: pinctrl_stm32: cosmetic: Reorder include filesPatrice Chotard2019-08-271-2/+2
* pinctrl: stm32: update .bind callbackPatrice Chotard2019-07-121-1/+31
* pinctrl: pinctrl_stm32: Fix warnings when compiling with W=1Patrick Delaunay2019-07-121-2/+2
* pinctrl: stm32: Add st,stm32f769-pinctrl compatible stringPatrice Chotard2019-04-231-0/+1
* 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