Re: [PATCH 1/3] RFC: AHCI: libahci is missing DMA

2013-12-04 Thread Oliver Schinagl
On 04-12-13 13:47, Sergei Shtylyov wrote: Hello. On 04-12-2013 16:10, oli...@schinagl.nl wrote: From: Oliver Schinagl The Allwinner sunxi platforms have patched in the following to enable DMA. This patch enables DMA controllers for the SUNXI Architecture. Signed-off-by: Olliver

Re: [PATCH 1/3] RFC: AHCI: libahci is missing DMA

2013-12-04 Thread Sergei Shtylyov
Hello. On 04-12-2013 16:10, oli...@schinagl.nl wrote: From: Oliver Schinagl The Allwinner sunxi platforms have patched in the following to enable DMA. This patch enables DMA controllers for the SUNXI Architecture. Signed-off-by: Olliver Schinagl --- drivers/ata/ahci.h| 6 ++

Re: [PATCH 1/3] RFC: AHCI: libahci is missing DMA

2013-12-04 Thread Oliver Schinagl
Hey Tejun Heo, On 04-12-13 13:32, Tejun Heo wrote: On Wed, Dec 04, 2013 at 01:10:53PM +0100, oli...@schinagl.nl wrote: From: Oliver Schinagl The Allwinner sunxi platforms have patched in the following to enable DMA. This patch enables DMA controllers for the SUNXI Architecture.

Re: [PATCH 1/3] RFC: AHCI: libahci is missing DMA

2013-12-04 Thread Tejun Heo
On Wed, Dec 04, 2013 at 01:10:53PM +0100, oli...@schinagl.nl wrote: > From: Oliver Schinagl > > The Allwinner sunxi platforms have patched in the following to enable > DMA. This patch enables DMA controllers for the SUNXI Architecture. > > Signed-off-by: Olliver Schinagl > --- >

[PATCH 1/3] RFC: AHCI: libahci is missing DMA

2013-12-04 Thread oliver
From: Oliver Schinagl The Allwinner sunxi platforms have patched in the following to enable DMA. This patch enables DMA controllers for the SUNXI Architecture. Signed-off-by: Olliver Schinagl --- drivers/ata/ahci.h| 6 ++ drivers/ata/libahci.c | 8 2 files changed, 14

[PATCH 1/3] RFC: AHCI: libahci is missing DMA

2013-12-04 Thread oliver
From: Oliver Schinagl oli...@schinagl.nl The Allwinner sunxi platforms have patched in the following to enable DMA. This patch enables DMA controllers for the SUNXI Architecture. Signed-off-by: Olliver Schinagl oli...@schinagl.nl --- drivers/ata/ahci.h| 6 ++ drivers/ata/libahci.c | 8

Re: [PATCH 1/3] RFC: AHCI: libahci is missing DMA

2013-12-04 Thread Tejun Heo
On Wed, Dec 04, 2013 at 01:10:53PM +0100, oli...@schinagl.nl wrote: From: Oliver Schinagl oli...@schinagl.nl The Allwinner sunxi platforms have patched in the following to enable DMA. This patch enables DMA controllers for the SUNXI Architecture. Signed-off-by: Olliver Schinagl

Re: [PATCH 1/3] RFC: AHCI: libahci is missing DMA

2013-12-04 Thread Oliver Schinagl
Hey Tejun Heo, On 04-12-13 13:32, Tejun Heo wrote: On Wed, Dec 04, 2013 at 01:10:53PM +0100, oli...@schinagl.nl wrote: From: Oliver Schinagl oli...@schinagl.nl The Allwinner sunxi platforms have patched in the following to enable DMA. This patch enables DMA controllers for the SUNXI

Re: [PATCH 1/3] RFC: AHCI: libahci is missing DMA

2013-12-04 Thread Sergei Shtylyov
Hello. On 04-12-2013 16:10, oli...@schinagl.nl wrote: From: Oliver Schinagl oli...@schinagl.nl The Allwinner sunxi platforms have patched in the following to enable DMA. This patch enables DMA controllers for the SUNXI Architecture. Signed-off-by: Olliver Schinagl oli...@schinagl.nl ---

Re: [PATCH 1/3] RFC: AHCI: libahci is missing DMA

2013-12-04 Thread Oliver Schinagl
On 04-12-13 13:47, Sergei Shtylyov wrote: Hello. On 04-12-2013 16:10, oli...@schinagl.nl wrote: From: Oliver Schinagl oli...@schinagl.nl The Allwinner sunxi platforms have patched in the following to enable DMA. This patch enables DMA controllers for the SUNXI Architecture.