All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] net: sh_eth: Add remaining Gen2 DT compatible
@ 2018-04-12 19:54 Marek Vasut
  2018-04-13 19:40 ` Joe Hershberger
  2018-04-15  4:16 ` [U-Boot] " Joe Hershberger
  0 siblings, 2 replies; 7+ messages in thread
From: Marek Vasut @ 2018-04-12 19:54 UTC (permalink / raw)
  To: u-boot

Add compatible strings for R8A7790, R8A7793 and R8A7794, since the
contemporary DTs use those don't have a generic match value.

Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com>
Cc: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
Cc: Joe Hershberger <joe.hershberger@ni.com>
---
 drivers/net/sh_eth.c | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/drivers/net/sh_eth.c b/drivers/net/sh_eth.c
index e3416f3391..cb3970e051 100644
--- a/drivers/net/sh_eth.c
+++ b/drivers/net/sh_eth.c
@@ -906,7 +906,10 @@ int sh_ether_ofdata_to_platdata(struct udevice *dev)
 }
 
 static const struct udevice_id sh_ether_ids[] = {
+	{ .compatible = "renesas,ether-r8a7790" },
 	{ .compatible = "renesas,ether-r8a7791" },
+	{ .compatible = "renesas,ether-r8a7793" },
+	{ .compatible = "renesas,ether-r8a7794" },
 	{ }
 };
 
-- 
2.16.2

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

* [U-Boot] [PATCH] net: sh_eth: Add remaining Gen2 DT compatible
  2018-04-12 19:54 [U-Boot] [PATCH] net: sh_eth: Add remaining Gen2 DT compatible Marek Vasut
@ 2018-04-13 19:40 ` Joe Hershberger
  2018-04-15  4:16 ` [U-Boot] " Joe Hershberger
  1 sibling, 0 replies; 7+ messages in thread
From: Joe Hershberger @ 2018-04-13 19:40 UTC (permalink / raw)
  To: u-boot

On Thu, Apr 12, 2018 at 2:54 PM, Marek Vasut <marek.vasut@gmail.com> wrote:
> Add compatible strings for R8A7790, R8A7793 and R8A7794, since the
> contemporary DTs use those don't have a generic match value.
>
> Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com>
> Cc: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
> Cc: Joe Hershberger <joe.hershberger@ni.com>

Acked-by: Joe Hershberger <joe.hershberger@ni.com>

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

* [U-Boot] net: sh_eth: Add remaining Gen2 DT compatible
  2018-04-12 19:54 [U-Boot] [PATCH] net: sh_eth: Add remaining Gen2 DT compatible Marek Vasut
  2018-04-13 19:40 ` Joe Hershberger
@ 2018-04-15  4:16 ` Joe Hershberger
  2018-04-15  8:38   ` Marek Vasut
  1 sibling, 1 reply; 7+ messages in thread
From: Joe Hershberger @ 2018-04-15  4:16 UTC (permalink / raw)
  To: u-boot

Hi Marek,

https://patchwork.ozlabs.org/patch/897786/ was applied to http://git.denx.de/?p=u-boot/u-boot-net.git

Thanks!
-Joe

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

* [U-Boot] net: sh_eth: Add remaining Gen2 DT compatible
  2018-04-15  4:16 ` [U-Boot] " Joe Hershberger
@ 2018-04-15  8:38   ` Marek Vasut
  2018-04-15 16:26     ` Joe Hershberger
  0 siblings, 1 reply; 7+ messages in thread
From: Marek Vasut @ 2018-04-15  8:38 UTC (permalink / raw)
  To: u-boot

On 04/15/2018 06:16 AM, Joe Hershberger wrote:
> Hi Marek,
> 
> https://patchwork.ozlabs.org/patch/897786/ was applied to http://git.denx.de/?p=u-boot/u-boot-net.git

If you don't mind, I'll pull it through -sh alongside the rest of the
Gen2 junk, OK ?

-- 
Best regards,
Marek Vasut

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

