Message ID | 1345690074-31327-2-git-send-email-Barry.Song@csr.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
On Thu, Aug 23, 2012 at 4:47 AM, Barry Song <Barry.Song@csr.com> wrote: > From: Barry Song <Baohua.Song@csr.com> > > commit 5130216265f6f924a4 missed the interrupts property > > Signed-off-by: Barry Song <Barry.Song@csr.com> Acked-by: Linus Walleij <linus.walleij@linaro.org> I expect that you take this patch through the ARM SoC tree? If you want me to carry it in the pinctrl tree, tell me. Yours, Linus Walleij
2012/9/3 Linus Walleij <linus.walleij@linaro.org>: > On Thu, Aug 23, 2012 at 4:47 AM, Barry Song <Barry.Song@csr.com> wrote: > >> From: Barry Song <Baohua.Song@csr.com> >> >> commit 5130216265f6f924a4 missed the interrupts property >> >> Signed-off-by: Barry Song <Barry.Song@csr.com> > > Acked-by: Linus Walleij <linus.walleij@linaro.org> > > I expect that you take this patch through the ARM SoC tree? > > If you want me to carry it in the pinctrl tree, tell me. thanks a lot, linus! taking these through ARM SoC tree is the best way to avoid possible conflict. i have not done that in prima2 common clk driver, then i have a strange pull request: http://www.spinics.net/lists/arm-kernel/msg191412.html > > Yours, > Linus Walleij > -barry
diff --git a/arch/arm/boot/dts/prima2-cb.dts b/arch/arm/boot/dts/prima2-cb.dts index 34ae3a6..4245306 100644 --- a/arch/arm/boot/dts/prima2-cb.dts +++ b/arch/arm/boot/dts/prima2-cb.dts @@ -284,6 +284,7 @@ #interrupt-cells = <2>; compatible = "sirf,prima2-gpio-pinmux"; reg = <0xb0120000 0x10000>; + interrupts = <43 44 45 46 47>; gpio-controller; interrupt-controller; };