linux-spi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Stephen Neuendorffer <stephen.neuendorffer@xilinx.com>
To: "Grant Likely" <grant.likely@secretlab.ca>,
	"Richard Röjfors" <richard.rojfors@mocean-labs.com>
Cc: John Linn <linnj@xilinx.com>,
	spi-devel-general@lists.sourceforge.net,
	Andrew Morton <akpm@linux-foundation.org>,
	dbrownell@users.sourceforge.net, linuxppc-dev@ozlabs.org
Subject: RE: [spi-devel-general] [PATCH v4] xilinx_spi: Splitted into generic, of and platform driver, added support for DS570
Date: Mon, 9 Nov 2009 16:59:05 -0800	[thread overview]
Message-ID: <c539e2ef-5677-45b4-ae52-d8c62c4cc6ba@SG2EHSMHS018.ehs.local> (raw)
In-Reply-To: <fa686aa40911091321w187fe85fl4e6d9f36f5966f34@mail.gmail.com>



> -----Original Message-----
> From: linuxppc-dev-bounces+stephen=neuendorffer.name@lists.ozlabs.org [mailto:linuxppc-dev-
> bounces+stephen=neuendorffer.name@lists.ozlabs.org] On Behalf Of Grant Likely
> Sent: Monday, November 09, 2009 1:22 PM
> To: Richard Röjfors
> Cc: spi-devel-general@lists.sourceforge.net; Andrew Morton; dbrownell@users.sourceforge.net; John
> Linn; linuxppc-dev@ozlabs.org
> Subject: Re: [spi-devel-general] [PATCH v4] xilinx_spi: Splitted into generic, of and platform
> driver, added support for DS570
> 
> Oops, I replied to the original version, but missed the subsequent
> versions.  Looks like some of my comments still apply though.
> Overall, the patch changes too many things all at once.  You should
> look at splitting it up.  At the very least the io accessor changes
> should be done in a separate patch.
> 
> On Mon, Sep 28, 2009 at 7:22 AM, Richard Röjfors
> <richard.rojfors@mocean-labs.com> wrote:
> > @@ -227,6 +227,21 @@ config SPI_XILINX
> >          See the "OPB Serial Peripheral Interface (SPI) (v1.00e)"
> >          Product Specification document (DS464) for hardware details.
> >
> > +         Or for the DS570, see "XPS Serial Peripheral Interface (SPI) (v2.00b)"
> > +
> > +config SPI_XILINX_OF
> > +       tristate "Xilinx SPI controller OF device"
> > +       depends on SPI_XILINX && XILINX_VIRTEX
> > +       help
> > +         This is the OF driver for the SPI controller IP from the Xilinx EDK.
> > +
> > +config SPI_XILINX_PLTFM
> > +       tristate "Xilinx SPI controller platform device"
> > +       depends on SPI_XILINX
> > +       help
> > +         This is the platform driver for the SPI controller IP
> > +         from the Xilinx EDK.
> > +
> 
> Personally, I don't think it is necessary to present these options to
> the user.  I think they can be auto-selected depending on CONFIG_OF
> and CONFIG_PLATFORM.

And in any event, OF should work for MICROBLAZE, too...

Steve
 

This email and any attachments are intended for the sole use of the named recipient(s) and contain(s) confidential information that may be proprietary, privileged or copyrighted under applicable law. If you are not the intended recipient, do not read, copy, or forward this email message or any attachments. Delete this email message and any attachments immediately.

  reply	other threads:[~2009-11-10  0:59 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-09-28 14:22 [PATCH v4] xilinx_spi: Splitted into generic, of and platform driver, added support for DS570 Richard Röjfors
2009-09-28 15:41 ` John Linn
2009-09-29  6:34   ` Richard Röjfors
2009-09-29 15:14     ` John Linn
     [not found] ` <4AC0C699.2070506-l7gf1WXxx3uGw+nKnLezzg@public.gmane.org>
2009-11-09 21:21   ` Grant Likely
2009-11-10  0:59     ` Stephen Neuendorffer [this message]
     [not found]     ` <fa686aa40911091321w187fe85fl4e6d9f36f5966f34-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2009-11-10 16:19       ` Richard Röjfors
     [not found]         ` <4AF99298.9020207-l7gf1WXxx3uGw+nKnLezzg@public.gmane.org>
2009-11-10 16:44           ` Grant Likely
     [not found]             ` <fa686aa40911100844q19789297h8e6713e915185a7-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2009-11-10 17:23               ` John Linn
2009-11-11 10:18             ` [spi-devel-general] " Richard Röjfors

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=c539e2ef-5677-45b4-ae52-d8c62c4cc6ba@SG2EHSMHS018.ehs.local \
    --to=stephen.neuendorffer@xilinx.com \
    --cc=akpm@linux-foundation.org \
    --cc=dbrownell@users.sourceforge.net \
    --cc=grant.likely@secretlab.ca \
    --cc=linnj@xilinx.com \
    --cc=linuxppc-dev@ozlabs.org \
    --cc=richard.rojfors@mocean-labs.com \
    --cc=spi-devel-general@lists.sourceforge.net \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).