All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH -mm] mmc: add ricoh e822 pci id
@ 2010-08-04 16:20 Stanislaw Gruszka
  2010-08-04 17:13 ` Maxim Levitsky
  2010-08-04 23:06 ` Andrew Morton
  0 siblings, 2 replies; 3+ messages in thread
From: Stanislaw Gruszka @ 2010-08-04 16:20 UTC (permalink / raw)
  To: Andrew Morton; +Cc: linux-mmc, Maxim Levitsky, CyberCastle, Gregg Lebovitz

From: CyberCastle@gmail.com

Signed-off-by: CyberCastle@gmail.com
Signed-off-by: Stanislaw Gruszka <sgruszka@redhat.com>
Tested-by: Gregg Lebovitz <gregg@lebovitz.net>
---
Note Gregg tested patch with mmc-make-sdhci-work-with-ricoh-mmc-controller.patch
and some other mmc patches from -mm tree backported to Fedora 13 kernel.

 drivers/mmc/host/sdhci-pci.c |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)

diff --git a/drivers/mmc/host/sdhci-pci.c b/drivers/mmc/host/sdhci-pci.c
index e021431..e8aa99d 100644
--- a/drivers/mmc/host/sdhci-pci.c
+++ b/drivers/mmc/host/sdhci-pci.c
@@ -415,6 +415,14 @@ static const struct pci_device_id pci_ids[] __devinitdata = {
 	},
 
 	{
+		.vendor         = PCI_VENDOR_ID_RICOH,
+		.device         = 0xe822,
+		.subvendor      = PCI_ANY_ID,
+		.subdevice      = PCI_ANY_ID,
+		.driver_data    = (kernel_ulong_t)&sdhci_ricoh_mmc,
+	},
+
+	{
 		.vendor		= PCI_VENDOR_ID_ENE,
 		.device		= PCI_DEVICE_ID_ENE_CB712_SD,
 		.subvendor	= PCI_ANY_ID,
-- 
1.5.5.6

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

* Re: [PATCH -mm] mmc: add ricoh e822 pci id
  2010-08-04 16:20 [PATCH -mm] mmc: add ricoh e822 pci id Stanislaw Gruszka
@ 2010-08-04 17:13 ` Maxim Levitsky
  2010-08-04 23:06 ` Andrew Morton
  1 sibling, 0 replies; 3+ messages in thread
From: Maxim Levitsky @ 2010-08-04 17:13 UTC (permalink / raw)
  To: Stanislaw Gruszka; +Cc: Andrew Morton, linux-mmc, CyberCastle, Gregg Lebovitz

On Wed, 2010-08-04 at 18:20 +0200, Stanislaw Gruszka wrote: 
> From: CyberCastle@gmail.com
> 
> Signed-off-by: CyberCastle@gmail.com
> Signed-off-by: Stanislaw Gruszka <sgruszka@redhat.com>
> Tested-by: Gregg Lebovitz <gregg@lebovitz.net>
> ---
> Note Gregg tested patch with mmc-make-sdhci-work-with-ricoh-mmc-controller.patch
> and some other mmc patches from -mm tree backported to Fedora 13 kernel.
> 
>  drivers/mmc/host/sdhci-pci.c |    8 ++++++++
>  1 files changed, 8 insertions(+), 0 deletions(-)

Just curios, can I see lspci for this device?
I was told that newer ricoh controllers that mine don't need that.
Nice to see that my patch works there.


Best regards,
Maxim Levitsky


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

* Re: [PATCH -mm] mmc: add ricoh e822 pci id
  2010-08-04 16:20 [PATCH -mm] mmc: add ricoh e822 pci id Stanislaw Gruszka
  2010-08-04 17:13 ` Maxim Levitsky
@ 2010-08-04 23:06 ` Andrew Morton
  1 sibling, 0 replies; 3+ messages in thread
From: Andrew Morton @ 2010-08-04 23:06 UTC (permalink / raw)
  To: Stanislaw Gruszka; +Cc: linux-mmc, Maxim Levitsky, CyberCastle, Gregg Lebovitz

On Wed, 4 Aug 2010 18:20:57 +0200
Stanislaw Gruszka <sgruszka@redhat.com> wrote:

> From: CyberCastle@gmail.com

Does this person have a name?

We've had fusses in the past over anonymous contributors, although
nobody's going to be making a fuss over a patch of this nature.


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

end of thread, other threads:[~2010-08-04 23:06 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-08-04 16:20 [PATCH -mm] mmc: add ricoh e822 pci id Stanislaw Gruszka
2010-08-04 17:13 ` Maxim Levitsky
2010-08-04 23:06 ` Andrew Morton

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.