aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pinctrl/pinctrl-uclass.c
Commit message (Expand)AuthorAgeFilesLines
* dm: ofnode: rename ofnode_read_prop() to ofnode_get_property()Masahiro Yamada2017-07-111-1/+1
* dm: core: Update device_bind_driver_to_node() to use ofnodeSimon Glass2017-06-011-9/+6
* dm: Use dm.h header when driver mode is usedSimon Glass2017-06-011-2/+1
* dm: allow limiting pre-reloc markings to spl or tplHeiko Stübner2017-03-161-1/+2
* dm: core: Replace of_offset with accessorSimon Glass2017-02-081-2/+2
* libfdt: Bring in upstream stringlist functionsSimon Glass2016-10-131-1/+1
* pinctrl: fix typos in comment blocks of pinconfig_post_bind()Masahiro Yamada2016-08-201-2/+2
* pinctrl: add the DM_UC_FLAG_SEQ_ALIAS flag for numbering the devicesThomas Abraham2016-05-251-0/+1
* dm: pinctrl: Add a way for a GPIO driver to obtain a pin functionSimon Glass2016-01-211-0/+10
* dm: pinctrl: Add a function to parse PIN_CONFIG flagsSimon Glass2016-01-211-0/+12
* pinctrl: Avoid binding all pinconfig nodes before relocationSimon Glass2016-01-201-0/+4
* pinctrl: move dm_scan_fdt_node() out of pinctrl uclassMasahiro Yamada2015-09-191-6/+9
* pinctrl: Add the concept of peripheral IDsSimon Glass2015-09-021-9/+31
* pinctrl: add pin control uclass supportMasahiro Yamada2015-08-311-0/+240