Linux kernel -stable discussions
 help / color / mirror / Atom feed
From: Tomi Valkeinen <tomi.valkeinen@ideasonboard.com>
To: Jai Luthra <jai.luthra@ideasonboard.com>,
	Mauro Carvalho Chehab <mchehab@kernel.org>,
	Sakari Ailus <sakari.ailus@linux.intel.com>
Cc: Devarsh Thakkar <devarsht@ti.com>,
	linux-media@vger.kernel.org, linux-kernel@vger.kernel.org,
	stable@vger.kernel.org,
	Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>,
	devicetree@vger.kernel.org, Rob Herring <robh@kernel.org>,
	Krzysztof Kozlowski <krzk+dt@kernel.org>,
	Conor Dooley <conor+dt@kernel.org>
Subject: Re: [PATCH v3 00/19] media: i2c: ds90ub9xx: Error handling, UB9702 improvements
Date: Tue, 4 Mar 2025 14:09:59 +0200	[thread overview]
Message-ID: <00f57b2d-454e-4d36-844a-4abcc98a309d@ideasonboard.com> (raw)
In-Reply-To: <20250303-b4-ub9xx-err-handling-v3-0-7d178796a2b9@ideasonboard.com>

Hi,

On 03/03/2025 18:02, Jai Luthra wrote:
> Hi,
> 
> This series has two main parts: 1) add error handling all around, and 2)
> update the drivers according to latest (mostly non-public) information
> from TI.
> 
> Signed-off-by: Jai Luthra <jai.luthra@ideasonboard.com>
> ---
> Changes in v3:
> - Now that this series is closer to being merged, squash "Remove old
>    ub9702 RX port init code (SQUASH)" and "Update UB9702 init sequences"
>    as they were only split to ease review.
> - Drop SSCG bindings and driver changes.
> - Fix Sakari's minor review comments on "Speed-up I2C watchdog timer".
> - Link to v2: https://lore.kernel.org/r/20250124-ub9xx-improvements-v2-0-f7075c99ea20@ideasonboard.com
> 

Thanks Jai for sending this. Looks good to me.

  Tomi


      parent reply	other threads:[~2025-03-04 12:10 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-03-03 16:02 [PATCH v3 00/19] media: i2c: ds90ub9xx: Error handling, UB9702 improvements Jai Luthra
2025-03-03 16:02 ` [PATCH v3 01/19] media: i2c: ds90ub953: Fix error prints Jai Luthra
2025-03-03 16:08   ` kernel test robot
2025-03-03 16:02 ` [PATCH v3 02/19] media: i2c: ds90ub913: Fix returned fmt from .set_fmt() Jai Luthra
2025-03-03 16:02 ` [PATCH v3 03/19] media: i2c: ds90ub913: Align ub913_read() with other similar functions Jai Luthra
2025-03-03 16:02 ` [PATCH v3 04/19] media: i2c: ds90ub9xx: Add err parameter to read/write funcs Jai Luthra
2025-03-03 16:02 ` [PATCH v3 05/19] media: i2c: ds90ub960: Add error handling to multiple places Jai Luthra
2025-03-03 16:02 ` [PATCH v3 06/19] media: i2c: ds90ub953: Add error handling to ub953_log_status() Jai Luthra
2025-03-03 16:02 ` [PATCH v3 07/19] media: i2c: ds90ub913: Add error handling to ub913_log_status() Jai Luthra
2025-03-03 16:02 ` [PATCH v3 08/19] media: i2c: ds90ub953: Speed-up I2C watchdog timer Jai Luthra
2025-03-03 16:02 ` [PATCH v3 09/19] media: i2c: ds90ub960: Move UB9702 registers to a separate section Jai Luthra
2025-03-03 16:02 ` [PATCH v3 10/19] media: i2c: ds90ub960: Add UB9702 specific registers Jai Luthra
2025-03-03 16:02 ` [PATCH v3 11/19] media: i2c: ds90ub960: Split ub960_init_tx_ports() Jai Luthra
2025-03-03 16:02 ` [PATCH v3 12/19] media: i2c: ds90ub960: Refresh ub960_init_tx_ports_ub9702() Jai Luthra
2025-03-03 16:02 ` [PATCH v3 13/19] media: i2c: ds90ub960: Add RX port iteration support Jai Luthra
2025-03-03 16:02 ` [PATCH v3 14/19] media: i2c: ds90ub960: Move all RX port init code into ub960_init_rx_ports() Jai Luthra
2025-03-03 16:02 ` [PATCH v3 15/19] media: i2c: ds90ub960: Update UB9702 init sequences Jai Luthra
2025-03-03 16:02 ` [PATCH v3 16/19] media: dt-bindings: ti,ds90ub960: Allow setting serializer address Jai Luthra
2025-03-03 16:02 ` [PATCH v3 17/19] media: i2c: ds90ub953: Move reg defines to a header file Jai Luthra
2025-03-03 16:02 ` [PATCH v3 18/19] media: i2c: ds90ub960: Configure serializer using back-channel Jai Luthra
2025-03-03 16:02 ` [PATCH v3 19/19] media: i2c: ds90ub9xx: Set serializer temperature ramp Jai Luthra
2025-03-04 12:09 ` Tomi Valkeinen [this message]

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=00f57b2d-454e-4d36-844a-4abcc98a309d@ideasonboard.com \
    --to=tomi.valkeinen@ideasonboard.com \
    --cc=conor+dt@kernel.org \
    --cc=devarsht@ti.com \
    --cc=devicetree@vger.kernel.org \
    --cc=jai.luthra@ideasonboard.com \
    --cc=krzk+dt@kernel.org \
    --cc=krzysztof.kozlowski@linaro.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-media@vger.kernel.org \
    --cc=mchehab@kernel.org \
    --cc=robh@kernel.org \
    --cc=sakari.ailus@linux.intel.com \
    --cc=stable@vger.kernel.org \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox