Re: [patch 09/14] Convert from class_device to device for SPI

2007-08-26 Thread Kay Sievers
On Sun, 2007-08-26 at 12:54 -0700, David Brownell wrote: > On Thursday 23 August 2007, Kay Sievers wrote: > > On Thu, 2007-08-23 at 14:03 -0700, David Brownell wrote: > > > On Tuesday 21 August 2007, Tony Jones wrote: > > > > I believe this is the necessary documentation changes. > > > > > > Thank

Re: [patch 09/14] Convert from class_device to device for SPI

2007-08-26 Thread David Brownell
On Thursday 23 August 2007, Kay Sievers wrote: > On Thu, 2007-08-23 at 14:03 -0700, David Brownell wrote: > > On Tuesday 21 August 2007, Tony Jones wrote: > > > I believe this is the necessary documentation changes. > > > > Thanks. I have an update, plus updates for the mmc_spi > > driver (now in

Re: [patch 09/14] Convert from class_device to device for SPI

2007-08-23 Thread Kay Sievers
On Thu, 2007-08-23 at 14:03 -0700, David Brownell wrote: > On Tuesday 21 August 2007, Tony Jones wrote: > > I believe this is the necessary documentation changes. > > Thanks. I have an update, plus updates for the mmc_spi > driver (now in MM) which you didn't update. > > By the way, it's worth n

Re: [patch 09/14] Convert from class_device to device for SPI

2007-08-23 Thread David Brownell
On Tuesday 21 August 2007, Tony Jones wrote: > I believe this is the necessary documentation changes. Thanks. I have an update, plus updates for the mmc_spi driver (now in MM) which you didn't update. By the way, it's worth noting an incompatibility introduced through these conversions and CONFI

Re: [patch 09/14] Convert from class_device to device for SPI

2007-08-21 Thread Tony Jones
On Tue, Aug 21, 2007 at 11:28:28AM -0700, David Brownell wrote: > Can you update the Documentation/spi/spi-summary text which is > invalidated by this change? That's part of why I rejected an > earlier version of this patch: since it broke the documentation, > it was incomplete. I believe this i

Re: [patch 09/14] Convert from class_device to device for SPI

2007-08-21 Thread Tony Jones
On Tue, Aug 21, 2007 at 11:28:28AM -0700, David Brownell wrote: > On Tuesday 21 August 2007, Tony Jones wrote: > > On Mon, Aug 20, 2007 at 03:48:15PM -0700, [EMAIL PROTECTED] wrote: > > > > > > Convert from class_device to device for drivers/spi. This is part of the > > > work > > > to eliminat

Re: [patch 09/14] Convert from class_device to device for SPI

2007-08-21 Thread David Brownell
On Tuesday 21 August 2007, Tony Jones wrote: > On Mon, Aug 20, 2007 at 03:48:15PM -0700, [EMAIL PROTECTED] wrote: > > > > Convert from class_device to device for drivers/spi. This is part of the > > work > > to eliminate struct class_device. > > Signed-off-by: Tony Jones <[EMAIL PROTECTED]> Y

Re: [patch 09/14] Convert from class_device to device for SPI

2007-08-21 Thread Tony Jones
On Mon, Aug 20, 2007 at 03:48:15PM -0700, [EMAIL PROTECTED] wrote: > -- > Content-Disposition: inline; filename=spi.patch > > Convert from class_device to device for drivers/spi. This is part of the > work > to eliminate struct class_device. Signed-off-by: Tony Jones <[EMAIL PROTECTED]> - To

[patch 09/14] Convert from class_device to device for SPI

2007-08-20 Thread tonyj
-- Content-Disposition: inline; filename=spi.patch Convert from class_device to device for drivers/spi. This is part of the work to eliminate struct class_device. --- drivers/spi/spi.c | 36 ++-- drivers/spi/spi_bitbang.c |2 +- drivers/spi/spi_lm