Re: [PATCH 2/2] Input: goodix_berlin - Add support for Berlin-A series

2025-02-04 Thread Dmitry Torokhov
Hi Jens, On Mon, Feb 03, 2025 at 06:43:09PM +0100, Jens Reidel wrote: > > - error = regmap_raw_read(cd->regmap, GOODIX_BERLIN_FW_VERSION_INFO_ADDR, > + if (ic_data->ic_type == IC_TYPE_BERLIN_A) > + fw_version_info_addr = GOODIX_BERLIN_FW_VERSION_INFO_ADDR_A; > + else > +

Re: [PATCH 2/2] Input: goodix_berlin - Add support for Berlin-A series

2025-02-04 Thread Neil Armstrong
Hi, On 03/02/2025 18:43, Jens Reidel wrote: The current implementation of the goodix_berlin driver lacks support for revisions A and B of the Berlin IC. This change adds support for the gt9897 IC, which is a Berlin-A revision part. The differences between revision D and A are rather minor, a ha

Re: [PATCH 2/2] Input: goodix_berlin - Add support for Berlin-A series

2025-02-03 Thread Luca Weiss
On Mon Feb 3, 2025 at 6:43 PM CET, Jens Reidel wrote: > The current implementation of the goodix_berlin driver lacks support for > revisions A and B of the Berlin IC. This change adds support for the > gt9897 IC, which is a Berlin-A revision part. > > The differences between revision D and A are ra