From mboxrd@z Thu Jan 1 00:00:00 1970 From: Wolfgang Grandegger Date: Wed, 07 Jan 2009 19:51:44 +0100 Subject: [U-Boot] [RFC/PATCH 0/4] Add multi-chips support for NAND, FSL-UPM and TQM8548 Message-ID: <4964F9C0.7070108@grandegger.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de The following patch series intends to support the Micron multi-chip NAND device MT29F8G08FAB on the TQM8548 modules from TQ-Components. It makes sense to offer such a multi-chip device as one single device to the user. Multi-chip devices seem already be supported by the NAND layer, but U-Boot does not use it yet: [RFC/PATCH 1/4] Enable multi-chip support in the NAND layer [RFC/PATCH 2/4] Add multi-chip support to the UPM-FSL driver [RFC/PATCH 3/4] Add support for TQM-specific chip select logic to UPM-FSL [RFC/PATCH 4/4] Add multi-chip support for the TQM8548 modules Please comment. Thanks. Wolfgang.