All of lore.kernel.org
 help / color / mirror / Atom feed
From: Biju Das <biju.das.jz@bp.renesas.com>
To: Andrzej Hajda <andrzej.hajda@intel.com>,
	Neil Armstrong <neil.armstrong@linaro.org>,
	Robert Foss <rfoss@kernel.org>, David Airlie <airlied@gmail.com>,
	Daniel Vetter <daniel@ffwll.ch>
Cc: "Laurent Pinchart" <Laurent.pinchart@ideasonboard.com>,
	"Jonas Karlman" <jonas@kwiboo.se>,
	"Jernej Skrabec" <jernej.skrabec@gmail.com>,
	"Abhinav Kumar" <quic_abhinavk@quicinc.com>,
	"Uwe Kleine-König" <u.kleine-koenig@pengutronix.de>,
	"Andy Shevchenko" <andy.shevchenko@gmail.com>,
	"Javier Martinez Canillas" <javierm@redhat.com>,
	"Ahmad Fatoum" <a.fatoum@pengutronix.de>,
	"Rob Herring" <robh@kernel.org>,
	"Bogdan Togorean" <bogdan.togorean@analog.com>,
	"Adam Ford" <aford173@gmail.com>,
	"dri-devel@lists.freedesktop.org"
	<dri-devel@lists.freedesktop.org>,
	"Geert Uytterhoeven" <geert+renesas@glider.be>,
	"linux-renesas-soc@vger.kernel.org"
	<linux-renesas-soc@vger.kernel.org>
Subject: RE: [PATCH v2 0/8] ADV7511 driver enhancements
Date: Mon, 2 Oct 2023 07:14:43 +0000	[thread overview]
Message-ID: <OS0PR01MB5922B6B282401FDB42135F1086C5A@OS0PR01MB5922.jpnprd01.prod.outlook.com> (raw)
In-Reply-To: <20230830142358.275459-1-biju.das.jz@bp.renesas.com>

Hi All,

Gentle ping. Are we happy with this patch serries?

Cheers,
Biju

> -----Original Message-----
> From: Biju Das <biju.das.jz@bp.renesas.com>
> Sent: Wednesday, August 30, 2023 3:24 PM
> Subject: [PATCH v2 0/8] ADV7511 driver enhancements
> 
> This patch series aims to improve ADV7511 driver by adding feature bits and
> data instead of comparing enum adv7511_type for various hardware
> differences between ADV7511, ADV7533 and ADV7535.
> 
> This patch series tested with[1] on RZ/G2L SMARC EVK which embeds ADV7535.
> 
> [1]
> 
> v1->v2:
>  * Added Rb tag from Adam and Laurent.
>  * Added tested by tag from Adam and Fabio.
>  * Updated commit description with reason *why* the change is needed.
>  * Dropped the local info variable and instead started using
>    adv7511->info->type in probe().
>  * Replaced max_mode_clock->max_mode_clock_khz in struct adv7511_chip_info
>  * Replaced variable type for max_mode_clock_khz from
>    unsigned int->unsigned long.
>  * Replaced max_lane_freq->max_lane_freq_khz in struct adv7511_chip_info.
>  * Replaced max_lane_freq_khz variable type from
>    unsigned long->unsigned int.
>  * Added trailing commas for num_supplies in adv753{3,5}_chip_info.
>  * Added patch#5 for adding the reg_cec_offset variable to struct
>    adv7511_chip_info.
>  * Replaced has_dsi variable type from unsigned->bool.
>  * Restored check using type for low_refresh_rate and
>    regmap_register_patch().
>  * Replaced link_config variable type from unsigned->bool.
>  * Restored enum adv7511_type as there are users.
>  * Replaced hpd_override_enable variable type from unsigned->bool.
> 
> Biju Das (8):
>   drm: adv7511: Add struct adv7511_chip_info and use
>     i2c_get_match_data()
>   drm: adv7511: Add max_mode_clock_khz variable to struct
>     adv7511_chip_info
>   drm: adv7511: Add max_lane_freq_khz variable to struct
>     adv7511_chip_info
>   drm: adv7511: Add supply_names and num_supplies variables to struct
>     adv7511_chip_info
>   drm: adv7511: Add reg_cec_offset variable to struct adv7511_chip_info
>   drm: adv7511: Add has_dsi variable to struct adv7511_chip_info
>   drm: adv7511: Add link_config variable to struct adv7511_chip_info
>   drm: adv7511: Add hpd_override_enable variable to struct
>     adv7511_chip_info
> 
>  drivers/gpu/drm/bridge/adv7511/adv7511.h     |  16 ++-
>  drivers/gpu/drm/bridge/adv7511/adv7511_cec.c |  14 +--
> drivers/gpu/drm/bridge/adv7511/adv7511_drv.c | 104 +++++++++++--------
>  drivers/gpu/drm/bridge/adv7511/adv7533.c     |   7 +-
>  4 files changed, 81 insertions(+), 60 deletions(-)
> 
> --
> 2.25.1


