From: José Miguel Gonçalves on
Hi,

Testing some SPI temperature sensors and ADCs with a S3C4212 host I have
found that I could not read the correct data. I've probed the SPI
signals with a scope and everything seemed OK.
I dig into the driver sources and on the S3C2412 datasheet to find that
this device can not use the same S3C2410 driver's code because of the
added FIFOs, even if not used. The following patch is needed to make the
driver to work on the S3C2412 chip (and probably on the S3C2413).

Regards,
Jos� Miguel Gon�alves