Re: [RFC][PATCH 0/3] OF-platform PATA driver

2007-11-25 Thread Anton Vorontsov
On Sat, Nov 24, 2007 at 09:50:07PM +0100, Arnd Bergmann wrote: On Friday 23 November 2007, Anton Vorontsov wrote: Here is the PATA Platform driver using OF infrastructure. Mostly it's just a wrapper around a bit modified pata_platform driver. Thanks a lot for doing this. Patches 2/3

Re: [RFC][PATCH 0/3] OF-platform PATA driver

2007-11-25 Thread Anton Vorontsov
On Sat, Nov 24, 2007 at 04:26:13PM +0900, Paul Mundt wrote: On Fri, Nov 23, 2007 at 07:49:33PM -0500, Jeff Garzik wrote: Anton Vorontsov wrote: Here is the PATA Platform driver using OF infrastructure. Mostly it's just a wrapper around a bit modified pata_platform driver. Patches

Re: [RFC][PATCH 0/3] OF-platform PATA driver

2007-11-25 Thread Paul Mundt
On Mon, Nov 26, 2007 at 03:23:14AM +0300, Anton Vorontsov wrote: On Sat, Nov 24, 2007 at 04:26:13PM +0900, Paul Mundt wrote: On Fri, Nov 23, 2007 at 07:49:33PM -0500, Jeff Garzik wrote: Anton Vorontsov wrote: Here is the PATA Platform driver using OF infrastructure. Mostly it's

Re: [RFC][PATCH 0/3] OF-platform PATA driver

2007-11-24 Thread Arnd Bergmann
On Friday 23 November 2007, Anton Vorontsov wrote: Here is the PATA Platform driver using OF infrastructure. Mostly it's just a wrapper around a bit modified pata_platform driver. Thanks a lot for doing this. Patches 2/3 are what I tried to get people to do for some time now but was too lazy

Re: [RFC][PATCH 0/3] OF-platform PATA driver

2007-11-23 Thread Benjamin Herrenschmidt
On Fri, 2007-11-23 at 20:52 +0300, Anton Vorontsov wrote: As an alternative approach we can use plain pata_platform driver, but I'm not sure how Linux OF bindings' ideologists will or will not like it. So, these patches are strongly Request For Comments. Feel free to train your nitpicking

Re: [RFC][PATCH 0/3] OF-platform PATA driver

2007-11-23 Thread Vitaly Bordug
On Fri, 23 Nov 2007 20:52:29 +0300 Anton Vorontsov wrote: Hi all, Here is the PATA Platform driver using OF infrastructure. Mostly it's just a wrapper around a bit modified pata_platform driver. Patches are well split for the easier review: First one factors out platform_device

[RFC][PATCH 0/3] OF-platform PATA driver

2007-11-23 Thread Anton Vorontsov
Hi all, Here is the PATA Platform driver using OF infrastructure. Mostly it's just a wrapper around a bit modified pata_platform driver. Patches are well split for the easier review: First one factors out platform_device specific bits and modifies pata_platform to be a library-alike driver

Re: [RFC][PATCH 0/3] OF-platform PATA driver

2007-11-23 Thread Paul Mundt
On Fri, Nov 23, 2007 at 07:49:33PM -0500, Jeff Garzik wrote: Anton Vorontsov wrote: Here is the PATA Platform driver using OF infrastructure. Mostly it's just a wrapper around a bit modified pata_platform driver. Patches are well split for the easier review: First one factors out