summaryrefslogtreecommitdiff
path: root/drivers/pinctrl/pinctrl-uclass.c
AgeCommit message (Expand)AuthorFilesLines
2017-07-11dm: ofnode: rename ofnode_read_prop() to ofnode_get_property()Masahiro Yamada1-1/+1
2017-06-01dm: core: Update device_bind_driver_to_node() to use ofnodeSimon Glass1-9/+6
2017-06-01dm: Use dm.h header when driver mode is usedSimon Glass1-2/+1
2017-03-17dm: allow limiting pre-reloc markings to spl or tplHeiko Stübner1-1/+2
2017-02-08dm: core: Replace of_offset with accessorSimon Glass1-2/+2
2016-10-13libfdt: Bring in upstream stringlist functionsSimon Glass1-1/+1
2016-08-20pinctrl: fix typos in comment blocks of pinconfig_post_bind()Masahiro Yamada1-2/+2
2016-05-25pinctrl: add the DM_UC_FLAG_SEQ_ALIAS flag for numbering the devicesThomas Abraham1-0/+1
2016-01-22dm: pinctrl: Add a way for a GPIO driver to obtain a pin functionSimon Glass1-0/+10
2016-01-22dm: pinctrl: Add a function to parse PIN_CONFIG flagsSimon Glass1-0/+12
2016-01-21pinctrl: Avoid binding all pinconfig nodes before relocationSimon Glass1-0/+4
2015-09-20pinctrl: move dm_scan_fdt_node() out of pinctrl uclassMasahiro Yamada1-6/+9
2015-09-03pinctrl: Add the concept of peripheral IDsSimon Glass1-9/+31
2015-08-31pinctrl: add pin control uclass supportMasahiro Yamada1-0/+240