Re:Re: Re: [PATCH v1 1/1] env: fat: Allow overriding interface, device and partition

2022-02-17 Thread hyyoxhk
sorry i just saw the email I have reworked the patch for v3 based on u-boot mainline At 2022-02-11 23:05:47, "Simon Glass" wrote: >Hi, > >On Sat, 29 Jan 2022 at 01:26, 何勇 wrote: >> >> Hi: >> Override the env_fat_get_dev_part function in the board file, you can >> load env from s

[PATCH] Add support for Davicom DM96xx based USB 10/100 ethernet devices

2020-09-12 Thread hyyoxhk
Ported from Linux driver - drivers/net/usb9601.c Signed-off-by: hyyoxhk --- drivers/usb/eth/Kconfig | 8 + drivers/usb/eth/Makefile | 1 + drivers/usb/eth/dm9601.c | 521 +++ 3 files changed, 530 insertions(+) create mode 100644 drivers/usb/eth/dm9601.c

[PATCH] Add support for Davicom DM96xx based USB 10/100 ethernet devices

2020-09-12 Thread hyyoxhk
Ported from Linux driver - drivers/net/usb9601.c Signed-off-by: hyyoxhk --- drivers/usb/eth/Kconfig | 8 drivers/usb/eth/Makefile | 1 + 2 files changed, 9 insertions(+) diff --git a/drivers/usb/eth/Kconfig b/drivers/usb/eth/Kconfig index 2f6bfa8e71..8a47ca0ec4 100644 --- a/drivers

[PATCH] Add support for Davicom DM96xx based USB 10/100 ethernet devices

2020-09-04 Thread hyyoxhk
Ported from Linux driver - drivers/net/usb9601.c Signed-off-by: hyyoxhk --- drivers/usb/eth/Kconfig | 8 + drivers/usb/eth/Makefile | 1 + drivers/usb/eth/dm9601.c | 521 +++ 3 files changed, 530 insertions(+) create mode 100644 drivers/usb/eth/dm9601.c

[PATCH] ARM: Samsung: Add support for iTop-4412 based on Samsung Exynos4412

2020-07-25 Thread hyyoxhk
Signed-off-by: hyyoxhk --- arch/arm/dts/Makefile | 3 +- arch/arm/dts/exynos4412-itop-elite.dts | 403 ++ arch/arm/mach-exynos/Kconfig | 4 + board/samsung/itop/Kconfig | 12 + board/samsung/itop/MAINTAINERS | 6 + board/samsung