Re: [PATCH 2/3] pinctrl: msm: Fix msm_config_group_get() to be compliant

2018-07-09 Thread Linus Walleij
On Tue, Jul 3, 2018 at 1:00 AM Douglas Anderson wrote: > If you do this on an sdm845 board: > cat /sys/kernel/debug/pinctrl/340.pinctrl/pinconf-groups > > ...it looks like nonsense. For every pin you see listed: > input bias bus hold, input bias disabled, input bias pull down, input

Re: [PATCH 2/3] pinctrl: msm: Fix msm_config_group_get() to be compliant

2018-07-09 Thread Linus Walleij
On Tue, Jul 3, 2018 at 1:00 AM Douglas Anderson wrote: > If you do this on an sdm845 board: > cat /sys/kernel/debug/pinctrl/340.pinctrl/pinconf-groups > > ...it looks like nonsense. For every pin you see listed: > input bias bus hold, input bias disabled, input bias pull down, input

[PATCH 2/3] pinctrl: msm: Fix msm_config_group_get() to be compliant

2018-07-02 Thread Douglas Anderson
If you do this on an sdm845 board: cat /sys/kernel/debug/pinctrl/340.pinctrl/pinconf-groups ...it looks like nonsense. For every pin you see listed: input bias bus hold, input bias disabled, input bias pull down, input bias pull up That's because msm_config_group_get() isn't complying

[PATCH 2/3] pinctrl: msm: Fix msm_config_group_get() to be compliant

2018-07-02 Thread Douglas Anderson
If you do this on an sdm845 board: cat /sys/kernel/debug/pinctrl/340.pinctrl/pinconf-groups ...it looks like nonsense. For every pin you see listed: input bias bus hold, input bias disabled, input bias pull down, input bias pull up That's because msm_config_group_get() isn't complying