WARNING: multiple messages have this Message-ID (diff)
From: Biju Das <biju.das.jz@bp.renesas.com>
To: Andrzej Hajda <andrzej.hajda@intel.com>,
	Neil Armstrong <neil.armstrong@linaro.org>,
	Robert Foss <rfoss@kernel.org>, David Airlie <airlied@gmail.com>,
	Daniel Vetter <daniel@ffwll.ch>
Cc: "Ahmad Fatoum" <a.fatoum@pengutronix.de>,
	"Geert Uytterhoeven" <geert+renesas@glider.be>,
	"Jonas Karlman" <jonas@kwiboo.se>,
	"dri-devel@lists.freedesktop.org"
	<dri-devel@lists.freedesktop.org>,
	"Abhinav Kumar" <quic_abhinavk@quicinc.com>,
	"Jernej Skrabec" <jernej.skrabec@gmail.com>,
	"Javier Martinez Canillas" <javierm@redhat.com>,
	"linux-renesas-soc@vger.kernel.org"
	<linux-renesas-soc@vger.kernel.org>,
	"Andy Shevchenko" <andy.shevchenko@gmail.com>,
	"Laurent Pinchart" <Laurent.pinchart@ideasonboard.com>,
	"Uwe Kleine-König" <u.kleine-koenig@pengutronix.de>,
	"Adam Ford" <aford173@gmail.com>,
	"Bogdan Togorean" <bogdan.togorean@analog.com>
Subject: RE: [PATCH v2 0/8] ADV7511 driver enhancements
Date: Mon, 2 Oct 2023 07:14:43 +0000	[thread overview]
Message-ID: <OS0PR01MB5922B6B282401FDB42135F1086C5A@OS0PR01MB5922.jpnprd01.prod.outlook.com> (raw)
In-Reply-To: <20230830142358.275459-1-biju.das.jz@bp.renesas.com>

Hi All,

Gentle ping. Are we happy with this patch serries?

Cheers,
Biju

> -----Original Message-----
> From: Biju Das <biju.das.jz@bp.renesas.com>
> Sent: Wednesday, August 30, 2023 3:24 PM
> Subject: [PATCH v2 0/8] ADV7511 driver enhancements
> 
> This patch series aims to improve ADV7511 driver by adding feature bits and
> data instead of comparing enum adv7511_type for various hardware
> differences between ADV7511, ADV7533 and ADV7535.
> 
> This patch series tested with[1] on RZ/G2L SMARC EVK which embeds ADV7535.
> 
> [1]
> 
> v1->v2:
>  * Added Rb tag from Adam and Laurent.
>  * Added tested by tag from Adam and Fabio.
>  * Updated commit description with reason *why* the change is needed.
>  * Dropped the local info variable and instead started using
>    adv7511->info->type in probe().
>  * Replaced max_mode_clock->max_mode_clock_khz in struct adv7511_chip_info
>  * Replaced variable type for max_mode_clock_khz from
>    unsigned int->unsigned long.
>  * Replaced max_lane_freq->max_lane_freq_khz in struct adv7511_chip_info.
>  * Replaced max_lane_freq_khz variable type from
>    unsigned long->unsigned int.
>  * Added trailing commas for num_supplies in adv753{3,5}_chip_info.
>  * Added patch#5 for adding the reg_cec_offset variable to struct
>    adv7511_chip_info.
>  * Replaced has_dsi variable type from unsigned->bool.
>  * Restored check using type for low_refresh_rate and
>    regmap_register_patch().
>  * Replaced link_config variable type from unsigned->bool.
>  * Restored enum adv7511_type as there are users.
>  * Replaced hpd_override_enable variable type from unsigned->bool.
> 
> Biju Das (8):
>   drm: adv7511: Add struct adv7511_chip_info and use
>     i2c_get_match_data()
>   drm: adv7511: Add max_mode_clock_khz variable to struct
>     adv7511_chip_info
>   drm: adv7511: Add max_lane_freq_khz variable to struct
>     adv7511_chip_info
>   drm: adv7511: Add supply_names and num_supplies variables to struct
>     adv7511_chip_info
>   drm: adv7511: Add reg_cec_offset variable to struct adv7511_chip_info
>   drm: adv7511: Add has_dsi variable to struct adv7511_chip_info
>   drm: adv7511: Add link_config variable to struct adv7511_chip_info
>   drm: adv7511: Add hpd_override_enable variable to struct
>     adv7511_chip_info
> 
>  drivers/gpu/drm/bridge/adv7511/adv7511.h     |  16 ++-
>  drivers/gpu/drm/bridge/adv7511/adv7511_cec.c |  14 +--
> drivers/gpu/drm/bridge/adv7511/adv7511_drv.c | 104 +++++++++++--------
>  drivers/gpu/drm/bridge/adv7511/adv7533.c     |   7 +-
>  4 files changed, 81 insertions(+), 60 deletions(-)
> 
> --
> 2.25.1


  parent reply	other threads:[~2023-10-02  7:14 UTC|newest]

