Hi Mats, Philipp,
I'll merge this driver, but not yet the follow-ups from Philipp since those
need some more work.
Regards,
Hans
On 07/09/2015 10:45 AM, matra...@cisco.com wrote:
> From: Mats Randgaard
>
> Improvements based on feedback from Hans Verkuil:
> - Use functions in linux/hd
Hi Mats,
thanks for the update! With a few changes on top
Tested-by: Philipp Zabel
Am Donnerstag, den 09.07.2015, 10:45 +0200 schrieb matra...@cisco.com:
> From: Mats Randgaard
>
> Improvements based on feedback from Hans Verkuil:
> - Use functions in linux/hdmi.h to print AVI info frames
> -
From: Mats Randgaard
The driver is tested on our hardware and all the implemented features
works as expected.
Missing features:
- CEC support
- HDCP repeater support
- IR support
Signed-off-by: Mats Randgaard
diff --git a/MAINTAINERS b/MAINTAINERS
index 8133cef..fb98b8d 100644
--- a/MAINTAINE
From: Mats Randgaard
Improvements based on feedback from Hans Verkuil:
- Use functions in linux/hdmi.h to print AVI info frames
- Replace private format change event with V4L2_EVENT_SOURCE_CHANGE
- Rewrite set_fmt/get_fmt
- Remove V4L2_SUBDEV_FL_HAS_DEVNODE
Other improvements since the previous