summaryrefslogtreecommitdiff
path: root/drivers/pinctrl/pinctrl-uclass.c
Commit message (Expand)AuthorAgeFilesLines
* pinctrl: do not set_state for device without valid ofnodeKever Yang2018-05-161-0/+6
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* pinctrl-uclass: convert to use live dtKever Yang2018-03-311-14/+5
* libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h>Masahiro Yamada2018-03-051-1/+1
* 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