Re: [PATCH 3/5] SPI S3C64XX: Header for passing platform data

2009-12-09 Thread jassi brar
On Wed, Dec 9, 2009 at 9:16 PM, Mark Brown wrote: > On Wed, Dec 09, 2009 at 10:50:16AM +0900, jassi brar wrote: > >>   Second - SPI source clocks specific, which SoCs differ by name and number. >>           Maybe this could go into plat-/include with the name >>           -spi.h > > With device ba

Re: [PATCH 3/5] SPI S3C64XX: Header for passing platform data

2009-12-09 Thread Mark Brown
On Wed, Dec 09, 2009 at 10:50:16AM +0900, jassi brar wrote: > Second - SPI source clocks specific, which SoCs differ by name and number. > Maybe this could go into plat-/include with the name > -spi.h With device based lookup (which Ben mentioned he was working on) this mapp

Re: [PATCH 3/5] SPI S3C64XX: Header for passing platform data

2009-12-08 Thread jassi brar
On Mon, Dec 7, 2009 at 11:41 PM, Ben Dooks wrote: > On Fri, Dec 04, 2009 at 08:06:12PM +0900, jassi brar wrote: >> On Fri, Dec 4, 2009 at 7:06 AM, Ben Dooks wrote: >> > On Thu, Nov 26, 2009 at 03:48:17PM +0900, Jassi Brar wrote: >> >> We need a way to pass controller specific information to the >

Re: [PATCH 3/5] SPI S3C64XX: Header for passing platform data

2009-12-07 Thread Ben Dooks
On Fri, Dec 04, 2009 at 08:06:12PM +0900, jassi brar wrote: > On Fri, Dec 4, 2009 at 7:06 AM, Ben Dooks wrote: > > On Thu, Nov 26, 2009 at 03:48:17PM +0900, Jassi Brar wrote: > >> We need a way to pass controller specific information to the > >> SPI device driver. For that purpose a new header is

Re: [PATCH 3/5] SPI S3C64XX: Header for passing platform data

2009-12-04 Thread jassi brar
On Fri, Dec 4, 2009 at 7:06 AM, Ben Dooks wrote: > On Thu, Nov 26, 2009 at 03:48:17PM +0900, Jassi Brar wrote: >> We need a way to pass controller specific information to the >> SPI device driver. For that purpose a new header is made. >> >> Signed-off-by: Jassi Brar >> --- >>  arch/arm/plat-s3c6

Re: [PATCH 3/5] SPI S3C64XX: Header for passing platform data

2009-12-03 Thread Ben Dooks
On Thu, Nov 26, 2009 at 03:48:17PM +0900, Jassi Brar wrote: > We need a way to pass controller specific information to the > SPI device driver. For that purpose a new header is made. > > Signed-off-by: Jassi Brar > --- > arch/arm/plat-s3c64xx/include/plat/spi.h | 68 >

[PATCH 3/5] SPI S3C64XX: Header for passing platform data

2009-11-25 Thread Jassi Brar
We need a way to pass controller specific information to the SPI device driver. For that purpose a new header is made. Signed-off-by: Jassi Brar --- arch/arm/plat-s3c64xx/include/plat/spi.h | 68 ++ 1 files changed, 68 insertions(+), 0 deletions(-) create mode 1006