public inbox for linux-omap@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] omap_uwire: Remove handling of SPI_LSB_FIRST
@ 2006-05-12 11:12 Imre Deak
  2006-05-12 11:57 ` Tony Lindgren
  0 siblings, 1 reply; 2+ messages in thread
From: Imre Deak @ 2006-05-12 11:12 UTC (permalink / raw)
  To: Tony Lindgren; +Cc: omap-linux

omap_uwire: fix to build by removing handling of SPI_LSB_FIRST

The handling of the flag is included properly in an upcoming SPI
patch by David Brownell.

Signed-off-by: Imre Deak <imre.deak@nokia.com>

---

 drivers/spi/omap_uwire.c |    6 ------
 1 files changed, 0 insertions(+), 6 deletions(-)

e8fe4c03399c90c4119b985bda19da878a8ab476
diff --git a/drivers/spi/omap_uwire.c b/drivers/spi/omap_uwire.c
index 97a1846..39e8227 100644
--- a/drivers/spi/omap_uwire.c
+++ b/drivers/spi/omap_uwire.c
@@ -317,12 +317,6 @@ static int uwire_setup(struct spi_device
 		goto done;
 	}
 
-	if (spi->mode & SPI_LSB_FIRST) {
-		pr_debug("%s: lsb first?\n", spi->dev.bus_id);
-		status = -EINVAL;
-		goto done;
-	}
-
 	/* mode 0..3, clock inverted separately;
 	 * standard nCS signaling;
 	 * don't treat DI=high as "not ready"
-- 
1.2.3.g90cc1-dirty

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] omap_uwire: Remove handling of SPI_LSB_FIRST
  2006-05-12 11:12 [PATCH] omap_uwire: Remove handling of SPI_LSB_FIRST Imre Deak
@ 2006-05-12 11:57 ` Tony Lindgren
  0 siblings, 0 replies; 2+ messages in thread
From: Tony Lindgren @ 2006-05-12 11:57 UTC (permalink / raw)
  To: Imre Deak; +Cc: omap-linux

* Imre Deak <imre.deak@nokia.com> [060512 04:13]:
> omap_uwire: fix to build by removing handling of SPI_LSB_FIRST
> 
> The handling of the flag is included properly in an upcoming SPI
> patch by David Brownell.
> 
> Signed-off-by: Imre Deak <imre.deak@nokia.com>
> 
> ---
> 
>  drivers/spi/omap_uwire.c |    6 ------
>  1 files changed, 0 insertions(+), 6 deletions(-)
> 
> e8fe4c03399c90c4119b985bda19da878a8ab476
> diff --git a/drivers/spi/omap_uwire.c b/drivers/spi/omap_uwire.c
> index 97a1846..39e8227 100644
> --- a/drivers/spi/omap_uwire.c
> +++ b/drivers/spi/omap_uwire.c
> @@ -317,12 +317,6 @@ static int uwire_setup(struct spi_device
>  		goto done;
>  	}
>  
> -	if (spi->mode & SPI_LSB_FIRST) {
> -		pr_debug("%s: lsb first?\n", spi->dev.bus_id);
> -		status = -EINVAL;
> -		goto done;
> -	}
> -
>  	/* mode 0..3, clock inverted separately;
>  	 * standard nCS signaling;
>  	 * don't treat DI=high as "not ready"
> -- 
> 1.2.3.g90cc1-dirty
> 
> 
> 

Pushing today.

Tony

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2006-05-12 11:57 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-05-12 11:12 [PATCH] omap_uwire: Remove handling of SPI_LSB_FIRST Imre Deak
2006-05-12 11:57 ` Tony Lindgren

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox