* Re: [PATCH 1/3] IXP4xx: Fix Goramo Multilink GPIO conversion. [not found] ` <m3bnwxiwhj.fsf@intrepid.localdomain> @ 2014-03-24 15:27 ` Linus Walleij 2014-03-24 20:36 ` Krzysztof Halasa 2014-03-26 22:06 ` Arnd Bergmann 0 siblings, 2 replies; 3+ messages in thread From: Linus Walleij @ 2014-03-24 15:27 UTC (permalink / raw) To: Krzysztof Halasa, Arnd Bergmann Cc: linux-arm-kernel@lists.infradead.org, Simon Kågström, arm@kernel.org, Russell King - ARM Linux, linux-gpio@vger.kernel.org On Sun, Mar 23, 2014 at 1:34 AM, Krzysztof Halasa <khc@pm.waw.pl> wrote: > arch/arm/mach-ixp4xx/goramo_mlr.c: In function 'set_scl': > arch/arm/mach-ixp4xx/goramo_mlr.c:82: error: implicit declaration of function 'gpio_line_set' > > arch/arm/mach-ixp4xx/goramo_mlr.c: In function 'output_control': > arch/arm/mach-ixp4xx/goramo_mlr.c:111: error: implicit declaration of function 'gpio_line_config' > arch/arm/mach-ixp4xx/goramo_mlr.c:111: error: 'IXP4XX_GPIO_OUT' undeclared > > arch/arm/mach-ixp4xx/goramo_mlr.c: In function 'hss_dcd_irq': > arch/arm/mach-ixp4xx/goramo_mlr.c:155: error: implicit declaration of function 'gpio_line_get' > > arch/arm/mach-ixp4xx/goramo_mlr.c: In function 'gmlr_init': > arch/arm/mach-ixp4xx/goramo_mlr.c:416: error: 'IXP4XX_GPIO_OUT' undeclared > arch/arm/mach-ixp4xx/goramo_mlr.c:421: error: 'IXP4XX_GPIO_IN' undeclared > > Signed-off-by: Krzysztof Hałasa <khc@pm.waw.pl> Reviewed-by: Linus Walleij <linus.walleij@linaro.org> Mea culpa. Arnd: can you apply this one patch directly for ARM SoC fixes and Cc: stable@vger.kernel.org on this one? Alternatively can you send this for fixes to arm@kernel.org with Cc: stable added Krzysztof? Yours, Linus Walleij -- To unsubscribe from this list: send the line "unsubscribe linux-gpio" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html ^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH 1/3] IXP4xx: Fix Goramo Multilink GPIO conversion. 2014-03-24 15:27 ` [PATCH 1/3] IXP4xx: Fix Goramo Multilink GPIO conversion Linus Walleij @ 2014-03-24 20:36 ` Krzysztof Halasa 2014-03-26 22:06 ` Arnd Bergmann 1 sibling, 0 replies; 3+ messages in thread From: Krzysztof Halasa @ 2014-03-24 20:36 UTC (permalink / raw) To: Linus Walleij Cc: Russell King - ARM Linux, Arnd Bergmann, linux-gpio@vger.kernel.org, arm@kernel.org, Simon Kågström, linux-arm-kernel@lists.infradead.org Linus Walleij <linus.walleij@linaro.org> writes: >> arch/arm/mach-ixp4xx/goramo_mlr.c:416: error: 'IXP4XX_GPIO_OUT' undeclared >> arch/arm/mach-ixp4xx/goramo_mlr.c:421: error: 'IXP4XX_GPIO_IN' undeclared >> >> Signed-off-by: Krzysztof Hałasa <khc@pm.waw.pl> > > Alternatively can you send this for fixes to arm@kernel.org with Cc: > stable added Krzysztof? Given the platform's specifics, I guess it's enough to just fix it in mainline. -- Krzysztof Halasa _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel ^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH 1/3] IXP4xx: Fix Goramo Multilink GPIO conversion. 2014-03-24 15:27 ` [PATCH 1/3] IXP4xx: Fix Goramo Multilink GPIO conversion Linus Walleij 2014-03-24 20:36 ` Krzysztof Halasa @ 2014-03-26 22:06 ` Arnd Bergmann 1 sibling, 0 replies; 3+ messages in thread From: Arnd Bergmann @ 2014-03-26 22:06 UTC (permalink / raw) To: Linus Walleij Cc: Russell King - ARM Linux, linux-gpio@vger.kernel.org, arm@kernel.org, Simon Kågström, linux-arm-kernel@lists.infradead.org, Krzysztof Halasa On Monday 24 March 2014, Linus Walleij wrote: > On Sun, Mar 23, 2014 at 1:34 AM, Krzysztof Halasa <khc@pm.waw.pl> wrote: > > > arch/arm/mach-ixp4xx/goramo_mlr.c: In function 'set_scl': > > arch/arm/mach-ixp4xx/goramo_mlr.c:82: error: implicit declaration of function 'gpio_line_set' > > > > arch/arm/mach-ixp4xx/goramo_mlr.c: In function 'output_control': > > arch/arm/mach-ixp4xx/goramo_mlr.c:111: error: implicit declaration of function 'gpio_line_config' > > arch/arm/mach-ixp4xx/goramo_mlr.c:111: error: 'IXP4XX_GPIO_OUT' undeclared > > > > arch/arm/mach-ixp4xx/goramo_mlr.c: In function 'hss_dcd_irq': > > arch/arm/mach-ixp4xx/goramo_mlr.c:155: error: implicit declaration of function 'gpio_line_get' > > > > arch/arm/mach-ixp4xx/goramo_mlr.c: In function 'gmlr_init': > > arch/arm/mach-ixp4xx/goramo_mlr.c:416: error: 'IXP4XX_GPIO_OUT' undeclared > > arch/arm/mach-ixp4xx/goramo_mlr.c:421: error: 'IXP4XX_GPIO_IN' undeclared > > > > Signed-off-by: Krzysztof Hałasa <khc@pm.waw.pl> > > Reviewed-by: Linus Walleij <linus.walleij@linaro.org> > > Mea culpa. > > Arnd: can you apply this one patch directly for ARM SoC fixes and > Cc: stable@vger.kernel.org on this one? > > Alternatively can you send this for fixes to arm@kernel.org with Cc: > stable added Krzysztof? I reverted my earlier patch and applied this instead. Thanks a lot! Did not add a stable tag, as suggested by Krzysztof. Arnd _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel ^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2014-03-26 22:06 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <m3siq9iyt2.fsf@intrepid.localdomain>
[not found] ` <m3bnwxiwhj.fsf@intrepid.localdomain>
2014-03-24 15:27 ` [PATCH 1/3] IXP4xx: Fix Goramo Multilink GPIO conversion Linus Walleij
2014-03-24 20:36 ` Krzysztof Halasa
2014-03-26 22:06 ` Arnd Bergmann
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox