aboutsummaryrefslogtreecommitdiff
path: root/drivers/pinctrl/pinctrl-generic.c
AgeCommit message (Expand)AuthorFilesLines
2022-10-11pinctrl: fix buffer size for pinctrl_generic_set_state_prefix()John Keeping1-1/+1
2022-07-28pinctrl: Add new function pinctrl_generic_set_state_prefix()Pali Rohár1-17/+83
2020-10-08pinctrl: Add pinmux property support to pinctrl-genericSean Anderson1-30/+97
2020-04-16dm: pinctrl: migrate pinctrl-generic to livetreePatrick Delaunay1-19/+11
2020-02-05dm: core: Create a new header file for 'compat' featuresSimon Glass1-0/+1
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2017-06-01dm: Use dm.h header when driver mode is usedSimon Glass1-1/+1
2017-02-08dm: core: Replace of_offset with accessorSimon Glass1-2/+2
2016-10-24Fix codying style broken by recent libfdt syncMasahiro Yamada1-3/+3
2016-10-13libfdt: Bring in upstream stringlist functionsSimon Glass1-5/+5
2016-09-06pinctrl: generic: scan for "pins" and "groups" properties in sub-nodesBeniamino Galvani1-2/+4
2015-08-31pinctrl: add pin control uclass supportMasahiro Yamada1-0/+359