linux-spi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Kukjin Kim <kgene.kim@samsung.com>
To: 'Jassi Brar' <jassisinghbrar@gmail.com>
Cc: linux-samsung-soc@vger.kernel.org,
	spi-devel-general@lists.sourceforge.net,
	'Sangbeom Kim' <sbkim73@samsung.com>,
	dbrownell@users.courceforge.net, ben-linux@fluff.org,
	'Abhilash Kesavan' <a.kesavan@samsung.com>
Subject: RE: [PATCH V2] spi: Enable SPI driver for S5P6440 and S5P6450
Date: Wed, 12 Jan 2011 15:19:58 +0900	[thread overview]
Message-ID: <018b01cbb220$c00b3a50$4021aef0$%kim@samsung.com> (raw)
In-Reply-To: <AANLkTi=hp0eWu2yYfJ9G8V2Nid39DYq6RjVaOqtA0kcO@mail.gmail.com>

Jassi Brar wrote:
> 
> On Wed, Jan 12, 2011 at 2:20 PM, Kukjin Kim <kgene.kim@samsung.com> wrote:
> > From: Abhilash Kesavan <a.kesavan@samsung.com>
> >
> > This patch enables the existing S3C64XX series SPI driver for S5P64X0
> > and removed dependency on EXPERIMENTAL because we don't need it now.
> >
> > Signed-off-by: Abhilash Kesavan <a.kesavan@samsung.com>
> > Signed-off-by: Sangbeom Kim <sbkim73@samsung.com>
> > Cc: Jassi Brar <jassi.brar@samsung.com>
> > Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
> > ---
> > Changes since v1:
> > - Removed dependency on EXPERIMENTAL
> >
> > Hi David and Grant,
> >
> > I missed that send to you when I have got this via Linux Samsung SoC
> mailing list.
> > Hmm...I know, it's 38 merge winodw...so I'm not sure can be handled now.
> >
> > Anyway if any problems, please let me know.
> >
> > Thanks and Happy New year :)
> >
> > Best regards,
> > Kgene.
> >
> >  drivers/spi/Kconfig |    4 ++--
> >  1 files changed, 2 insertions(+), 2 deletions(-)
> >
> > diff --git a/drivers/spi/Kconfig b/drivers/spi/Kconfig
> > index 1906840..37aec5e 100644
> > --- a/drivers/spi/Kconfig
> > +++ b/drivers/spi/Kconfig
> > @@ -310,8 +310,8 @@ config SPI_S3C24XX_GPIO
> >
> >  config SPI_S3C64XX
> >        tristate "Samsung S3C64XX series type SPI"
> > -       depends on ARCH_S3C64XX && EXPERIMENTAL
> > -       select S3C64XX_DMA
> > +       depends on (ARCH_S3C64XX || ARCH_S5P64X0)
> > +       select S3C64XX_DMA if !ARCH_S5P64X0
> >        help
> >          SPI driver for Samsung S3C64XX and newer SoCs.
> 
> Since SoCs newer than S3C64xx use different DMAC, it would be
> more efficient to do
>      select S3C64XX_DMA if ARCH_S3C64XX
> otherwise we would have to add lots of !ARCH_S5Pxxx as more SoCs
> are enabled.

Yes, you're right.
Will fix it soon.

Thanks.

Best regards,
Kgene.
--
Kukjin Kim <kgene.kim@samsung.com>, Senior Engineer,
SW Solution Development Team, Samsung Electronics Co., Ltd.

      reply	other threads:[~2011-01-12  6:19 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-01-12  5:20 [PATCH V2] spi: Enable SPI driver for S5P6440 and S5P6450 Kukjin Kim
2011-01-12  6:16 ` Jassi Brar
2011-01-12  6:19   ` Kukjin Kim [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='018b01cbb220$c00b3a50$4021aef0$%kim@samsung.com' \
    --to=kgene.kim@samsung.com \
    --cc=a.kesavan@samsung.com \
    --cc=ben-linux@fluff.org \
    --cc=dbrownell@users.courceforge.net \
    --cc=jassisinghbrar@gmail.com \
    --cc=linux-samsung-soc@vger.kernel.org \
    --cc=sbkim73@samsung.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).