netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2, 0/2] ADD DM9051 ETHERNET DRIVER
@ 2021-12-09 10:07 JosephCHANG
  2021-12-09 10:07 ` [PATCH v2, 1/2] yaml: Add dm9051 SPI network yaml file JosephCHANG
  2021-12-09 10:07 ` [PATCH v2, 2/2] net: Add DM9051 driver JosephCHANG
  0 siblings, 2 replies; 5+ messages in thread
From: JosephCHANG @ 2021-12-09 10:07 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.
It need only cs/mosi/miso/clock and an interrupt gpio pin 

JosephCHANG (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         | 967 ++++++++++++++++++
 drivers/net/ethernet/davicom/dm9051.h         | 248 +++++
 5 files changed, 1308 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: 9d922f5df53844228b9f7c62f2593f4f06c0b69b
-- 
2.20.1


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

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

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-12-09 10:07 [PATCH v2, 0/2] ADD DM9051 ETHERNET DRIVER JosephCHANG
2021-12-09 10:07 ` [PATCH v2, 1/2] yaml: Add dm9051 SPI network yaml file JosephCHANG
2021-12-09 17:10   ` Rob Herring
2021-12-09 10:07 ` [PATCH v2, 2/2] net: Add DM9051 driver JosephCHANG
2021-12-09 13:53   ` Leon Romanovsky

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).