[PATCH v2 0/8] Switch ARM platforms from integrator-flash to physmap
From: Russell King - ARM Linux <hidden>
Date: 2011-01-19 14:54:25
From: Russell King - ARM Linux <hidden>
Date: 2011-01-19 14:54:25
On Fri, Jan 07, 2011 at 02:09:51PM +0000, Marc Zyngier wrote:
As the integrator-flash driver is mostly a duplicate of physmap, move all users of this driver to physmap and get rid of the then unused driver.
Does MTD guarantee that the vpp will be turned off whenever the physmap module is removed? If not, can it? The reason is that enabling VPP enables the programming voltage for all flash devices on these platforms - including the flash devices which hold FPGA/CPLD image. We really don't want VPP left on for no reason, as it means you can render the hardware dead if you corrupt the flash holding the FPGA/CPLD image. I've done exactly that to one of my boards before now.