Re: [PATCH] pinctrl: sunxi: fix V3s pinctrl driver IRQ bank base

2017-08-07 Thread icenowy
在 2017-08-07 21:09,Linus Walleij 写道: On Tue, Aug 1, 2017 at 4:54 PM, Icenowy Zheng wrote: The V3s pin controller doesn't have the bank 0 (starts at address 0x200), which is like A33. However, this is not workarounded when developing the driver, which makes IRQ not working.

Re: [PATCH] pinctrl: sunxi: fix V3s pinctrl driver IRQ bank base

2017-08-07 Thread icenowy
在 2017-08-07 21:09,Linus Walleij 写道: On Tue, Aug 1, 2017 at 4:54 PM, Icenowy Zheng wrote: The V3s pin controller doesn't have the bank 0 (starts at address 0x200), which is like A33. However, this is not workarounded when developing the driver, which makes IRQ not working. Fix the IRQ bank

Re: [PATCH] pinctrl: sunxi: fix V3s pinctrl driver IRQ bank base

2017-08-07 Thread Linus Walleij
On Tue, Aug 1, 2017 at 4:54 PM, Icenowy Zheng wrote: > The V3s pin controller doesn't have the bank 0 (starts at address > 0x200), which is like A33. However, this is not workarounded when > developing the driver, which makes IRQ not working. > > Fix the IRQ bank base. > >

Re: [PATCH] pinctrl: sunxi: fix V3s pinctrl driver IRQ bank base

2017-08-07 Thread Linus Walleij
On Tue, Aug 1, 2017 at 4:54 PM, Icenowy Zheng wrote: > The V3s pin controller doesn't have the bank 0 (starts at address > 0x200), which is like A33. However, this is not workarounded when > developing the driver, which makes IRQ not working. > > Fix the IRQ bank base. > > Fixes: 56d9e4a76039

Re: [linux-sunxi] [PATCH] pinctrl: sunxi: fix V3s pinctrl driver IRQ bank base

2017-08-03 Thread icenowy
在 2017-08-04 10:23,Chen-Yu Tsai 写道: On Tue, Aug 1, 2017 at 10:54 PM, Icenowy Zheng wrote: The V3s pin controller doesn't have the bank 0 (starts at address 0x200), which is like A33. However, this is not workarounded when was not

Re: [linux-sunxi] [PATCH] pinctrl: sunxi: fix V3s pinctrl driver IRQ bank base

2017-08-03 Thread icenowy
在 2017-08-04 10:23,Chen-Yu Tsai 写道: On Tue, Aug 1, 2017 at 10:54 PM, Icenowy Zheng wrote: The V3s pin controller doesn't have the bank 0 (starts at address 0x200), which is like A33. However, this is not workarounded when was not worked around

Re: [linux-sunxi] [PATCH] pinctrl: sunxi: fix V3s pinctrl driver IRQ bank base

2017-08-03 Thread Chen-Yu Tsai
On Tue, Aug 1, 2017 at 10:54 PM, Icenowy Zheng wrote: > The V3s pin controller doesn't have the bank 0 (starts at address > 0x200), which is like A33. However, this is not workarounded when was not worked around "Work around" is a verb

Re: [linux-sunxi] [PATCH] pinctrl: sunxi: fix V3s pinctrl driver IRQ bank base

2017-08-03 Thread Chen-Yu Tsai
On Tue, Aug 1, 2017 at 10:54 PM, Icenowy Zheng wrote: > The V3s pin controller doesn't have the bank 0 (starts at address > 0x200), which is like A33. However, this is not workarounded when was not worked around "Work around" is a verb phrase.

[PATCH] pinctrl: sunxi: fix V3s pinctrl driver IRQ bank base

2017-08-01 Thread Icenowy Zheng
The V3s pin controller doesn't have the bank 0 (starts at address 0x200), which is like A33. However, this is not workarounded when developing the driver, which makes IRQ not working. Fix the IRQ bank base. Fixes: 56d9e4a76039 ("pinctrl: sunxi: add driver for V3s SoC") Cc: sta...@vger.kernel.org

[PATCH] pinctrl: sunxi: fix V3s pinctrl driver IRQ bank base

2017-08-01 Thread Icenowy Zheng
The V3s pin controller doesn't have the bank 0 (starts at address 0x200), which is like A33. However, this is not workarounded when developing the driver, which makes IRQ not working. Fix the IRQ bank base. Fixes: 56d9e4a76039 ("pinctrl: sunxi: add driver for V3s SoC") Cc: sta...@vger.kernel.org