Re: [U-Boot] [PATCH v2] BLOCK: Add freescale IMX51 PATA driver

2010-12-15 Thread Marek Vasut
On Wednesday 01 December 2010 09:48:45 Stefano Babic wrote: On 12/01/2010 06:34 AM, Wolfgang Denk wrote: Dear Marek Vasut, In message 201012010346.21897.marek.va...@gmail.com you wrote: On efikamx, I'll soon submit it mainline (when I clean it up enough). Here's the relevant part of

Re: [U-Boot] [PATCH v2] BLOCK: Add freescale IMX51 PATA driver

2010-12-01 Thread Stefano Babic
On 12/01/2010 06:34 AM, Wolfgang Denk wrote: Dear Marek Vasut, In message 201012010346.21897.marek.va...@gmail.com you wrote: On efikamx, I'll soon submit it mainline (when I clean it up enough). Here's the relevant part of configuration file (the #define __io is actually the important

Re: [U-Boot] [PATCH v2] BLOCK: Add freescale IMX51 PATA driver

2010-11-30 Thread Stefano Babic
On 11/30/2010 04:26 AM, Marek Vasut wrote: Signed-off-by: Marek Vasut marek.va...@gmail.com --- v2: Use structures instead of defines as Wolfgang proposed Hi Marek, drivers/block/Makefile |1 + drivers/block/mxc_ata.c | 149 +++ 2

Re: [U-Boot] [PATCH v2] BLOCK: Add freescale IMX51 PATA driver

2010-11-30 Thread Marek Vasut
On Tuesday 30 November 2010 12:15:33 Stefano Babic wrote: On 11/30/2010 04:26 AM, Marek Vasut wrote: Signed-off-by: Marek Vasut marek.va...@gmail.com --- v2: Use structures instead of defines as Wolfgang proposed Hi Marek, drivers/block/Makefile |1 + drivers/block/mxc_ata.c

Re: [U-Boot] [PATCH v2] BLOCK: Add freescale IMX51 PATA driver

2010-11-30 Thread Wolfgang Denk
Dear Marek Vasut, In message 201012010346.21897.marek.va...@gmail.com you wrote: On efikamx, I'll soon submit it mainline (when I clean it up enough). Here's the relevant part of configuration file (the #define __io is actually the important thing): Is there a way to do without this?

[U-Boot] [PATCH v2] BLOCK: Add freescale IMX51 PATA driver

2010-11-29 Thread Marek Vasut
Signed-off-by: Marek Vasut marek.va...@gmail.com --- v2: Use structures instead of defines as Wolfgang proposed drivers/block/Makefile |1 + drivers/block/mxc_ata.c | 149 +++ 2 files changed, 150 insertions(+), 0 deletions(-) create mode 100644