From d92ea704d8d56f603facab8271408e4595ed8b04 Mon Sep 17 00:00:00 2001 From: Colin Cross Date: Fri, 7 Oct 2011 18:47:07 -0700 Subject: tuna: enable off mode based on property If property persist.sys.tuna.off_mode is 1, enable off mode. To enable off mode: adb root adb shell setprop persist.sys.tuna.off_mode 1 Change-Id: I01ce285dd2bd42b41b0432e142a6d63442ca7479 --- init.tuna.rc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/init.tuna.rc b/init.tuna.rc index 5a071d3..d3bb9cf 100755 --- a/init.tuna.rc +++ b/init.tuna.rc @@ -100,6 +100,9 @@ on fs chmod 0660 /sys/bus/usb/devices/usb1/power/control chown radio radio /sys/bus/usb/devices/usb1/power/control +on property:persist.sys.tuna.off_mode=* + write /d/pm_debug/enable_off_mode $persist.sys.tuna.off_mode + service fRom /system/bin/fRom \ -x /data/misc/camera/R5_MVEN003_LD2_ND0_IR0_SH0_FL1_SVEN003_DCCID1044 \ -d /dev/mtd/mtd0 -- cgit v1.1 From 5d58dac8158a896b4b6202fff67f3f6eedd70a90 Mon Sep 17 00:00:00 2001 From: Colin Cross Date: Sun, 9 Oct 2011 13:35:17 -0700 Subject: Updated kernel prebuilt ffc2b67 ASoC: Tuna: Enable/disable TWL6040 external 32kHz clock 8e59ea2 OMAP4: tuna: Add CLK32KAUDIO supply for TWL6040 e6df33d ARM: omap4: tuna: hold clk32kaudio for BT b170253 ARM: omap: tuna: enable/disable clk32kaudio for wlan b687b8f Merge branch 'android-omap-3.0' into android-omap-tuna-3.0 790a509 Merge branch 'android-3.0' into android-omap-3.0 1cd3de1 Merge branch 'linux-omap-3.0' into android-omap-3.0 4e93124 regulator: TWL6030: add clk32kaudio as regulator 9cbcbe7 usb: core: respect the NO_RESET_RESUME quirk bc90e68 usb: ehci: omap4xx: re-enumeration workaround refined f034a16 usb: ehci-omap: implement ulpi helpers 8493beb netfilter: xt_qtaguid: fix crash on ctrl delete command 1c7f07e ASoC: ABE HAL: Use second-order filter for DL2EQ 450Hz HP profile 3bc18c7 bridge: Have tx_bytes count headers like rx_bytes. Change-Id: I25a535c2435018bab93a23f7dbabde9edc49eb85 --- kernel | Bin 3789224 -> 3790148 bytes 1 file changed, 0 insertions(+), 0 deletions(-) diff --git a/kernel b/kernel index 5503c3c..096b043 100644 Binary files a/kernel and b/kernel differ -- cgit v1.1 From 1798fb2d2717d4aaae089bbd301228e9b62b5901 Mon Sep 17 00:00:00 2001 From: Erik Gilling Date: Mon, 10 Oct 2011 13:34:03 -0700 Subject: new kernel prebuilt includes: 23506ba Merge branch 'android-omap-3.0' into android-omap-tuna-3.0 513de6f Merge branch 'linux-omap-3.0' into android-omap-3.0 ca39a04 gpu: pvr: Update to DDK 1.8@295945 eaa8d0e ARM: omap4: tuna: change adc range of 3 way buttons. 56670ae OMAP4: temp_sensor: Update T_SHUT temperature value to 110C d48af24 mfd: twl6030 madc: disable when not in use 2cfe356 ARM: omap4: tuna: Add support for POGO detection Change-Id: I627dbd951d6247b5c04e853dc42d6ec453db0c4f Signed-off-by: Erik Gilling --- kernel | Bin 3790148 -> 3790932 bytes 1 file changed, 0 insertions(+), 0 deletions(-) diff --git a/kernel b/kernel index 096b043..37db069 100644 Binary files a/kernel and b/kernel differ -- cgit v1.1 From d0e7ce35b64422f9bd14f1d83d43d68a41d6bdfd Mon Sep 17 00:00:00 2001 From: Iliyan Malchev Date: Wed, 30 Nov 2011 14:24:50 -0800 Subject: tuna: update prebuilt kernel b1771ff Merge branch 'android-omap-3.0' into android-omap-tuna-3.0 e4938a8 Merge branch 'linux-omap-3.0' into android-omap-3.0 7b50aca Merge branch 'android-3.0' into android-omap-3.0 813f48a gpu: pvr: Update to DDK 1.8@782952 05647ea OMAP3: PM: Fix compile after gpio wakeup API change cc4df7c ARM: omap: gpio: fix external abort when trying to read unclocked register dc3293b ASoC: DSP: dynamic PCM error handling improvements 5b71b92 ASoC: McPDM: Deactivate DAI and return error code d4fc7f8 usb: host: fix usb enumuration fails forever 0b0968ca misc: modem_if: modemctl: Change CP PowerOn sequence 1974665 maguro: modem_if: Change pin mux for CP_ON gpio e0de0a5 usb: gadget: android: Cancel pending ctrlrequest before disabling b86fd0b ARM: idle: call idle notifiers before stopping nohz tick 76d38d4 misc: modem_if: modectl: Send CP CRASH event only in ONLINE mode for link driver 6a4a385 usb: gadget: android: Reset next_string_id before enable Change-Id: I3f86393358449da8d25a9f941154147621948e83 Signed-off-by: Iliyan Malchev --- kernel | Bin 3873500 -> 3873944 bytes 1 file changed, 0 insertions(+), 0 deletions(-) diff --git a/kernel b/kernel index 11ca944..a1212a8 100644 Binary files a/kernel and b/kernel differ -- cgit v1.1 From 8d2a2d2a8faed15aa293f5f879d3b5159684db59 Mon Sep 17 00:00:00 2001 From: Todd Poynor Date: Sat, 10 Dec 2011 12:49:56 -0800 Subject: tuna: prebuilt kernel 239904e OMAP4: tuna: Mask all twl6030 charge control IRQs except VBUS_DET Change-Id: I9c86c70473013bf547f414e04a20acd4a32191c2 Signed-off-by: Todd Poynor --- kernel | Bin 3915756 -> 3915728 bytes 1 file changed, 0 insertions(+), 0 deletions(-) diff --git a/kernel b/kernel index 4126d33..e1c2340 100644 Binary files a/kernel and b/kernel differ -- cgit v1.1