S5L8700/Meizu: miscellaneous minor fixes, stubs added, keywords set

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21820 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Bertrik Sikken 2009-07-12 19:36:27 +00:00
parent c133c6a964
commit 92fed35da6
7 changed files with 57 additions and 27 deletions

View file

@ -33,8 +33,9 @@
* data, pointer to data to be transfered
A return value < 0 indicates an error.
Known issues:
* uses polled mode (not interrupt driven), just like the OF
Note:
* blocks the calling thread for the entire duraton of the i2c transfer but
uses wakeup_wait/wakeup_signal to allow other threads to run.
* ACK from slave is not checked, so functions never return an error
*/