aboutsummaryrefslogtreecommitdiff
path: root/drivers/pinctrl/pinctrl-uclass.c
AgeCommit message (Expand)AuthorFilesLines
2023-04-03pinctrl: fix pinctrl_gpio_get_pinctrl_and_offset for gpio-ranges arrayQuanyang Wang1-24/+23
2023-01-27pinctrl: fix docstringMichael Walle1-1/+1
2023-01-27pinctrl: get rid of some ifdefferyMichael Walle1-12/+5
2023-01-27pinctrl: don't fall back to pinctrl_select_state_simple()Michael Walle1-10/+5
2023-01-18dm: pinctrl: Revert "pinctrl: probe pinctrl drivers during post-bind"Simon Glass1-7/+0
2022-07-28pinctrl: Add third argument label for pinctrl_gpio_request() functionPali Rohár1-1/+2
2022-05-17pinctrl: probe pinctrl drivers during post-bindRobert Marko1-0/+7
2021-09-25treewide: Use OF_REAL instead of !OF_PLATDATASimon Glass1-1/+1
2021-08-02global: Convert simple_strtoul() with decimal to dectoul()Simon Glass1-1/+1
2021-07-06dm: define LOG_CATEGORY for all uclassPatrick Delaunay1-0/+2
2021-04-06pinctrl: Return -ENOSYS when system call is not availableSimon Glass1-4/+6
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass1-0/+1
2021-01-05dm: core: Use dev_has_ofnode() instead of dev_of_valid()Simon Glass1-1/+1
2021-01-05dm: core: Rename dev_has_of_node() to dev_has_ofnode()Simon Glass1-1/+1
2021-01-05pinctrl: Drop post_bind() method when not neededSimon Glass1-1/+3
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