summaryrefslogtreecommitdiff
path: root/drivers/pinctrl/pinctrl-stmfx.c
AgeCommit message (Expand)Author
2021-11-30pinctrl: stmfx: define LOG_CATEGORYPatrick Delaunay
2021-03-03dm: gpio: Add a way to update flagsSimon Glass
2021-03-03dm: gpio: Rename get_dir_flags() method to get_flags()Simon Glass
2021-03-03dm: gpio: Rename set_dir_flags() method to update_flags()Simon Glass
2021-02-09pinctrl: stmfx: Use PINNAME_SIZE for pin's name sizePatrice Chotard
2021-02-09pinctrl: stmfx: Fix pin configuration issuePatrice Chotard
2020-12-13dm: treewide: Rename dev_get_platdata() to dev_get_plat()Simon Glass
2020-12-13dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass
2020-12-13dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass
2020-11-25pinctrl: stmfx: update pin namePatrick Delaunay
2020-11-25pinctrl: stmfx: update pincontrol and gpio device namePatrick Delaunay
2020-07-07pinctrl: stmfx: add information on pin configurationPatrick Delaunay
2020-07-07gpio: stmfx: add ops get_dir_flagsPatrick Delaunay
2020-07-07gpio: stmfx: add ops set_dir_flagPatrick Delaunay
2020-07-07gpio: stmfx: add function stmfx_read_reg and stmfx_write_regPatrick Delaunay
2020-07-07gpio: stmfx: rename function used to change pin configurationPatrick Delaunay
2020-07-07gpio: stmfx: move function to prepare new ops introductionPatrick Delaunay
2020-05-18common: Drop linux/bitops.h from common headerSimon Glass
2020-05-18common: Drop linux/delay.h from common headerSimon Glass
2020-02-13pinctrl: stmfx: update the result type of dm_i2c_reg_readPatrick Delaunay
2020-02-05dm: core: Create a new header file for 'compat' featuresSimon Glass
2019-08-27pinctrl: stmfx: update pinconf settingsPatrick Delaunay
2019-04-12pinctrl: Add STMFX GPIO expander Pinctrl/GPIO driverPatrick Delaunay