openwrt/target/linux/ath79/files/drivers
Robert Marko 150d0ceab7 ath79: ag71xx: support probe defferal for getting MAC address
Currently, of_get_ethdev_address() return is checked for any return error
code which means that trying to get the MAC from NVMEM cells that is backed
by MTD will fail if it was not probed before ag71xx.

So, lets check the return error code for EPROBE_DEFER and defer the ag71xx
probe in that case until the underlying NVMEM device is live.

Link: https://github.com/openwrt/openwrt/pull/15752
Signed-off-by: Robert Marko <robimarko@gmail.com>
2024-06-20 11:11:36 +02:00
..
gpio ath79: add MikroTik suffix to the local GPIO latch driver 2024-05-09 23:51:14 +02:00
mfd ath79: mikrotik: fix build error with kernel 6.1 2023-10-06 21:53:13 +02:00
mtd ath79: ar934x: still advertise subpage on soft ecc 2023-05-14 00:08:35 +02:00
net/ethernet/atheros/ag71xx ath79: ag71xx: support probe defferal for getting MAC address 2024-06-20 11:11:36 +02:00