Revision 9ad4107ba137f743fc531f9f4ceb81b122f9ff25 authored by Linus Torvalds on 03 July 2008, 02:26:38 UTC, committed by Linus Torvalds on 03 July 2008, 02:26:38 UTC
* 'i2c-fix' of git://aeryn.fluff.org.uk/bjdooks/linux:
  I2C: S3C2410: Add MODULE_ALIAS() for s3c2440 device.
  I2C: S3C2410: Fixup error codes returned rom a transfer.
  I2C: S3C2410: Check ACK on byte transmission
2 parent s 0e77a07 + d150a4b
Raw File
locking-selftest-wlock.h
#undef LOCK
#define LOCK		WL

#undef UNLOCK
#define UNLOCK		WU

#undef RLOCK
#define RLOCK		RL

#undef WLOCK
#define WLOCK		WL

#undef INIT
#define INIT		RWI
back to top