All of lore.kernel.org
 help / color / mirror / Atom feed
From: Quentin Schulz <quentin.schulz@theobroma-systems.com>
To: Bjorn Andersson <andersson@kernel.org>,
	samuel@sholland.org, agx@sigxcpu.org, megous@megous.com,
	heiko@sntech.de, hdegoede@redhat.com, robh+dt@kernel.org,
	wens@csie.org, michael.riesch@wolfvision.net, lukma@denx.de,
	icenowy@aosc.io, kernel@pengutronix.de, david@protonic.nl,
	shawnguo@kernel.org, foss+kernel@0leil.net, linux-imx@nxp.com,
	festevam@gmail.com, pgwipeout@gmail.com,
	jagan@amarulasolutions.com, agross@kernel.org, hadess@hadess.net,
	dmitry.torokhov@gmail.com, jernej.skrabec@gmail.com,
	angelogioacchino.delregno@somainline.org, mamlinav@gmail.com,
	frieder.schrempf@kontron.de, angus@akkea.ca,
	Sascha Hauer <s.hauer@pengutronix.de>,
	konrad.dybcio@somainline.org, krzysztof.kozlowski+dt@linaro.org
Cc: linux-kernel@vger.kernel.org, devicetree@vger.kernel.org,
	linux-input@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org,
	linux-sunxi@lists.linux.dev, linux-arm-msm@vger.kernel.org,
	linux-rockchip@lists.infradead.org
Subject: Re: (subset) [PATCH v3 0/9] fix reset line polarity for Goodix touchscreen controllers
Date: Mon, 16 Jan 2023 13:37:25 +0100	[thread overview]
Message-ID: <f6a8a8f1-0eec-2716-d4f1-9115c9d156b6@theobroma-systems.com> (raw)
In-Reply-To: <167336743963.2134489.16668389773212954467.b4-ty@kernel.org>

Hi Bjorn, all,

On 1/10/23 17:17, Bjorn Andersson wrote:
> On Mon, 5 Dec 2022 14:40:29 +0100, Quentin Schulz wrote:
>> From: Quentin Schulz <quentin.schulz@theobroma-systems.com>
>>
>> The Goodix touchscreen controller has a reset line active low. It happens to
>> also be used to configure its i2c address at runtime. If the reset line is
>> incorrectly asserted, the address will be wrongly configured. This cost me a few
>> hours, trying to figure out why the touchscreen wouldn't work.
>>
>> [...]
> 
> Applied, thanks!
> 
> [8/9] arm64: dts: qcom: msm8998-fxtec: fix touchscreen reset GPIO polarity
>        commit: 8a0721dae68fdb4534e220fc9faae7a0ef2f3785
> 

Thank you for the merge, however I think there could be some issue here.

This requires the patches 1, 2 and 3 all modifying the input driver in 
order to not introduce a regression.

I mistakenly removed the RFC tag and seemingly didn't make it clear 
enough that I had some question on how to properly merge this patch 
series, c.f. "Do we also make this patch series only one patchset since 
the DT patches depend
on the driver patch and vice-versa? In which tree would this go?" in the 
cover letter.

So please, how do we go on with the rest of the patch series? Should I 
submit a v4 which would be only one patch with DT and input changes all 
at once and Bjorn reverts the patch they had just merged?

@Dmitry, since you would have to merge at least patches 1 to 3 in your 
tree (I assume), would you be willing to take the DT patches at the same 
time through your tree too? Are the appropriate device DT maintainers OK 
with this?

Cheers,
Quentin

WARNING: multiple messages have this Message-ID (diff)
From: Quentin Schulz <quentin.schulz@theobroma-systems.com>
To: Bjorn Andersson <andersson@kernel.org>,
	samuel@sholland.org, agx@sigxcpu.org, megous@megous.com,
	heiko@sntech.de, hdegoede@redhat.com, robh+dt@kernel.org,
	wens@csie.org, michael.riesch@wolfvision.net, lukma@denx.de,
	icenowy@aosc.io, kernel@pengutronix.de, david@protonic.nl,
	shawnguo@kernel.org, foss+kernel@0leil.net, linux-imx@nxp.com,
	festevam@gmail.com, pgwipeout@gmail.com,
	jagan@amarulasolutions.com, agross@kernel.org, hadess@hadess.net,
	dmitry.torokhov@gmail.com, jernej.skrabec@gmail.com,
	angelogioacchino.delregno@somainline.org, mamlinav@gmail.com,
	frieder.schrempf@kontron.de, angus@akkea.ca,
	Sascha Hauer <s.hauer@pengutronix.de>,
	konrad.dybcio@somainline.org, krzysztof.kozlowski+dt@linaro.org
