Prev: percpu: add __percpu sparse annotations to trace
Next: mm: Check for an empty VMA list in rmap_walk_anon
From: José Miguel Gonçalves on 17 Feb 2010 13:20 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 |