On Mon, Feb 01, 2010 at 12:24:37PM -0800, a...@linux-foundation.org wrote:
> 
> The patch titled
>      ricoh_mmc-port-from-driver-to-pci-quirk-update
> has been added to the -mm tree.  Its filename is
>      ricoh_mmc-port-from-driver-to-pci-quirk-update.patch
> 
> Before you just go and hit "reply", please:
>    a) Consider who else should be cc'ed
>    b) Prefer to cc a suitable mailing list as well
>    c) Ideally: find the original patch on the mailing list and do a
>       reply-to-all to that, adding suitable additional cc's
> 
> *** Remember to use Documentation/SubmitChecklist when testing your code ***
> 
> See http://userweb.kernel.org/~akpm/stuff/added-to-mm.txt to find
> out what to do about this
> 
> The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/
> 
> ------------------------------------------------------
> Subject: ricoh_mmc-port-from-driver-to-pci-quirk-update
> From: Maxim Levitsky <maximlevit...@gmail.com>
> 
> This patch solves nasty problem original driver had.
> Original goal of the ricoh_mmc, was to disable this device because
> then, mmc cards can be read using standard SDHCI controller,
> thus avoiding the need in yet another driver.
> However, the act of disablement, makes other pci functions that belong to
> this controller (xD and memstick) shift up one level, thus pci core has now 
> wrong idea
> about these devices.
> 
> To fix this issue, this patch moves the driver into pci quirk section, thus it
> is executed before the pci is enumerated, and therefore solve that issue,
> also the same is preformed on resume for same reasons.
> 
> Also regardless of the above, this way is cleaner.
> 
> You still need to set CONFIG_MMC_RICOH_MMC
> to enable this quirk
> 
> Signed-off-by: Maxim Levitsky <maximlevit...@gmail.com>
> Cc: Philip Langdale <phil...@overt.org>
> Cc: Wolfram Sang <w.s...@pengutronix.de>

Acked-by: Wolfram Sang <w.s...@pengutronix.de>

-- 
Pengutronix e.K.                           | Wolfram Sang                |
Industrial Linux Solutions                 | http://www.pengutronix.de/  |

Attachment: signature.asc
Description: Digital signature

Reply via email to