Re: [PATCH 01/11] spi-dw: expose platform data stucture.

2011-06-22 Thread Dirk Brandewie
On 06/22/2011 10:06 PM, glik...@secretlab.ca wrote: > > > Dirk Brandewie wrote: > >> On 06/22/2011 09:03 PM, glik...@secretlab.ca wrote: >>> >>> >>> Dirk Brandewie wrote: >>> On 06/22/2011 08:47 PM, Grant Likely wrote: > On Wed, Jun 22, 2011 at 8:00 PM,wrote: >> From: Dirk Brand

Re: [PATCH 01/11] spi-dw: expose platform data stucture.

2011-06-22 Thread glik...@secretlab.ca
Dirk Brandewie wrote: >On 06/22/2011 09:03 PM, glik...@secretlab.ca wrote: >> >> >> Dirk Brandewie wrote: >> >>> On 06/22/2011 08:47 PM, Grant Likely wrote: On Wed, Jun 22, 2011 at 8:00 PM, wrote: > From: Dirk Brandewie > > Expose the platform data structure for use by clien

Re: [PATCH 01/11] spi-dw: expose platform data stucture.

2011-06-22 Thread Dirk Brandewie
On 06/22/2011 09:03 PM, glik...@secretlab.ca wrote: > > > Dirk Brandewie wrote: > >> On 06/22/2011 08:47 PM, Grant Likely wrote: >>> On Wed, Jun 22, 2011 at 8:00 PM, wrote: From: Dirk Brandewie Expose the platform data structure for use by client drivers. ATM there are not an

Re: [PATCH 01/11] spi-dw: expose platform data stucture.

2011-06-22 Thread glik...@secretlab.ca
Dirk Brandewie wrote: >On 06/22/2011 08:47 PM, Grant Likely wrote: >> On Wed, Jun 22, 2011 at 8:00 PM, wrote: >>> From: Dirk Brandewie >>> >>> Expose the platform data structure for use by client drivers. ATM >>> there are not any in-tree drivers using the driver (that I can >>> find). This pa

Re: [PATCH 01/11] spi-dw: expose platform data stucture.

2011-06-22 Thread Dirk Brandewie
On 06/22/2011 08:47 PM, Grant Likely wrote: > On Wed, Jun 22, 2011 at 8:00 PM, wrote: >> From: Dirk Brandewie >> >> Expose the platform data structure for use by client drivers. ATM >> there are not any in-tree drivers using the driver (that I can >> find). This patch exposes the platform data nee

Re: [PATCH 01/11] spi-dw: expose platform data stucture.

2011-06-22 Thread Grant Likely
On Wed, Jun 22, 2011 at 8:00 PM, wrote: > From: Dirk Brandewie > > Expose the platform data structure for use by client drivers. ATM > there are not any in-tree drivers using the driver (that I can > find). This patch exposes the platform data needed for client drivers. ? Why would client driv

[PATCH 01/11] spi-dw: expose platform data stucture.

2011-06-22 Thread dirk . brandewie
From: Dirk Brandewie Expose the platform data structure for use by client drivers. ATM there are not any in-tree drivers using the driver (that I can find). This patch exposes the platform data needed for client drivers. Signed-off-by: Dirk Brandewie --- drivers/spi/spi-dw.c |3 ---