From: Tony Lindgren <tony@atomide.com>
To: Imre Deak <imre.deak@nokia.com>
Cc: omap-linux <linux-omap-open-source@linux.omap.com>
Subject: Re: [PATCH] omap_uwire: Remove handling of SPI_LSB_FIRST
Date: Fri, 12 May 2006 04:57:20 -0700 [thread overview]
Message-ID: <20060512115719.GH18115@atomide.com> (raw)
In-Reply-To: <1147432337.9837.5.camel@mammoth.research.nokia.com>
* 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
prev parent reply other threads:[~2006-05-12 11:57 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-05-12 11:12 [PATCH] omap_uwire: Remove handling of SPI_LSB_FIRST Imre Deak
2006-05-12 11:57 ` Tony Lindgren [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20060512115719.GH18115@atomide.com \
--to=tony@atomide.com \
--cc=imre.deak@nokia.com \
--cc=linux-omap-open-source@linux.omap.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.