All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] Zyxel NSA310S NAS : convert to Driver Model.
@ 2021-07-01  4:26 Tony Dinh
  2021-07-01  4:26 ` [PATCH 1/4] NSA310S : Add device tree DTS for Zyxel NSA310S board Tony Dinh
                   ` (4 more replies)
  0 siblings, 5 replies; 12+ 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] 12+ messages in thread

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

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-01  4:26 [PATCH 0/4] Zyxel NSA310S NAS : convert to Driver Model Tony Dinh
2021-07-01  4:26 ` [PATCH 1/4] NSA310S : Add device tree DTS for Zyxel NSA310S board Tony Dinh
2021-07-01  8:14   ` Stefan Roese
2021-07-01  4:26 ` [PATCH 2/4] NSA310S : Add DM USB, DM Ethernet, and DM SATA configs Tony Dinh
2021-07-01  8:14   ` Stefan Roese
2021-07-01  4:26 ` [PATCH 3/4] NSA310S : Use Ethernet PHY name from device tree Tony Dinh
2021-07-01  8:19   ` Stefan Roese
2021-07-01  8:22     ` Stefan Roese
2021-07-01 10:56       ` Tony (bodhi)
2021-07-01  4:26 ` [PATCH 4/4] NSA310S : Add DM SATA configs Tony Dinh
2021-07-01  8:20   ` Stefan Roese
2021-07-19 12:32 ` [PATCH 0/4] Zyxel NSA310S NAS : convert to Driver Model 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.