Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1728441
| From | <Tristram.Ha@microchip.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH RFC 0/5] Add DSA driver support for KSZ8795 switch |
| Date | 2017-09-07 23:20 +0200 |
| Message-ID | <uncno-5CP-29@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
From: Tristram Ha <Tristram.Ha@microchip.com> This series of patches is to add DSA driver support for KSZ8795 switch. Previous patches for KSZ9477 have to be applied first before these. This patch set is against net-next. drivers/net/dsa/microchip/Kconfig | 18 + drivers/net/dsa/microchip/Makefile | 2 + drivers/net/dsa/microchip/ksz8795.c | 2066 +++++++++++++++++++++++++++++++ drivers/net/dsa/microchip/ksz8795.h | 1015 +++++++++++++++ drivers/net/dsa/microchip/ksz8795_spi.c | 229 ++++ 5 files changed, 3330 insertions(+) create mode 100644 drivers/net/dsa/microchip/ksz8795.c create mode 100644 drivers/net/dsa/microchip/ksz8795.h create mode 100644 drivers/net/dsa/microchip/ksz8795_spi.c
Back to linux.kernel | Previous | Next | Find similar | Unroll thread
[PATCH RFC 0/5] Add DSA driver support for KSZ8795 switch <Tristram.Ha@microchip.com> - 2017-09-07 23:20 +0200
csiph-web