Rich.jiangyk
c1c8e506a9
fix bug in xpt2046_ts.c, move ahead data discard.
...
The configuration for XPT2046 TS driver with CALIBRATION is "XPT2046 based touchscreens: XPT2046 SPI Interface".
In this modification, the first raw data is discarded before processed, so that it can work on IT50.
2010-09-19 20:02:09 +08:00
lyx
fbb07241ef
usb: hide usb_mass_storage 2
...
nand flash user area is recognise as a usb device when connect to computer, we hide it now
2010-09-19 02:52:05 -07:00
lyx
a076c9f29a
adc key:modify adckey for raho
...
1.reset adckey value for the vccio now is 3V againest old 3.3v;
2.modify touchscreen key_find to key_search
2010-09-19 00:53:49 -07:00
黄涛
b16d0d8fb2
info: enable ubi to support udisk
2010-09-19 10:32:28 +08:00
Rich.jiangyk
12d25894f0
Correct xpt2046_cbn_ts bug on IT50
...
On IT50 board, the touch screen sends 4095 invalid message for first raw data sample, especially
for the top-left corner.
The modification discards the first sample before processing it, which correct the bug and solve
the problem on IT50. This won't affect other boards.
NOTE: mod by srt, commit by jyk
2010-09-17 11:41:35 +08:00
Rich.jiangyk
d1babc485e
Merge branch 'develop' of 10.10.10.201:/home/rockchip/rk2818/kernel into develop
2010-09-16 16:47:25 +08:00
lhh
0cdb46c5d6
Merge branch 'develop' of lhh@10.10.10.201:/home/rockchip/rk2818/kernel into develop
2010-09-16 16:45:42 +08:00
Rich.jiangyk
29b3db33b4
update rk2818_backlight.c to correct bl suspend and resume
...
1. old rk2818_backlight.c use CONFIG_ANDROID_POWER macro, which is no longer supported,
lyx changed to use CONFIG_HAS_EARLYSUSPEND. This sovled lcd blanking when resuming.
2. changed backlight module init into late_initcall from rootfs_initcall, this solve the
problem of blanking when powered on.
3. updated: close dbg info and comments.
note: code mod by lyx, commited by jyk
2010-09-16 16:45:40 +08:00
lhh
2cd6803585
enter key code 232
2010-09-16 16:45:04 +08:00
宋秀杰
5a8c294436
add delay after pll change in pm.c, fix sdk can not be resume
2010-09-16 01:33:42 -07:00
Rich.jiangyk
abbe71361a
update rk2818_backlight.c to correct bl suspend and resume
...
1. old rk2818_backlight.c use CONFIG_ANDROID_POWER macro, which is no longer supported,
lyx changed to use CONFIG_HAS_EARLYSUSPEND. This sovled lcd blanking when resuming.
2. changed backlight module init into late_initcall from rootfs_initcall, this solve the
problem of blanking when powered on.
note: code mod by lyx, commited by jyk
2010-09-16 15:07:58 +08:00
luowei
0476a08c13
add falling and rising edge support for fpga's gpio interrupt,add support that fpga's gpio interrupt wake system while system is suspending
2010-09-16 11:34:23 +08:00
宋秀杰
692f929d65
modify pm.c, make resume stable, default close control
2010-09-15 06:42:12 -07:00
lbt
e954d000f4
bsp:modify wifi and bt gpio control for the infoit50 board
2010-09-15 17:33:41 +08:00
宋秀杰
4e09917dcd
flash pm.c, default close it control
2010-09-14 07:22:10 -07:00
swj
ea3fa6bd5d
modified gsensor for it50
2010-09-14 03:23:01 -07:00
宋秀杰
90c9a9add9
add rk2818_pm.h
2010-09-14 02:14:02 -07:00
lhh
3595451eec
it50 key charge
2010-09-14 16:53:17 +08:00
宋秀杰
e0b28271ea
add raho pm control, add LCDC resume
2010-09-14 01:34:23 -07:00
宋秀杰
afb4ac7719
update rk2818_info_defconfig for expand gpio
2010-09-14 01:17:21 -07:00
srt
44c4bd2e94
auto TS Calibration: auto switch support between info_sdk and it50
2010-09-14 15:10:31 +08:00
srt
96fc4d07a4
add Auto set TS calibration Function
2010-09-14 10:58:17 +08:00
srt
faafe749f4
add Auto set TS calibration Function
2010-09-14 10:17:18 +08:00
swj
3e6d5cc590
modified touchscreen driver for it50
2010-09-13 18:52:04 -07:00
swj
17673db49f
change jogball for it50
2010-09-13 02:34:10 -07:00
Rich.jiangyk
6c7a6485de
fix ov9650 init_array to solve mirrored images
...
ov9650 register 0x1e controls mirro/vflip functions. modify settings to correct mirrored image problems.
2010-09-13 17:18:39 +08:00
swj
632e24ad96
Merge branch 'develop' of 10.10.10.201:/home/rockchip/rk2818/kernel into develop
2010-09-13 02:09:34 -07:00
swj
78ff47cc44
jogball
2010-09-13 02:07:35 -07:00
Rich.jiangyk
bf05d0035d
fix ov9650 init_data bug
...
in sensor_init_data array, register 0x00 was set to 0x00, which cause the initialization unfinished.
This setting is useless, so remove it! ov9650 is working better at vga dc/dv now.
2010-09-13 16:57:49 +08:00
lyx
6f132a55e4
spi: set spi chipselect gpios HIGH in io_init function for infosdk
2010-09-13 00:48:12 -07:00
lyx
eced8dbd6f
spi: set spi chipselect gpios HIGH in io_init function
2010-09-13 00:41:39 -07:00
ddl
febee43fda
camera:Optimize camera sensor driver, It is easy to transplante for new camera sensor
2010-09-13 14:40:17 +08:00
chenli
20d06bd463
在capella_cm3602.c中,将cm3602在dev目录下的设备文件名改为psensor
2010-09-13 10:46:46 +08:00
swj
6c038c97ef
modified jogball driver for it50
2010-09-12 19:45:30 -07:00
swj
7c7ffc8c7d
modefied file for jogball
2010-09-12 02:27:40 -07:00
lhh
858bf5bc91
add ov9650 for it50 and del tca6424 for i2c set low one
2010-09-12 00:23:46 +08:00
xwj
10a5f3d7c4
Merge branch 'develop' of xwj@10.10.10.201:/home/rockchip/rk2818/kernel into develop
2010-09-11 13:16:21 +08:00
xwj
37fe328a5e
add ac100 support
2010-09-11 13:11:22 +08:00
lhh
b7ac905979
update config for it50
2010-09-11 01:08:01 +08:00
swj
3907b804ad
add jogball
2010-09-10 08:52:13 -07:00
ChenJQ
92439d4338
Add set volume for call in codec wm8994
2010-09-10 00:56:09 -07:00
srt
3fce6110ad
add touchscreen calibration function
2010-09-10 15:36:05 +08:00
luowei
1b9e428782
delete charge_ok pin's scanning for external gpio
2010-09-10 11:17:39 +08:00
lyx
ae0099f800
spi:modify spi drivers, add wait_busy after write
2010-09-09 18:23:29 -07:00
lhh
0c92d34572
Merge branch 'develop' of lhh@10.10.10.201:/home/rockchip/rk2818/kernel into develop
2010-09-09 22:26:45 +08:00
lhh
f32db7c9e8
it50 bt io change
2010-09-09 22:26:23 +08:00
luowei
5a0e95e110
add suspend and resume support for fpga
2010-09-09 20:06:52 +08:00
lyx
9153810215
spi: improve spi driver
2010-09-09 03:32:28 -07:00
swj
2a3855d129
modified t50 adckey
2010-09-09 02:35:56 -07:00
lhh
ee002bb9e0
it50 backlight high
2010-09-09 15:51:39 +08:00