Message ID | 20240507144821.12275-1-johan+linaro@kernel.org (mailing list archive) |
---|---|
Headers | show |
Series | HID/arm64: dts: qcom: sc8280xp-x13s: fix touchscreen power on | expand |
Hi Jiri and Benjamin, On Tue, May 07, 2024 at 04:48:14PM +0200, Johan Hovold wrote: > The Elan eKTH5015M touch controller on the X13s requires a 300 ms delay > before sending commands after having deasserted reset during power on. > > This series switches the X13s devicetree to use the Elan specific > binding so that the OS can determine the required power-on sequence and > make sure that the controller is always detected during boot. [1] > The devicetree changes are expected to go in through the Qualcomm tree > once the binding and driver updates have been merged. > [1] The reset signal is currently deasserted using the pin configuration > and the controller would be detected if probe is deferred or if user > space triggers a reprobe through sysfs. > Johan Hovold (7): > dt-bindings: HID: i2c-hid: add dedicated Ilitek ILI2901 schema > dt-bindings: HID: i2c-hid: elan: add Elan eKTH5015M > dt-bindings: HID: i2c-hid: elan: add 'no-reset-on-power-off' property > HID: i2c-hid: elan: fix reset suspend current leakage Could you consider picking the first four patches up for 6.10-rc3 so that Bjorn can take the devicetree changes? > arm64: dts: qcom: sc8280xp-x13s: fix touchscreen power on > arm64: dts: qcom: sc8280xp-crd: use external pull up for touch reset > arm64: defconfig: enable Elan i2c-hid driver Johan
On Jun 05 2024, Johan Hovold wrote: > Hi Jiri and Benjamin, > > On Tue, May 07, 2024 at 04:48:14PM +0200, Johan Hovold wrote: > > The Elan eKTH5015M touch controller on the X13s requires a 300 ms delay > > before sending commands after having deasserted reset during power on. > > > > This series switches the X13s devicetree to use the Elan specific > > binding so that the OS can determine the required power-on sequence and > > make sure that the controller is always detected during boot. [1] > > > The devicetree changes are expected to go in through the Qualcomm tree > > once the binding and driver updates have been merged. > > > [1] The reset signal is currently deasserted using the pin configuration > > and the controller would be detected if probe is deferred or if user > > space triggers a reprobe through sysfs. > > > Johan Hovold (7): > > dt-bindings: HID: i2c-hid: add dedicated Ilitek ILI2901 schema > > dt-bindings: HID: i2c-hid: elan: add Elan eKTH5015M > > dt-bindings: HID: i2c-hid: elan: add 'no-reset-on-power-off' property > > HID: i2c-hid: elan: fix reset suspend current leakage > > Could you consider picking the first four patches up for 6.10-rc3 so > that Bjorn can take the devicetree changes? We definitely can. But if it makes things easier, Bjorn can also take the whole series through his tree with my Acked-by. If I don't get answer by tomorrow I'll apply the first 4 in the hid tree. Cheers, Benjamin > > > arm64: dts: qcom: sc8280xp-x13s: fix touchscreen power on > > arm64: dts: qcom: sc8280xp-crd: use external pull up for touch reset > > arm64: defconfig: enable Elan i2c-hid driver > > Johan
On Thu, Jun 06, 2024 at 08:57:47AM +0200, Benjamin Tissoires wrote: > On Jun 05 2024, Johan Hovold wrote: > > Hi Jiri and Benjamin, > > > > On Tue, May 07, 2024 at 04:48:14PM +0200, Johan Hovold wrote: > > > Johan Hovold (7): > > > dt-bindings: HID: i2c-hid: add dedicated Ilitek ILI2901 schema > > > dt-bindings: HID: i2c-hid: elan: add Elan eKTH5015M > > > dt-bindings: HID: i2c-hid: elan: add 'no-reset-on-power-off' property > > > HID: i2c-hid: elan: fix reset suspend current leakage > > > > Could you consider picking the first four patches up for 6.10-rc3 so > > that Bjorn can take the devicetree changes? > > We definitely can. But if it makes things easier, Bjorn can also take > the whole series through his tree with my Acked-by. Thanks, but it should be fine to take this through two different trees. It will probably take a little longer to get the DT changes into mainline anyway as they will also go through the SoC tree. > > > arm64: dts: qcom: sc8280xp-x13s: fix touchscreen power on > > > arm64: dts: qcom: sc8280xp-crd: use external pull up for touch reset > > > arm64: defconfig: enable Elan i2c-hid driver Johan
On Tue, 07 May 2024 16:48:14 +0200, Johan Hovold wrote: > The Elan eKTH5015M touch controller on the X13s requires a 300 ms delay > before sending commands after having deasserted reset during power on. > > This series switches the X13s devicetree to use the Elan specific > binding so that the OS can determine the required power-on sequence and > make sure that the controller is always detected during boot. [1] > > [...] Applied to hid/hid.git (for-6.10/upstream-fixes), thanks! [1/7] dt-bindings: HID: i2c-hid: add dedicated Ilitek ILI2901 schema https://git.kernel.org/hid/hid/c/8d3ae46c6433 [2/7] dt-bindings: HID: i2c-hid: elan: add Elan eKTH5015M https://git.kernel.org/hid/hid/c/07fc16fa5552 [3/7] dt-bindings: HID: i2c-hid: elan: add 'no-reset-on-power-off' property https://git.kernel.org/hid/hid/c/e538d4b85b8f [4/7] HID: i2c-hid: elan: fix reset suspend current leakage https://git.kernel.org/hid/hid/c/0eafc58f2194 Cheers,
On Jun 06 2024, Johan Hovold wrote: > On Thu, Jun 06, 2024 at 08:57:47AM +0200, Benjamin Tissoires wrote: > > On Jun 05 2024, Johan Hovold wrote: > > > Hi Jiri and Benjamin, > > > > > > On Tue, May 07, 2024 at 04:48:14PM +0200, Johan Hovold wrote: > > > > > Johan Hovold (7): > > > > dt-bindings: HID: i2c-hid: add dedicated Ilitek ILI2901 schema > > > > dt-bindings: HID: i2c-hid: elan: add Elan eKTH5015M > > > > dt-bindings: HID: i2c-hid: elan: add 'no-reset-on-power-off' property > > > > HID: i2c-hid: elan: fix reset suspend current leakage > > > > > > Could you consider picking the first four patches up for 6.10-rc3 so > > > that Bjorn can take the devicetree changes? > > > > We definitely can. But if it makes things easier, Bjorn can also take > > the whole series through his tree with my Acked-by. > > Thanks, but it should be fine to take this through two different trees. > > It will probably take a little longer to get the DT changes into > mainline anyway as they will also go through the SoC tree. Alright, fair enough. I've applied them, and will let them sink in for-next for 24h. I'll send the PR to Linus tomorrow evening. No guarantees they'll make -rc3 (but they should be applied early next week unless I messed something big). Cheers, Benjamin
On Tue, 07 May 2024 16:48:14 +0200, Johan Hovold wrote: > The Elan eKTH5015M touch controller on the X13s requires a 300 ms delay > before sending commands after having deasserted reset during power on. > > This series switches the X13s devicetree to use the Elan specific > binding so that the OS can determine the required power-on sequence and > make sure that the controller is always detected during boot. [1] > > [...] Applied, thanks! [7/7] arm64: defconfig: enable Elan i2c-hid driver commit: e706474d8428f420bba11f2c49c3083fd1b31d88 Best regards,