Re: [PATCH v8 4/4] HID: i2c-hid: Introduce goodix-i2c-hid using i2c-hid core

From: Doug Anderson
Date: Wed Jan 06 2021 - 11:45:01 EST


Hi,

On Fri, Dec 11, 2020 at 2:25 PM Douglas Anderson <dianders@xxxxxxxxxxxx> wrote:
>
> +static const struct goodix_i2c_hid_timing_data goodix_gt7375p_timing_data = {
> + .post_power_delay_ms = 10,
> + .post_gpio_reset_delay_ms = 120,

As I've been going through my holiday email I found that Goodix has
released a new datasheet (datasheet rev 0.6 from 2020-12-11) where
this moves from 120 ms to 180 ms. Sigh.

I'm hoping that we can just land it with the 120 though and then I'll
send a follow-up patch to change to 180. This will avoid spamming
everyone with a v9 of the patch series. Please yell if there are any
objections to that plan. I'd also be fine if you wanted to just
change it to 180 when landing it.

Thanks much!

-Doug