Markinus
d929bed06c
camera: added desire autofocus stuff, is working now with the enabled 720p code. Increased clock for higher frame rates.
2010-11-11 18:12:44 +01:00
rajkosto
fb517c3008
nand driver cleanup and new yaffs version
2010-11-10 15:21:42 +01:00
Markinus
7d8b0f7344
htcleo: enabled 720p camera
...
Some identification is missed, have to find it. if I create the devices with node 0, then the driver will have 1. If I do 1 the driver will have 0 . . argh. But do simple a link from 0 ->1 and then it works.
ln -s /dev/msm_camera/control0 /dev/msm_camera/control1
ln -s /dev/msm_camera/frame0 /dev/msm_camera/frame1
ln -s /dev/msm_camera/config0 /dev/msm_camera/config1
2010-11-09 18:42:56 +01:00
Markinus
d3740f8695
htcleo: add support for rmnet as module
2010-11-08 20:15:38 +01:00
Markinus
9125bbc537
htcleo: fixed disabled 5MPCamera with last commit
...
The files from evo and desire need other sysfs directories, now both are created
2010-11-08 18:01:09 +01:00
Markinus
f5fa5813c0
htcleo: add missing sys interfaces in camera driver
...
This interfaces are using from Evos libs
2010-11-07 23:52:03 +01:00
Markinus
b47e674409
Merge branch 'master' of gitorious.org:linux-on-wince-htc/linux_on_wince_htc
2010-11-05 12:16:14 +01:00
Markinus
83f65b4212
cpu: Added interactive governor
2010-11-05 12:15:26 +01:00
LeTama
bb612364fc
battery driver: reduce dmesg verbosity for normal use
2010-11-05 11:45:13 +01:00
Markinus
3cdd43b0d4
Revert "go back to using google's version of yaffs for higher stability"
...
This reverts commit e97d7c88a7566b17912d82e115f02e6fab11699e.
2010-11-04 21:55:11 +01:00
Markinus
a3cc6a6a9d
Merge branch 'master' of git://gitorious.org/~rajkosto/linux-on-wince-htc/rajko-linux_on_wince_htc
2010-11-04 21:51:42 +01:00
rajkosto
e4b408efab
silly htc, you shouldn't use dma_sync_single on dma mapped PAGES
2010-11-04 19:36:01 +01:00
Jon Benson
375f6355e6
Applied patch for ppp driver. See http://docs.openmoko.org/trac/ticket/2212
2010-11-04 19:27:03 +01:00
Markinus
ec2505f81c
htcleo: changed the LS polling to 5s. Liblights is using now internal mictop bl.
...
The polling every second for backlight is much for the bus, so it's better to use the internal autobl functionality.
The 5s is enough for other lightsensor applications.
2010-11-04 18:50:10 +01:00
Markinus
76df0ff485
htcleo: fixed small BL settings for no sense builds and autobl rights
2010-11-04 18:49:09 +01:00
rajkosto
e97d7c88a7
go back to using google's version of yaffs for higher stability
2010-11-03 22:24:52 +01:00
LeTama
e7a2876f71
htcleo: change himem/lomem repartition to have more low memory
...
Experimental, it seems to improve out of memory errors in smd_tty and other locations
2010-10-29 14:00:28 +02:00
LeTama
1b31881d1f
htcleo: fix htcleo_defconfig to match kernel Kconfig
...
For the record, previous values come from supersonic kernel which is also broken.
2010-10-29 12:21:13 +02:00
Markinus
2f21512855
Revert "Revert "htcleo: some cleanups and improvements in the config""
...
This reverts commit 7b29bc35b25672f953e7a11cc75d1eadd9841cf3.
2010-10-27 21:23:15 +02:00
Markinus
d28b1aa6d6
htcleo: fixed USB charging problems in some configurations and cleanups
2010-10-27 21:20:30 +02:00
Markinus
7b29bc35b2
Revert "htcleo: some cleanups and improvements in the config"
...
This reverts commit 781d1ad789aae0adbf66e65d8f36b79f2ed3b97f.
2010-10-27 17:07:36 +02:00
Markinus
f18d178b03
htcleo: add missing file in last commit
2010-10-26 21:25:05 +02:00
Markinus
53a7287c1b
htcleo: add new battery temperature table
...
This table is not absolutly exact, but good
2010-10-26 20:40:02 +02:00
Markinus
55ca1d277a
htcleo: add new battery driver
...
This driver is comming from desire hd and is modificated for htcleo
2010-10-26 17:41:48 +02:00
LeTama
dbd408efab
Audio stuttering fix, credits to Darkstone
2010-10-25 21:23:23 +02:00
Markinus
26386dbf81
htcleo: cleanups and fixes for battery and power
...
- Correct cable detection on boot with cable in
- Removed battery disabling code, this isn't working with our device
- Add Full Battery Calibration, if Battery > 95% and charging <5mA we set it to 100% (fix for nand 100% problems)
- Removed some not used code
Importand: It's in this step for standard battery only, support in next step.
2010-10-25 01:16:35 +02:00
LeTama
dc353d939b
htcleo: add support for specific acdb file
2010-10-21 19:12:21 +02:00
LeTama
61d0b1cffd
Revert "htcleo: add yaffs driver in kernel"
...
Options YAFFS_DISABLE_TAGS_ECC and DISABLE_BLOCK_REFRESHING must be set to 'y'.
YAFFS_FS as 'y' is still dangerous for non-magldr users
This reverts commit 107e05ec286b81ddd971ff908d556b25c082aa44.
2010-10-18 21:04:05 +02:00
Markinus
49a440240c
htcleo: reenabled hw init for mdp
2010-10-17 18:48:14 +02:00
Markinus
5dd534b1f6
htcleo: the next bsod fix. I hope it's the last one
2010-10-17 18:18:04 +02:00
Markinus
76c611e357
camera: replaced the s5k3e2fx with desire one
...
I had to take the autofocus funktion from evo kernel
2010-10-17 16:03:04 +02:00
Markinus
57314174d4
htcleo: fix for random TS freeze
...
Incresed the pull up resistor for the TS irq GPIO pin
2010-10-17 14:07:40 +02:00
Markinus
e67c2f4d19
htcleo: add missed switch
2010-10-17 00:23:00 +02:00
Markinus
8097c2c467
htcleo: add missing file in commit
2010-10-16 23:18:44 +02:00
Markinus
d19ef47587
htcleo: some improvements for the touchscreen
...
The speed should be now better
2010-10-16 23:15:10 +02:00
Markinus
c238362820
camera: merged s5k3e2fx driver with some stuff from desire
...
Now 5MP Camera works, add early suspend and some other stuff
Thx to arva for the sysfs tip!
2010-10-16 20:52:02 +02:00
Markinus
d043360be0
Revert "add sysfs interface to camera driver to enable 5 MP"
...
Reverted because I merged some other stuff from this driver too, like early suspend
This reverts commit 90c492afd968c2c70045752e1ee8a6a2e7eca17d.
2010-10-16 20:50:54 +02:00
LeTama
90c492afd9
add sysfs interface to camera driver to enable 5 MP
...
Credits to Arva
2010-10-16 19:58:47 +02:00
rajkosto
12fd0c3638
htcleo: avoid divide by zero on len=0 ooblen=0 in nand driver
2010-10-16 18:56:31 +02:00
Markinus
583d8a2c82
htcleo: store brightness in the led driver
2010-10-16 13:35:48 +02:00
Markinus
e83bba8764
htcleo: some cleanups in the keypad led driver
2010-10-16 13:25:23 +02:00
Markinus
28b2881942
htcleo: some cleanups for backlight driver
2010-10-16 13:07:06 +02:00
Markinus
1275428c96
htcleo: Reverted the last commit, the interface is pushed in with the commit before it
...
Revert "htcleo: add sysfs microp auto backlight interface"
This reverts commit 3995d03e1cf02ec26fe578b90f5c1293fde02ccb.
2010-10-16 10:50:05 +02:00
Markinus
3995d03e1c
htcleo: add sysfs microp auto backlight interface
...
With /sys/devices/platform/htcleo-backlight/auto_bl can it be enabled/disabled (1/0)
2010-10-16 01:26:12 +02:00
Markinus
ecba5ca2dc
htcleo: add interface for microps autobacklight functionality
2010-10-15 23:47:49 +02:00
Markinus
2e7b49e61b
htcleo: add a bit more stable lightsensor steps
...
Credits to Curious
2010-10-15 23:45:40 +02:00
Markinus
107e05ec28
htcleo: add yaffs driver in kernel
...
Used same options as other devices
2010-10-15 21:25:37 +02:00
Markinus
b62e71c35a
htcleo: fixed wrong rpc fix for haret boot
2010-10-15 16:34:27 +02:00
Markinus
3ae4c93cd7
htcleo: add new lighsensor steps
...
Credits to Curious
2010-10-15 12:35:45 +02:00
Markinus
586b858b58
htcleo: Fix for premature flash
...
Credits to mdebeljuh
2010-10-15 12:33:28 +02:00