Cc: linux-kernel@vger.kernel.org, devicetree@vger.kernel.org,
	linux-input@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org,
	linux-sunxi@lists.linux.dev, linux-arm-msm@vger.kernel.org,
	linux-rockchip@lists.infradead.org
Subject: Re: (subset) [PATCH v3 0/9] fix reset line polarity for Goodix touchscreen controllers
Date: Mon, 16 Jan 2023 13:37:25 +0100	[thread overview]
Message-ID: <f6a8a8f1-0eec-2716-d4f1-9115c9d156b6@theobroma-systems.com> (raw)
In-Reply-To: <167336743963.2134489.16668389773212954467.b4-ty@kernel.org>

Hi Bjorn, all,

On 1/10/23 17:17, Bjorn Andersson wrote:
> On Mon, 5 Dec 2022 14:40:29 +0100, Quentin Schulz wrote:
>> From: Quentin Schulz <quentin.schulz@theobroma-systems.com>
>>
>> The Goodix touchscreen controller has a reset line active low. It happens to
>> also be used to configure its i2c address at runtime. If the reset line is
>> incorrectly asserted, the address will be wrongly configured. This cost me a few
>> hours, trying to figure out why the touchscreen wouldn't work.
>>
>> [...]
> 
> Applied, thanks!
> 
> [8/9] arm64: dts: qcom: msm8998-fxtec: fix touchscreen reset GPIO polarity
>        commit: 8a0721dae68fdb4534e220fc9faae7a0ef2f3785
> 

Thank you for the merge, however I think there could be some issue here.

This requires the patches 1, 2 and 3 all modifying the input driver in 
order to not introduce a regression.

I mistakenly removed the RFC tag and seemingly didn't make it clear 
enough that I had some question on how to properly merge this patch 
series, c.f. "Do we also make this patch series only one patchset since 
the DT patches depend
on the driver patch and vice-versa? In which tree would this go?" in the 
cover letter.

So please, how do we go on with the rest of the patch series? Should I 
submit a v4 which would be only one patch with DT and input changes all 
at once and Bjorn reverts the patch they had just merged?

@Dmitry, since you would have to merge at least patches 1 to 3 in your 
tree (I assume), would you be willing to take the DT patches at the same 
time through your tree too? Are the appropriate device DT maintainers OK 
with this?

Cheers,
Quentin

_______________________________________________
Linux-rockchip mailing list
Linux-rockchip@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-rockchip

WARNING: multiple messages have this Message-ID (diff)
From: Quentin Schulz <quentin.schulz@theobroma-systems.com>
To: Bjorn Andersson <andersson@kernel.org>,
	samuel@sholland.org, agx@sigxcpu.org, megous@megous.com,
	heiko@sntech.de, hdegoede@redhat.com, robh+dt@kernel.org,
	wens@csie.org, michael.riesch@wolfvision.net, lukma@denx.de,
	icenowy@aosc.io, kernel@pengutronix.de, david@protonic.nl,
	shawnguo@kernel.org, foss+kernel@0leil.net, linux-imx@nxp.com,
	festevam@gmail.com, pgwipeout@gmail.com,
	jagan@amarulasolutions.com, agross@kernel.org, hadess@hadess.net,
	dmitry.torokhov@gmail.com, jernej.skrabec@gmail.com,
	angelogioacchino.delregno@somainline.org, mamlinav@gmail.com,
	frieder.schrempf@kontron.de, angus@akkea.ca,
	Sascha Hauer <s.hauer@pengutronix.de>,
	konrad.dybcio@somainline.org, krzysztof.kozlowski+dt@linaro.org
Cc: linux-kernel@vger.kernel.org, devicetree@vger.kernel.org,
	linux-input@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org,
	linux-sunxi@lists.linux.dev, linux-arm-msm@vger.kernel.org,
	linux-rockchip@lists.infradead.org