* [U-Boot] net: sh_eth: Add remaining Gen2 DT compatible
  2018-04-15  8:38   ` Marek Vasut
@ 2018-04-15 16:26     ` Joe Hershberger
  2018-04-15 17:32       ` Tom Rini
  0 siblings, 1 reply; 7+ messages in thread
From: Joe Hershberger @ 2018-04-15 16:26 UTC (permalink / raw)
  To: u-boot

Hey Marek,

On Sun, Apr 15, 2018 at 3:38 AM, Marek Vasut <marek.vasut@gmail.com> wrote:
> On 04/15/2018 06:16 AM, Joe Hershberger wrote:
>> Hi Marek,
>>
>> https://patchwork.ozlabs.org/patch/897786/ was applied to http://git.denx.de/?p=u-boot/u-boot-net.git
>
> If you don't mind, I'll pull it through -sh alongside the rest of the
> Gen2 junk, OK ?

Oops... It's already part of a pull request. Do you want me to pull it
out and resend the PR?

Maybe Tom hasn't gotten to it yet.

-Joe

> --
> Best regards,
> Marek Vasut
> _______________________________________________
> U-Boot mailing list
> U-Boot at lists.denx.de
> https://lists.denx.de/listinfo/u-boot

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

* [U-Boot] net: sh_eth: Add remaining Gen2 DT compatible
  2018-04-15 16:26     ` Joe Hershberger
@ 2018-04-15 17:32       ` Tom Rini
  2018-04-15 20:01         ` Marek Vasut
  0 siblings, 1 reply; 7+ messages in thread
From: Tom Rini @ 2018-04-15 17:32 UTC (permalink / raw)
  To: u-boot

On Sun, Apr 15, 2018 at 11:26:40AM -0500, Joe Hershberger wrote:
> Hey Marek,
> 
> On Sun, Apr 15, 2018 at 3:38 AM, Marek Vasut <marek.vasut@gmail.com> wrote:
> > On 04/15/2018 06:16 AM, Joe Hershberger wrote:
> >> Hi Marek,
> >>
> >> https://patchwork.ozlabs.org/patch/897786/ was applied to http://git.denx.de/?p=u-boot/u-boot-net.git
> >
> > If you don't mind, I'll pull it through -sh alongside the rest of the
> > Gen2 junk, OK ?
> 
> Oops... It's already part of a pull request. Do you want me to pull it
> out and resend the PR?
> 
> Maybe Tom hasn't gotten to it yet.

I am testing (well, done testing about to push it out) with that PR.

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: not available
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20180415/91d502e9/attachment.sig>

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

* [U-Boot] net: sh_eth: Add remaining Gen2 DT compatible
  2018-04-15 17:32       ` Tom Rini
@ 2018-04-15 20:01         ` Marek Vasut
  0 siblings, 0 replies; 7+ messages in thread
From: Marek Vasut @ 2018-04-15 20:01 UTC (permalink / raw)
  To: u-boot

On 04/15/2018 07:32 PM, Tom Rini wrote:
> On Sun, Apr 15, 2018 at 11:26:40AM -0500, Joe Hershberger wrote:
>> Hey Marek,
>>
>> On Sun, Apr 15, 2018 at 3:38 AM, Marek Vasut <marek.vasut@gmail.com> wrote:
>>> On 04/15/2018 06:16 AM, Joe Hershberger wrote:
>>>> Hi Marek,
>>>>
>>>> https://patchwork.ozlabs.org/patch/897786/ was applied to http://git.denx.de/?p=u-boot/u-boot-net.git
>>>
>>> If you don't mind, I'll pull it through -sh alongside the rest of the
>>> Gen2 junk, OK ?
>>
>> Oops... It's already part of a pull request. Do you want me to pull it
>> out and resend the PR?
>>
>> Maybe Tom hasn't gotten to it yet.
> 
> I am testing (well, done testing about to push it out) with that PR.

Great. It's in, all good.

-- 
Best regards,
Marek Vasut

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

end of thread, other threads:[~2018-04-15 20:01 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-04-12 19:54 [U-Boot] [PATCH] net: sh_eth: Add remaining Gen2 DT compatible Marek Vasut
2018-04-13 19:40 ` Joe Hershberger
2018-04-15  4:16 ` [U-Boot] " Joe Hershberger
2018-04-15  8:38   ` Marek Vasut
2018-04-15 16:26     ` Joe Hershberger
2018-04-15 17:32       ` Tom Rini
2018-04-15 20:01         ` Marek Vasut

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.