Skip to content
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

Up to date as of Sept 9, 2016 #2

Open
wants to merge 28 commits into
base: mm6.0
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
39ea4f2
power: Bring all CM features to 8992 PowerHAL
Apr 29, 2016
b81a642
power-8992: Fix boost and screen off params
May 5, 2016
8c8f7de
power-8992: Add prefetcher support
May 6, 2016
701c989
power: Fixup typo in 8939 cpu4 timer rate
Jun 2, 2016
bdace10
power-8952: Fix array initialization
Jun 3, 2016
c11ad4e
power: Use declared enums where possible
zwliew May 28, 2016
51fdb96
power-8992: Remove extraneous boosting
Jun 9, 2016
b9cf2db
power: msm8952: process_video_encode_hint returns void
intervigilium Jun 11, 2016
4171c6f
power-8994: Port features from msm8992
moetayuko Jun 12, 2016
deb4e91
power: msm8952: Fix previous_boost_time getting reset
zwliew Jun 21, 2016
01ed6c3
power: msm8996: Support boost and perf profile hints
zwliew Jun 21, 2016
6aa1d44
perf: Wrap v3 opcodes with ifdefs
Jun 26, 2016
76597d9
power: add support for PowerHAL in Feero
Jan 7, 2016
6c1cc85
power/8996: Disable sched grouping for flings
Jul 4, 2016
fb48ba8
power: Use ARRAY_SIZE macro where possible
zwliew Jun 26, 2016
7594943
power: Don't send obsolete DISPLAY_OFF opcode
zwliew Jun 26, 2016
af0d1a4
Remove libinit_msm
mikeNG May 8, 2016
c70f818
qcom-common: Add QC releasetools and recovery extensions
Jul 14, 2016
3e44814
power: msm8937 also uses mpctl3
rmcc Jul 15, 2016
0032e1f
power: 8937: Split from msm8952
rmcc Jul 16, 2016
cf1556b
power: 8937: All in with mpctl v3
rmcc Jul 16, 2016
4b907b6
power: 8996: Fix only sending the first pair out of every perf profile
rmcc Jul 16, 2016
b86fb68
releasetool: Add support for partition specific *.img
h2o64 Jul 16, 2016
20069a3
power: Simplify soc_id checks
zwliew Jul 19, 2016
8259b68
dtbtool: use O_TRUNC when writing to output file
M1cha Jul 16, 2016
aecd8e7
power: Simplify display_hint_sent
zwliew Jun 26, 2016
24f7325
power: Undo video decode hint for ondemand
javelinanddart Aug 1, 2016
f769523
power-8916: Simplify missed soc_id check in 9e40a0e
Alberto97 Aug 11, 2016
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion dtbtool/dtbtool.c
Original file line number Diff line number Diff line change
Expand Up @@ -923,7 +923,7 @@ int main(int argc, char **argv)

log_info("\nGenerating master DTB... ");

out_fd = open(output_file, O_WRONLY|O_CREAT, S_IRUSR|S_IWUSR);
out_fd = open(output_file, O_WRONLY|O_CREAT|O_TRUNC, S_IRUSR|S_IWUSR);
if (out_fd == -1) {
log_err("Cannot create '%s'\n", output_file);
rc = RC_ERROR;
Expand Down
29 changes: 0 additions & 29 deletions init/Android.mk

This file was deleted.

61 changes: 0 additions & 61 deletions init/init_apq8084.cpp

This file was deleted.

Loading