[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <lx6z62sadq5ijteuww3o5mriti45abty64ucmzig5bdaijumzn@dponhgcugds3>
Date: Sat, 7 Jun 2025 23:08:31 +0300
From: Dmitry Baryshkov <dmitry.baryshkov@....qualcomm.com>
To: jens.glathe@...schoolsolutions.biz
Cc: Bjorn Andersson <andersson@...nel.org>,
Konrad Dybcio <konradybcio@...nel.org>, Rob Herring <robh@...nel.org>,
Krzysztof Kozlowski <krzk+dt@...nel.org>,
Conor Dooley <conor+dt@...nel.org>,
Matthias Kaehlcke <mka@...omium.org>,
Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
Aleksandrs Vinarskis <alex.vinarskis@...il.com>,
linux-arm-msm@...r.kernel.org, devicetree@...r.kernel.org,
linux-kernel@...r.kernel.org, linux-usb@...r.kernel.org
Subject: Re: [PATCH v6 2/4] usb: misc: onboard_usb_dev: Add Bison Electronics
Inc. Integrated Camera
On Sat, Jun 07, 2025 at 09:19:37PM +0200, Jens Glathe via B4 Relay wrote:
> From: Jens Glathe <jens.glathe@...schoolsolutions.biz>
>
> The Camera is built into the Thinkbook 16 G7 QOY and directly attached on the
> usb_2 controller (dwc3 USB2 only). It has a separate power supply that needs
> to be controlled for PM.
>
> Add the support for this device for the power supply.
>
> Signed-off-by: Jens Glathe <jens.glathe@...schoolsolutions.biz>
> ---
> drivers/usb/misc/onboard_usb_dev.c | 2 ++
> drivers/usb/misc/onboard_usb_dev.h | 8 ++++++++
> 2 files changed, 10 insertions(+)
>
> @@ -127,6 +134,7 @@ static const struct of_device_id onboard_dev_match[] = {
> { .compatible = "usb451,8142", .data = &ti_tusb8041_data, },
> { .compatible = "usb451,8440", .data = &ti_tusb8041_data, },
> { .compatible = "usb451,8442", .data = &ti_tusb8041_data, },
> + { .compatible = "usb5986,1198", .data = &bison_intcamera_data, },
The list is sorted, so this should be the last entry.
With that fixed:
Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@....qualcomm.com>
> { .compatible = "usb4b4,6504", .data = &cypress_hx3_data, },
> { .compatible = "usb4b4,6506", .data = &cypress_hx3_data, },
> { .compatible = "usb4b4,6570", .data = &cypress_hx2vl_data, },
>
> --
> 2.48.1
>
>
--
With best wishes
Dmitry
Powered by blists - more mailing lists