Re: [PATCH 02/10] Blackfin SPI driver: use new GPIO API and add error handling

2007-10-19 Thread David Brownell
> > In fact, if I look at the kernel.org GIT tree, it doesn't have > > them either. Your tree must have somehow gotten a bunch of > > private changes. > > Did you apply these patches, or I need resent a new patchset against > latest Linus GIT tree? I'm still not quite sure why the patches you sen

Re: [PATCH 02/10] Blackfin SPI driver: use new GPIO API and add error handling

2007-10-17 Thread Bryan Wu
On 10/13/07, David Brownell <[EMAIL PROTECTED]> wrote: > On Thursday 11 October 2007, Bryan Wu wrote: > > On Thu, 2007-10-11 at 23:26 -0700, David Brownell wrote: > > > On Thursday 11 October 2007, Bryan Wu wrote: > > > > @@ -1182,12 +1198,9 @@ static int __init bfin5xx_spi_probe(struct > > > > pl

Re: [PATCH 02/10] Blackfin SPI driver: use new GPIO API and add error handling

2007-10-14 Thread Wu, Bryan
On 10/13/07, David Brownell <[EMAIL PROTECTED]> wrote: > On Thursday 11 October 2007, Bryan Wu wrote: > > On Thu, 2007-10-11 at 23:26 -0700, David Brownell wrote: > > > On Thursday 11 October 2007, Bryan Wu wrote: > > > > @@ -1182,12 +1198,9 @@ static int __init bfin5xx_spi_probe(struct > > > > pl

Re: [PATCH 02/10] Blackfin SPI driver: use new GPIO API and add error handling

2007-10-12 Thread David Brownell
On Thursday 11 October 2007, Bryan Wu wrote: > On Thu, 2007-10-11 at 23:26 -0700, David Brownell wrote: > > On Thursday 11 October 2007, Bryan Wu wrote: > > > @@ -1182,12 +1198,9 @@ static int __init bfin5xx_spi_probe(struct > > > platform_device *pdev) > > > return -ENOMEM; > > >

Re: [PATCH 02/10] Blackfin SPI driver: use new GPIO API and add error handling

2007-10-11 Thread Bryan Wu
On Thu, 2007-10-11 at 23:26 -0700, David Brownell wrote: > On Thursday 11 October 2007, Bryan Wu wrote: > > @@ -1182,12 +1198,9 @@ static int __init bfin5xx_spi_probe(struct > > platform_device *pdev) > > return -ENOMEM; > > } > > > > - if (peripheral_request(P_SPI0

Re: [PATCH 02/10] Blackfin SPI driver: use new GPIO API and add error handling

2007-10-11 Thread David Brownell
On Thursday 11 October 2007, Bryan Wu wrote: > @@ -1182,12 +1198,9 @@ static int __init bfin5xx_spi_probe(struct > platform_device *pdev) > return -ENOMEM; > } >   > -   if (peripheral_request(P_SPI0_SCK, DRV_NAME) || > -    peripheral_request(P_SPI0_MISO, D

[PATCH 02/10] Blackfin SPI driver: use new GPIO API and add error handling

2007-10-11 Thread Bryan Wu
From: Michael Hennerich <[EMAIL PROTECTED]> Signed-off-by: Michael Hennerich <[EMAIL PROTECTED]> Signed-off-by: Bryan Wu <[EMAIL PROTECTED]> --- drivers/spi/spi_bfin5xx.c | 29 +++-- include/asm-blackfin/mach-bf533/portmux.h |2 +- 2 files changed, 24