
20 Dec
2018
20 Dec
'18
10:16 p.m.
Hi Christoph,
On Mon, 17 Dec 2018 at 06:30, Christoph Muellner christoph.muellner@theobroma-systems.com wrote:
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.
So is it possible to remove the old function and avoid the _dm suffix here?
Signed-off-by: Christoph Muellner christoph.muellner@theobroma-systems.com
Changes in v3: None Changes in v2: None
drivers/pinctrl/pinctrl-uclass.c | 15 +++++++++++++++ include/dm/pinctrl.h | 12 ++++++++++++ 2 files changed, 27 insertions(+)
Regards, Simon