Re: [PATCH v4 1/9] pinctrl: sunxi: refactor irq related register function to have desc

2018-03-27 Thread Linus Walleij
On Fri, Mar 16, 2018 at 3:02 PM, Icenowy Zheng wrote: > As the new H6 SoC has holes in the IRQ registers, refactor the IRQ > related register function for getting the full pinctrl desc structure. > > Signed-off-by: Icenowy Zheng > --- > Changes in v4: > -

Re: [PATCH v4 1/9] pinctrl: sunxi: refactor irq related register function to have desc

2018-03-27 Thread Linus Walleij
On Fri, Mar 16, 2018 at 3:02 PM, Icenowy Zheng wrote: > As the new H6 SoC has holes in the IRQ registers, refactor the IRQ > related register function for getting the full pinctrl desc structure. > > Signed-off-by: Icenowy Zheng > --- > Changes in v4: > - Adjusted parameter sequence. Patch

Re: [PATCH v4 1/9] pinctrl: sunxi: refactor irq related register function to have desc

2018-03-18 Thread Maxime Ripard
On Fri, Mar 16, 2018 at 10:02:07PM +0800, Icenowy Zheng wrote: > As the new H6 SoC has holes in the IRQ registers, refactor the IRQ > related register function for getting the full pinctrl desc structure. > > Signed-off-by: Icenowy Zheng Acked-by: Maxime Ripard

Re: [PATCH v4 1/9] pinctrl: sunxi: refactor irq related register function to have desc

2018-03-18 Thread Maxime Ripard
On Fri, Mar 16, 2018 at 10:02:07PM +0800, Icenowy Zheng wrote: > As the new H6 SoC has holes in the IRQ registers, refactor the IRQ > related register function for getting the full pinctrl desc structure. > > Signed-off-by: Icenowy Zheng Acked-by: Maxime Ripard Maxime -- Maxime Ripard,

[PATCH v4 1/9] pinctrl: sunxi: refactor irq related register function to have desc

2018-03-16 Thread Icenowy Zheng
As the new H6 SoC has holes in the IRQ registers, refactor the IRQ related register function for getting the full pinctrl desc structure. Signed-off-by: Icenowy Zheng --- Changes in v4: - Adjusted parameter sequence. Patch introduced in v3.

[PATCH v4 1/9] pinctrl: sunxi: refactor irq related register function to have desc

2018-03-16 Thread Icenowy Zheng
As the new H6 SoC has holes in the IRQ registers, refactor the IRQ related register function for getting the full pinctrl desc structure. Signed-off-by: Icenowy Zheng --- Changes in v4: - Adjusted parameter sequence. Patch introduced in v3. drivers/pinctrl/sunxi/pinctrl-sunxi.c | 22