aboutsummaryrefslogtreecommitdiff
path: root/include/linux/platform_data/tda9950.h
AgeCommit message (Collapse)AuthorFilesLines
2018-04-24drm/i2c: tda9950: add CEC driverRussell King1-0/+16
Add a CEC driver for the TDA9950, which is a stand-alone I2C CEC device, but is also integrated into HDMI transceivers such as the TDA9989 and TDA19989. The TDA9950 contains a command processor which handles retransmissions and the low level bus protocol. The driver just has to read and write the messages, and handle error conditions. Reviewed-by: Hans Verkuil <[email protected]> Signed-off-by: Russell King <[email protected]>