Project 'edgehog/bsp/nxp/linux-seco-imx' was moved to 'clea-os/bsp/nxp/linux-seco-imx'. Please update any links and bookmarks that may still have the old path.
[DRIVER][TOUCH] add Cypress TrueTouch(TM) v5 driver from legacy seco kernel
modified: drivers/input/touchscreen/Kconfig modified: drivers/input/touchscreen/Makefile new file: drivers/input/touchscreen/cyttsp5/Kconfig new file: drivers/input/touchscreen/cyttsp5/Makefile new file: drivers/input/touchscreen/cyttsp5/cyttsp5_btn.c new file: drivers/input/touchscreen/cyttsp5/cyttsp5_core.c new file: drivers/input/touchscreen/cyttsp5/cyttsp5_debug.c new file: drivers/input/touchscreen/cyttsp5/cyttsp5_device_access.c new file: drivers/input/touchscreen/cyttsp5/cyttsp5_devtree.c new file: drivers/input/touchscreen/cyttsp5/cyttsp5_i2c.c new file: drivers/input/touchscreen/cyttsp5/cyttsp5_loader.c new file: drivers/input/touchscreen/cyttsp5/cyttsp5_mt_common.c new file: drivers/input/touchscreen/cyttsp5/cyttsp5_mta.c new file: drivers/input/touchscreen/cyttsp5/cyttsp5_mtb.c new file: drivers/input/touchscreen/cyttsp5/cyttsp5_platform.c new file: drivers/input/touchscreen/cyttsp5/cyttsp5_proximity.c new file: drivers/input/touchscreen/cyttsp5/cyttsp5_regs.h new file: drivers/input/touchscreen/cyttsp5/cyttsp5_spi.c new file: drivers/input/touchscreen/cyttsp5/cyttsp5_test_device_access_api.c new file: include/linux/cyttsp5_core.h new file: include/linux/cyttsp5_device_access-api.h new file: include/linux/cyttsp5_platform.h
Showing
- drivers/input/touchscreen/Kconfig 1 addition, 0 deletionsdrivers/input/touchscreen/Kconfig
- drivers/input/touchscreen/Makefile 1 addition, 0 deletionsdrivers/input/touchscreen/Makefile
- drivers/input/touchscreen/cyttsp5/Kconfig 218 additions, 0 deletionsdrivers/input/touchscreen/cyttsp5/Kconfig
- drivers/input/touchscreen/cyttsp5/Makefile 47 additions, 0 deletionsdrivers/input/touchscreen/cyttsp5/Makefile
- drivers/input/touchscreen/cyttsp5/cyttsp5_btn.c 381 additions, 0 deletionsdrivers/input/touchscreen/cyttsp5/cyttsp5_btn.c
- drivers/input/touchscreen/cyttsp5/cyttsp5_core.c 5755 additions, 0 deletionsdrivers/input/touchscreen/cyttsp5/cyttsp5_core.c
- drivers/input/touchscreen/cyttsp5/cyttsp5_debug.c 392 additions, 0 deletionsdrivers/input/touchscreen/cyttsp5/cyttsp5_debug.c
- drivers/input/touchscreen/cyttsp5/cyttsp5_device_access.c 1646 additions, 0 deletionsdrivers/input/touchscreen/cyttsp5/cyttsp5_device_access.c
- drivers/input/touchscreen/cyttsp5/cyttsp5_devtree.c 789 additions, 0 deletionsdrivers/input/touchscreen/cyttsp5/cyttsp5_devtree.c
- drivers/input/touchscreen/cyttsp5/cyttsp5_i2c.c 218 additions, 0 deletionsdrivers/input/touchscreen/cyttsp5/cyttsp5_i2c.c
- drivers/input/touchscreen/cyttsp5/cyttsp5_loader.c 1576 additions, 0 deletionsdrivers/input/touchscreen/cyttsp5/cyttsp5_loader.c
- drivers/input/touchscreen/cyttsp5/cyttsp5_mt_common.c 685 additions, 0 deletionsdrivers/input/touchscreen/cyttsp5/cyttsp5_mt_common.c
- drivers/input/touchscreen/cyttsp5/cyttsp5_mta.c 84 additions, 0 deletionsdrivers/input/touchscreen/cyttsp5/cyttsp5_mta.c
- drivers/input/touchscreen/cyttsp5/cyttsp5_mtb.c 92 additions, 0 deletionsdrivers/input/touchscreen/cyttsp5/cyttsp5_mtb.c
- drivers/input/touchscreen/cyttsp5/cyttsp5_platform.c 256 additions, 0 deletionsdrivers/input/touchscreen/cyttsp5/cyttsp5_platform.c
- drivers/input/touchscreen/cyttsp5/cyttsp5_proximity.c 550 additions, 0 deletionsdrivers/input/touchscreen/cyttsp5/cyttsp5_proximity.c
- drivers/input/touchscreen/cyttsp5/cyttsp5_regs.h 1100 additions, 0 deletionsdrivers/input/touchscreen/cyttsp5/cyttsp5_regs.h
- drivers/input/touchscreen/cyttsp5/cyttsp5_spi.c 253 additions, 0 deletionsdrivers/input/touchscreen/cyttsp5/cyttsp5_spi.c
- drivers/input/touchscreen/cyttsp5/cyttsp5_test_device_access_api.c 441 additions, 0 deletions...nput/touchscreen/cyttsp5/cyttsp5_test_device_access_api.c
- include/linux/cyttsp5_core.h 179 additions, 0 deletionsinclude/linux/cyttsp5_core.h
Loading
Please register or sign in to comment