Subject: Re: (subset) [PATCH v3 0/9] fix reset line polarity for Goodix touchscreen controllers
Date: Mon, 16 Jan 2023 13:37:25 +0100	[thread overview]
Message-ID: <f6a8a8f1-0eec-2716-d4f1-9115c9d156b6@theobroma-systems.com> (raw)
In-Reply-To: <167336743963.2134489.16668389773212954467.b4-ty@kernel.org>

Hi Bjorn, all,

On 1/10/23 17:17, Bjorn Andersson wrote:
> On Mon, 5 Dec 2022 14:40:29 +0100, Quentin Schulz wrote:
>> From: Quentin Schulz <quentin.schulz@theobroma-systems.com>
>>
>> The Goodix touchscreen controller has a reset line active low. It happens to
>> also be used to configure its i2c address at runtime. If the reset line is
>> incorrectly asserted, the address will be wrongly configured. This cost me a few
>> hours, trying to figure out why the touchscreen wouldn't work.
>>
>> [...]
> 
> Applied, thanks!
> 
> [8/9] arm64: dts: qcom: msm8998-fxtec: fix touchscreen reset GPIO polarity
>        commit: 8a0721dae68fdb4534e220fc9faae7a0ef2f3785
> 

Thank you for the merge, however I think there could be some issue here.

This requires the patches 1, 2 and 3 all modifying the input driver in 
order to not introduce a regression.

I mistakenly removed the RFC tag and seemingly didn't make it clear 
enough that I had some question on how to properly merge this patch 
series, c.f. "Do we also make this patch series only one patchset since 
the DT patches depend
on the driver patch and vice-versa? In which tree would this go?" in the 
cover letter.

So please, how do we go on with the rest of the patch series? Should I 
submit a v4 which would be only one patch with DT and input changes all 
at once and Bjorn reverts the patch they had just merged?

@Dmitry, since you would have to merge at least patches 1 to 3 in your 
tree (I assume), would you be willing to take the DT patches at the same 
time through your tree too? Are the appropriate device DT maintainers OK 
with this?

Cheers,
Quentin

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

  reply	other threads:[~2023-01-16 12:37 UTC|newest]

