]> git.karo-electronics.de Git - mv-sheeva.git/commit
spi/topcliff_pch: Fix data transfer issue
authorTomoya MORINAGA <tomoya-linux@dsn.okisemi.com>
Fri, 24 Dec 2010 02:40:50 +0000 (11:40 +0900)
committerGrant Likely <grant.likely@secretlab.ca>
Fri, 24 Dec 2010 03:30:11 +0000 (20:30 -0700)
commit9d32af66aa3a0e28d95fc607e208795ef6cc993a
tree43b196812ee508b532696642ccb193527b91cfc7
parent893421745a052100b981401b7c5c6dc8708fb8a0
spi/topcliff_pch: Fix data transfer issue

It seems spi_topcliff_pch of linux-2.6.37-rc6 degraded by previous patch.
In fact, data transfer fails on evaluation board testing.
I found like the following register miss-setting line.
Using this patch, I have confirmed data transfer can work well.

Signed-off-by: Tomoya MORINAGA <tomoya-linux@dsn.okisemi.com>
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
drivers/spi/spi_topcliff_pch.c