From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Date: Thu, 12 Jan 2012 08:01:45 +0000 Subject: [U-Boot] v2011.12 and later do not boot on dreamplug. In-Reply-To: <20120108225451.GE27130@titan.lakedaemon.net> References: <1326036604.29084.63.camel@dagon.hellion.org.uk> <1326052145.29084.72.camel@dagon.hellion.org.uk> <20120108225451.GE27130@titan.lakedaemon.net> Message-ID: <1326355305.29084.106.camel@dagon.hellion.org.uk> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Sun, 2012-01-08 at 17:54 -0500, Jason wrote: > On Sun, Jan 08, 2012 at 07:49:05PM +0000, Ian Campbell wrote: > > On Sun, 2012-01-08 at 15:30 +0000, Ian Campbell wrote: > > diff --git a/drivers/spi/kirkwood_spi.c b/drivers/spi/kirkwood_spi.c > > index dfe542d..db8ba8b 100644 > > --- a/drivers/spi/kirkwood_spi.c > > +++ b/drivers/spi/kirkwood_spi.c > > @@ -66,7 +66,7 @@ struct spi_slave *spi_setup_slave(unsigned int bus, unsigned int cs, > > debug("data = 0x%08x \n", data); > > > > writel(KWSPI_SMEMRDIRQ, &spireg->irq_cause); > > - writel(KWSPI_IRQMASK, spireg->irq_mask); > > + writel(KWSPI_IRQMASK, &spireg->irq_mask); > > > > /* program mpp registers to select SPI_CSn */ > > if (cs) { > > -- > > 1.7.5.4 > > Acked-By: Jason Cooper > > Dammit. My apologies. I should've caught that. Thanks for the patch. No problem, was interesting to dig into u-boot for the first time! Did I get the CC list right to cover whoever will eventually apply this patch? You are also working on upstreaming dreamplug support into Linux, is that right? What is the current state of the art? I'm currently using a 3.1 kernel + patches from http://people.debian.org/~zumbi/dreamplug/patches/ . (BTW feel free to reply off list or switch to e.g. linux-arm-kernel since I guess this is strict speaking off-topic here). Thanks, Ian. -- Ian Campbell Revolution, n.: A form of government abroad.