mbox series

[v4,0/2] Add Add elan-ekth6a12nay on the basis of elan-ekth6915

Message ID 20240722073136.8123-1-lvzhaoxiong@huaqin.corp-partner.google.com (mailing list archive)
Headers show
Series Add Add elan-ekth6a12nay on the basis of elan-ekth6915 | expand

Message

Zhaoxiong Lv July 22, 2024, 7:31 a.m. UTC
Elan-ekth6a12nay requires reset to pull down time greater than 10ms,
so the configuration post_power_delay_ms is 10, and the chipset
initial time is required to be greater than 300ms, so the 
post_gpio_reset_on_delay_ms is set to 300.

The Elan-ekth6a12nay touch screen chip same as Elan-eKTH6915 controller
has a reset gpio. The difference is that they have different
post_power_delay_ms.

Changes between V4 and V3:
- PATCH 1/2: Combine the 2 const into an enum.
- PATCH 2/2: No changes.
- Link to v3: https://lore.kernel.org/all/20240716082851.18173-1-lvzhaoxiong@huaqin.corp-partner.google.com/

Changes between V3 and V2:
- PATCH 1/2: "ekth6915" isn't a fallback, modify it.
- PATCH 2/2: No changes.
- Link to v2: https://lore.kernel.org/all/20240715073159.25064-1-lvzhaoxiong@huaqin.corp-partner.google.com/

Changes between V2 and V1:
- PATCH 1/2: Respin the series on top of v6.10.
- PATCH 2/2: No changes.
- Link to v1: https://lore.kernel.org/all/20240704085555.11204-1-lvzhaoxiong@huaqin.corp-partner.google.com/

Zhaoxiong Lv (2):
  dt-bindings: HID: i2c-hid: elan: Introduce Elan ekth6a12nay
  HID: i2c-hid: elan: Add elan-ekth6a12nay timing

 .../devicetree/bindings/input/elan,ekth6915.yaml          | 4 +++-
 drivers/hid/i2c-hid/i2c-hid-of-elan.c                     | 8 ++++++++
 2 files changed, 11 insertions(+), 1 deletion(-)

Comments

Doug Anderson Aug. 22, 2024, 5:47 p.m. UTC | #1
Jiri / Ben,

On Mon, Jul 22, 2024 at 12:31 AM Zhaoxiong Lv
<lvzhaoxiong@huaqin.corp-partner.google.com> wrote:
>
> Elan-ekth6a12nay requires reset to pull down time greater than 10ms,
> so the configuration post_power_delay_ms is 10, and the chipset
> initial time is required to be greater than 300ms, so the
> post_gpio_reset_on_delay_ms is set to 300.
>
> The Elan-ekth6a12nay touch screen chip same as Elan-eKTH6915 controller
> has a reset gpio. The difference is that they have different
> post_power_delay_ms.
>
> Changes between V4 and V3:
> - PATCH 1/2: Combine the 2 const into an enum.
> - PATCH 2/2: No changes.
> - Link to v3: https://lore.kernel.org/all/20240716082851.18173-1-lvzhaoxiong@huaqin.corp-partner.google.com/
>
> Changes between V3 and V2:
> - PATCH 1/2: "ekth6915" isn't a fallback, modify it.
> - PATCH 2/2: No changes.
> - Link to v2: https://lore.kernel.org/all/20240715073159.25064-1-lvzhaoxiong@huaqin.corp-partner.google.com/
>
> Changes between V2 and V1:
> - PATCH 1/2: Respin the series on top of v6.10.
> - PATCH 2/2: No changes.
> - Link to v1: https://lore.kernel.org/all/20240704085555.11204-1-lvzhaoxiong@huaqin.corp-partner.google.com/
>
> Zhaoxiong Lv (2):
>   dt-bindings: HID: i2c-hid: elan: Introduce Elan ekth6a12nay
>   HID: i2c-hid: elan: Add elan-ekth6a12nay timing
>
>  .../devicetree/bindings/input/elan,ekth6915.yaml          | 4 +++-
>  drivers/hid/i2c-hid/i2c-hid-of-elan.c                     | 8 ++++++++
>  2 files changed, 11 insertions(+), 1 deletion(-)

I think this series is ready for you to merge at your leisure. If
there's anything blocking it then please yell. Thanks! :-)

-Doug
Jiri Kosina Aug. 22, 2024, 7 p.m. UTC | #2
On Thu, 22 Aug 2024, Doug Anderson wrote:

> Jiri / Ben,
[ ... snip ... ]
> I think this series is ready for you to merge at your leisure. If
> there's anything blocking it then please yell. Thanks! :-)

Hmm, for some reason the only mentions of this series in my inbox are your 
Reviewed-by: from Jun 10th, but nothing else whatsoever. Seems like some 
spam filter really didn't like it.

I will pick it up.
Jiri Kosina Sept. 3, 2024, 11:21 a.m. UTC | #3
On Thu, 22 Aug 2024, Jiri Kosina wrote:

> > Jiri / Ben,
> [ ... snip ... ]
> > I think this series is ready for you to merge at your leisure. If
> > there's anything blocking it then please yell. Thanks! :-)
> 
> Hmm, for some reason the only mentions of this series in my inbox are your 
> Reviewed-by: from Jun 10th, but nothing else whatsoever. Seems like some 
> spam filter really didn't like it.
> 
> I will pick it up.

Now in hid.git#for-6.12/elan.

Thanks,