On 06/12/2023 11:35, Allen_Lin wrote: > Add a new driver for Himax touchscreen series touchscreen controllers. > This driver supports Himax IC using the SPI interface to > acquire HID packets. > > Signed-off-by: Allen_Lin <allencl_lin@xxxxxxxxxxx> > --- > v1 -> v2: Fix kernel test robot build warnings > Signed-off-by: Allen_Lin <allencl_lin@xxxxxxxxxxx> > --- > MAINTAINERS | 2 + > drivers/hid/Kconfig | 9 +- > drivers/hid/Makefile | 2 +- > drivers/hid/hid-himax-83102j.c | 3175 ++++++++++++++++++++++++++++++++ > drivers/hid/hid-himax-83102j.h | 923 ++++++++++ > 5 files changed, 4109 insertions(+), 2 deletions(-) > create mode 100644 drivers/hid/hid-himax-83102j.c > create mode 100644 drivers/hid/hid-himax-83102j.h Implement review from v1. NAK Best regards, Krzysztof