mirror of
https://github.com/hardkernel/linux.git
synced 2026-04-05 12:43:09 +09:00
time separate soft interrupt from tca6424.c Details:rk2818_info_defconfig default open soft interrupt and matrix keyboard. board-infosdk.c modify I2C1 mode from IRQ to POLL,add member for struct rk2818_tca6424_data, add privata data for Matrix Keyboard.board.h modify tca6424_platform_data.Kconfig and Makefile add soft interrupt Configuration. soft_interrupt.c and tca6424.c are the main modify, they will not affect other modules.i2c-rk2818.c retain control SCL function for old tca6424 device,it will remove later.Matrix Keyboard.c is modify based on kernel Matrix Keyboard.c file.