
2 Jan
2019
2 Jan
'19
9:18 p.m.
pinctrl_decode_pin_config_dm() is basically a feature-equivalent implementation of pinctrl_decode_pin_config(), which operates on struct udevice devices and uses the dev_read_*() API.
Signed-off-by: Christoph Muellner christoph.muellner@theobroma-systems.com
Changes in v4: None Changes in v3: None Changes in v2: None
drivers/pinctrl/pinctrl-uclass.c | 22 ++++++++++++++++++++++ include/dm/pinctrl.h | 12 ++++++++++++ 2 files changed, 34 insertions(+)
Reviewed-by: Philipp Tomsich philipp.tomsich@theobroma-systems.com