aboutsummaryrefslogtreecommitdiff
path: root/drivers/pinctrl/pinctrl-uclass.c
AgeCommit message (Expand)AuthorFilesLines
2020-02-05dm: core: Create a new header file for 'compat' featuresSimon Glass1-0/+2
2019-11-14pinctrol: dm: remove the function pinctrl_decode_pin_configPatrick Delaunay1-12/+0
2019-10-21dm: pinctrl: fix for introduce PINCONF_RECURSIVE optionPatrick Delaunay1-3/+1
2019-10-15dm: pinctrl: introduce PINCONF_RECURSIVE optionPatrick Delaunay1-1/+3
2019-10-15dm: pinctrl: Skip not associated gpio phandle and rise a warning messageMichael Trimarchi1-4/+10
2019-10-15dm: pinctrl: introduce PINCONF_RECURSIVE optionPatrick Delaunay1-0/+2
2019-05-04pinctrl: gpio: Add callback for configuring pin as GPIOMarek Vasut1-0/+96
2019-05-01pinctrl: exit pinconfig_post_bind if there are no subnodesUrja Rannikko1-0/+3
2019-04-11dm: pinctrl: Skip gpio-controller node in pinconfig_post_bind()Patrick Delaunay1-0/+3
2019-04-11dm: pinctrl: Avoid race condition on probe for UCLASS_PINCTRLPatrice Chotard1-4/+7
2019-04-11dm: pinctrl: Remove obsolete function pinctrl_decode_pin_config_dm().Christoph Muellner1-22/+0
2019-01-11Revert "dm: pinctrl: Prevent (re-)configuring pins when already done before r...Lukasz Majewski1-2/+2
2019-01-02dm: pinctrl: Add pinctrl_decode_pin_config_dm().Christoph Muellner1-0/+22
2018-12-26dm: pinctrl: Prevent (re-)configuring pins when already done before relocationLukasz Majewski1-2/+2
2018-11-16dm: pinctrl: Add pinctrl_get_pin_name and pinctrl_get_pins_countPatrice Chotard1-0/+23
2018-11-16dm: pinctrl: Add get_pin_muxing() opsPatrice Chotard1-0/+11
2018-05-16pinctrl: do not set_state for device without valid ofnodeKever Yang1-0/+6
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2018-03-31pinctrl-uclass: convert to use live dtKever Yang1-14/+5
2018-03-05libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h>Masahiro Yamada1-1/+1
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-16dm: 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-21dm: pinctrl: Add a way for a GPIO driver to obtain a pin functionSimon Glass1-0/+10
2016-01-21dm: pinctrl: Add a function to parse PIN_CONFIG flagsSimon Glass1-0/+12
2016-01-20pinctrl: Avoid binding all pinconfig nodes before relocationSimon Glass1-0/+4
2015-09-19pinctrl: move dm_scan_fdt_node() out of pinctrl uclassMasahiro Yamada1-6/+9
2015-09-02pinctrl: Add the concept of peripheral IDsSimon Glass1-9/+31
2015-08-31pinctrl: add pin control uclass supportMasahiro Yamada1-0/+240