modify expand gpio tca6424'interrupt to respond Matrix Keyboard,At the same
author宋秀杰 <sxj@rock-chips.com>
Wed, 8 Sep 2010 02:18:03 +0000 (19:18 -0700)
committer宋秀杰 <sxj@rock-chips.com>
Wed, 8 Sep 2010 02:18:03 +0000 (19:18 -0700)
commitbc93e99079fada2ba11e706797e52054d59ad47b
tree75c26649814e99482ebf8a18ec4553cc8f064010
parentf67fa35eb042586f69a56d89fbf8f6498681c352
modify expand gpio tca6424'interrupt to respond Matrix Keyboard,At the same
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.
arch/arm/configs/rk2818_info_defconfig
arch/arm/mach-rk2818/board-infosdk.c
arch/arm/mach-rk2818/include/mach/board.h
drivers/gpio/Kconfig
drivers/gpio/Makefile
drivers/gpio/soft_interrupt.c [new file with mode: 0755]
drivers/gpio/soft_interrupt.h [new file with mode: 0755]
drivers/gpio/tca6424.c
drivers/i2c/busses/i2c-rk2818.c
drivers/input/keyboard/matrix_keypad.c [changed mode: 0644->0755]
include/linux/i2c/tca6424.h