Re: [PATCH v4 04/15] drm: bridge/dw_hdmi: add identification registers parse and record

2015-03-12 Thread Philipp Zabel
Am Samstag, den 28.02.2015, 21:35 -0500 schrieb Yakir Yang: > By parsing the identification registers we can know what functions > are present on the hdmi ip. > > Signed-off-by: Yakir Yang > --- > Changes in v4: > -Correct phy_type assignment bug > > Changes in v3: > - Add ID registers parse and

[PATCH v4 04/15] drm: bridge/dw_hdmi: add identification registers parse and record

2015-02-28 Thread Yakir Yang
By parsing the identification registers we can know what functions are present on the hdmi ip. Signed-off-by: Yakir Yang --- Changes in v4: -Correct phy_type assignment bug Changes in v3: - Add ID registers parse and record Changes in v2: None drivers/gpu/drm/bridge/dw_hdmi.c | 59 +++