qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH V2 2/6] hw/mdio: Generalize etraxfs MDIO bitbang


From: Paul Brook
Subject: Re: [Qemu-devel] [PATCH V2 2/6] hw/mdio: Generalize etraxfs MDIO bitbanging emulation
Date: Wed, 23 Jan 2013 23:45:13 +0000
User-agent: KMail/1.13.7 (Linux/3.2.0-4-amd64; KDE/4.8.4; x86_64; ; )

> +#ifdef USE_THIS_DEAD_CODE
> +void mdio_detach(struct qemu_mdio *bus, struct qemu_phy *phy, unsigned int
> addr) +{
> +    bus->devs[addr & 0x1f] = NULL;
> +}
> +#endif

This is clearly wrong.


It also worries me that there isn't a clean separation between the MDIO bus 
and the bitbang interface.  IMO the bitbang interface should be a separate 
device, and if we're wiring up bitbang interfaces then it really should be via 
standard GPIO pins (aka qemu_irq). 

Paul



reply via email to

[Prev in Thread] Current Thread [Next in Thread]