56 Commits

Author SHA1 Message Date
SecureCRT
1abd4f495e fs: add field to superblock to support cleancache 2012-08-20 00:51:37 +08:00
SecureCRT
e0c9143ea1 mm: cleancache core ops functions and config 2012-08-20 00:49:43 +08:00
securecrt
9c3257d859 android: logger: Allow a UID to read it's own log entries
staging: logger: hold mutex while removing reader
staging: android: logger: clarify non-update of w_off in do_write_log_from_user
staging: android: logger: clarify code in clock_interval
staging: android: logger: reorder prepare_to_wait and mutex_lock
staging: android: logger: simplify and optimize get_entry_len
staging: android: logger: Change logger_offset() from macro to function
Staging: android: fixed white spaces coding style issue in logger.c
android: logger: bump up the logger buffer sizes
2012-08-15 14:56:37 +08:00
securecrt
e20f7d7077 base: genlock: Remove genlock_release_lock and associated ioctl
base: genlock: allow synchronization with a single gralloc handle
base: genlock: remove BIT macro usage
2012-08-14 13:45:36 +08:00
SecureCRT
a19d2698cc msm: kgsl: Add ION as an external memory source
Allow ION buffers to be attached via IOCTL_KGSL_MAP_USER_MEM
2012-06-22 15:24:51 +08:00
securecrt
dcf924f072 msm: kgsl: Add a new property to IOCTL_KGSL_DEVICE_GETPROPERTY
Return the reset status of the GPU unit when
IOCTL_KGSL_DEVICE_GETPROPERTY is called with
type KGSL_PROP_GPU_RESET_STAT
2012-06-21 12:54:12 +08:00
securecrt
2f3f4d14f9 msm: kgsl: Add support for the preamble context flag
Userspace will set a flag in the context if preambles are in use. If
they are, we can safely skip save and restore commands for the
context. GMEM save/restore is still required.  To improve performance,
preamble commands are skipped when the context hasn't changed since
the last issueibcmds.

from Code Aurora
2012-06-19 14:00:07 +08:00
SecureCRT
a7c3c3727b enable the 2700mAh battery for my private use only 2012-06-02 15:35:33 +08:00
tytung
50abfc6c2d Merge pull request #4 from zeusk/ics_HWA
[KGSL] update to msm-kgsl3d0 v3.8
2012-05-13 21:49:47 -07:00
Shantanu Gupta
be86226379 [KGSL] add missing files for last commit 2012-05-14 02:47:02 +05:30
Shantanu Gupta
8afb87a6ea [KGSL] update to msm-kgsl3d0 v3.8 2012-05-14 01:49:10 +05:30
tytung
dfac1a861b Merge pull request #3 from zeusk/ics_HWA
Backport android and MSM parts from caf
2012-05-12 12:18:37 -07:00
Shantanu Gupta
daf542e57e Backport android and MSM parts from caf 2012-05-12 16:56:17 +05:30
tytung
0d06b3f2b4 drivers: staging: zram: added ZRAM support: /dev/zramX (X = 0, 1, ...). 2012-05-05 00:19:05 +08:00
Shantanu Gupta
48322595f9 [MSM] Backported a lot of stuff from 2.6.35 and 2.6.32.59 kernels, compiles and tested on device 2012-05-03 19:31:48 +05:30
tytung
57f5775c0b Added GENLOCK. 2012-05-01 14:50:48 +08:00
tytung
c6de4393cf Added the latest KGSL driver /dev/kgsl-3d0 for ICS HWA (Hardware Acceleration). (Credits to Securecrt and Rick_1995) 2012-05-01 13:12:22 +08:00
tytung
79b69f0bfb Revert "usb: gadget: Backport Android drivers from 2.6.35 for HD2 by tytung."
This reverts commit 70f8304d7ae4683734b435abeacaa069e33863c9.
2012-01-13 02:00:30 +08:00
tytung
52203a8404 Revert "USB: gadget: added f_accessory gadget driver for android USB accesories and applied all patches. (credit to tytung)"
This reverts commit 2ef9a48295955c3c44ab0b747f382636f73652c7.
2012-01-13 02:00:07 +08:00
tytung
05b17b7a29 drivers: improved the flashlight's ICS compatibility. 2012-01-08 13:20:13 +08:00
tytung
d8579fa109 drivers: cpufreq: added smartass2 governor. 2012-01-07 20:47:05 +08:00
tytung
db9b407d80 drivers: cpufreq: added InteractiveX governor. 2012-01-07 20:31:43 +08:00
tytung
88922c12f5 drivers: net: wireless: backported bcm4329 from tuna kernel 2011-12-13 01:08:16 +08:00
tytung
99dbc5c163 net: packported xt_qtaguid and xt_quota2 to support data usage. 2011-12-10 00:00:42 +08:00
tytung
df93a2fc56 mm: changed readahead values to 1024 kbytes. 2011-12-08 22:50:41 +08:00
tytung
2ef9a48295 USB: gadget: added f_accessory gadget driver for android USB accesories and applied all patches. (credit to tytung)
5d9d8625e3 and so on.
2011-11-16 00:31:12 +08:00
tytung
70f8304d7a usb: gadget: Backport Android drivers from 2.6.35 for HD2 by tytung.
Completely breaks compatibility with HTC Sense, but is needed for Android 2.3.
References:
3362439a1d
03c08c01c6
3fa64c7f7f
2011-11-15 23:13:34 +08:00
tytung
330c350fdb net: New iface_stat module to monitor persistent network stats.
Adding a new module that tracks the number of bytes/packets transfered by a network interface, even after the interface has been removed.
This is relevant to track the total data usage in mobile devices whose interfaces are added and removed quite frequently (WiFi, Bluetooth, 3G,..).

