From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vipin Kumar Date: Thu, 6 Dec 2012 14:35:26 +0530 Subject: [U-Boot] [PATCH v2 0/7] mtd/st_smi: Add fixes for smi driver In-Reply-To: References: Message-ID: <50C05FD6.3010603@st.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hello Stefan, As you can see, I have added your Acked-by to patches 2, 3, 4, 6 The reset are still pending. If you can quickly close them, I can send a pull-request for these patches Thanks for a fast review Regards Vipin On 12/6/2012 2:17 PM, Vipin KUMAR wrote: > Modifications in v2 (Review comments incorporation) > - Use setbits_le32 and clrbits_le32 whereever applicable in patch-set > - Define smi_mtd_init() routine irrespective of CONFIG_MTD_DEVICE > > Modifications in v1 > - Add MTD support for smi driver > - Write to flash in a tight loop > - Alphabetically sort the list of devices > - Avoid issuing multiple write enable commands > > Armando Visconti (1): > mtd/st_smi: Add support for Micron N25Q128 Flash > > Vipin Kumar (6): > mtd/st_smi: Clear error flags while initiating a fresh write > mtd/st_smi: Rearrange the supported devices in alphabetical order > mtd/st_smi: Avoid issuing multiple WE commands > mtd/st_smi: Write to flash in a tight loop > mtd/st_smi: Use page sizes respective to flash > mtd/st_smi: Add mtd support for smi > > drivers/mtd/st_smi.c | 260 ++++++++++++++++++++++++++++++++++++++------- > include/linux/mtd/st_smi.h | 1 - > 2 files changed, 223 insertions(+), 38 deletions(-) >