275 Commits

Author SHA1 Message Date
Steve Kondik
c8cec4c0c1 cpufreq: interactive: Fix potential division by zero 2010-11-18 12:25:44 +11:00
Shubhraprakash Das
c69e698fff msm_kgsl: Optimize TLB flushing
Only flush TLB when it is absolutely nessasary as opposed to
flushing it on every map and unmap
2010-11-18 12:22:31 +11:00
Jordan Crouse
9e3544077c msm_kgsl: Move kgsl_sharedmem_init to module load
kgsl_sharedmem_init/kgsl_sharedmem_close only need to be called once,
so move them to the the module load and close functions so they can be
available through the life of the module.
2010-11-18 12:22:14 +11:00
Jon Benson
30d2ca1d5e Removed overclocked bootup, this time I edited the right spot! 2010-11-17 23:31:07 +11:00
Jon Benson
6278876f4d Revert "Removed overclocked boot since some phones won't handle it." since I edited the wrong bit!
This reverts commit e937051dafe51bfad88e9e3eb7f0c9d754467ffc.
2010-11-17 23:29:45 +11:00
Jon Benson
e937051daf Removed overclocked boot since some phones won't handle it. 2010-11-17 22:45:55 +11:00
Jon Benson
aced6aebc2 g-sensor workaround by mdebeljuh & jdivic (http://forum.xda-developers.com/showthread.php?p=9208297#post9208297) 2010-11-17 19:42:50 +11:00
Jon Benson
bcfc153b4e Merge branch 'master' of git://gitorious.org/linux-on-wince-htc/linux_on_wince_htc 2010-11-17 18:57:36 +11:00
Jon Benson
506ba3dfe4 Corrected Kconfig information to match changes I made to overclocking 2010-11-17 18:56:36 +11:00
Eran
fc0156bf88 Add smartass governor 2010-11-17 18:35:24 +11:00
Jon Benson
19867bdf03 Added sysfs interface for undervolting based on information from here:
http://forum.xda-developers.com/showthread.php?t=821372

See the thread for information on how to use it.
2010-11-17 18:20:25 +11:00
Markinus
31bc15c159 htcleo: fixed USB charging problems in some configurations and cleanups 2010-11-15 16:23:26 +01:00
Markinus
044ee667e9 htcleo: readded the new battery driver after recheck
For most people the driver works good. I checked the coefficients and the pd_m for the 1230 Battery is correct, so the voltage calculating is ok.
We need a other test to check the pd_t value for the voltage temperatur correction. Still no battery detection. Wince can detect it, we have to find out how this works.
2010-11-14 23:58:20 +01:00
Markinus
3a4df97971 htcleo: removed the fix firmware in kgsl 3d driver. We can use now the yamato_xxx.fw files.
Revert "htcleo: fix hw3d hardcoding firmware in kernel"

This reverts commit d3a4673828a030e6f2f3848ae54f4580d762a4e1.
2010-11-14 19:54:46 +01:00
Markinus
0eba6e9d4d htcleo: Back to our old battery driver. We have to find some stuff more about our battery to get it real good wrokring.
Revert "htcleo: fixed USB charging problems in some configurations and cleanups"

This reverts commit d28b1aa6d6f204a9184c06631228241593960a39.

Conflicts:

	arch/arm/mach-msm/board-htcleo.c
2010-11-14 18:26:50 +01:00
Markinus
d71283a773 Revert "htcleo: add new battery driver"
This reverts commit 55ca1d277a7b7a99ed02e8e14b5e36f0c5e9e86d.

Conflicts:

	arch/arm/configs/htcleo_defconfig
	arch/arm/mach-msm/board-htcleo.c
	arch/arm/mach-msm/htc_battery.c
	include/linux/ds2746_battery.h
2010-11-14 18:21:06 +01:00
Markinus
9b7f42ceee Revert "htcleo: add new battery temperature table"
This reverts commit 53a7287c1b52667b8e3f236e69e55c7b68a5373b.
2010-11-14 16:39:53 +01:00
Markinus
4d523a124b Revert "battery driver: reduce dmesg verbosity for normal use"
This reverts commit bb612364fc92222e48349530daae9b0ac69f6887.
2010-11-14 16:39:41 +01:00
Markinus
a4242d5348 htcleo: cleanups 2010-11-11 20:09:06 +01:00
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
Jon Benson
1d971023be Merge branch 'master' of git://gitorious.org/linux-on-wince-htc/linux_on_wince_htc 2010-11-10 23:56:53 +11: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
Jon Benson
914f7ce2b5 Merge branch 'master' of git://gitorious.org/linux-on-wince-htc/linux_on_wince_htc 2010-11-08 18:03:47 +11: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
Jon Benson
e1b186e332 Merge branch 'master' of git://gitorious.org/linux-on-wince-htc/linux_on_wince_htc 2010-11-07 11:15:43 +11: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
Jon Benson
5f3a06931a Added extra logging for battery driver. Probably not needed in general, but handy for figuring out extended battery support. 2010-11-01 13:25:46 +11:00
Jon Benson
42948d8a53 Fixed various compiler warnings by updating from ACE kernel source. 2010-10-30 23:29:38 +11:00
Jon Benson
877c98b9dc Patched tty_buffer.c based on ACE kernel. Will see if it helps smd_tty crash. 2010-10-30 22:21:09 +11:00
Jon Benson
034a9856f8 Applied patch for ppp driver. See http://docs.openmoko.org/trac/ticket/2212 2010-10-30 18:12:01 +11:00
Jon Benson
c0b354a7f5 Updated driver to match main tree after reverting gauner1986's changes. 2010-10-30 17:48:36 +11:00
Jon Benson
3db92cb1bf Revert "Added video driver cleanup and tweaks by gauner1986. Thanks to huanyu for isolating them."
This reverts commit 935a9ce79780605671c8a80e65a9a0dd3746081a.
2010-10-30 17:47:26 +11:00
Jon Benson
94b9f0bea1 Merge branch 'master' of git://gitorious.org/linux-on-wince-htc/linux_on_wince_htc
Conflicts:
	arch/arm/mach-msm/board-htcleo-battery.c
2010-10-30 17:31:27 +11:00
Jon Benson
de9e771437 Revert "Added extended battery support again to the newly changed battery driver by Markinus."
Removing my changes to merge the ace based driver in and see if I can change it.

This reverts commit 69d61f84337f710d30cd52021b3b002c3158aff7.
2010-10-30 14:23:42 +11:00
Jon Benson
db56b460e4 Updated wifi.mac/bt.mac patch from mdebeljuh. See http://forum.xda-developers.com/showthread.php?t=819819 2010-10-30 11:58:55 +11:00
Jon Benson
90731a9200 Revert "Updated mdebeljuh patch from http://forum.xda-developers.com/showthread.php?t=819819"
This reverts commit 5a97d475ff67e8c978fcbd72e506703b1511723c.
2010-10-30 11:58:27 +11: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