All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] Zyxel NSA310S NAS : convert to Driver Model
@ 2021-06-29  3:43 Tony (bodhi)
  2021-06-29  5:47 ` Stefan Roese
  0 siblings, 1 reply; 4+ messages in thread
From: Tony (bodhi) @ 2021-06-29  3:43 UTC (permalink / raw)
  To: Stefan Roese, U-Boot Mailing List; +Cc: Tom Rini, Chris Packham

- Add device tree kirkwood-nsa310s.dts

- Add DM_USB, DM_ETH, DM_SATA and associated configs to nsa310s_defconfig

- Move some miscellaneous configs from board file to nsa310s_defconfig

- Replace old device name "egiga0" with Ethernet PHY name

from device tree kirkwood.dtsi

- Removed IDE, and add SATA configs in board file nsa310s.c



Tony Dinh (4):

  NSA310S : Add device tree DTS for Zyxel NSA310S board

  NSA310S : Add DM USB, DM Ethernet, and DM SATA configs

  NSA310S : Use Ethernet PHY name from device tree

  NSA310S : Add DM SATA configs


 arch/arm/dts/Makefile             |   1 +

 arch/arm/dts/kirkwood-nsa310s.dts | 318 ++++++++++++++++++++++++++++++

 board/zyxel/nsa310s/nsa310s.c     |  15 +-

 configs/nsa310s_defconfig         |  12 +-

 include/configs/nsa310s.h         |  10 +-

 5 files changed, 343 insertions(+), 13 deletions(-)

 create mode 100644 arch/arm/dts/kirkwood-nsa310s.dts


-- 

2.20.1

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

* Re: [PATCH 0/4] Zyxel NSA310S NAS : convert to Driver Model
  2021-06-29  3:43 [PATCH 0/4] Zyxel NSA310S NAS : convert to Driver Model Tony (bodhi)
@ 2021-06-29  5:47 ` Stefan Roese
  0 siblings, 0 replies; 4+ messages in thread
From: Stefan Roese @ 2021-06-29  5:47 UTC (permalink / raw)
  To: Tony (bodhi), U-Boot Mailing List; +Cc: Tom Rini, Chris Packham

Hi Tony,

On 29.06.21 05:43, Tony (bodhi) wrote:
> 
> - Add device tree kirkwood-nsa310s.dts
> 
> - Add DM_USB, DM_ETH, DM_SATA and associated configs to nsa310s_defconfig
> 
> - Move some miscellaneous configs from board file to nsa310s_defconfig
> 
> - Replace old device name "egiga0" with Ethernet PHY name
> 
> from device tree kirkwood.dtsi
> 
> - Removed IDE, and add SATA configs in board file nsa310s.c

I don't see the other mails (1...4) from this series. Not in my INBOX
and not on the U-Boot list. Also the formatting of this mails seems
wrong.

Please note that most mail clients corrupt patches while sending. It's
much easier to use "git send-email" to send patches to the lists.

Thanks,
Stefan

> 
> 
> Tony Dinh (4):
> 
>    NSA310S : Add device tree DTS for Zyxel NSA310S board
> 
>    NSA310S : Add DM USB, DM Ethernet, and DM SATA configs
> 
>    NSA310S : Use Ethernet PHY name from device tree
> 
>    NSA310S : Add DM SATA configs
> 
> 
>   arch/arm/dts/Makefile             |   1 +
> 
>   arch/arm/dts/kirkwood-nsa310s.dts | 318 ++++++++++++++++++++++++++++++
> 
>   board/zyxel/nsa310s/nsa310s.c     |  15 +-
> 
>   configs/nsa310s_defconfig         |  12 +-
> 
>   include/configs/nsa310s.h         |  10 +-
> 
>   5 files changed, 343 insertions(+), 13 deletions(-)
> 
>   create mode 100644 arch/arm/dts/kirkwood-nsa310s.dts
> 
> 
> -- 
> 
> 2.20.1
> 
> 


Viele Grüße,
Stefan

