All of lore.kernel.org
 help / color / mirror / Atom feed
* [PULL] u-boot-sh/master_sh/gen4/rswitch
@ 2023-04-16 22:15 Marek Vasut
  2023-04-17 14:47 ` Tom Rini
  0 siblings, 1 reply; 2+ messages in thread
From: Marek Vasut @ 2023-04-16 22:15 UTC (permalink / raw)
  To: u-boot, Tom Rini; +Cc: Marek Vasut

The following changes since commit 12c1e5782401abca1a8cff578d1911a9ca7d2e7d:

  Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-marvell (2023-04-14 10:50:55 -0400)

are available in the Git repository at:

  https://source.denx.de/u-boot/custodians/u-boot-sh.git master_sh/gen4/rswitch

for you to fetch changes up to 47811beaff1f2560cf681d58535644c6ab07a2ab:

  ARM: renesas: Enable rswitch, serdes and PHY driver on R8A779F0 S4 Spider (2023-04-16 22:50:54 +0200)

----------------------------------------------------------------
Marek Vasut (2):
      phy: renesas: Add Renesas Ethernet SERDES driver for R-Car S4-8
      ARM: renesas: Enable rswitch, serdes and PHY driver on R8A779F0 S4 Spider

Phong Hoang (1):
      net: rswitch: Add Renesas Ethernet Switch

 configs/r8a779f0_spider_defconfig           |    5 +
 drivers/net/Kconfig                         |    8 +
 drivers/net/Makefile                        |    1 +
 drivers/net/rswitch.c                       | 1139 +++++++++++++++++++++++++++
 drivers/phy/Kconfig                         |    1 +
 drivers/phy/Makefile                        |    1 +
 drivers/phy/renesas/Kconfig                 |    9 +
 drivers/phy/renesas/Makefile                |    1 +
 drivers/phy/renesas/r8a779f0-ether-serdes.c |  384 +++++++++
 9 files changed, 1549 insertions(+)
 create mode 100644 drivers/net/rswitch.c
 create mode 100644 drivers/phy/renesas/Kconfig
 create mode 100644 drivers/phy/renesas/Makefile
 create mode 100644 drivers/phy/renesas/r8a779f0-ether-serdes.c

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

* Re: [PULL] u-boot-sh/master_sh/gen4/rswitch
  2023-04-16 22:15 [PULL] u-boot-sh/master_sh/gen4/rswitch Marek Vasut
@ 2023-04-17 14:47 ` Tom Rini
  0 siblings, 0 replies; 2+ messages in thread
From: Tom Rini @ 2023-04-17 14:47 UTC (permalink / raw)
  To: Marek Vasut; +Cc: u-boot

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

On Mon, Apr 17, 2023 at 12:15:24AM +0200, Marek Vasut wrote:

> The following changes since commit 12c1e5782401abca1a8cff578d1911a9ca7d2e7d:
> 
>   Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-marvell (2023-04-14 10:50:55 -0400)
> 
> are available in the Git repository at:
> 
>   https://source.denx.de/u-boot/custodians/u-boot-sh.git master_sh/gen4/rswitch
> 
> for you to fetch changes up to 47811beaff1f2560cf681d58535644c6ab07a2ab:
> 
>   ARM: renesas: Enable rswitch, serdes and PHY driver on R8A779F0 S4 Spider (2023-04-16 22:50:54 +0200)
> 

Applied to u-boot/master, thanks!

-- 
Tom

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

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

end of thread, other threads:[~2023-04-17 14:47 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-04-16 22:15 [PULL] u-boot-sh/master_sh/gen4/rswitch Marek Vasut
2023-04-17 14:47 ` Tom Rini

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.