On Thu, Nov 5, 2020 at 3:46 PM Linus Walleij wrote:
>
> On Fri, Oct 23, 2020 at 4:21 PM Arun KS wrote:
>
> > Im only concerned because, after this change, the use of gpio number
> > from user space has become a little difficult.
>
> This makes me a bit puzzled so I need to push back a bit
> here.
On Fri, Oct 23, 2020 at 4:21 PM Arun KS wrote:
> Im only concerned because, after this change, the use of gpio number
> from user space has become a little difficult.
This makes me a bit puzzled so I need to push back a bit
here.
What is this userspace and what interface is it using?
We recomm
On Mon, Jan 29, 2018 at 8:30 AM Bjorn Andersson
wrote:
>
> The base of the TLMM gpiochip should not be statically defined as 0, fix
> this to not artificially restrict the existence of multiple pinctrl-msm
> devices.
Can someone please provide the details why this is needed for
pinctrl-msm. Is t
On 02/07/2018 07:52 AM, Linus Walleij wrote:
OK I put this in devel for v4.17, let's see if something explodes
in linux-next else we can go with this.
Otherwise we need something that conserves base 0 for singular
TLMM drivers and make it -1 for newer platforms with several
instances.
I don't
On 2/7/18 7:52 AM, Linus Walleij wrote:
Otherwise we need something that conserves base 0 for singular
TLMM drivers and make it -1 for newer platforms with several
instances.
static int base = 0;
chip->base = base;
base = -1;
--
Qualcomm Datacenter Technologies, Inc. as an affilia
On Mon, Jan 29, 2018 at 1:59 AM, Bjorn Andersson
wrote:
> The base of the TLMM gpiochip should not be statically defined as 0, fix
> this to not artificially restrict the existence of multiple pinctrl-msm
> devices.
>
> Fixes: f365be092572 ("pinctrl: Add Qualcomm TLMM driver")
> Reported-by: Timu
The base of the TLMM gpiochip should not be statically defined as 0, fix
this to not artificially restrict the existence of multiple pinctrl-msm
devices.
Fixes: f365be092572 ("pinctrl: Add Qualcomm TLMM driver")
Reported-by: Timur Tabi
Signed-off-by: Bjorn Andersson
---
drivers/pinctrl/qcom/pin
7 matches
Mail list logo