Commit Graph

163 Commits

Author SHA1 Message Date
Jon Benson
a7faa8ffe6 Merge branch 'master' of git://gitorious.org/linux-on-wince-htc/linux_on_wince_htc 2010-10-13 10:54:58 +11:00
Markinus
bcbce6eff9 htcleo: for IDLE only POWER_COLLAPSE 2010-10-12 22:11:43 +02:00
Markinus
5da4cedbdc htcleo: switched to GP Timer and activated power collapse for nand
Thx to Cotulla
2010-10-12 21:46:44 +02:00
Markinus
b84778b1c8 Revert "htcleo: disable display as first to init it then completly new"
This reverts commit 5c03e5fbb0.
2010-10-12 21:45:02 +02:00
LeTama
6e05d22bb5 htcleo: fix headset button 2010-10-12 14:57:25 +02:00
LeTama
810d079c56 use pcom for clk_get and SDC1/2 clocks 2010-10-12 14:55:49 +02:00
Jon Benson
fa13bd5631 Merge branch 'master' of git://gitorious.org/linux-on-wince-htc/linux_on_wince_htc 2010-10-12 14:33:31 +11:00
Markinus
a09e4020ff htcleo: fixed headset microphone detection 2010-10-12 00:00:40 +02:00
Markinus
0e3a49a809 Revert "Fix bluetooth to support non sense android build"
With this commit there are problems with BT -> reverted

This reverts commit 5c1dc05a36.
2010-10-11 22:26:04 +02:00
Markinus
40587c0a75 htcleo: fixed lightsensors power on/off
LS and Proximity has same power GPO in microp.
2010-10-11 22:19:31 +02:00
Markinus
7f29fd2c9f htcleo: disable one wlan vreg if wlan off 2010-10-11 18:05:52 +02:00
Markinus
258ff768ca htcleo: add automatic nand boot detection over ATAG 2010-10-10 14:36:13 +02:00
Markinus
ce5f6752bf htcleo: fixed wlan problems on nand boot
We have to reset the sdc1 clock on boot.
Credits to Cotulla/LeTama
2010-10-10 12:22:25 +02:00
Markinus
c2245c074a htcleo: some camera/pmem cleanups and improvements 2010-10-09 12:37:26 +02:00
Jon Benson
4bfd3f37c2 Merge branch 'master' of git://gitorious.org/linux-on-wince-htc/linux_on_wince_htc
Conflicts:
	arch/arm/configs/htcleo_defconfig
2010-10-09 15:36:03 +11:00
Jon Benson
92a66f05fa Updated extended battery temperature handling. 2010-10-09 14:18:33 +11:00
Cass
5c1dc05a36 Fix bluetooth to support non sense android build 2010-10-08 21:03:33 +02:00
rajkosto
534941da50 enable device mapper with crypt target for froyo apps2sd 2010-10-07 23:21:19 +02:00
Markinus
5c03e5fbb0 htcleo: disable display as first to init it then completly new
Now, no bsods, but sometimes the display is going black on boot
2010-10-06 22:35:59 +02:00
Lukas-David Gorris
699bb67ed4 htcleo: update defconfig, add GNU defconfig for non-android user space 2010-10-05 16:47:17 +02:00
Lukas-David Gorris
8e1ded9931 htcleo: update Kconfig , Makefile 2010-10-05 16:46:49 +02:00
Lukas-David Gorris
62e67795d1 htcleo: add optional keypad mapping 2010-10-05 16:46:11 +02:00
Denis GNUtoo Carikli
574f071bea htcleo: add backlight driver that uses the real backlight API 2010-10-05 16:44:15 +02:00
Lukas-David Gorris
7efcb863e9 Add missing .gitignore file in kernel root 2010-10-05 15:30:07 +02:00
LeTama
011cd42e8f Fix compilation issue with google toolchain 2010-10-02 19:05:41 +02:00
LeTama
715160d753 Merge branch 'integration' 2010-10-02 15:58:47 +02:00
rajkosto
37e1662f0a remove blank page check (userland should take care of this), add checks for protected blocks 2010-10-02 15:12:37 +02:00
rajkosto
5aabf56c35 nand driver oob layout fix 2010-09-30 19:29:53 +02:00
LeTama
950c3113a2 Revert "Add yaffs as static and remove unused CONFIG_MTD_BLOCK_RO"
This reverts commit dd5eff0374.

