linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v19, 0/2] ADD DM9051 ETHERNET DRIVER
@ 2022-02-11  6:50 Joseph CHAMG
  2022-02-11  6:50 ` [PATCH v19, 1/2] dt-bindings: net: Add Davicom dm9051 SPI ethernet controller Joseph CHAMG
  2022-02-11  6:50 ` [PATCH v19, 2/2] net: Add dm9051 driver Joseph CHAMG
  0 siblings, 2 replies; 3+ messages in thread
From: Joseph CHAMG @ 2022-02-11  6:50 UTC (permalink / raw)
  To: David S . Miller, Jakub Kicinski, Rob Herring, Joseph CHANG,
	joseph_chang
  Cc: netdev, devicetree, linux-kernel, andy.shevchenko, andrew, leon

DM9051 is a spi interface chip,
need cs/mosi/miso/clock with an interrupt gpio pin

Joseph CHAMG (2):
  dt-bindings: net: Add Davicom dm9051 SPI ethernet controller
  net: Add dm9051 driver

 .../bindings/net/davicom,dm9051.yaml          |   62 +
 drivers/net/ethernet/davicom/Kconfig          |   31 +
 drivers/net/ethernet/davicom/Makefile         |    1 +
 drivers/net/ethernet/davicom/dm9051.c         | 1239 +++++++++++++++++
 drivers/net/ethernet/davicom/dm9051.h         |  162 +++
 5 files changed, 1495 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] 3+ messages in thread

end of thread, other threads:[~2022-02-11  6:50 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-11  6:50 [PATCH v19, 0/2] ADD DM9051 ETHERNET DRIVER Joseph CHAMG
2022-02-11  6:50 ` [PATCH v19, 1/2] dt-bindings: net: Add Davicom dm9051 SPI ethernet controller Joseph CHAMG
2022-02-11  6:50 ` [PATCH v19, 2/2] net: Add dm9051 driver Joseph CHAMG

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