Monitoring is done only for devices that are configured with a valid IP address (check to exclude virtual/loopback/tunnel interfaces).

Change-Id: I8ac642af1990433ebd0784e8dbd72bf0714b5bf6
Signed-off-by: Ashish Sharma <ashishsharma@google.com>

Included a little modification for the out-of-date HD2 .32 kernel.
2011-11-15 23:00:32 +08:00
tytung
64b3392b72 bluetooth: updated bluetooth stack 2011-09-29 23:42:22 +08:00
tytung
92f2f11dd5 Revert "bluetooth: updated bluetooth stack"
This reverts commit eb94bc60a601ba4ad244669cdb0b6c0be95caf54.
2011-09-29 00:18:46 +08:00
tytung
6e0cc9a888 Revert "USB: gadget: f_accessory: Add new gadget driver for android USB accesories."
This reverts commit bcd275a3efcbfa17f943d5871d72881b00fb0b31.
2011-09-29 00:17:56 +08:00
tytung
bcd275a3ef USB: gadget: f_accessory: Add new gadget driver for android USB accesories. 2011-09-24 19:31:58 +08:00
tytung
6ca79cd6f1 usb: gadget: Add RNDIS (Remote Network Driver Interface Specification) for supporting native USB Tethering. 2011-08-17 23:59:31 +08:00
tytung
eb94bc60a6 bluetooth: updated bluetooth stack 2011-03-26 13:07:29 +08:00
Arne182
3cc2d57e15 Changed Voltage percentage curve and changed capacity to 2300mAh for EB 2011-03-01 22:35:03 -08:00
Arne182
fcf4ad02f1 Inital Arne's EB Support added. 2011-02-26 11:03:39 -08:00
tytung
765f3a9d95 wifi: updated WiFi driver to AOSP version to support WiFi with EAP authentication on Gingerbread.
Need Gingerbread wpa_supplicant.
2011-02-23 19:15:59 +08:00
Danijel Posilovic
0e29cb4fa1 fixed netfilter errors and missing dependencies 2011-02-16 18:43:25 +08:00
Markinus
d3034284d5 bma150: added calibration interface and fixed calibration for HD2 (the facedown problem) 2011-02-16 18:43:01 +08:00
Markinus
e165752c6f bcm4329: driver updates, fixed ts leg after resume with wlan on. 2010-12-13 11:52:25 +11:00
Jon Benson
37af65e44e EXPERIMENTAL: Initial (Alpha) support for extended battery in the new driver. USE AT YOUR OWN RISK! http://bit.ly/eDLk0g 2010-12-06 16:32:44 +11:00
Eran
fc0156bf88 Add smartass governor 2010-11-17 18:35:24 +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
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
Jon Benson
8b9490b745 Tweaked overclock code and 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-26 18:48:47 +11:00
LeTama
dbd408efab Audio stuttering fix, credits to Darkstone 2010-10-25 21:23:23 +02:00
Jon Benson
0fdd7cede4 Added interactive governor and options for Overclocking and Undervolting. 2010-09-27 16:36:50 +10:00
Markinus
7f646a9297 htcleo: fix the gsonsor to work with the userspace from other Leo Builds The device name here was a other one as in other Leo repo. 2010-09-10 15:11:27 +02:00