[GIT PATCH] repost I/OAT fixes

2007-03-08 Thread Christopher Leech
I/OAT fixes and missing documentation. Please pull from, git://lost.foo-projects.org/~cleech/linux-2.6#master -- Andrew Morton (1): I/OAT: warning fix Chris Leech (6): ioatdma: Push pending transactions to hardware more frequently ioatdma: Remove the wrappers around

[GIT PATCH] repost I/OAT fixes

2007-03-08 Thread Christopher Leech
I/OAT fixes and missing documentation. Please pull from, git://lost.foo-projects.org/~cleech/linux-2.6#master -- Andrew Morton (1): I/OAT: warning fix Chris Leech (6): ioatdma: Push pending transactions to hardware more frequently ioatdma: Remove the wrappers around

Re: [2.6 patch] drivers/dma/: no "static inline" in C files

2007-02-26 Thread Christopher Leech
Thanks Adrian, Dan, this applies to your code. Mind adding it to your tree? - Chris On Sun, 2007-02-25 at 15:16 -0800, Adrian Bunk wrote: This patch changes "static inline"s in C files to "static": gcc should know best whether or not to inline a static function. Signed-off-by: Adrian Bunk

Re: [2.6 patch] drivers/dma/: no static inline in C files

2007-02-26 Thread Christopher Leech
Thanks Adrian, Dan, this applies to your code. Mind adding it to your tree? - Chris On Sun, 2007-02-25 at 15:16 -0800, Adrian Bunk wrote: This patch changes static inlines in C files to static: gcc should know best whether or not to inline a static function. Signed-off-by: Adrian Bunk