--
kernel-team mailing list
kernel-team@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/kernel-team
02-11-2011, 09:55 PM
Manoj Iyer
mmc: make sdhci work with ricoh mmc controller
From: Maxim Levitsky <maximlevitsky@gmail.com>
The current way of disabling it is not well tested by vendor and has all
kinds of bugs that show up on resume from ram/disk. A very good example
is a dead SDHCI controller.
Old way of disabling is still supported by continuing to use
CONFIG_MMC_RICOH_MMC.
Based on 'http://list.drzeus.cx/pipermail/sdhci-devel/2007-December/002085.html'
Therefore most of the credit for this goes to Andrew de Quincey
BugLink: http://launchpad.net/bugs/717435
Signed-off-by: Maxim Levitsky <maximlevitsky@gmail.com>
Cc: Andrew de Quincey <adq_dvb@lidskialf.net>
Acked-by: Philip Langdale <philipl@overt.org>
Cc: "Rafael J. Wysocki" <rjw@sisk.pl>
Cc: <linux-mmc@vger.kernel.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
(cherry picked from commit ccc92c23240cdf952ef7cc39ba563910dcbc9cbe)
+ unsigned int caps; /* Alternative capabilities */
+
unsigned long private[0] ____cacheline_aligned;
};
--
1.7.1
--
kernel-team mailing list
kernel-team@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/kernel-team
02-11-2011, 10:05 PM
Manoj Iyer
mmc: make sdhci work with ricoh mmc controller
On Fri, Feb 11, 2011 at 4:55 PM, Manoj Iyer <manoj.iyer@canonical.com> wrote:
>
>
> Please consider the following cherry-pick for Maverick SRU.
>
> SRU JUSTIFICATION
> ==================
>
> EFFECT
> =======
> MMC card reader does not recognize SD/MMC/SDHC cards
>
> FIX
> ===
> Patch adds RICOH pci id 0xe823, this enables this card reader on x220, and other lenovo platforms.
>
> TESTING
> ========
> This patch was tested and reported to work on Lenovo plarform.
>
> The following changes since commit 98defa1c5773a3d7e4c524967eb01d5bae035816:
>
> *UBUNTU: Ubuntu-2.6.35-27.47 (2011-02-10 08:55:07 -0800)
>
> are available in the git repository at:
> *ssh://zinc.canonical.com/srv/kernel.ubuntu.com/git/manjo/u
--
kernel-team mailing list
kernel-team@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/kernel-team
02-14-2011, 12:16 PM
Stefan Bader
mmc: make sdhci work with ricoh mmc controller
On 02/11/2011 11:55 PM, Manoj Iyer wrote:
> From: Maxim Levitsky <maximlevitsky@gmail.com>
>
> The current way of disabling it is not well tested by vendor and has all
> kinds of bugs that show up on resume from ram/disk. A very good example
> is a dead SDHCI controller.
>
> Old way of disabling is still supported by continuing to use
> CONFIG_MMC_RICOH_MMC.
>
> Based on 'http://list.drzeus.cx/pipermail/sdhci-devel/2007-December/002085.html'
> Therefore most of the credit for this goes to Andrew de Quincey
>
> BugLink: http://launchpad.net/bugs/717435
>
> Signed-off-by: Maxim Levitsky <maximlevitsky@gmail.com>
> Cc: Andrew de Quincey <adq_dvb@lidskialf.net>
> Acked-by: Philip Langdale <philipl@overt.org>
> Cc: "Rafael J. Wysocki" <rjw@sisk.pl>
> Cc: <linux-mmc@vger.kernel.org>
> Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
> (cherry picked from commit ccc92c23240cdf952ef7cc39ba563910dcbc9cbe)
>
> Signed-off-by: Manoj Iyer <manoj.iyer@canonical.com>
I suspect this could be rather seen as adding feature and by that not make it
into longterm support (has it been tried)? But it is at least well contained to
affect only the one pci id.
Acked-by: Stefan Bader <stefan.bader@canonical.com>
Note that Maverick will soon reach the stage where this kind of change will not
qualify for SRU anymore.
--
kernel-team mailing list
kernel-team@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/kernel-team
02-14-2011, 03:16 PM
Tim Gardner
mmc: make sdhci work with ricoh mmc controller
On 02/11/2011 03:55 PM, Manoj Iyer wrote:
From: Maxim Levitsky<maximlevitsky@gmail.com>
The current way of disabling it is not well tested by vendor and has all
kinds of bugs that show up on resume from ram/disk. A very good example
is a dead SDHCI controller.
Old way of disabling is still supported by continuing to use
CONFIG_MMC_RICOH_MMC.
Based on 'http://list.drzeus.cx/pipermail/sdhci-devel/2007-December/002085.html'
Therefore most of the credit for this goes to Andrew de Quincey
BugLink: http://launchpad.net/bugs/717435
Signed-off-by: Maxim Levitsky<maximlevitsky@gmail.com>
Cc: Andrew de Quincey<adq_dvb@lidskialf.net>
Acked-by: Philip Langdale<philipl@overt.org>
Cc: "Rafael J. Wysocki"<rjw@sisk.pl>
Cc:<linux-mmc@vger.kernel.org>
Signed-off-by: Andrew Morton<akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds<torvalds@linux-foundation.org>
(cherry picked from commit ccc92c23240cdf952ef7cc39ba563910dcbc9cbe)
--
kernel-team mailing list
kernel-team@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/kernel-team
02-14-2011, 06:46 PM
Tim Gardner
mmc: make sdhci work with ricoh mmc controller
On 02/11/2011 03:55 PM, Manoj Iyer wrote:
From: Maxim Levitsky<maximlevitsky@gmail.com>
The current way of disabling it is not well tested by vendor and has all
kinds of bugs that show up on resume from ram/disk. A very good example
is a dead SDHCI controller.
Old way of disabling is still supported by continuing to use
CONFIG_MMC_RICOH_MMC.
Based on 'http://list.drzeus.cx/pipermail/sdhci-devel/2007-December/002085.html'
Therefore most of the credit for this goes to Andrew de Quincey
BugLink: http://launchpad.net/bugs/717435
Signed-off-by: Maxim Levitsky<maximlevitsky@gmail.com>
Cc: Andrew de Quincey<adq_dvb@lidskialf.net>
Acked-by: Philip Langdale<philipl@overt.org>
Cc: "Rafael J. Wysocki"<rjw@sisk.pl>
Cc:<linux-mmc@vger.kernel.org>
Signed-off-by: Andrew Morton<akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds<torvalds@linux-foundation.org>
(cherry picked from commit ccc92c23240cdf952ef7cc39ba563910dcbc9cbe)