All of lore.kernel.org
 help / color / mirror / Atom feed
From: Anton Vorontsov <avorontsov@ru.mvista.com>
To: Kumar Gala <galak@kernel.crashing.org>
Cc: Joe D'Abbraccio <Joe.D'abbraccio@freescale.com>,
	linux-kernel@vger.kernel.org, linuxppc-dev@ozlabs.org,
	Xie Xiaobo <X.Xie@freescale.com>,
	Konjin Lai <Konjin.Lai@freescale.com>,
	Pierre Ossman <drzeus-mmc@drzeus.cx>
Subject: Re: [PATCH] mmc: Add driver for Freescale eSDHC controllers
Date: Thu, 22 Jan 2009 04:35:36 +0300	[thread overview]
Message-ID: <20090122013536.GA6008@oksana.dev.rtsoft.ru> (raw)
In-Reply-To: <533AEE7C-0605-43E9-BB9F-615BE6761202@kernel.crashing.org>

On Wed, Jan 14, 2009 at 09:43:50PM -0600, Kumar Gala wrote:
>
> On Jan 14, 2009, at 1:46 PM, Anton Vorontsov wrote:
>
>> From: Xie Xiaobo <X.Xie@freescale.com>
>>
>> This patch adds support for the Freescale Enhanced Secure Digital
>> Host Controller Interface as found in some Freescale PowerPC
>> microprocessors (e.g. MPC837x SOCs).
>>
>> Signed-off-by: Xie Xiaobo <X.Xie@freescale.com>
>> Signed-off-by: Konjin Lai <Konjin.Lai@freescale.com>
>> Signed-off-by: Joe D'Abbraccio <Joe.D'abbraccio@freescale.com>
>> Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
>> ---
>> drivers/mmc/host/Kconfig  |    9 +
>> drivers/mmc/host/Makefile |    1 +
>> drivers/mmc/host/esdhc.c  | 1321 ++++++++++++++++++++++++++++++++++++ 
>> +++++++++
>> drivers/mmc/host/esdhc.h  |  255 +++++++++
>> 4 files changed, 1586 insertions(+), 0 deletions(-)
>> create mode 100644 drivers/mmc/host/esdhc.c
>> create mode 100644 drivers/mmc/host/esdhc.h
>
> Want to work some device tree docs for this.

Will do. Though all the needed nodes already in the .dts files. ;-)

Thanks,

-- 
Anton Vorontsov
email: cbouatmailru@gmail.com
irc://irc.freenode.net/bd2

WARNING: multiple messages have this Message-ID (diff)
From: Anton Vorontsov <avorontsov@ru.mvista.com>
To: Kumar Gala <galak@kernel.crashing.org>
Cc: Pierre Ossman <drzeus-mmc@drzeus.cx>,
	linux-kernel@vger.kernel.org, linuxppc-dev@ozlabs.org,
	Xie Xiaobo <X.Xie@freescale.com>,
	Konjin Lai <Konjin.Lai@freescale.com>,
	"Joe D'Abbraccio" <Joe.D'abbraccio@freescale.com>
Subject: Re: [PATCH] mmc: Add driver for Freescale eSDHC controllers
Date: Thu, 22 Jan 2009 04:35:36 +0300	[thread overview]
Message-ID: <20090122013536.GA6008@oksana.dev.rtsoft.ru> (raw)
In-Reply-To: <533AEE7C-0605-43E9-BB9F-615BE6761202@kernel.crashing.org>

On Wed, Jan 14, 2009 at 09:43:50PM -0600, Kumar Gala wrote:
>
> On Jan 14, 2009, at 1:46 PM, Anton Vorontsov wrote:
>
>> From: Xie Xiaobo <X.Xie@freescale.com>
>>
>> This patch adds support for the Freescale Enhanced Secure Digital
>> Host Controller Interface as found in some Freescale PowerPC
>> microprocessors (e.g. MPC837x SOCs).
>>
>> Signed-off-by: Xie Xiaobo <X.Xie@freescale.com>
>> Signed-off-by: Konjin Lai <Konjin.Lai@freescale.com>
>> Signed-off-by: Joe D'Abbraccio <Joe.D'abbraccio@freescale.com>
>> Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
>> ---
>> drivers/mmc/host/Kconfig  |    9 +
>> drivers/mmc/host/Makefile |    1 +
>> drivers/mmc/host/esdhc.c  | 1321 ++++++++++++++++++++++++++++++++++++ 
>> +++++++++
>> drivers/mmc/host/esdhc.h  |  255 +++++++++
>> 4 files changed, 1586 insertions(+), 0 deletions(-)
>> create mode 100644 drivers/mmc/host/esdhc.c
>> create mode 100644 drivers/mmc/host/esdhc.h
>
> Want to work some device tree docs for this.

Will do. Though all the needed nodes already in the .dts files. ;-)

Thanks,

-- 
Anton Vorontsov
email: cbouatmailru@gmail.com
irc://irc.freenode.net/bd2

  reply	other threads:[~2009-01-22  1:35 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-01-14 19:46 [PATCH] mmc: Add driver for Freescale eSDHC controllers Anton Vorontsov
2009-01-14 19:46 ` Anton Vorontsov
2009-01-14 23:37 ` Liu Dave
2009-01-14 23:37   ` Liu Dave
2009-01-14 23:56   ` Anton Vorontsov
2009-01-14 23:56     ` Anton Vorontsov
2009-01-15  5:55     ` Pierre Ossman
2009-01-15  5:55       ` Pierre Ossman
2009-01-15  6:11       ` Liu Dave
2009-01-15  6:11         ` Liu Dave
2009-01-15  6:39         ` Pierre Ossman
2009-01-15  6:39           ` Pierre Ossman
2009-01-15  6:56           ` Liu Dave
2009-01-15  6:56             ` Liu Dave
2009-01-15 14:35     ` Ben Dooks
2009-01-15 14:35       ` Ben Dooks
2009-01-15  3:43 ` Kumar Gala
2009-01-15  3:43   ` Kumar Gala
2009-01-22  1:35   ` Anton Vorontsov [this message]
2009-01-22  1:35     ` Anton Vorontsov
2009-01-15 21:52 ` Arnd Bergmann
2009-01-15 21:52   ` Arnd Bergmann

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=20090122013536.GA6008@oksana.dev.rtsoft.ru \
    --to=avorontsov@ru.mvista.com \
    --cc=Joe.D'abbraccio@freescale.com \
    --cc=Konjin.Lai@freescale.com \
    --cc=X.Xie@freescale.com \
    --cc=drzeus-mmc@drzeus.cx \
    --cc=galak@kernel.crashing.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linuxppc-dev@ozlabs.org \
    /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.