-- 
DENX Software Engineering GmbH,      Managing Director: Wolfgang Denk
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-51 Fax: (+49)-8142-66989-80 Email: sr@denx.de

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

* Re: [PATCH 0/4] Zyxel NSA310S NAS : convert to Driver Model.
  2021-07-01  4:26 Tony Dinh
@ 2021-07-19 12:32 ` Stefan Roese
  0 siblings, 0 replies; 4+ messages in thread
From: Stefan Roese @ 2021-07-19 12:32 UTC (permalink / raw)
  To: Tony Dinh, U-Boot Mailing List; +Cc: Tom Rini, Chris Packham

On 01.07.21 06:26, Tony Dinh wrote:
> 
> - Add device tree kirkwood-nsa310s.dts
> - Add DM_USB, DM_ETH, DM_SATA and associated configs to nsa310s_defconfig
> - Move some miscellaneous configs from board file to nsa310s_defconfig
> - Replace old device name "egiga0" with Ethernet PHY name
> from device tree kirkwood.dtsi
> - Removed IDE, and add SATA configs in board file nsa310s.c
> 
> 
> Tony Dinh (4):
>    NSA310S : Add device tree DTS for Zyxel NSA310S board
>    NSA310S : Add DM USB, DM Ethernet, and DM SATA configs
>    NSA310S : Use Ethernet PHY name from device tree
>    NSA310S : Add DM SATA configs
> 
>   arch/arm/dts/Makefile             |   1 +
>   arch/arm/dts/kirkwood-nsa310s.dts | 318 ++++++++++++++++++++++++++++++
>   board/zyxel/nsa310s/nsa310s.c     |  15 +-
>   configs/nsa310s_defconfig         |  12 +-
>   include/configs/nsa310s.h         |   9 +-
>   5 files changed, 342 insertions(+), 13 deletions(-)
>   create mode 100644 arch/arm/dts/kirkwood-nsa310s.dts
> 

Applied to u-boot-marvell/master

Thanks,
Stefan

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

* [PATCH 0/4] Zyxel NSA310S NAS : convert to Driver Model.
@ 2021-07-01  4:26 Tony Dinh
  2021-07-19 12:32 ` Stefan Roese
  0 siblings, 1 reply; 4+ messages in thread
From: Tony Dinh @ 2021-07-01  4:26 UTC (permalink / raw)
  To: Stefan Roese, U-Boot Mailing List; +Cc: Tom Rini, Chris Packham, Tony Dinh


- Add device tree kirkwood-nsa310s.dts
- Add DM_USB, DM_ETH, DM_SATA and associated configs to nsa310s_defconfig
- Move some miscellaneous configs from board file to nsa310s_defconfig
- Replace old device name "egiga0" with Ethernet PHY name
from device tree kirkwood.dtsi
- Removed IDE, and add SATA configs in board file nsa310s.c


Tony Dinh (4):
  NSA310S : Add device tree DTS for Zyxel NSA310S board
  NSA310S : Add DM USB, DM Ethernet, and DM SATA configs
  NSA310S : Use Ethernet PHY name from device tree
  NSA310S : Add DM SATA configs

 arch/arm/dts/Makefile             |   1 +
 arch/arm/dts/kirkwood-nsa310s.dts | 318 ++++++++++++++++++++++++++++++
 board/zyxel/nsa310s/nsa310s.c     |  15 +-
 configs/nsa310s_defconfig         |  12 +-
 include/configs/nsa310s.h         |   9 +-
 5 files changed, 342 insertions(+), 13 deletions(-)
 create mode 100644 arch/arm/dts/kirkwood-nsa310s.dts

-- 
2.20.1


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

end of thread, other threads:[~2021-07-19 12:32 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-29  3:43 [PATCH 0/4] Zyxel NSA310S NAS : convert to Driver Model Tony (bodhi)
2021-06-29  5:47 ` Stefan Roese
2021-07-01  4:26 Tony Dinh
2021-07-19 12:32 ` Stefan Roese

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.