From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anatolij Gustschin Date: Tue, 24 Feb 2009 14:11:36 +0100 Subject: [U-Boot] [PATCH 1/9 v4] i.MX31: fix SPI driver for shorter than 32 bit In-Reply-To: <1233961752-3945-1-git-send-email-agust@denx.de> References: 20090206212855.GF24772@game.jcrosoft.org <1233961752-3945-1-git-send-email-agust@denx.de> Message-ID: <49A3F208.9090700@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 > 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. > > Anatolij > > drivers/spi/mxc_spi.c | 31 ++++++++++++++++++++----------- > 1 files changed, 20 insertions(+), 11 deletions(-) Applied to u-boot-video/master. Thanks, Anatolij