Re: [PATCH v3 00/39] drm/bridge: switch to struct drm_edid

2024-02-09 Thread Jani Nikula
On Thu, 25 Jan 2024, Neil Armstrong wrote: > Thanks, but now some patches subjects are wrong: > s/drm_bridge_read_edid/drm_bridge_edid_read/s Fixed while applying. > With that fixed please add: > Reviewed-by: Neil Armstrong Many thanks, pushed the lot to drm-misc-next. BR, Jani. -- Jani Ni

Re: [PATCH v3 00/39] drm/bridge: switch to struct drm_edid

2024-01-25 Thread Jani Nikula
On Thu, 25 Jan 2024, Neil Armstrong wrote: > Thanks, but now some patches subjects are wrong: > s/drm_bridge_read_edid/drm_bridge_edid_read/s Oh, dang it, that was mentioned before, but I forgot. My bad. > With that fixed please add: > Reviewed-by: Neil Armstrong Entire series? Much appreciate

Re: [PATCH v3 00/39] drm/bridge: switch to struct drm_edid

2024-01-25 Thread Neil Armstrong
On 23/01/2024 20:37, Jani Nikula wrote: v3 of [1] with a couple of patches fixed. BR, Jani. [1] https://patchwork.freedesktop.org/series/128149/ Jani Nikula (39): drm/bridge: add ->edid_read hook and drm_bridge_edid_read() drm/bridge: switch to drm_bridge_read_edid() drm/bridge: chro

[PATCH v3 00/39] drm/bridge: switch to struct drm_edid

2024-01-23 Thread Jani Nikula
v3 of [1] with a couple of patches fixed. BR, Jani. [1] https://patchwork.freedesktop.org/series/128149/ Jani Nikula (39): drm/bridge: add ->edid_read hook and drm_bridge_edid_read() drm/bridge: switch to drm_bridge_read_edid() drm/bridge: chrontel-ch7033: switch to drm_bridge_read_edid()