* Re: [PATCH] ARM: dts: qcom: msm8960: expressatt: Add coreriver,tc360-touchkey [not found] ` <97d9d942-236c-4f8a-902e-0ad2ab684a76@oss.qualcomm.com> @ 2026-02-20 4:33 ` Rudraksha Gupta 2026-02-23 3:54 ` Dmitry Torokhov 0 siblings, 1 reply; 4+ messages in thread From: Rudraksha Gupta @ 2026-02-20 4:33 UTC (permalink / raw) To: Konrad Dybcio, Bjorn Andersson, Konrad Dybcio, Rob Herring, Krzysztof Kozlowski, Conor Dooley Cc: linux-arm-msm, devicetree, linux-kernel, beomho.seo, jcsing.lee, dmitry.torokhov, linux-input, nick.reitemeyer Hello all, Top posting for once (context below). Not too sure what the next steps are to get the tm2 touchkey in. Should I resend the patch, contact someone else that can help provide guidance, or something else? Adding Dmitry Torokhov (official maintainer) and Nick Reitemeyer (person who introduced this variant). Thanks, Rudraksha On 12/16/25 04:59, Konrad Dybcio wrote: > On 12/9/25 8:10 AM, Rudraksha Gupta wrote: >>>> Add the tc360 touchkey. It's unknown if this is the actual model of the >>>> touchkey, as downstream doesn't mention a variant, but this works. >>>> >>>> Link: >>>> https://github.com/LineageOS/android_kernel_samsung_d2/blob/stable/cm-12.0-YNG4N/drivers/input/keyboard/cypress_touchkey_236/Makefile#L5 >>> This driver mentions a register called CYPRESS_MODULE_VER - maybe >>> it could help confirm the model? >>> >>> Konrad > [...] > >> When run on mainline, this is what was outputted: >> >> samsung-expressatt:~$ cat /sys/bus/i2c/devices/0-0020/module_version >> 0x06 >> samsung-expressatt:~$ cat /sys/bus/i2c/devices/0-0020/fw_version >> 0x09 >> >> >> fw_version matches downstream ClockworkMod Recovery dmesg: >> >> ~ # dmesg | grep "FW Ver" >> <3>[ 2.201312] cypress_touchkey 16-0020: Touchkey FW Version: 0x09 >> <3>[ 2.206317] cypress_touchkey 16-0020: Touchkey FW Version: 0x09, system_rev: 8 >> >> >> Unfortunately, I'm not to sure what the other variant versions are, so I will CC the driver's maintainers: >> >> MODULE_AUTHOR("Beomho Seo <beomho.seo@samsung.com>"); >> MODULE_AUTHOR("Jaechul Lee <jcsing.lee@samsung.com>"); > Sounds like the best idea, I have no clue either > > Konrad > ^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] ARM: dts: qcom: msm8960: expressatt: Add coreriver,tc360-touchkey 2026-02-20 4:33 ` [PATCH] ARM: dts: qcom: msm8960: expressatt: Add coreriver,tc360-touchkey Rudraksha Gupta @ 2026-02-23 3:54 ` Dmitry Torokhov 2026-02-24 1:00 ` Rudraksha Gupta 0 siblings, 1 reply; 4+ messages in thread From: Dmitry Torokhov @ 2026-02-23 3:54 UTC (permalink / raw) To: Rudraksha Gupta Cc: Konrad Dybcio, Bjorn Andersson, Konrad Dybcio, Rob Herring, Krzysztof Kozlowski, Conor Dooley, linux-arm-msm, devicetree, linux-kernel, beomho.seo, jcsing.lee, linux-input, nick.reitemeyer Hi Rudraksha, On Thu, Feb 19, 2026 at 08:33:43PM -0800, Rudraksha Gupta wrote: > Hello all, > > > Top posting for once (context below). > > Not too sure what the next steps are to get the tm2 touchkey in. Should I > resend the patch, contact someone else that can help provide guidance, or > something else? > > > Adding Dmitry Torokhov (official maintainer) and Nick Reitemeyer (person who > introduced this variant). Sorry, I am not sure what the question is... It seems that you made the driver work without any additional changes? > > > Thanks, > > Rudraksha > > > On 12/16/25 04:59, Konrad Dybcio wrote: > > On 12/9/25 8:10 AM, Rudraksha Gupta wrote: > > > > > Add the tc360 touchkey. It's unknown if this is the actual model of the > > > > > touchkey, as downstream doesn't mention a variant, but this works. > > > > > > > > > > Link: > > > > > https://github.com/LineageOS/android_kernel_samsung_d2/blob/stable/cm-12.0-YNG4N/drivers/input/keyboard/cypress_touchkey_236/Makefile#L5 > > > > This driver mentions a register called CYPRESS_MODULE_VER - maybe > > > > it could help confirm the model? > > > > > > > > Konrad > > [...] > > > > > When run on mainline, this is what was outputted: > > > > > > samsung-expressatt:~$ cat /sys/bus/i2c/devices/0-0020/module_version > > > 0x06 > > > samsung-expressatt:~$ cat /sys/bus/i2c/devices/0-0020/fw_version > > > 0x09 > > > > > > > > > fw_version matches downstream ClockworkMod Recovery dmesg: > > > > > > ~ # dmesg | grep "FW Ver" > > > <3>[ 2.201312] cypress_touchkey 16-0020: Touchkey FW Version: 0x09 > > > <3>[ 2.206317] cypress_touchkey 16-0020: Touchkey FW Version: 0x09, system_rev: 8 > > > > > > > > > Unfortunately, I'm not to sure what the other variant versions are, so I will CC the driver's maintainers: > > > > > > MODULE_AUTHOR("Beomho Seo <beomho.seo@samsung.com>"); > > > MODULE_AUTHOR("Jaechul Lee <jcsing.lee@samsung.com>"); > > Sounds like the best idea, I have no clue either > > > > Konrad > > -- Dmitry ^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] ARM: dts: qcom: msm8960: expressatt: Add coreriver,tc360-touchkey 2026-02-23 3:54 ` Dmitry Torokhov @ 2026-02-24 1:00 ` Rudraksha Gupta 2026-02-24 11:28 ` Konrad Dybcio 0 siblings, 1 reply; 4+ messages in thread From: Rudraksha Gupta @ 2026-02-24 1:00 UTC (permalink / raw) To: Dmitry Torokhov Cc: Konrad Dybcio, Bjorn Andersson, Konrad Dybcio, Rob Herring, Krzysztof Kozlowski, Conor Dooley, linux-arm-msm, devicetree, linux-kernel, beomho.seo, jcsing.lee, linux-input, nick.reitemeyer On 2/22/26 19:54, Dmitry Torokhov wrote: > Hi Rudraksha, > > On Thu, Feb 19, 2026 at 08:33:43PM -0800, Rudraksha Gupta wrote: >> Hello all, >> >> >> Top posting for once (context below). >> >> Not too sure what the next steps are to get the tm2 touchkey in. Should I >> resend the patch, contact someone else that can help provide guidance, or >> something else? >> >> >> Adding Dmitry Torokhov (official maintainer) and Nick Reitemeyer (person who >> introduced this variant). > Sorry, I am not sure what the question is... It seems that you made the > driver work without any additional changes? I believe this patch is blocked on Konrad's comment: > This driver mentions a register called CYPRESS_MODULE_VER - maybe it could help confirm the model? This was in response to me saying that the "coreriver,tc360-touchkey" tm2 variant works as is on my device, but I can't tell for sure if this is actually the variant that is on my device. There isn't really any documentation for how this peripheral works and I was primarily relying on others in this thread to provide details to confirm that this is the actual variant being used. If I'm mistaken that this is a blocker, please let me know. Thanks, Rudraksha ^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] ARM: dts: qcom: msm8960: expressatt: Add coreriver,tc360-touchkey 2026-02-24 1:00 ` Rudraksha Gupta @ 2026-02-24 11:28 ` Konrad Dybcio 0 siblings, 0 replies; 4+ messages in thread From: Konrad Dybcio @ 2026-02-24 11:28 UTC (permalink / raw) To: Rudraksha Gupta, Dmitry Torokhov Cc: Bjorn Andersson, Konrad Dybcio, Rob Herring, Krzysztof Kozlowski, Conor Dooley, linux-arm-msm, devicetree, linux-kernel, beomho.seo, jcsing.lee, linux-input, nick.reitemeyer On 2/24/26 2:00 AM, Rudraksha Gupta wrote: > > On 2/22/26 19:54, Dmitry Torokhov wrote: >> Hi Rudraksha, >> >> On Thu, Feb 19, 2026 at 08:33:43PM -0800, Rudraksha Gupta wrote: >>> Hello all, >>> >>> >>> Top posting for once (context below). >>> >>> Not too sure what the next steps are to get the tm2 touchkey in. Should I >>> resend the patch, contact someone else that can help provide guidance, or >>> something else? >>> >>> >>> Adding Dmitry Torokhov (official maintainer) and Nick Reitemeyer (person who >>> introduced this variant). >> Sorry, I am not sure what the question is... It seems that you made the >> driver work without any additional changes? > > I believe this patch is blocked on Konrad's comment: > >> This driver mentions a register called CYPRESS_MODULE_VER - maybe > it could help confirm the model? > > > This was in response to me saying that the "coreriver,tc360-touchkey" tm2 variant works as is on my device, but I can't tell for sure if this is actually the variant that is on my device. There isn't really any documentation for how this peripheral works and I was primarily relying on others in this thread to provide details to confirm that this is the actual variant being used. > > If I'm mistaken that this is a blocker, please let me know. That was a suggestion - if we're not able to find out, then we're not able to find out! Konrad ^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2026-02-24 11:28 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <20251205-expressatt-touchkey-v1-1-1444b927c9f3@gmail.com>
[not found] ` <532531d2-8f26-4ffa-9355-7821a4d64200@oss.qualcomm.com>
[not found] ` <1e74b956-a45a-4d3e-b7fa-e4d5dc0390db@gmail.com>
[not found] ` <97d9d942-236c-4f8a-902e-0ad2ab684a76@oss.qualcomm.com>
2026-02-20 4:33 ` [PATCH] ARM: dts: qcom: msm8960: expressatt: Add coreriver,tc360-touchkey Rudraksha Gupta
2026-02-23 3:54 ` Dmitry Torokhov
2026-02-24 1:00 ` Rudraksha Gupta
2026-02-24 11:28 ` Konrad Dybcio
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox