1 May 2008 02:47
Re: pxa2xx_spi.c : fix resume
eric miao <eric.y.miao <at> gmail.com>
2008-05-01 00:47:24 GMT
2008-05-01 00:47:24 GMT
Yes, acked. On Mon, Apr 28, 2008 at 11:21 PM, Eric BENARD <ebenard <at> free.fr> wrote: > Hi, > > there is a typo in pxa2xx_spi.c, comment says "Enable the SSP clock", > code says : clk_disable ... so after resume, the SSP is dead. > > --- drivers/spi/pxa2xx_spi.c~ 2008-04-06 18:48:22.000000000 +0200 > +++ drivers/spi/pxa2xx_spi.c 2008-04-28 17:18:11.000000000 +0200 > <at> <at> -1562,7 +1562,7 <at> <at> > int status = 0; > > /* Enable the SSP clock */ > - clk_disable(ssp->clk); > + clk_enable(ssp->clk); > > /* Start the queue running */ > status = start_queue(drv_data); > > Eric > > ------------------------------------------------------------------- > List admin: http://lists.arm.linux.org.uk/mailman/listinfo/linux-arm-kernel > FAQ: http://www.arm.linux.org.uk/mailinglists/faq.php > Etiquette: http://www.arm.linux.org.uk/mailinglists/etiquette.php > -- -- Cheers(Continue reading)
RSS Feed