summaryrefslogtreecommitdiffstats
path: root/drivers/pinctrl/pinctrl-uclass.c
Commit message (Expand)AuthorAgeFilesLines
* pinctrl: Return -ENOSYS when system call is not availableSimon Glass2021-04-061-4/+6
* common: Drop asm/global_data.h from common headerSimon Glass2021-02-021-0/+1
* dm: core: Use dev_has_ofnode() instead of dev_of_valid()Simon Glass2021-01-051-1/+1
* dm: core: Rename dev_has_of_node() to dev_has_ofnode()Simon Glass2021-01-051-1/+1
* pinctrl: Drop post_bind() method when not neededSimon Glass2021-01-051-1/+3
* dm: core: Create a new header file for 'compat' featuresSimon Glass2020-02-051-0/+2
* pinctrol: dm: remove the function pinctrl_decode_pin_configPatrick Delaunay2019-11-141-12/+0
* dm: pinctrl: fix for introduce PINCONF_RECURSIVE optionPatrick Delaunay2019-10-211-3/+1
* dm: pinctrl: introduce PINCONF_RECURSIVE optionPatrick Delaunay2019-10-151-1/+3
* dm: pinctrl: Skip not associated gpio phandle and rise a warning messageMichael Trimarchi2019-10-151-4/+10
* dm: pinctrl: introduce PINCONF_RECURSIVE optionPatrick Delaunay2019-10-151-0/+2
* pinctrl: gpio: Add callback for configuring pin as GPIOMarek Vasut2019-05-041-0/+96
* pinctrl: exit pinconfig_post_bind if there are no subnodesUrja Rannikko2019-05-011-0/+3
* dm: pinctrl: Skip gpio-controller node in pinconfig_post_bind()Patrick Delaunay2019-04-111-0/+3
* dm: pinctrl: Avoid race condition on probe for UCLASS_PINCTRLPatrice Chotard2019-04-111-4/+7
* dm: pinctrl: Remove obsolete function pinctrl_decode_pin_config_dm().Christoph Muellner2019-04-111-22/+0
* Revert "dm: pinctrl: Prevent (re-)configuring pins when already done before r...Lukasz Majewski2019-01-111-2/+2
* dm: pinctrl: Add pinctrl_decode_pin_config_dm().Christoph Muellner2019-01-021-0/+22
* dm: pinctrl: Prevent (re-)configuring pins when already done before relocationLukasz Majewski2018-12-261-2/+2
* dm: pinctrl: Add pinctrl_get_pin_name and pinctrl_get_pins_countPatrice Chotard2018-11-161-0/+23
* dm: pinctrl: Add get_pin_muxing() opsPatrice Chotard2018-11-161-0/+11
* 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