-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Slew full of pull #2
Open
Snuzzo
wants to merge
111
commits into
shrike1978:ics
Choose a base branch
from
Snuzzo:shrike
base: ics
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains 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
Change-Id: I0376c837d0c95dda562b0118f4fa0a1c9844a015
sense sets unlock to 2 when the screen is unblanked, AOSP sets it to 1. Force the driver to recalibrate after it has been initialized and whenever it resumes. Change-Id: Ib3ec261813acc2527b4f6a840b220408ad3a8b42
…abled perflock
…THANKS WILDSTANG83
Optimized defaults for slower cpu freqwuency ramping. May give better battery.
May give better battery performance.
Enable KSM
Based off conservative, it has a higher ramp rate although not quite as high as on demand. Brought in the sleep routines similar to Wheatley.
These changes are required to compile successfully with gcc version 4.6. The -Wno-address option is applied to some files to bypass a warning triggered by an rcu macro. The warning is fixed cleanly upstream, but that fix is too risky to backport, so it is better to just silence it this way. Conflicts: net/netfilter/xt_qtaguid.c
the high resolution atmel touch driver (atmel_224e). Modified for ICS by dsb9938. Modified for use with old himax
control interface uses Android kernel's unique early suspend / lat resume interface. While screen is on, file sync is disabled when screen is off, a file sync is called to flush all outstanding writes and restore file sync operation as normal. Signed-off-by: Paul Reioux <[email protected]>
based of Matt Evans's PPC64 implementation. The compiler generates ARM instructions but interworking is supported for Thumb2 kernels. Supports both little and big endian. Unaligned loads are emitted for ARMv6+. Not all the BPF opcodes that deal with ancillary data are supported. The scratch memory of the filter lives on the stack. Hardware integer division is used if it is available. Enabled in the same way as for x86-64 and PPC64: echo 1 > /proc/sys/net/core/bpf_jit_enable A value greater than 1 enables opcode output. Signed-off-by: Mircea Gherzan <mgherzan@xxxxxxxxx> --- Changes in v7: * fix the intruction generation for LDX_MSH, OR_X, LSH_K, RSH_K and JMP_JA * fix the condition for saving the A register * use fls() instead of the compiler builtin * punt to the interpreter on absolute loads with K < 0 * check for invalid data references * support the NEG opcode * clear X in the prologue based on a context flag * simplify the conditional jumps Changes in v6: * fix the code generation for the ANC_CPU opcode Changes in v5: * replace SEEN_LEN with SEEN_SKB * set ctx->seen when handling some ancillary data opcodes Changes in v4: * first check if the JIT compiler is enabled * fix the code generation for the LDX_MSH opcode Changes in v3: * no longer depend on EABI and !Thumb2 * add BLX "emulation" for ARMv4 without Thumb * use the integer divide instruction on Cortex-A15 * fix the handling of the DIV_K opcode * use a C wrapper for __aeabi_uidiv * fix the generation of the epilogue (non-FP case) Changes in v2: * enable the compiler only for ARMv5+ because of the BLX instruction * use the same comparison for the ARM version checks * use misaligned accesses on ARMv6 * fix the SEEN_MEM * fix the mem_words_used()
Sweep2wake disabled Dynamic Fsync enabled
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Pick in what you would like my friend.
For ARM-EABI-4.6 compiling bring these in
Snuzzo@9d2caf2
Snuzzo@5b9a364
Snuzzo@b2da7dd
Snuzzo@60de491