* [PATCH v4 5/7] mmc: SDHI: add DT compatibility strings for further SoCs @ 2013-07-09 7:43 Guennadi Liakhovetski 2013-07-09 9:06 ` Magnus Damm 0 siblings, 1 reply; 6+ messages in thread From: Guennadi Liakhovetski @ 2013-07-09 7:43 UTC (permalink / raw) To: linux-sh Cc: Magnus Damm, Simon Horman, linux-mmc, Chris Ball, Kuninori Morimoto Add further OF compatibility strings to the SDHI driver to be able to precisely control driver's behaviour on each of them. Signed-off-by: Guennadi Liakhovetski <g.liakhovetski+renesas@gmail.com> --- v4: 1. added r8a7778 and r8a7779 per Morimoto-san's request 2. sh* and r8a* entries now sorted alphabetically drivers/mmc/host/sh_mobile_sdhi.c | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/drivers/mmc/host/sh_mobile_sdhi.c b/drivers/mmc/host/sh_mobile_sdhi.c index cc4c872..dc4f0e0 100644 --- a/drivers/mmc/host/sh_mobile_sdhi.c +++ b/drivers/mmc/host/sh_mobile_sdhi.c @@ -129,7 +129,12 @@ static const struct sh_mobile_sdhi_ops sdhi_ops = { static const struct of_device_id sh_mobile_sdhi_of_match[] = { { .compatible = "renesas,shmobile-sdhi" }, { .compatible = "renesas,sh7372-sdhi" }, + { .compatible = "renesas,sh73a0-sdhi", .data = &sh_mobile_sdhi_of_cfg[0], }, + { .compatible = "renesas,r8a73a4-sdhi", .data = &sh_mobile_sdhi_of_cfg[0], }, { .compatible = "renesas,r8a7740-sdhi", .data = &sh_mobile_sdhi_of_cfg[0], }, + { .compatible = "renesas,r8a7778-sdhi", .data = &sh_mobile_sdhi_of_cfg[0], }, + { .compatible = "renesas,r8a7779-sdhi", .data = &sh_mobile_sdhi_of_cfg[0], }, + { .compatible = "renesas,r8a7790-sdhi", .data = &sh_mobile_sdhi_of_cfg[0], }, {}, }; MODULE_DEVICE_TABLE(of, sh_mobile_sdhi_of_match); -- 1.7.2.5 ^ permalink raw reply related [flat|nested] 6+ messages in thread
* Re: [PATCH v4 5/7] mmc: SDHI: add DT compatibility strings for further SoCs 2013-07-09 7:43 [PATCH v4 5/7] mmc: SDHI: add DT compatibility strings for further SoCs Guennadi Liakhovetski @ 2013-07-09 9:06 ` Magnus Damm 2013-07-10 1:08 ` Simon Horman 2013-07-10 1:18 ` Simon Horman 0 siblings, 2 replies; 6+ messages in thread From: Magnus Damm @ 2013-07-09 9:06 UTC (permalink / raw) To: Guennadi Liakhovetski Cc: SH-Linux, Simon Horman, linux-mmc, Chris Ball, Kuninori Morimoto On Tue, Jul 9, 2013 at 4:43 PM, Guennadi Liakhovetski <g.liakhovetski@gmx.de> wrote: > Add further OF compatibility strings to the SDHI driver to be able to > precisely control driver's behaviour on each of them. > > Signed-off-by: Guennadi Liakhovetski <g.liakhovetski+renesas@gmail.com> > --- > > v4: > 1. added r8a7778 and r8a7779 per Morimoto-san's request > 2. sh* and r8a* entries now sorted alphabetically This looks good to me, thanks. Acked-by: Magnus Damm <damm@opensource.se> ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH v4 5/7] mmc: SDHI: add DT compatibility strings for further SoCs 2013-07-09 9:06 ` Magnus Damm @ 2013-07-10 1:08 ` Simon Horman 2013-07-10 1:18 ` Simon Horman 1 sibling, 0 replies; 6+ messages in thread From: Simon Horman @ 2013-07-10 1:08 UTC (permalink / raw) To: Magnus Damm Cc: Guennadi Liakhovetski, SH-Linux, linux-mmc, Chris Ball, Kuninori Morimoto On Tue, Jul 09, 2013 at 06:06:00PM +0900, Magnus Damm wrote: > On Tue, Jul 9, 2013 at 4:43 PM, Guennadi Liakhovetski > <g.liakhovetski@gmx.de> wrote: > > Add further OF compatibility strings to the SDHI driver to be able to > > precisely control driver's behaviour on each of them. > > > > Signed-off-by: Guennadi Liakhovetski <g.liakhovetski+renesas@gmail.com> > > --- > > > > v4: > > 1. added r8a7778 and r8a7779 per Morimoto-san's request > > 2. sh* and r8a* entries now sorted alphabetically > > This looks good to me, thanks. > > Acked-by: Magnus Damm <damm@opensource.se> Thanks, I have queued this up for v3.12 in the soc branch. It should appear in renesas-next-20130710 ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH v4 5/7] mmc: SDHI: add DT compatibility strings for further SoCs 2013-07-09 9:06 ` Magnus Damm 2013-07-10 1:08 ` Simon Horman @ 2013-07-10 1:18 ` Simon Horman 2013-07-17 1:22 ` Simon Horman 1 sibling, 1 reply; 6+ messages in thread From: Simon Horman @ 2013-07-10 1:18 UTC (permalink / raw) To: Magnus Damm Cc: Guennadi Liakhovetski, SH-Linux, linux-mmc, Chris Ball, Kuninori Morimoto On Tue, Jul 09, 2013 at 06:06:00PM +0900, Magnus Damm wrote: > On Tue, Jul 9, 2013 at 4:43 PM, Guennadi Liakhovetski > <g.liakhovetski@gmx.de> wrote: > > Add further OF compatibility strings to the SDHI driver to be able to > > precisely control driver's behaviour on each of them. > > > > Signed-off-by: Guennadi Liakhovetski <g.liakhovetski+renesas@gmail.com> > > --- > > > > v4: > > 1. added r8a7778 and r8a7779 per Morimoto-san's request > > 2. sh* and r8a* entries now sorted alphabetically > > This looks good to me, thanks. > > Acked-by: Magnus Damm <damm@opensource.se> Thanks, I have queued this up for v3.12 in the dt branch. It should appear in renesas-next-20130710 ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH v4 5/7] mmc: SDHI: add DT compatibility strings for further SoCs 2013-07-10 1:18 ` Simon Horman @ 2013-07-17 1:22 ` Simon Horman 2013-08-25 4:09 ` Chris Ball 0 siblings, 1 reply; 6+ messages in thread From: Simon Horman @ 2013-07-17 1:22 UTC (permalink / raw) To: Magnus Damm Cc: Guennadi Liakhovetski, SH-Linux, linux-mmc, Chris Ball, Kuninori Morimoto On Wed, Jul 10, 2013 at 10:18:35AM +0900, Simon Horman wrote: > On Tue, Jul 09, 2013 at 06:06:00PM +0900, Magnus Damm wrote: > > On Tue, Jul 9, 2013 at 4:43 PM, Guennadi Liakhovetski > > <g.liakhovetski@gmx.de> wrote: > > > Add further OF compatibility strings to the SDHI driver to be able to > > > precisely control driver's behaviour on each of them. > > > > > > Signed-off-by: Guennadi Liakhovetski <g.liakhovetski+renesas@gmail.com> > > > --- > > > > > > v4: > > > 1. added r8a7778 and r8a7779 per Morimoto-san's request > > > 2. sh* and r8a* entries now sorted alphabetically > > > > This looks good to me, thanks. > > > > Acked-by: Magnus Damm <damm@opensource.se> > > Thanks, I have queued this up for v3.12 in the dt branch. > It should appear in renesas-next-20130710 Reviewing this, I now think that it should got through the MMC tree. Chris, could you consider the patch below? From: Guennadi Liakhovetski <g.liakhovetski@gmx.de> mmc: SDHI: add DT compatibility strings for further SoCs Add further OF compatibility strings to the SDHI driver to be able to precisely control driver's behaviour on each of them. Signed-off-by: Guennadi Liakhovetski <g.liakhovetski+renesas@gmail.com> Acked-by: Magnus Damm <damm@opensource.se> Acked-by: Simon Horman <horms@verge.net.au> diff --git a/drivers/mmc/host/sh_mobile_sdhi.c b/drivers/mmc/host/sh_mobile_sdhi.c index ebea749..afa1bba 100644 --- a/drivers/mmc/host/sh_mobile_sdhi.c +++ b/drivers/mmc/host/sh_mobile_sdhi.c @@ -129,7 +129,12 @@ static const struct sh_mobile_sdhi_ops sdhi_ops = { static const struct of_device_id sh_mobile_sdhi_of_match[] = { { .compatible = "renesas,shmobile-sdhi" }, { .compatible = "renesas,sh7372-sdhi" }, + { .compatible = "renesas,sh73a0-sdhi", .data = &sh_mobile_sdhi_of_cfg[0], }, + { .compatible = "renesas,r8a73a4-sdhi", .data = &sh_mobile_sdhi_of_cfg[0], }, { .compatible = "renesas,r8a7740-sdhi", .data = &sh_mobile_sdhi_of_cfg[0], }, + { .compatible = "renesas,r8a7778-sdhi", .data = &sh_mobile_sdhi_of_cfg[0], }, + { .compatible = "renesas,r8a7779-sdhi", .data = &sh_mobile_sdhi_of_cfg[0], }, + { .compatible = "renesas,r8a7790-sdhi", .data = &sh_mobile_sdhi_of_cfg[0], }, {}, }; MODULE_DEVICE_TABLE(of, sh_mobile_sdhi_of_match); ^ permalink raw reply related [flat|nested] 6+ messages in thread
* Re: [PATCH v4 5/7] mmc: SDHI: add DT compatibility strings for further SoCs 2013-07-17 1:22 ` Simon Horman @ 2013-08-25 4:09 ` Chris Ball 0 siblings, 0 replies; 6+ messages in thread From: Chris Ball @ 2013-08-25 4:09 UTC (permalink / raw) To: Simon Horman Cc: Magnus Damm, Guennadi Liakhovetski, SH-Linux, linux-mmc, Kuninori Morimoto Hi Simon, On Tue, Jul 16 2013, Simon Horman wrote: >> Thanks, I have queued this up for v3.12 in the dt branch. >> It should appear in renesas-next-20130710 > > Reviewing this, I now think that it should got through the MMC tree. > Chris, could you consider the patch below? > > From: Guennadi Liakhovetski <g.liakhovetski@gmx.de> > > mmc: SDHI: add DT compatibility strings for further SoCs > > Add further OF compatibility strings to the SDHI driver to be able to > precisely control driver's behaviour on each of them. > > Signed-off-by: Guennadi Liakhovetski <g.liakhovetski+renesas@gmail.com> > Acked-by: Magnus Damm <damm@opensource.se> > Acked-by: Simon Horman <horms@verge.net.au> Sorry for the delay -- this is in mmc-next for 3.12 now. Thanks, - Chris. -- Chris Ball <cjb@laptop.org> <http://printf.net/> ^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2013-08-25 4:09 UTC | newest] Thread overview: 6+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2013-07-09 7:43 [PATCH v4 5/7] mmc: SDHI: add DT compatibility strings for further SoCs Guennadi Liakhovetski 2013-07-09 9:06 ` Magnus Damm 2013-07-10 1:08 ` Simon Horman 2013-07-10 1:18 ` Simon Horman 2013-07-17 1:22 ` Simon Horman 2013-08-25 4:09 ` Chris Ball
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).