Thread overview: 44+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-08-30 14:23 [PATCH v2 0/8] ADV7511 driver enhancements Biju Das
2023-08-30 14:23 ` Biju Das
2023-08-30 14:23 ` [PATCH v2 1/8] drm: adv7511: Add struct adv7511_chip_info and use i2c_get_match_data() Biju Das
2023-08-30 14:23   ` Biju Das
2023-10-16  9:07   ` Robert Foss
2023-10-16  9:07     ` Robert Foss
2023-08-30 14:23 ` [PATCH v2 2/8] drm: adv7511: Add max_mode_clock_khz variable to struct adv7511_chip_info Biju Das
2023-08-30 14:23   ` Biju Das
2023-10-16  9:06   ` Robert Foss
2023-10-16  9:06     ` Robert Foss
2023-08-30 14:23 ` [PATCH v2 3/8] drm: adv7511: Add max_lane_freq_khz " Biju Das
2023-08-30 14:23   ` Biju Das
2023-10-16  9:05   ` Robert Foss
2023-10-16  9:05     ` Robert Foss
2023-08-30 14:23 ` [PATCH v2 4/8] drm: adv7511: Add supply_names and num_supplies variables " Biju Das
2023-08-30 14:23   ` Biju Das
2023-10-16  9:03   ` Robert Foss
2023-10-16  9:03     ` Robert Foss
2023-08-30 14:23 ` [PATCH v2 5/8] drm: adv7511: Add reg_cec_offset variable " Biju Das
2023-08-30 14:23   ` Biju Das
2023-10-16  8:58   ` Robert Foss
2023-10-16  8:58     ` Robert Foss
2023-10-16  9:37     ` Biju Das
2023-10-16  9:37       ` Biju Das
2023-08-30 14:23 ` [PATCH v2 6/8] drm: adv7511: Add has_dsi " Biju Das
2023-08-30 14:23   ` Biju Das
2023-10-16  9:01   ` Robert Foss
2023-10-16  9:01     ` Robert Foss
2023-08-30 14:23 ` [PATCH v2 7/8] drm: adv7511: Add link_config " Biju Das
2023-08-30 14:23   ` Biju Das
2023-10-16  8:59   ` Robert Foss
2023-10-16  8:59     ` Robert Foss
2023-08-30 14:23 ` [PATCH v2 8/8] drm: adv7511: Add hpd_override_enable " Biju Das
2023-08-30 14:23   ` Biju Das
2023-10-16  8:59   ` Robert Foss
2023-10-16  8:59     ` Robert Foss
2023-10-02  7:14 ` Biju Das [this message]
2023-10-02  7:14   ` [PATCH v2 0/8] ADV7511 driver enhancements Biju Das
2023-10-09  7:04   ` Biju Das
2023-10-09  7:04     ` Biju Das
2023-10-16  9:12 ` Robert Foss
2023-10-16  9:12   ` Robert Foss
2023-10-16  9:28   ` Biju Das
2023-10-16  9:28     ` Biju Das

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=OS0PR01MB5922B6B282401FDB42135F1086C5A@OS0PR01MB5922.jpnprd01.prod.outlook.com \
    --to=biju.das.jz@bp.renesas.com \
    --cc=Laurent.pinchart@ideasonboard.com \
    --cc=a.fatoum@pengutronix.de \
    --cc=aford173@gmail.com \
    --cc=airlied@gmail.com \
    --cc=andrzej.hajda@intel.com \
    --cc=andy.shevchenko@gmail.com \
    --cc=bogdan.togorean@analog.com \
    --cc=daniel@ffwll.ch \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=geert+renesas@glider.be \
    --cc=javierm@redhat.com \
    --cc=jernej.skrabec@gmail.com \
    --cc=jonas@kwiboo.se \
    --cc=linux-renesas-soc@vger.kernel.org \
    --cc=neil.armstrong@linaro.org \
    --cc=quic_abhinavk@quicinc.com \
    --cc=rfoss@kernel.org \
    --cc=robh@kernel.org \
    --cc=u.kleine-koenig@pengutronix.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.