devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v4, 0/2] ADD DM9051 ETHERNET DRIVER
@ 2021-12-12 10:46 Joseph CHANG
  2021-12-12 10:46 ` [PATCH v4, 1/2] yaml: Add dm9051 SPI network yaml file Joseph CHANG
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Joseph CHANG @ 2021-12-12 10:46 UTC (permalink / raw)
  To: David S . Miller, Jakub Kicinski, Rob Herring, Joseph CHANG,
	joseph_chang
  Cc: netdev, devicetree, linux-kernel

DM9051 is a spi interface ethernet controller chip
Fewer connect pins to CPU compare to DM9000

Joseph CHANG (2):
  yaml: Add dm9051 SPI network yaml file
  net: Add dm9051 driver

 .../bindings/net/davicom,dm9051.yaml          |  62 ++
 drivers/net/ethernet/davicom/Kconfig          |  30 +
 drivers/net/ethernet/davicom/Makefile         |   1 +
 drivers/net/ethernet/davicom/dm9051.c         | 865 ++++++++++++++++++
 drivers/net/ethernet/davicom/dm9051.h         | 225 +++++
 5 files changed, 1183 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/net/davicom,dm9051.yaml
 create mode 100644 drivers/net/ethernet/davicom/dm9051.c
 create mode 100644 drivers/net/ethernet/davicom/dm9051.h


base-commit: 77ab714f00703c91d5a6e15d7445775c80358774
-- 
2.25.1


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

end of thread, other threads:[~2021-12-14 17:38 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-12-12 10:46 [PATCH v4, 0/2] ADD DM9051 ETHERNET DRIVER Joseph CHANG
2021-12-12 10:46 ` [PATCH v4, 1/2] yaml: Add dm9051 SPI network yaml file Joseph CHANG
2021-12-14 17:38   ` Rob Herring
2021-12-12 10:46 ` [PATCH v4, 2/2] net: Add dm9051 driver Joseph CHANG
2021-12-12 17:22   ` Andrew Lunn
2021-12-12 17:15 ` [PATCH v4, 0/2] ADD DM9051 ETHERNET DRIVER Andrew Lunn

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).