Can't be used on sd only
2010-09-30 17:00:16 +02:00
LeTama
dd5eff0374 Add yaffs as static and remove unused CONFIG_MTD_BLOCK_RO 2010-09-30 16:50:19 +02:00
LeTama
12a238538f Revert "htcleo: partialy fix for ril on nand boot"
This reverts commit 6fada7185d.

Missing AT commands plus this one have been moved to ril wrapper library
2010-09-30 16:40:14 +02:00
Michele Primavera
fce8064242 fixs hang with phone caused by new Markinus commits 2010-09-30 13:51:09 +10:00
Jon Benson
84b300c686 Merge branch 'master' of git://gitorious.org/linux-on-wince-htc/linux_on_wince_htc 2010-09-30 11:17:36 +10:00
Jon Benson
cc563b3203 Removed compass offset hack ready to pull in Rajko's fix. 2010-09-30 11:17:07 +10:00
rajkosto
8c5e4eb32a proper compass layout
on non-blank data partitions you must do:
killall akmd
/data/misc/AK8973Prms.txt
reboot
2010-09-29 18:44:15 +02:00
Jon Benson
0321ede21f Removed arm optimizations from -O2 line as they're now added via Rajko's change. 2010-09-29 17:05:55 +10:00
Jon Benson
66cc1bbacb Revert "Wireless driver had a line trying to iterate past the end of an array. I just corrected it so it would build with optimizations."
This isn't needed with Rajko's fix.

This reverts commit 8fb8a09db8.
2010-09-29 17:05:08 +10:00
Jon Benson
c29bfbebb2 Merge branch 'master' of git://gitorious.org/~rajkosto/linux-on-wince-htc/rajko-linux_on_wince_htc 2010-09-29 17:04:02 +10:00
rajkosto
71d0534681 fix gcc compiler warning in wifi driver 2010-09-29 08:47:30 +02:00
rajkosto
1ea0811e40 specialize htcleo build for cortex a8 2010-09-29 08:44:20 +02:00
Jon Benson
2dbf06e5df Revert "Removed compass offset hack. It only "worked" if the phone was lying flat anyway, and only for some people."
Rajko assures me this works for most people, so I'll leave it until I get more feedback one way or another.

This reverts commit c60f5846d6.
2010-09-29 15:31:51 +10:00
Jon Benson
935a9ce797 Added video driver cleanup and tweaks by gauner1986. Thanks to huanyu for isolating them. 2010-09-29 15:12:34 +10:00
Jon Benson
393fef4d92 Merge branch 'master' of git://gitorious.org/linux-on-wince-htc/linux_on_wince_htc 2010-09-29 13:30:54 +10:00
Jon Benson
c60f5846d6 Removed compass offset hack. It only "worked" if the phone was lying flat anyway, and only for some people. 2010-09-29 13:26:07 +10:00
rajkosto
1351a68c6c update yaffs to latest git (required for /system on nand) 2010-09-28 21:51:55 +02:00
Jon Benson
8fb8a09db8 Wireless driver had a line trying to iterate past the end of an array. I just corrected it so it would build with optimizations.
I have no idea what, if any, consequences there may be to this.
2010-09-28 17:20:00 +10:00
Jon Benson
2dfc0915ee Added gauner1986's hack to force 802.11n support on. 2010-09-28 17:04:27 +10:00
Jon Benson
3481530a11 Minor tweaks to the overclocking code. 2010-09-28 17:01:17 +10:00
rajkosto
da14953654 more complete nand driver with mtd-utils support 2010-09-27 18:30:49 +02:00
Jon Benson
0fdd7cede4 Added interactive governor and options for Overclocking and Undervolting. 2010-09-27 16:36:50 +10:00