Re: [PATCH] [RFC v3] OF: OpenFirmware bindings for the mmc_spi driver

2008-07-02 Thread Jon Smirl
On 6/5/08, Anton Vorontsov <[EMAIL PROTECTED]> wrote: > Here is v3. I'm out of ideas if you won't like it. :-) > > v3: > - Now these bindings are using bus notifiers chain, thus we adhere to the > spi bus. > > By the way, this scheme (IMO) looks good for I2C devices which needs > platform_d

Re: [PATCH] [RFC v3] OF: OpenFirmware bindings for the mmc_spi driver

2008-06-16 Thread Grant Likely
On Sat, Jun 14, 2008 at 9:57 AM, Pierre Ossman <[EMAIL PROTECTED]> wrote: > On Thu, 5 Jun 2008 20:16:24 +0400 > Anton Vorontsov <[EMAIL PROTECTED]> wrote: > >> Here is v3. I'm out of ideas if you won't like it. :-) >> >> v3: >> - Now these bindings are using bus notifiers chain, thus we adhere to t

Re: [PATCH] [RFC v3] OF: OpenFirmware bindings for the mmc_spi driver

2008-06-16 Thread Anton Vorontsov
On Sat, Jun 14, 2008 at 05:57:23PM +0200, Pierre Ossman wrote: > On Thu, 5 Jun 2008 20:16:24 +0400 > Anton Vorontsov <[EMAIL PROTECTED]> wrote: > > > Here is v3. I'm out of ideas if you won't like it. :-) > > > > v3: > > - Now these bindings are using bus notifiers chain, thus we adhere to the >

Re: [PATCH] [RFC v3] OF: OpenFirmware bindings for the mmc_spi driver

2008-06-05 Thread Grant Likely
On Thu, Jun 5, 2008 at 12:31 PM, Anton Vorontsov <[EMAIL PROTECTED]> wrote: > On Thu, Jun 05, 2008 at 12:18:56PM -0600, Grant Likely wrote: >> On Thu, Jun 5, 2008 at 12:00 PM, Anton Vorontsov >> <[EMAIL PROTECTED]> wrote: >> > On Thu, Jun 05, 2008 at 11:36:09AM -0600, Grant Likely wrote: >> >> On T

Re: [PATCH] [RFC v3] OF: OpenFirmware bindings for the mmc_spi driver

2008-06-05 Thread Anton Vorontsov
On Thu, Jun 05, 2008 at 12:18:56PM -0600, Grant Likely wrote: > On Thu, Jun 5, 2008 at 12:00 PM, Anton Vorontsov > <[EMAIL PROTECTED]> wrote: > > On Thu, Jun 05, 2008 at 11:36:09AM -0600, Grant Likely wrote: > >> On Thu, Jun 5, 2008 at 11:27 AM, Anton Vorontsov > >> <[EMAIL PROTECTED]> wrote: > >>

Re: [PATCH] [RFC v3] OF: OpenFirmware bindings for the mmc_spi driver

2008-06-05 Thread Grant Likely
On Thu, Jun 5, 2008 at 12:00 PM, Anton Vorontsov <[EMAIL PROTECTED]> wrote: > On Thu, Jun 05, 2008 at 11:36:09AM -0600, Grant Likely wrote: >> On Thu, Jun 5, 2008 at 11:27 AM, Anton Vorontsov >> <[EMAIL PROTECTED]> wrote: >> > Well, I mentioned the usb_add_hcd()-alike approach for the mmc_spi >> >

Re: [PATCH] [RFC v3] OF: OpenFirmware bindings for the mmc_spi driver

2008-06-05 Thread Anton Vorontsov
On Thu, Jun 05, 2008 at 11:36:09AM -0600, Grant Likely wrote: > On Thu, Jun 5, 2008 at 11:27 AM, Anton Vorontsov > <[EMAIL PROTECTED]> wrote: > > On Thu, Jun 05, 2008 at 10:45:17AM -0600, Grant Likely wrote: > >> On Thu, Jun 5, 2008 at 10:16 AM, Anton Vorontsov > >> <[EMAIL PROTECTED]> wrote: > >>

Re: [PATCH] [RFC v3] OF: OpenFirmware bindings for the mmc_spi driver

2008-06-05 Thread Grant Likely
On Thu, Jun 5, 2008 at 11:27 AM, Anton Vorontsov <[EMAIL PROTECTED]> wrote: > On Thu, Jun 05, 2008 at 10:45:17AM -0600, Grant Likely wrote: >> On Thu, Jun 5, 2008 at 10:16 AM, Anton Vorontsov >> <[EMAIL PROTECTED]> wrote: >> > Here is v3. I'm out of ideas if you won't like it. :-) >> > >> > v3: >>

Re: [PATCH] [RFC v3] OF: OpenFirmware bindings for the mmc_spi driver

2008-06-05 Thread Anton Vorontsov
On Thu, Jun 05, 2008 at 10:45:17AM -0600, Grant Likely wrote: > On Thu, Jun 5, 2008 at 10:16 AM, Anton Vorontsov > <[EMAIL PROTECTED]> wrote: > > Here is v3. I'm out of ideas if you won't like it. :-) > > > > v3: > > - Now these bindings are using bus notifiers chain, thus we adhere to the > > spi

Re: [PATCH] [RFC v3] OF: OpenFirmware bindings for the mmc_spi driver

2008-06-05 Thread Grant Likely
On Thu, Jun 5, 2008 at 10:16 AM, Anton Vorontsov <[EMAIL PROTECTED]> wrote: > Here is v3. I'm out of ideas if you won't like it. :-) > > v3: > - Now these bindings are using bus notifiers chain, thus we adhere to the > spi bus. > > By the way, this scheme (IMO) looks good for I2C devices which ne

[PATCH] [RFC v3] OF: OpenFirmware bindings for the mmc_spi driver

2008-06-05 Thread Anton Vorontsov
Here is v3. I'm out of ideas if you won't like it. :-) v3: - Now these bindings are using bus notifiers chain, thus we adhere to the spi bus. By the way, this scheme (IMO) looks good for I2C devices which needs platform_data extracted from the device tree too (Cc'ing Jochen). - Plus change