mbox series

[v3,0/2] Match data improvements for it66121 driver

Message ID 20230818191817.340360-1-biju.das.jz@bp.renesas.com (mailing list archive)
Headers show
Series Match data improvements for it66121 driver | expand

Message

Biju Das Aug. 18, 2023, 7:18 p.m. UTC
This patch series aims to add match data improvements for it66121 driver.

v2->v3:
 * Removed fixes tag from patch#1 as nothing broken.
 * Added Rb tag from Andy.
v1->v2:
 * Split the patch into two.
 * patch#1 extend match support for OF tables compared to legacy ID
   lookup and fixes tag.
 * patch#2 simplifies the probe() by using i2c_get_match_data. 
 * Dropped sentence for dropping local variable as it is integral part of
   the patch.

Biju Das (2):
  drm: bridge: it66121: Extend match support for OF tables
  drm: bridge: it66121: Simplify probe()

 drivers/gpu/drm/bridge/ite-it66121.c | 17 ++++++++---------
 1 file changed, 8 insertions(+), 9 deletions(-)

Comments

Robert Foss Sept. 5, 2023, 2:20 p.m. UTC | #1
On Fri, 18 Aug 2023 20:18:15 +0100, Biju Das wrote:
> This patch series aims to add match data improvements for it66121 driver.
> 
> v2->v3:
>  * Removed fixes tag from patch#1 as nothing broken.
>  * Added Rb tag from Andy.
> v1->v2:
>  * Split the patch into two.
>  * patch#1 extend match support for OF tables compared to legacy ID
>    lookup and fixes tag.
>  * patch#2 simplifies the probe() by using i2c_get_match_data.
>  * Dropped sentence for dropping local variable as it is integral part of
>    the patch.
> 
> [...]

Applied, thanks!

[1/2] drm: bridge: it66121: Extend match support for OF tables
      https://cgit.freedesktop.org/drm/drm-misc/commit/?id=c11c1a50573e
[2/2] drm: bridge: it66121: Simplify probe()
      https://cgit.freedesktop.org/drm/drm-misc/commit/?id=29ff3b7e23af



Rob