forked from torvalds/linux
Permalink
Show file tree
Hide file tree
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
net: Add DM9051 driver
Add davicom dm9051 SPI ethernet driver. The driver work with some parameters, such as: - spi bus number - spi chip select - spi clock frequency - interrupt gpio pin Interrupt polarity fixed to low. Test OK with Raspberry Pi 2 and Pi 4 as well for its broadcom CPUs. This driver can work to many other CPUs too, since it independently uses the lower spi control functions that are provided from the CPU vendors. Signed-off-by: Joseph CHANG <josright123@gmail.com>
- Loading branch information
1 parent
f545705
commit 9ee7a9a16698431c764b4b21a0839e87f3692078
Showing
4 changed files
with
1,277 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -4,3 +4,4 @@ | ||
| # | ||
|
|
||
| obj-$(CONFIG_DM9000) += dm9000.o | ||
| obj-$(CONFIG_DM9051) += dm9051.o | ||
Oops, something went wrong.