Re: [PATCH 0/5] atmel_serial: Cleanups, irq handler splitup & DMA

2007-12-19 Thread Haavard Skinnemoen
On Wed, 19 Dec 2007 09:29:52 +0200 "Vadim Yatsenko" <[EMAIL PROTECTED]> wrote: > What prepatches one need to aply to what kernel version (vanila, git, ...) > before these? They should apply to a fresh checkout of Linus' git tree. If you want to use 2.6.23, you need to apply this patch first:

Re: [PATCH 0/5] atmel_serial: Cleanups, irq handler splitup DMA

2007-12-19 Thread Haavard Skinnemoen
On Wed, 19 Dec 2007 09:29:52 +0200 Vadim Yatsenko [EMAIL PROTECTED] wrote: What prepatches one need to aply to what kernel version (vanila, git, ...) before these? They should apply to a fresh checkout of Linus' git tree. If you want to use 2.6.23, you need to apply this patch first:

Re: [PATCH 0/5] atmel_serial: Cleanups, irq handler splitup & DMA

2007-12-18 Thread Vadim Yatsenko
l King - ARM Linux" <[EMAIL PROTECTED]>; "Haavard Skinnemoen" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>; ; "Remy Bohmer" <[EMAIL PROTECTED]>; "ARM Linux Mailing List" <[EMAIL PROTECTED]> Sent: Tuesday, December 18, 2007 7:06 PM Subj

[PATCH 0/5] atmel_serial: Cleanups, irq handler splitup & DMA

2007-12-18 Thread Haavard Skinnemoen
The following patchset cleans up the atmel_serial driver a bit, moves a significant portion of the interrupt handler into a tasklet, and adds DMA support. This is the result of a combined effort by Chip Coldwell, Remy Bohmer and me. The patches should apply cleanly onto Linus' latest git tree. It

[PATCH 0/5] atmel_serial: Cleanups, irq handler splitup DMA

2007-12-18 Thread Haavard Skinnemoen
The following patchset cleans up the atmel_serial driver a bit, moves a significant portion of the interrupt handler into a tasklet, and adds DMA support. This is the result of a combined effort by Chip Coldwell, Remy Bohmer and me. The patches should apply cleanly onto Linus' latest git tree. It

Re: [PATCH 0/5] atmel_serial: Cleanups, irq handler splitup DMA

2007-12-18 Thread Vadim Yatsenko
Skinnemoen [EMAIL PROTECTED]; [EMAIL PROTECTED]; linux-kernel@vger.kernel.org; Remy Bohmer [EMAIL PROTECTED]; ARM Linux Mailing List [EMAIL PROTECTED] Sent: Tuesday, December 18, 2007 7:06 PM Subject: [PATCH 0/5] atmel_serial: Cleanups, irq handler splitup DMA The following patchset cleans up