summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i2c/adv7511.h
AgeCommit message (Collapse)Author
2017-09-15Merge remote-tracking branch 'stable/linux-4.4.y' into lts-4.4.y-hikeySumit Semwal
Try to fix adv7511.c collision Signed-off-by: John Stultz <john.stultz@linaro.org> Signed-off-by: Sumit Semwal <sumit.semwal@linaro.org>
2017-06-06drm: adv7511 add 48kHz 2ch adio, packet and SPDAndy Green
Signed-off-by: Andy Green <andy.green@linaro.org> [jstultz: Forward ported to 4.4] Signed-off-by: John Stultz <john.stultz@linaro.org>
2017-06-06drm/i2c: adv7511: Add Audio support.Lars-Peter Clausen
This patch adds support to Audio for both adv7511 and adv7533 bridge chips. Content of this patch is has copied from [1]. [1] https://github.com/analogdevicesinc/linux/blob/xcomm_zynq/drivers/gpu/drm/i2c/adv7511_audio.c Signed-off-by: Srinivas Kandagatla <srinivas.kandagatla@linaro.org> [Srinivas Kandagatla] Adapted to new adv7511 bridge driver. Signed-off-by: Archit Taneja <architt@codeaurora.org>
2017-06-06drm/i2c: adv7511: Move the common data structures to header fileArchit Taneja
This patch moves the adv7511 data structure to header file so that the audio driver file could use it. Signed-off-by: Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
2014-11-26drm: Add adv7511 encoder driverLars-Peter Clausen
This patch adds a driver for the Analog Devices adv7511. The adv7511 is a standalone HDMI transmitter chip. It features a HDMI output interface on one end and video and audio input interfaces on the other. Signed-off-by: Lars-Peter Clausen <lars@metafoo.de> Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>