summaryrefslogtreecommitdiff
path: root/drivers/pinctrl/pinctrl-uclass.c
AgeCommit message (Expand)Author
2019-01-11Revert "dm: pinctrl: Prevent (re-)configuring pins when already done before r...Lukasz Majewski
2019-01-02dm: pinctrl: Add pinctrl_decode_pin_config_dm().Christoph Muellner
2018-12-26dm: pinctrl: Prevent (re-)configuring pins when already done before relocationLukasz Majewski
2018-11-16dm: pinctrl: Add pinctrl_get_pin_name and pinctrl_get_pins_countPatrice Chotard
2018-11-16dm: pinctrl: Add get_pin_muxing() opsPatrice Chotard
2018-05-16pinctrl: do not set_state for device without valid ofnodeKever Yang
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini
2018-03-31pinctrl-uclass: convert to use live dtKever Yang
2018-03-05libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h>Masahiro Yamada
2017-07-11dm: ofnode: rename ofnode_read_prop() to ofnode_get_property()Masahiro Yamada
2017-06-01dm: core: Update device_bind_driver_to_node() to use ofnodeSimon Glass
2017-06-01dm: Use dm.h header when driver mode is usedSimon Glass
2017-03-16dm: allow limiting pre-reloc markings to spl or tplHeiko Stübner
2017-02-08dm: core: Replace of_offset with accessorSimon Glass
2016-10-13libfdt: Bring in upstream stringlist functionsSimon Glass
2016-08-20pinctrl: fix typos in comment blocks of pinconfig_post_bind()Masahiro Yamada
2016-05-25pinctrl: add the DM_UC_FLAG_SEQ_ALIAS flag for numbering the devicesThomas Abraham
2016-01-21dm: pinctrl: Add a way for a GPIO driver to obtain a pin functionSimon Glass
2016-01-21dm: pinctrl: Add a function to parse PIN_CONFIG flagsSimon Glass
2016-01-20pinctrl: Avoid binding all pinconfig nodes before relocationSimon Glass
2015-09-19pinctrl: move dm_scan_fdt_node() out of pinctrl uclassMasahiro Yamada
2015-09-02pinctrl: Add the concept of peripheral IDsSimon Glass
2015-08-31pinctrl: add pin control uclass supportMasahiro Yamada