summaryrefslogtreecommitdiff
path: root/drivers/pinctrl/pinctrl-stmfx.c
Commit message (Expand)AuthorAgeFilesLines
* pinctrl: stmfx: define LOG_CATEGORYPatrick Delaunay2021-11-301-0/+4
* dm: gpio: Add a way to update flagsSimon Glass2021-03-031-2/+3
* dm: gpio: Rename get_dir_flags() method to get_flags()Simon Glass2021-03-031-4/+4
* dm: gpio: Rename set_dir_flags() method to update_flags()Simon Glass2021-03-031-3/+3
* pinctrl: stmfx: Use PINNAME_SIZE for pin's name sizePatrice Chotard2021-02-091-4/+3
* pinctrl: stmfx: Fix pin configuration issuePatrice Chotard2021-02-091-4/+4
* dm: treewide: Rename dev_get_platdata() to dev_get_plat()Simon Glass2020-12-131-5/+5
* dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass2020-12-131-2/+2
* dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass2020-12-131-1/+1
* pinctrl: stmfx: update pin namePatrick Delaunay2020-11-251-4/+4
* pinctrl: stmfx: update pincontrol and gpio device namePatrick Delaunay2020-11-251-1/+4
* pinctrl: stmfx: add information on pin configurationPatrick Delaunay2020-07-071-1/+31
* gpio: stmfx: add ops get_dir_flagsPatrick Delaunay2020-07-071-0/+50
* gpio: stmfx: add ops set_dir_flagPatrick Delaunay2020-07-071-0/+37
* gpio: stmfx: add function stmfx_read_reg and stmfx_write_regPatrick Delaunay2020-07-071-42/+26
* gpio: stmfx: rename function used to change pin configurationPatrick Delaunay2020-07-071-10/+8
* gpio: stmfx: move function to prepare new ops introductionPatrick Delaunay2020-07-071-30/+30
* common: Drop linux/bitops.h from common headerWIP/2020-05-18-reduce-size-of-common.hSimon Glass2020-05-181-0/+1
* common: Drop linux/delay.h from common headerSimon Glass2020-05-181-0/+1
* pinctrl: stmfx: update the result type of dm_i2c_reg_readPatrick Delaunay2020-02-131-3/+4
* dm: core: Create a new header file for 'compat' featuresSimon Glass2020-02-051-0/+1
* pinctrl: stmfx: update pinconf settingsPatrick Delaunay2019-08-271-10/+10
* pinctrl: Add STMFX GPIO expander Pinctrl/GPIO driverPatrick Delaunay2019-04-121-0/+431