Re: [PATCH 6/6] ARM: imx: gpmi-nand depends on mxs-dma

2012-08-13 Thread Artem Bityutskiy
On Wed, 2012-08-08 at 10:18 -0300, Fabio Estevam wrote: > On Wed, Aug 8, 2012 at 10:05 AM, Dirk Behme wrote: > > > Yes. But it seems it's not handled there? I'm trying since ~2 weeks to get > > something like your patch applied to get the broken mainline fixed, but > > unfortunately without

Re: [PATCH 6/6] ARM: imx: gpmi-nand depends on mxs-dma

2012-08-13 Thread Artem Bityutskiy
On Wed, 2012-08-08 at 10:18 -0300, Fabio Estevam wrote: On Wed, Aug 8, 2012 at 10:05 AM, Dirk Behme dirk.be...@de.bosch.com wrote: Yes. But it seems it's not handled there? I'm trying since ~2 weeks to get something like your patch applied to get the broken mainline fixed, but

Re: [PATCH 6/6] ARM: imx: gpmi-nand depends on mxs-dma

2012-08-08 Thread Fabio Estevam
On Wed, Aug 8, 2012 at 10:05 AM, Dirk Behme wrote: > Yes. But it seems it's not handled there? I'm trying since ~2 weeks to get > something like your patch applied to get the broken mainline fixed, but > unfortunately without success so far. Let's try once again. Artem, Could

Re: [PATCH 6/6] ARM: imx: gpmi-nand depends on mxs-dma

2012-08-08 Thread Dirk Behme
On 08.08.2012 15:01, Fabio Estevam wrote: Hi Arnd, On Wed, Aug 8, 2012 at 9:54 AM, Arnd Bergmann wrote: It is not currently possible to build the gpmi-nand driver without also building the mxs-dma driver. Clarify this Kconfig and enable both in the defconfig file so we can build it again with

Re: [PATCH 6/6] ARM: imx: gpmi-nand depends on mxs-dma

2012-08-08 Thread Dirk Behme
On 08.08.2012 14:54, Arnd Bergmann wrote: It is not currently possible to build the gpmi-nand driver without also building the mxs-dma driver. Clarify this Kconfig and enable both in the defconfig file so we can build it again with both enabled. drivers/built-in.o: In function

Re: [PATCH 6/6] ARM: imx: gpmi-nand depends on mxs-dma

2012-08-08 Thread Fabio Estevam
Hi Arnd, On Wed, Aug 8, 2012 at 9:54 AM, Arnd Bergmann wrote: > It is not currently possible to build the gpmi-nand driver without > also building the mxs-dma driver. Clarify this Kconfig and enable > both in the defconfig file so we can build it again with both enabled. > > drivers/built-in.o:

[PATCH 6/6] ARM: imx: gpmi-nand depends on mxs-dma

2012-08-08 Thread Arnd Bergmann
It is not currently possible to build the gpmi-nand driver without also building the mxs-dma driver. Clarify this Kconfig and enable both in the defconfig file so we can build it again with both enabled. drivers/built-in.o: In function `gpmi_dma_filter': clk-fixed-factor.c:(.text+0xafc18):

[PATCH 6/6] ARM: imx: gpmi-nand depends on mxs-dma

2012-08-08 Thread Arnd Bergmann
It is not currently possible to build the gpmi-nand driver without also building the mxs-dma driver. Clarify this Kconfig and enable both in the defconfig file so we can build it again with both enabled. drivers/built-in.o: In function `gpmi_dma_filter': clk-fixed-factor.c:(.text+0xafc18):

Re: [PATCH 6/6] ARM: imx: gpmi-nand depends on mxs-dma

2012-08-08 Thread Fabio Estevam
Hi Arnd, On Wed, Aug 8, 2012 at 9:54 AM, Arnd Bergmann a...@arndb.de wrote: It is not currently possible to build the gpmi-nand driver without also building the mxs-dma driver. Clarify this Kconfig and enable both in the defconfig file so we can build it again with both enabled.

Re: [PATCH 6/6] ARM: imx: gpmi-nand depends on mxs-dma

2012-08-08 Thread Dirk Behme
On 08.08.2012 14:54, Arnd Bergmann wrote: It is not currently possible to build the gpmi-nand driver without also building the mxs-dma driver. Clarify this Kconfig and enable both in the defconfig file so we can build it again with both enabled. drivers/built-in.o: In function

Re: [PATCH 6/6] ARM: imx: gpmi-nand depends on mxs-dma

2012-08-08 Thread Dirk Behme
On 08.08.2012 15:01, Fabio Estevam wrote: Hi Arnd, On Wed, Aug 8, 2012 at 9:54 AM, Arnd Bergmann a...@arndb.de wrote: It is not currently possible to build the gpmi-nand driver without also building the mxs-dma driver. Clarify this Kconfig and enable both in the defconfig file so we can build

Re: [PATCH 6/6] ARM: imx: gpmi-nand depends on mxs-dma

2012-08-08 Thread Fabio Estevam
On Wed, Aug 8, 2012 at 10:05 AM, Dirk Behme dirk.be...@de.bosch.com wrote: Yes. But it seems it's not handled there? I'm trying since ~2 weeks to get something like your patch applied to get the broken mainline fixed, but unfortunately without success so far. Let's try once again. Artem,