This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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: AndroidKernel.mk | |
modified: Documentation/devicetree/bindings/qdsp/msm-adsp-sensors.txt | |
modified: Documentation/devicetree/bindings/usb/msm-hsusb.txt | |
modified: Documentation/devicetree/bindings/wcnss/wcnss-wlan.txt | |
modified: Documentation/networking/ip-sysctl.txt |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
On branch g3 | |
Changes to be committed: | |
(use "git reset HEAD <file>..." to unstage) | |
modified: drivers/media/platform/msm/Kconfig | |
modified: drivers/media/platform/msm/Makefile | |
new file: drivers/media/platform/msm/camera_v2_g3/Kconfig | |
new file: drivers/media/platform/msm/camera_v2_g3/Makefile | |
new file: drivers/media/platform/msm/camera_v2_g3/camera/Makefile | |
new file: drivers/media/platform/msm/camera_v2_g3/camera/camera.c |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
AndroidKernel.mk | |
Documentation/devicetree/bindings/qdsp/msm-adsp-sensors.txt | |
Documentation/devicetree/bindings/usb/msm-hsusb.txt | |
Documentation/devicetree/bindings/wcnss/wcnss-wlan.txt | |
Documentation/networking/ip-sysctl.txt | |
Makefile | |
arch/arm/Kconfig | |
arch/arm/boot/Makefile | |
arch/arm/boot/compressed/Makefile | |
arch/arm/boot/compressed/decompress.c |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
On branch g3 | |
Changes to be committed: | |
(use "git reset HEAD <file>..." to unstage) | |
new file: arch/arm/boot/dts/lge/msm8974-g2/msm8974-b1-kr/msm8974-b1-kr-camera.dtsi | |
new file: arch/arm/boot/dts/lge/msm8974-g2/msm8974-b1-kr/msm8974-b1-kr-hdmi.dtsi | |
new file: arch/arm/boot/dts/lge/msm8974-g2/msm8974-b1-kr/msm8974-b1-kr-input.dtsi | |
new file: arch/arm/boot/dts/lge/msm8974-g2/msm8974-b1-kr/msm8974-b1-kr-lp5521.dtsi | |
new file: arch/arm/boot/dts/lge/msm8974-g2/msm8974-b1-kr/msm8974-b1-kr-misc.dtsi | |
new file: arch/arm/boot/dts/lge/msm8974-g2/msm8974-b1-kr/msm8974-b1-kr-nfc.dtsi |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
On branch g3 | |
Changes to be committed: | |
(use "git reset HEAD <file>..." to unstage) | |
new file: arch/arm/boot/dts/lge/msm8974-g2/msm8974-b1-kr/msm8974-b1-kr-camera.dtsi | |
new file: arch/arm/boot/dts/lge/msm8974-g2/msm8974-b1-kr/msm8974-b1-kr-hdmi.dtsi | |
new file: arch/arm/boot/dts/lge/msm8974-g2/msm8974-b1-kr/msm8974-b1-kr-input.dtsi | |
new file: arch/arm/boot/dts/lge/msm8974-g2/msm8974-b1-kr/msm8974-b1-kr-lp5521.dtsi | |
new file: arch/arm/boot/dts/lge/msm8974-g2/msm8974-b1-kr/msm8974-b1-kr-misc.dtsi | |
new file: arch/arm/boot/dts/lge/msm8974-g2/msm8974-b1-kr/msm8974-b1-kr-nfc.dtsi |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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/Kconfig | |
modified: arch/arm/boot/Makefile | |
modified: arch/arm/boot/compressed/Makefile | |
modified: arch/arm/boot/compressed/decompress.c | |
modified: arch/arm/boot/compressed/head.S |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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/Kconfig | |
modified: arch/arm/boot/Makefile | |
modified: arch/arm/boot/compressed/Makefile | |
modified: arch/arm/boot/compressed/decompress.c | |
modified: arch/arm/boot/compressed/head.S |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |