Discussion:
[PATCH] ata: sata_rcar: Add r8a7793 device support
Yoshihiro Kaneko
2014-10-14 07:31:34 UTC
Permalink
From: Koji Matsuoka <***@renesas.com>

Signed-off-by: Koji Matsuoka <***@renesas.com>
Signed-off-by: Yoshihiro Kaneko <***@gmail.com>
---

This patch is against for-next branch of Tejun's libata repo.

drivers/ata/sata_rcar.c | 5 +++++
1 file changed, 5 insertions(+)

diff --git a/drivers/ata/sata_rcar.c b/drivers/ata/sata_rcar.c
index 61eb6d7..6f8ed8e 100644
--- a/drivers/ata/sata_rcar.c
+++ b/drivers/ata/sata_rcar.c
@@ -841,6 +841,10 @@ static struct of_device_id sata_rcar_match[] = {
.compatible = "renesas,sata-r8a7791",
.data = (void *)RCAR_GEN2_SATA
},
+ {
+ .compatible = "renesas,sata-r8a7793",
+ .data = (void *)RCAR_GEN2_SATA
+ },
{ },
};
MODULE_DEVICE_TABLE(of, sata_rcar_match);
@@ -850,6 +854,7 @@ static const struct platform_device_id sata_rcar_id_table[] = {
{ "sata-r8a7779", RCAR_GEN1_SATA },
{ "sata-r8a7790", RCAR_GEN2_SATA },
{ "sata-r8a7791", RCAR_GEN2_SATA },
+ { "sata-r8a7793", RCAR_GEN2_SATA },
{ },
};
MODULE_DEVICE_TABLE(platform, sata_rcar_id_table);
--
1.9.1

--
To unsubscribe from this list: send the line "unsubscribe linux-ide" in
the body of a message to ***@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Geert Uytterhoeven
2014-10-14 19:32:55 UTC
Permalink
Hi Kaneko-san, Matsuoka-san,
Post by Yoshihiro Kaneko
---
This patch is against for-next branch of Tejun's libata repo.
drivers/ata/sata_rcar.c | 5 +++++
Can you please also update the binding documentation in
Documentation/devicetree/bindings/ata/sata_rcar.txt?

Thanks!

Gr{oetje,eeting}s,

Geert

--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- ***@linux-m68k.org

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
-- Linus Torvalds
--
To unsubscribe from this list: send the line "unsubscribe linux-sh" in
the body of a message to ***@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Yoshihiro Kaneko
2014-10-15 09:22:51 UTC
Permalink
Hello Geert,

Thank you for your comment.
I updated the documentation and posted patch v2.

Thanks,
Kaneko
Post by Geert Uytterhoeven
Hi Kaneko-san, Matsuoka-san,
Post by Yoshihiro Kaneko
---
This patch is against for-next branch of Tejun's libata repo.
drivers/ata/sata_rcar.c | 5 +++++
Can you please also update the binding documentation in
Documentation/devicetree/bindings/ata/sata_rcar.txt?
Thanks!
Gr{oetje,eeting}s,
Geert
--
In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
-- Linus Torvalds
--
To unsubscribe from this list: send the line "unsubscribe linux-ide" in
the body of a message to ***@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Loading...