aboutsummaryrefslogtreecommitdiff
path: root/include/dm/pinctrl.h
AgeCommit message (Expand)AuthorFilesLines
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