Thread overview: 63+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-12-05 13:40 [PATCH v3 0/9] fix reset line polarity for Goodix touchscreen controllers Quentin Schulz
2022-12-05 13:40 ` Quentin Schulz
2022-12-05 13:40 ` Quentin Schulz
2022-12-05 13:40 ` [PATCH v3 1/9] Input: goodix - add macro for gpio mapping Quentin Schulz
2022-12-05 13:40   ` Quentin Schulz
2022-12-05 13:40   ` Quentin Schulz
2022-12-05 13:40 ` [PATCH v3 2/9] Input: goodix - make gpiod_get honor GPIOD_ASIS Quentin Schulz
2022-12-05 13:40   ` Quentin Schulz
2022-12-05 13:40   ` Quentin Schulz
2022-12-05 13:40 ` [PATCH v3 3/9] Input: goodix - fix reset polarity Quentin Schulz
2022-12-05 13:40   ` Quentin Schulz
2022-12-05 13:40   ` Quentin Schulz
2022-12-05 13:40 ` [PATCH v3 4/9] ARM: dts: imx: fix touchscreen reset GPIO polarity Quentin Schulz
2022-12-05 13:40   ` Quentin Schulz
2022-12-05 13:40   ` Quentin Schulz
2022-12-06 11:25   ` Frieder Schrempf
2022-12-06 11:25     ` Frieder Schrempf
2022-12-06 11:25     ` Frieder Schrempf
2022-12-06 12:42     ` Lukasz Majewski
2022-12-06 12:42       ` Lukasz Majewski
2022-12-06 12:42       ` Lukasz Majewski
2022-12-05 13:40 ` [PATCH v3 5/9] ARM: dts: sunxi: fix touchscreen reset GPIO polarity on Wexler TAB7200 tablet Quentin Schulz
2022-12-05 13:40   ` Quentin Schulz
2022-12-05 13:40   ` Quentin Schulz
2022-12-05 13:40 ` [PATCH v3 6/9] arm64: dts: allwinner: fix touchscreen reset GPIO polarity Quentin Schulz
2022-12-05 13:40   ` Quentin Schulz
2022-12-05 13:40   ` Quentin Schulz
2022-12-06  0:26   ` Samuel Holland
2022-12-06  0:26     ` Samuel Holland
2022-12-06  0:26     ` Samuel Holland
2022-12-06 11:11     ` Quentin Schulz
2022-12-06 11:11       ` Quentin Schulz
2022-12-06 11:11       ` Quentin Schulz
2022-12-12  6:32       ` Samuel Holland
2022-12-12  6:32         ` Samuel Holland
2022-12-12  6:32         ` Samuel Holland
2022-12-12 13:21         ` Robin Murphy
2022-12-12 13:21           ` Robin Murphy
2022-12-12 13:21           ` Robin Murphy
2022-12-05 13:40 ` [PATCH v3 7/9] arm64: dts: librem5: " Quentin Schulz
2022-12-05 13:40   ` Quentin Schulz
2022-12-05 13:40   ` Quentin Schulz
2022-12-05 13:40 ` [PATCH v3 8/9] arm64: dts: qcom: msm8998-fxtec: " Quentin Schulz
2022-12-05 13:40   ` Quentin Schulz
2022-12-05 13:40   ` Quentin Schulz
2022-12-05 13:40 ` [PATCH v3 9/9] arm64: dts: rockchip: " Quentin Schulz
2022-12-05 13:40   ` Quentin Schulz
2022-12-05 13:40   ` Quentin Schulz
2022-12-13 10:24   ` Michael Riesch
2022-12-13 10:24     ` Michael Riesch
2022-12-13 10:24     ` Michael Riesch
2022-12-05 22:19 ` [PATCH v3 0/9] fix reset line polarity for Goodix touchscreen controllers Hans de Goede
2022-12-05 22:19   ` Hans de Goede
2022-12-05 22:19   ` Hans de Goede
2023-01-10 16:17 ` (subset) " Bjorn Andersson
2023-01-10 16:17   ` Bjorn Andersson
2023-01-10 16:17   ` Bjorn Andersson
2023-01-16 12:37   ` Quentin Schulz [this message]
2023-01-16 12:37     ` Quentin Schulz
2023-01-16 12:37     ` Quentin Schulz
2023-02-28 17:36     ` Quentin Schulz
2023-02-28 17:36       ` Quentin Schulz
2023-02-28 17:36       ` Quentin Schulz

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=f6a8a8f1-0eec-2716-d4f1-9115c9d156b6@theobroma-systems.com \
    --to=quentin.schulz@theobroma-systems.com \
    --cc=agross@kernel.org \
    --cc=agx@sigxcpu.org \
    --cc=andersson@kernel.org \
    --cc=angelogioacchino.delregno@somainline.org \
    --cc=angus@akkea.ca \
    --cc=david@protonic.nl \
    --cc=devicetree@vger.kernel.org \
    --cc=dmitry.torokhov@gmail.com \
    --cc=festevam@gmail.com \
    --cc=foss+kernel@0leil.net \
    --cc=frieder.schrempf@kontron.de \
    --cc=hadess@hadess.net \
    --cc=hdegoede@redhat.com \
    --cc=heiko@sntech.de \
    --cc=icenowy@aosc.io \
    --cc=jagan@amarulasolutions.com \
    --cc=jernej.skrabec@gmail.com \
    --cc=kernel@pengutronix.de \
    --cc=konrad.dybcio@somainline.org \
    --cc=krzysztof.kozlowski+dt@linaro.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-arm-msm@vger.kernel.org \
    --cc=linux-imx@nxp.com \
    --cc=linux-input@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-rockchip@lists.infradead.org \
    --cc=linux-sunxi@lists.linux.dev \
    --cc=lukma@denx.de \
    --cc=mamlinav@gmail.com \
    --cc=megous@megous.com \
    --cc=michael.riesch@wolfvision.net \
    --cc=pgwipeout@gmail.com \
    --cc=robh+dt@kernel.org \
    --cc=s.hauer@pengutronix.de \
    --cc=samuel@sholland.org \
    --cc=shawnguo@kernel.org \
    --cc=wens@csie.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 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.