All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] i2c: sh_mobile: Add support for r8a774c0 (RZ/G2E)
@ 2018-12-13 20:22 Fabrizio Castro
  2018-12-14 10:40 ` Geert Uytterhoeven
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Fabrizio Castro @ 2018-12-13 20:22 UTC (permalink / raw)
  To: Wolfram Sang
  Cc: Fabrizio Castro, linux-i2c, linux-kernel, Simon Horman,
	Geert Uytterhoeven, Chris Paterson, Biju Das, linux-renesas-soc

Similarly to R-Car E3, RZ/G2E doesn't come with automatic
transmission registers, as such it is not considered compatible
with the existing fallback bindings.

Add SoC specific binding compatibility to allow for later
support for automatic transmission.

Signed-off-by: Fabrizio Castro <fabrizio.castro@bp.renesas.com>
---
 drivers/i2c/busses/i2c-sh_mobile.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/i2c/busses/i2c-sh_mobile.c b/drivers/i2c/busses/i2c-sh_mobile.c
index 28db6b5..a64f2ff 100644
--- a/drivers/i2c/busses/i2c-sh_mobile.c
+++ b/drivers/i2c/busses/i2c-sh_mobile.c
@@ -800,6 +800,7 @@ static const struct sh_mobile_dt_config r8a7740_dt_config = {
 static const struct of_device_id sh_mobile_i2c_dt_ids[] = {
 	{ .compatible = "renesas,iic-r8a73a4", .data = &fast_clock_dt_config },
 	{ .compatible = "renesas,iic-r8a7740", .data = &r8a7740_dt_config },
+	{ .compatible = "renesas,iic-r8a774c0", .data = &fast_clock_dt_config },
 	{ .compatible = "renesas,iic-r8a7790", .data = &v2_freq_calc_dt_config },
 	{ .compatible = "renesas,iic-r8a7791", .data = &fast_clock_dt_config },
 	{ .compatible = "renesas,iic-r8a7792", .data = &fast_clock_dt_config },
-- 
2.7.4


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH] i2c: sh_mobile: Add support for r8a774c0 (RZ/G2E)
  2018-12-13 20:22 [PATCH] i2c: sh_mobile: Add support for r8a774c0 (RZ/G2E) Fabrizio Castro
@ 2018-12-14 10:40 ` Geert Uytterhoeven
  2018-12-14 16:27 ` Simon Horman
  2018-12-17 22:22 ` Wolfram Sang
  2 siblings, 0 replies; 4+ messages in thread
From: Geert Uytterhoeven @ 2018-12-14 10:40 UTC (permalink / raw)
  To: Fabrizio Castro
  Cc: Wolfram Sang, Linux I2C, Linux Kernel Mailing List, Simon Horman,
	Geert Uytterhoeven, Chris Paterson, Biju Das, Linux-Renesas

On Thu, Dec 13, 2018 at 9:22 PM Fabrizio Castro
<fabrizio.castro@bp.renesas.com> wrote:
> Similarly to R-Car E3, RZ/G2E doesn't come with automatic
> transmission registers, as such it is not considered compatible
> with the existing fallback bindings.
>
> Add SoC specific binding compatibility to allow for later
> support for automatic transmission.
>
> Signed-off-by: Fabrizio Castro <fabrizio.castro@bp.renesas.com>

Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>

Gr{oetje,eeting}s,

                        Geert

-- 
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@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

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] i2c: sh_mobile: Add support for r8a774c0 (RZ/G2E)
  2018-12-13 20:22 [PATCH] i2c: sh_mobile: Add support for r8a774c0 (RZ/G2E) Fabrizio Castro
  2018-12-14 10:40 ` Geert Uytterhoeven
@ 2018-12-14 16:27 ` Simon Horman
  2018-12-17 22:22 ` Wolfram Sang
  2 siblings, 0 replies; 4+ messages in thread
From: Simon Horman @ 2018-12-14 16:27 UTC (permalink / raw)
  To: Fabrizio Castro
  Cc: Wolfram Sang, linux-i2c, linux-kernel, Geert Uytterhoeven,
	Chris Paterson, Biju Das, linux-renesas-soc

On Thu, Dec 13, 2018 at 08:22:34PM +0000, Fabrizio Castro wrote:
> Similarly to R-Car E3, RZ/G2E doesn't come with automatic
> transmission registers, as such it is not considered compatible
> with the existing fallback bindings.
> 
> Add SoC specific binding compatibility to allow for later
> support for automatic transmission.
> 
> Signed-off-by: Fabrizio Castro <fabrizio.castro@bp.renesas.com>

Reviewed-by: Simon Horman <horms+renesas@verge.net.au>


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] i2c: sh_mobile: Add support for r8a774c0 (RZ/G2E)
  2018-12-13 20:22 [PATCH] i2c: sh_mobile: Add support for r8a774c0 (RZ/G2E) Fabrizio Castro
  2018-12-14 10:40 ` Geert Uytterhoeven
  2018-12-14 16:27 ` Simon Horman
@ 2018-12-17 22:22 ` Wolfram Sang
  2 siblings, 0 replies; 4+ messages in thread
From: Wolfram Sang @ 2018-12-17 22:22 UTC (permalink / raw)
  To: Fabrizio Castro
  Cc: Wolfram Sang, linux-i2c, linux-kernel, Simon Horman,
	Geert Uytterhoeven, Chris Paterson, Biju Das, linux-renesas-soc

[-- Attachment #1: Type: text/plain, Size: 443 bytes --]

On Thu, Dec 13, 2018 at 08:22:34PM +0000, Fabrizio Castro wrote:
> Similarly to R-Car E3, RZ/G2E doesn't come with automatic
> transmission registers, as such it is not considered compatible
> with the existing fallback bindings.
> 
> Add SoC specific binding compatibility to allow for later
> support for automatic transmission.
> 
> Signed-off-by: Fabrizio Castro <fabrizio.castro@bp.renesas.com>

Applied to for-next, thanks!


[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2018-12-17 22:22 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-12-13 20:22 [PATCH] i2c: sh_mobile: Add support for r8a774c0 (RZ/G2E) Fabrizio Castro
2018-12-14 10:40 ` Geert Uytterhoeven
2018-12-14 16:27 ` Simon Horman
2018-12-17 22:22 ` Wolfram Sang

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.