Re: [PATCH] Bitbanging MDIO driver for DM framework.

2025-01-01 Thread Tom Rini
On Tue, 19 Nov 2024 08:26:44 -0600, Tom Rini wrote: > Linux DTS compatible MDIO bitbanging driver. > Both clause 22 and clause 45 MDIO supported and validated. > > Heavily based on the Linux drivers (more or less the same code base). > > Applied to u-boot/next, thanks! -- Tom

Re: [PATCH] Bitbanging MDIO driver for DM framework.

2024-11-19 Thread Tom Rini
On Tue, Nov 19, 2024 at 09:26:34AM +, Markus Gothe wrote: > Hello, > please see https://github.com/u-boot/u-boot/pull/695 OK, thanks, I've taken that commit and sent it to the mailing list. -- Tom signature.asc Description: PGP signature

Re: [PATCH] Bitbanging MDIO driver for DM framework.

2024-11-19 Thread Markus Gothe
Hello, please see https://github.com/u-boot/u-boot/pull/695 BR, Markus On 27/10/2024 19.31, Tom Rini wrote: > On Wed, Sep 25, 2024 at 04:47:38PM +, Markus Gothe wrote: > >> Linux DTS compatible MDIO bitbanging driver. >> Both clause 22 and clause 45 MDIO supported and validated. >> >> Heavily

Re: [PATCH] Bitbanging MDIO driver for DM framework.

2024-10-27 Thread Tom Rini
On Wed, Sep 25, 2024 at 04:47:38PM +, Markus Gothe wrote: > Linux DTS compatible MDIO bitbanging driver. > Both clause 22 and clause 45 MDIO supported and validated. > > Heavily based on the Linux drivers (more or less the same code base). > > Signed-off-by: Markus Gothe Unfortunately the