~funderscore
blog
cgit
wiki
get in touch
index
:
misc/u-boot-kii-pro.git
for-master/kii-pro
master
wip/kii-pro
wip/spl
U-Boot fork with work-in-progress stuff
Ferass
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
pinctrl
/
pinctrl-uclass.c
Commit message (
Expand
)
Author
Age
*
pinctrl: fix pinctrl_gpio_get_pinctrl_and_offset for gpio-ranges array
Quanyang Wang
2023-04-03
*
pinctrl: fix docstring
Michael Walle
2023-01-27
*
pinctrl: get rid of some ifdeffery
Michael Walle
2023-01-27
*
pinctrl: don't fall back to pinctrl_select_state_simple()
Michael Walle
2023-01-27
*
dm: pinctrl: Revert "pinctrl: probe pinctrl drivers during post-bind"
Simon Glass
2023-01-18
*
pinctrl: Add third argument label for pinctrl_gpio_request() function
Pali Rohár
2022-07-28
*
pinctrl: probe pinctrl drivers during post-bind
Robert Marko
2022-05-17
*
treewide: Use OF_REAL instead of !OF_PLATDATA
Simon Glass
2021-09-25
*
global: Convert simple_strtoul() with decimal to dectoul()
Simon Glass
2021-08-02
*
dm: define LOG_CATEGORY for all uclass
Patrick Delaunay
2021-07-06
*
pinctrl: Return -ENOSYS when system call is not available
Simon Glass
2021-04-06
*
common: Drop asm/global_data.h from common header
Simon Glass
2021-02-02
*
dm: core: Use dev_has_ofnode() instead of dev_of_valid()
Simon Glass
2021-01-05
*
dm: core: Rename dev_has_of_node() to dev_has_ofnode()
Simon Glass
2021-01-05
*
pinctrl: Drop post_bind() method when not needed
Simon Glass
2021-01-05
*
dm: core: Create a new header file for 'compat' features
Simon Glass
2020-02-05
*
pinctrol: dm: remove the function pinctrl_decode_pin_config
Patrick Delaunay
2019-11-14
*
dm: pinctrl: fix for introduce PINCONF_RECURSIVE option
Patrick Delaunay
2019-10-21
*
dm: pinctrl: introduce PINCONF_RECURSIVE option
Patrick Delaunay
2019-10-15
*
dm: pinctrl: Skip not associated gpio phandle and rise a warning message
Michael Trimarchi
2019-10-15
*
dm: pinctrl: introduce PINCONF_RECURSIVE option
Patrick Delaunay
2019-10-15
*
pinctrl: gpio: Add callback for configuring pin as GPIO
Marek Vasut
2019-05-04
*
pinctrl: exit pinconfig_post_bind if there are no subnodes
Urja Rannikko
2019-05-01
*
dm: pinctrl: Skip gpio-controller node in pinconfig_post_bind()
Patrick Delaunay
2019-04-11
*
dm: pinctrl: Avoid race condition on probe for UCLASS_PINCTRL
Patrice Chotard
2019-04-11
*
dm: pinctrl: Remove obsolete function pinctrl_decode_pin_config_dm().
Christoph Muellner
2019-04-11
*
Revert "dm: pinctrl: Prevent (re-)configuring pins when already done before r...
Lukasz Majewski
2019-01-11
*
dm: pinctrl: Add pinctrl_decode_pin_config_dm().
Christoph Muellner
2019-01-02
*
dm: pinctrl: Prevent (re-)configuring pins when already done before relocation
Lukasz Majewski
2018-12-26
*
dm: pinctrl: Add pinctrl_get_pin_name and pinctrl_get_pins_count
Patrice Chotard
2018-11-16
*
dm: pinctrl: Add get_pin_muxing() ops
Patrice Chotard
2018-11-16
*
pinctrl: do not set_state for device without valid ofnode
Kever Yang
2018-05-16
*
SPDX: Convert all of our single license tags to Linux Kernel style
Tom Rini
2018-05-07
*
pinctrl-uclass: convert to use live dt
Kever Yang
2018-03-31
*
libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h>
Masahiro Yamada
2018-03-05
*
dm: ofnode: rename ofnode_read_prop() to ofnode_get_property()
Masahiro Yamada
2017-07-11
*
dm: core: Update device_bind_driver_to_node() to use ofnode
Simon Glass
2017-06-01
*
dm: Use dm.h header when driver mode is used
Simon Glass
2017-06-01
*
dm: allow limiting pre-reloc markings to spl or tpl
Heiko Stübner
2017-03-16
*
dm: core: Replace of_offset with accessor
Simon Glass
2017-02-08
*
libfdt: Bring in upstream stringlist functions
Simon Glass
2016-10-13
*
pinctrl: fix typos in comment blocks of pinconfig_post_bind()
Masahiro Yamada
2016-08-20
*
pinctrl: add the DM_UC_FLAG_SEQ_ALIAS flag for numbering the devices
Thomas Abraham
2016-05-25
*
dm: pinctrl: Add a way for a GPIO driver to obtain a pin function
Simon Glass
2016-01-21
*
dm: pinctrl: Add a function to parse PIN_CONFIG flags
Simon Glass
2016-01-21
*
pinctrl: Avoid binding all pinconfig nodes before relocation
Simon Glass
2016-01-20
*
pinctrl: move dm_scan_fdt_node() out of pinctrl uclass
Masahiro Yamada
2015-09-19
*
pinctrl: Add the concept of peripheral IDs
Simon Glass
2015-09-02
*
pinctrl: add pin control uclass support
Masahiro Yamada
2015-08-31