~funderscore blog cgit wiki get in touch
aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* pinctrl: fix pinctrl_gpio_get_pinctrl_and_offset for gpio-ranges arrayQuanyang Wang2023-04-03
* pinctrl: fix docstringMichael Walle2023-01-27
* pinctrl: get rid of some ifdefferyMichael Walle2023-01-27
* pinctrl: don't fall back to pinctrl_select_state_simple()Michael Walle2023-01-27
* dm: pinctrl: Revert "pinctrl: probe pinctrl drivers during post-bind"Simon Glass2023-01-18
* pinctrl: Add third argument label for pinctrl_gpio_request() functionPali Rohár2022-07-28
* pinctrl: probe pinctrl drivers during post-bindRobert Marko2022-05-17
* treewide: Use OF_REAL instead of !OF_PLATDATASimon Glass2021-09-25
* global: Convert simple_strtoul() with decimal to dectoul()Simon Glass2021-08-02
* dm: define LOG_CATEGORY for all uclassPatrick Delaunay2021-07-06
* pinctrl: Return -ENOSYS when system call is not availableSimon Glass2021-04-06
* common: Drop asm/global_data.h from common headerSimon Glass2021-02-02
* dm: core: Use dev_has_ofnode() instead of dev_of_valid()Simon Glass2021-01-05
* dm: core: Rename dev_has_of_node() to dev_has_ofnode()Simon Glass2021-01-05
* pinctrl: Drop post_bind() method when not neededSimon Glass2021-01-05
* dm: core: Create a new header file for 'compat' featuresSimon Glass2020-02-05
* pinctrol: dm: remove the function pinctrl_decode_pin_configPatrick Delaunay2019-11-14
* dm: pinctrl: fix for introduce PINCONF_RECURSIVE optionPatrick Delaunay2019-10-21
* dm: pinctrl: introduce PINCONF_RECURSIVE optionPatrick Delaunay2019-10-15
* dm: pinctrl: Skip not associated gpio phandle and rise a warning messageMichael Trimarchi2019-10-15
* dm: pinctrl: introduce PINCONF_RECURSIVE optionPatrick Delaunay2019-10-15
* pinctrl: gpio: Add callback for configuring pin as GPIOMarek Vasut2019-05-04
* pinctrl: exit pinconfig_post_bind if there are no subnodesUrja Rannikko2019-05-01
* dm: pinctrl: Skip gpio-controller node in pinconfig_post_bind()Patrick Delaunay2019-04-11
* dm: pinctrl: Avoid race condition on probe for UCLASS_PINCTRLPatrice Chotard2019-04-11
* dm: pinctrl: Remove obsolete function pinctrl_decode_pin_config_dm().Christoph Muellner2019-04-11
* Revert "dm: pinctrl: Prevent (re-)configuring pins when already done before r...Lukasz Majewski2019-01-11
* dm: pinctrl: Add pinctrl_decode_pin_config_dm().Christoph Muellner2019-01-02
* dm: pinctrl: Prevent (re-)configuring pins when already done before relocationLukasz Majewski2018-12-26
* dm: pinctrl: Add pinctrl_get_pin_name and pinctrl_get_pins_countPatrice Chotard2018-11-16
* dm: pinctrl: Add get_pin_muxing() opsPatrice Chotard2018-11-16
* pinctrl: do not set_state for device without valid ofnodeKever Yang2018-05-16
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-07
* pinctrl-uclass: convert to use live dtKever Yang2018-03-31
* libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h>Masahiro Yamada2018-03-05
* dm: ofnode: rename ofnode_read_prop() to ofnode_get_property()Masahiro Yamada2017-07-11
* dm: core: Update device_bind_driver_to_node() to use ofnodeSimon Glass2017-06-01
* dm: Use dm.h header when driver mode is usedSimon Glass2017-06-01
* dm: allow limiting pre-reloc markings to spl or tplHeiko Stübner2017-03-16
* dm: core: Replace of_offset with accessorSimon Glass2017-02-08
* libfdt: Bring in upstream stringlist functionsSimon Glass2016-10-13
* pinctrl: fix typos in comment blocks of pinconfig_post_bind()Masahiro Yamada2016-08-20
* pinctrl: add the DM_UC_FLAG_SEQ_ALIAS flag for numbering the devicesThomas Abraham2016-05-25
* dm: pinctrl: Add a way for a GPIO driver to obtain a pin functionSimon Glass2016-01-21
* dm: pinctrl: Add a function to parse PIN_CONFIG flagsSimon Glass2016-01-21
* pinctrl: Avoid binding all pinconfig nodes before relocationSimon Glass2016-01-20
* pinctrl: move dm_scan_fdt_node() out of pinctrl uclassMasahiro Yamada2015-09-19
* pinctrl: Add the concept of peripheral IDsSimon Glass2015-09-02
* pinctrl: add pin control uclass supportMasahiro Yamada2015-08-31