Message ID | CACRpkdYeaMqTNUTqBSg6vNa9=VucjpFFkx3diHJJNgZTg+iq1w@mail.gmail.com |
---|---|
State | New |
Headers | show |
On Thu, Feb 13, 2014 at 01:35:38PM +0100, Linus Walleij wrote: > Hi ARM SoC folks, > > this is a set of patches I have sent for review and failed to get > ACKs from the proper subsystem maintainers after repeated > pings. However I now need to have this rotated in linux-next > as a base for multiplatform, so please pull it in, it is all ARM > drivers anyway. Russell pointed out some things and these > have been fixed and iterated in this series. > > Yours, > Linus Walleij > > The following changes since commit b28a960c42fcd9cfc987441fa6d1c1a471f0f9ed: > > Linux 3.14-rc2 (2014-02-09 18:15:47 -0800) > > are available in the git repository at: > > git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-integrator.git > tags/integrator-for-v3.15-1 > > for you to fetch changes up to 29525484cd2524a31ee0924831ab43b46ea6ebe1: > > ARM: integrator: select GPIO block (2014-02-13 11:21:37 +0100) These patches are a little all over the place -- some is new dt bindings, some are driver cleanups, etc. I ended up merging it into next/drivers since that's what the bulk of the changes were in this time. So, pulled. Thanks. -Olof
On Mon, Feb 24, 2014 at 11:17 AM, Arnd Bergmann <arnd@arndb.de> wrote: > On Thursday 13 February 2014, Linus Walleij wrote: >> irqchip: vic: update the base IRQ member correctly >> irqchip: support cascaded VICs >> ARM: integrator: register the IM-PD1 VIC > > I got a randconfig build error for CONFIG_IMPD1=m. Ok to apply this > fix on top? Sure sorry for missing this ... > 8<--- > > irqchip: VIC: export vic_init_cascaded > > vic_init_cascaded is called by integrator impd1 code that can > be a loadable module, so the function has to be exported. > > Signed-off-by: Arnd Bergmann <arnd@arndb.de> Acked-by: Linus Walleij <linus.walleij@linaro.org> Can either of you pls apply this directly to the ARM SoC tree? Yours, Linus Walleij
On Monday 24 February 2014, Linus Walleij wrote: > > > > irqchip: VIC: export vic_init_cascaded > > > > vic_init_cascaded is called by integrator impd1 code that can > > be a loadable module, so the function has to be exported. > > > > Signed-off-by: Arnd Bergmann <arnd@arndb.de> > > Acked-by: Linus Walleij <linus.walleij@linaro.org> > > Can either of you pls apply this directly to the ARM SoC tree? > Applied on next/drivers now. ARnd