On Fri, May 24, 2019 at 06:20:16PM +0200, Linus Walleij wrote: > The IXP4xx driver was initializing the MDIO bus before even > probing, in the callbacks supposed to be used for setting up > the module itself, and with the side effect of trying to > register the MDIO bus as soon as this module was loaded or > compiled into the kernel whether the device was discovered > or not.
Hi Linus What is the address space like? Could the mdio driver be pull out into a standalone driver? Andrew