Skip to content

Instantly share code, notes, and snippets.

On branch g3
Changes not staged for commit:
(use "git add <file>..." to update what will be committed)
(use "git checkout -- <file>..." to discard changes in working directory)
modified: arch/arm/include/asm/arch_timer.h
modified: arch/arm/include/asm/atomic.h
modified: arch/arm/include/asm/cacheflush.h
modified: arch/arm/include/asm/hwcap.h
modified: arch/arm/include/asm/page.h
On branch g3
Changes not staged for commit:
(use "git add <file>..." to update what will be committed)
(use "git checkout -- <file>..." to discard changes in working directory)
modified: arch/arm/include/asm/arch_timer.h
modified: arch/arm/include/asm/atomic.h
modified: arch/arm/include/asm/cacheflush.h
modified: arch/arm/include/asm/hwcap.h
modified: arch/arm/include/asm/page.h
#!/bin/bash
# Set some personalized parameters
destemail="[email protected]"
sourcedir=$HOME/cm
tempdir=$sourcedir/tempdir
export USE_CCACHE=1
export USE_PREBUILT_CACHE=1
export CCACHE_DIR=/opt/ccache
export OUT_DIR_COMMON_BASE=/opt/out
#!/bin/bash
cmversion=12.1
twrpversion=5.1
tags='+(linaro|twrp)'
shopt -s extglob
while [ $# -gt 0 ]; do
case $1 in
careful) set -e;;
commit 839dbe165814c7fa486cf3670c07f1f9b258d68d
Author: Tom Marshall <[email protected]>
Date: Wed Aug 20 09:54:18 2014 -0700
misc: Import pristine D850 V10d source
* LGE package version: LGD850_G3_KitKat_V10d
* CAF tag: AU_LINUX_ANDROID_LNX.LA.3.5.1.04.04.02.032.082
AndroidKernel.mk | 73 +-
commit 839dbe165814c7fa486cf3670c07f1f9b258d68d
Author: Tom Marshall <[email protected]>
Date: Wed Aug 20 09:54:18 2014 -0700
misc: Import pristine D850 V10d source
* LGE package version: LGD850_G3_KitKat_V10d
* CAF tag: AU_LINUX_ANDROID_LNX.LA.3.5.1.04.04.02.032.082
AndroidKernel.mk | 73 +-
@invisiblek
invisiblek / -
Last active August 29, 2015 14:21
On branch vk810lp
Changes not staged for commit:
(use "git add/rm <file>..." to update what will be committed)
(use "git checkout -- <file>..." to discard changes in working directory)
modified: AndroidKernel.mk
modified: Makefile
modified: arch/arm/Kconfig
modified: arch/arm/Makefile
modified: arch/arm/configs/msm8974_defconfig
On branch vk810lp
Changes not staged for commit:
(use "git add/rm <file>..." to update what will be committed)
(use "git checkout -- <file>..." to discard changes in working directory)
modified: AndroidKernel.mk
modified: Makefile
modified: arch/arm/Kconfig
modified: arch/arm/Makefile
modified: arch/arm/configs/msm8974_defconfig
#!/bin/bash
# ================= NO CHANGE NEEDED BELOW! =====================
usage() {
usagestr=$(cat <<EOF
Usage: tuxera_update.sh [OPTION...]
This script only assembles the kernel headers package
(kheaders.tar.bz2) by default. Use -a to invoke Autobuild.
diff --git a/drivers/power/bq24296_charger.c b/drivers/power/bq24296_charger.c
index cf0d890..ea8ea78 100644
--- a/drivers/power/bq24296_charger.c
+++ b/drivers/power/bq24296_charger.c
@@ -38,7 +38,7 @@
#include <linux/reboot.h>
#include <linux/switch.h>
#include <linux/qpnp-misc.h>
-#if defined(CONFIG_SUPPORT_PHIHONG)
+#if defined(CONFIG_LGE_PM_CHARGING_SUPPORT_PHIHONG)