From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jean-Christophe PLAGNIOL-VILLARD Date: Tue, 24 Feb 2009 04:11:51 +0100 Subject: [U-Boot] [PATCH 1/9 v4] i.MX31: fix SPI driver for shorter than 32 bit In-Reply-To: <49A282E5.4080909@denx.de> References: <1233961752-3945-1-git-send-email-agust@denx.de> <20090206232906.GA2083@game.jcrosoft.org> <49A282E5.4080909@denx.de> Message-ID: <20090224031151.GD2220@game.jcrosoft.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 12:05 Mon 23 Feb , Anatolij Gustschin wrote: > Jean-Christophe PLAGNIOL-VILLARD wrote: > > > On 00:09 Sat 07 Feb , Anatolij Gustschin wrote: > >> From: Guennadi Liakhovetski > >> > >> Fix setting the SPI Control register, 8 and 16-bit transfers > >> and a wrong pointer in the free routine in the mxc_spi driver. > >> > >> Signed-off-by: Guennadi Liakhovetski > >> Signed-off-by: Anatolij Gustschin > >> --- > >> > >> Changes since v1: chose a simpler fix > >> Changes since v2: fix the simpler fix: v2 worked as long as I just > >> resetted the board, powering the board down showed, that v2 wasn't > >> sufficient, it has lost the SPI Control register fix from v1. > >> Changes since v3: add empty line in spi_free_slave() > >> > >> I'm going to push it via video tree as Jean-Christophe > >> mean it is more video related patch and have no objection. > > please not I've not ack yet patch 1,2,3,5,9 > > > > please apply only after I've add it this 5 patchs > > > > Jean-Christophe, do you ACK v4 of this patch? You've got Best Regards, J.