Re: mmio_nvram.c users ?
From: Josh Boyer <hidden>
Date: 2010-05-25 11:01:10
From: Josh Boyer <hidden>
Date: 2010-05-25 11:01:10
On Tue, May 25, 2010 at 05:43:59PM +1000, Benjamin Herrenschmidt wrote:
Hi folks ! Anybody aware of anything other than Cell using that driver ? I'd like to make it a platform driver instead of having something that pokes at anything that has a "device_type" set to "nvram" (which is gross and bogus). But I need to know what platforms to fixup...
Why bother? You could just use either drivers/mtd/devices/{phram.c or slram.c}
and get the same functionality at that point, couldn't you?
josh