From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Fri, 27 Jul 2012 10:42:47 +0200 Subject: [U-Boot] [U-Boot-DM] List of offending drivers In-Reply-To: <20120727044145.8994C200347@gemini.denx.de> References: <201207270118.19524.marex@denx.de> <20120727044145.8994C200347@gemini.denx.de> Message-ID: <201207271042.48099.marex@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Dear Wolfgang Denk, > Dear Marek Vasut, > > In message <201207270118.19524.marex@denx.de> you wrote: > > Check the following list, it's the list of drivers scattered (misplaced) > > across the tree. The list is not complete and might be inaccurate. But > > it should give a good impression of what I'm going to break soon: [...] > All these are either > > 1) old versions of flash drivers that predate the cfi flash > implementation, so they could be replaced by the CFI driver (if > there was someone to test this) Well, can they not be replaced either way? Someone will eventually complain if they care enough. > or > > 2) very special versions of flash drivers dealing with board specific > details that prevent the use of the CFI flash driver, in which case > they should remain in the board directories. Can these not be unified (read stuffed with #ifdef-#endif blocks for now, later replaced with platform data) ? > Best regards, > > Wolfgang Denk Best regards, Marek Vasut