[U-Boot] [PATCH v3 4/8] dm: pinctrl: Add	pinctrl_decode_pin_config_dm().
    Simon Glass 
    sjg at chromium.org
       
    Thu Dec 20 21:16:51 UTC 2018
    
    
  
Hi Christoph,
On Mon, 17 Dec 2018 at 06:30, Christoph Muellner
<christoph.muellner at 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 at 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
    
    
More information about the U-Boot
mailing list