[U-Boot] [PATCH v2] net: Add MT76xx ethernet driver

Daniel Schwierzeck daniel.schwierzeck at gmail.com
Sun Oct 14 18:47:36 UTC 2018



On 08.10.2018 15:50, Stefan Roese wrote:
> This patch adds ethernet support for the Mediatek MT76xx SoC, including
> a minimum setup of the integrated switch. This driver is loosly based on
> the driver version included in this MediaTek github repository:
> 
> https://github.com/MediaTek-Labs/linkit-smart-uboot.git
> 
> Tested on the MT7688 LinkIt smart-gateway and on the
> Gardena-smart-gateway.
> 
> Signed-off-by: Stefan Roese <sr at denx.de>
> Cc: Daniel Schwierzeck <daniel.schwierzeck at gmail.com>
> Cc: Joe Hershberger <joe.hershberger at ni.com>
> ---
> v2:
> - Use wait_for_bit_le32() in more places
> - Use syscon / regmap to access the system-controller registers
>   needed in this driver instead of finding and mapping this
>   area
> 
>  drivers/net/Kconfig      |   7 +
>  drivers/net/Makefile     |   1 +
>  drivers/net/mt76xx-eth.c | 638 +++++++++++++++++++++++++++++++++++++++
>  3 files changed, 646 insertions(+)
>  create mode 100644 drivers/net/mt76xx-eth.c
> 

Reviewed-by: Daniel Schwierzeck <daniel.schwierzeck at gmail.com>

-- 
- Daniel

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: OpenPGP digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20181014/cb9895a6/attachment.sig>


More information about the U-Boot mailing list