aboutsummaryrefslogtreecommitdiff
path: root/include/dm/pinctrl.h
AgeCommit message (Expand)AuthorFilesLines
2024-01-24headers: don't depend on errno.h being availableMax Krummenacher1-0/+2
2023-10-09pinctrl: Increase size of pinmux status bufferVenkatesh Yadav Abbarapu1-1/+1
2022-07-28pinctrl: Add third argument label for pinctrl_gpio_request() functionPali Rohár1-1/+2
2022-07-28pinctrl: Add new function pinctrl_generic_set_state_prefix()Pali Rohár1-0/+2
2022-03-14pinctrl: Increase length of pinmux status bufferAshok Reddy Soma1-1/+1
2022-03-07dm: pinctrl: Use explicit values for enumsAshok Reddy Soma1-24/+24
2021-12-01pinctrl: change result for unsupported APIPatrick Delaunay1-2/+2
2021-07-23cmd: pinmux: update result of do_statusPatrick Delaunay1-1/+1
2020-10-08pinctrl: Reformat documentation in dm/pinctrl.hSean Anderson1-162/+339
2020-10-08pinctrl: Add pinmux property support to pinctrl-genericSean Anderson1-8/+13
2019-11-14pinctrol: dm: remove the function pinctrl_decode_pin_configPatrick Delaunay1-13/+0
2019-06-12dm: pinctrl: Add driver-strength-microamp propertyGuillaume La Roque1-0/+3
2019-05-04pinctrl: gpio: Add callback for configuring pin as GPIOMarek Vasut1-0/+44
2019-04-11dm: pinctrl: Remove obsolete function pinctrl_decode_pin_config_dm().Christoph Muellner1-12/+0
2019-01-02dm: pinctrl: Add pinctrl_decode_pin_config_dm().Christoph Muellner1-0/+12
2018-11-16cmd: pinmux: Add pinmux commandPatrice Chotard1-0/+3
2018-11-16dm: pinctrl: Add pinctrl_get_pin_name and pinctrl_get_pins_countPatrice Chotard1-0/+22
2018-11-16dm: pinctrl: Add get_pin_muxing() opsPatrice Chotard1-0/+34
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2018-01-21dm: pinctrl: sync with Linux to use pin_config_paramPeng Fan1-46/+66
2016-01-21dm: pinctrl: Add a way for a GPIO driver to obtain a pin functionSimon Glass1-0/+32
2016-01-21dm: pinctrl: Add a function to parse PIN_CONFIG flagsSimon Glass1-0/+13
2015-09-02pinctrl: Add the concept of peripheral IDsSimon Glass1-0/+60
2015-08-31pinctrl: add pin control uclass supportMasahiro Yamada1-0/+227