LKML Archive on lore.kernel.org
help / color / mirror / Atom feed
* [PATCH] mmc: Add fsl,esdhc as a valid compatible to bind against
@ 2009-05-08 13:52 Kumar Gala
2009-05-11 2:38 ` Michael Ellerman
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: Kumar Gala @ 2009-05-08 13:52 UTC (permalink / raw)
To: pierre; +Cc: avorontsov, linuxppc-dev, linux-kernel
We plan to use fsl,esdhc going forward as the base compatible so update
the driver to bind against it.
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
---
drivers/mmc/host/sdhci-of.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/drivers/mmc/host/sdhci-of.c b/drivers/mmc/host/sdhci-of.c
index 3ff4ac3..09cc597 100644
--- a/drivers/mmc/host/sdhci-of.c
+++ b/drivers/mmc/host/sdhci-of.c
@@ -277,6 +277,7 @@ static int __devexit sdhci_of_remove(struct of_device *ofdev)
static const struct of_device_id sdhci_of_match[] = {
{ .compatible = "fsl,mpc8379-esdhc", .data = &sdhci_esdhc, },
{ .compatible = "fsl,mpc8536-esdhc", .data = &sdhci_esdhc, },
+ { .compatible = "fsl,esdhc", .data = &sdhci_esdhc, },
{ .compatible = "generic-sdhci", },
{},
};
--
1.6.0.6
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [PATCH] mmc: Add fsl,esdhc as a valid compatible to bind against
2009-05-08 13:52 [PATCH] mmc: Add fsl,esdhc as a valid compatible to bind against Kumar Gala
@ 2009-05-11 2:38 ` Michael Ellerman
2009-05-14 2:45 ` Kumar Gala
2009-05-22 11:53 ` Pierre Ossman
2 siblings, 0 replies; 4+ messages in thread
From: Michael Ellerman @ 2009-05-11 2:38 UTC (permalink / raw)
To: Kumar Gala; +Cc: pierre, linuxppc-dev, linux-kernel
[-- Attachment #1: Type: text/plain, Size: 303 bytes --]
On Fri, 2009-05-08 at 08:52 -0500, Kumar Gala wrote:
> We plan to use fsl,esdhc going forward as the base compatible so update
> the driver to bind against it.
I was going to NAK this based on its non-sensical changelog, but going
backward you're not the first to be going forward :)
cheers
[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 197 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] mmc: Add fsl,esdhc as a valid compatible to bind against
2009-05-08 13:52 [PATCH] mmc: Add fsl,esdhc as a valid compatible to bind against Kumar Gala
2009-05-11 2:38 ` Michael Ellerman
@ 2009-05-14 2:45 ` Kumar Gala
2009-05-22 11:53 ` Pierre Ossman
2 siblings, 0 replies; 4+ messages in thread
From: Kumar Gala @ 2009-05-14 2:45 UTC (permalink / raw)
To: Pierre Ossman; +Cc: pierre, linuxppc-dev, linux-kernel
On May 8, 2009, at 8:52 AM, Kumar Gala wrote:
> We plan to use fsl,esdhc going forward as the base compatible so
> update
> the driver to bind against it.
>
> Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
> ---
> drivers/mmc/host/sdhci-of.c | 1 +
> 1 files changed, 1 insertions(+), 0 deletions(-)
Any feedback or possibility of picking this up.
- k
>
>
> diff --git a/drivers/mmc/host/sdhci-of.c b/drivers/mmc/host/sdhci-of.c
> index 3ff4ac3..09cc597 100644
> --- a/drivers/mmc/host/sdhci-of.c
> +++ b/drivers/mmc/host/sdhci-of.c
> @@ -277,6 +277,7 @@ static int __devexit sdhci_of_remove(struct
> of_device *ofdev)
> static const struct of_device_id sdhci_of_match[] = {
> { .compatible = "fsl,mpc8379-esdhc", .data = &sdhci_esdhc, },
> { .compatible = "fsl,mpc8536-esdhc", .data = &sdhci_esdhc, },
> + { .compatible = "fsl,esdhc", .data = &sdhci_esdhc, },
> { .compatible = "generic-sdhci", },
> {},
> };
> --
> 1.6.0.6
>
> _______________________________________________
> Linuxppc-dev mailing list
> Linuxppc-dev@ozlabs.org
> https://ozlabs.org/mailman/listinfo/linuxppc-dev
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] mmc: Add fsl,esdhc as a valid compatible to bind against
2009-05-08 13:52 [PATCH] mmc: Add fsl,esdhc as a valid compatible to bind against Kumar Gala
2009-05-11 2:38 ` Michael Ellerman
2009-05-14 2:45 ` Kumar Gala
@ 2009-05-22 11:53 ` Pierre Ossman
2 siblings, 0 replies; 4+ messages in thread
From: Pierre Ossman @ 2009-05-22 11:53 UTC (permalink / raw)
To: Kumar Gala; +Cc: avorontsov, linuxppc-dev, linux-kernel
[-- Attachment #1: Type: text/plain, Size: 504 bytes --]
On Fri, 8 May 2009 08:52:49 -0500
Kumar Gala <galak@kernel.crashing.org> wrote:
> We plan to use fsl,esdhc going forward as the base compatible so update
> the driver to bind against it.
>
> Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
> ---
Applied.
Rgds
--
-- Pierre Ossman
WARNING: This correspondence is being monitored by the
Swedish government. Make sure your server uses encryption
for SMTP traffic and consider using PGP for end-to-end
encryption.
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 198 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2009-05-22 11:53 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-05-08 13:52 [PATCH] mmc: Add fsl,esdhc as a valid compatible to bind against Kumar Gala
2009-05-11 2:38 ` Michael Ellerman
2009-05-14 2:45 ` Kumar Gala
2009-05-22 11:53 ` Pierre Ossman
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).