Re: Odroid n2+ usb broken on reboot
Hi,
+CC [email protected]
+CC linux-amlogic@...
I think it's a very long term issue, USB lacks a proper reset at probe on
warm reset, does USB still work from U-Boot after the
By
Neil Armstrong
·
#2667
·
|
[PATCH] net: mdio: mux-meson-gxl: set reversed bit when using internal phy
This bit is necessary to receive packets from the internal PHY.
Without this bit set, no activity occurs on the interface.
Normally u-boot sets this bit, but if u-boot is compiled without
net
By
Neil Armstrong
·
#2666
·
|
[PATCH v2 00/22] Deal with exfat versus byteorder
Since exfat has its own byteorder functions we need to be careful about
including the normal U-Boot byteorder headers in code included by exfat.
One chain for include/linux/byteorder/little_endian.h
By
Simon Glass <sjg@...>
·
#2665
·
|
[PATCH v2 12/22] amlogic: Include env.h to permit reading the environment
This file reads from the environment but does not include the correct
header. Update it.
Signed-off-by: Simon Glass <sjg@...>
---
(no changes since v1)
By
Simon Glass <sjg@...>
·
#2664
·
|
[PATCH 2/2] ARM: mach-meson: use livetree by default
Finally enable OF_LIVE by default on the Amlogic support,
this add some cost to build the live tree, but makes DT
parsing from driver much faster.
Signed-off-by: Neil Armstrong
By
Neil Armstrong
·
#2663
·
|
[PATCH 1/2] pinctrl: meson: convert to livetree
From: Beniamino Galvani <b.galvani@...>
Update the Meson pinctrl/gpio driver to support a live device tree.
Signed-off-by: Beniamino Galvani <b.galvani@...>
Link:
By
Neil Armstrong
·
#2662
·
|
[PATCH 0/2] ARM: meson: finally switch to livetree
Never late than never, finally try to land Beniamino's
"pinctrl: meson: convert to livetree" from 2017 to finally
be a modern platform with OF_LIVE !
Signed-off-by: Neil Armstrong
By
Neil Armstrong
·
#2661
·
|
[PATCH 2/3] designware: Use the remove() method with related drivers
Several drivers make use of the designware Ethernet driver but do not
implement the remove() method. Add this so that DMA is stopped when the
OS is booted to avoid memory corruption,
By
Simon Glass <sjg@...>
·
#2660
·
|
[PATCH v2 2/4] net: designware: Mark drivers as having active DMA
Network devices which use this driver have DMA running while receiving
packages. Add the required flag to driver model so that they will be
removed before starting the OS.
Signed-off-by: Simon Glass
By
Simon Glass <sjg@...>
·
#2659
·
|
Re: [PATCH 2/3] designware: Use the remove() method with related drivers
Hi Simon,
By
Jonas Karlman <jonas@...>
·
#2658
·
|
Re: [PATCH 2/3] designware: Use the remove() method with related drivers
Hi Simon,
The designware Ethernet driver core should not need the remove() ops as
the eth_ops.stop() ops already should stop DMA. And the eth-uclass
pre_remove() ops already call the eth_ops.stop()
By
Jonas Karlman <jonas@...>
·
#2657
·
|
Re: [PATCH 2/3] designware: Use the remove() method with related drivers
Hi Jonas,
By
Simon Glass <sjg@...>
·
#2656
·
|
Re: [GIT PULL] Please pull u-boot-amlogic-20250404 into master
Merged into u-boot/master, thanks!
--
Tom
By
Tom Rini <trini@...>
·
#2655
·
|
[PATCH v2 1/4] designware: Use the remove() method with related drivers
Several drivers make use of the designware Ethernet driver but do not
implement the remove() method. Add this to keep things tidy.
Note that the Ethernet uclass calls each driver's stop() method
By
Simon Glass <sjg@...>
·
#2654
·
|
[PATCH v2 0/4] dm: net: Assorted patches related to networking and DMA
This series collects together a few patches related to U-Boot leaving
DMA running when booting.
Changes in v2:
- Use the designware_eth_remove() method directly
- Add gmac_rockchip too
- Reword the
By
Simon Glass <sjg@...>
·
#2653
·
|
Re: [PATCH 2/3] designware: Use the remove() method with related drivers
Hi Jonas,
That's interesting. I wrote that code about 9 years ago so perhaps can
be forgiven for forgetting.
Very few drivers set the DM_FLAG_ACTIVE_DMA flag, certainly not the
designware ones. So
By
Simon Glass <sjg@...>
·
#2652
·
|
Re: [PATCH v2 2/4] net: designware: Mark drivers as having active DMA
On 07/04/2025 03:35, Simon Glass wrote:
> Network devices which use this driver have DMA running while receiving
> packages. Add the required flag to driver model so that they will be
> removed before
By
Neil Armstrong
·
#2651
·
|
Re: [PATCH v2 1/4] designware: Use the remove() method with related drivers
On 07/04/2025 03:35, Simon Glass wrote:
> Several drivers make use of the designware Ethernet driver but do not
> implement the remove() method. Add this to keep things tidy.
> Note that the Ethernet
By
Neil Armstrong
·
#2650
·
|
[GIT PULL] Please pull u-boot-amlogic-20250404 into master
Hi Tom,
Here's a last minute fix for the libre-computer boards fixing the capsule update feature.
Thanks,
Neil
The following changes since commit 82b69fc4224432d5aefa7ca750d950374cbc7fb2:
Merge
By
Neil Armstrong
·
#2649
·
|
Re: [PATCH] configs: meson64: move DFU step at the end to give the board a chance to boot something on storage
Acked-by: Ferass El Hafidi <funderscore@...>
Thanks!
By
Ferass El Hafidi
·
#2648
·
|