History log of /drivers/video/mb862xx/mb862xx-i2c.c
Revision Date Author Comments
a8a359318530a779c8d28d86357d492adead5b1f 10-Jul-2011 Paul Gortmaker <paul.gortmaker@windriver.com> video: Add export.h for THIS_MODULE/EXPORT_SYMBOL to drivers/video

With module.h being implicitly everywhere via device.h, the absence
of explicitly including something for EXPORT_SYMBOL went unnoticed.
Since we are heading to fix things up and clean module.h from the
device.h file, we need to explicitly include these files now.

Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
363d58f5071df66cbe57c8a68e8bc84efe91f16e 01-Sep-2011 Anatolij Gustschin <agust@denx.de> video: mb862xx-i2c: fix for reliable decoder register access

Increase delay when polling for tx status. This fixes
the unreliable video decoder i2c register access.

Signed-off-by: Anatolij Gustschin <agust@denx.de>
Signed-off-by: Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
520fd8457ea8a1bcd6fe3e133b3e0eb6e6fe22ce 26-May-2011 Stephen Rothwell <sfr@canb.auug.org.au> video: mb862xx: udelay need linux/delay.h

Fix this:

drivers/video/mb862xx/mb862xx-i2c.c: In function 'mb862xx_i2c_wait_event':
drivers/video/mb862xx/mb862xx-i2c.c:25: error: implicit declaration of function 'udelay'

caused by commit f8a6b1f44833 ("video: mb862xx: add support for
controller's I2C bus adapter").

Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
f8a6b1f44833a4eb4c323b8b71fc592646212090 24-May-2011 Anatolij Gustschin <agust@denx.de> video: mb862xx: add support for controller's I2C bus adapter

Add adapter driver for I2C adapter in Coral-P(A)/Lime GDCs.
So we can easily access devices on controller's I2C bus using
i2c-dev interface.

Signed-off-by: Anatolij Gustschin <agust@denx.de>