GithubHelp home page GithubHelp logo

nofearnohappy / kernel_6.0_hermes Goto Github PK

View Code? Open in Web Editor NEW
25.0 25.0 33.0 141.5 MB

Makefile 0.30% C 95.48% Assembly 1.84% C++ 1.65% Objective-C 0.55% Shell 0.03% Perl 0.07% Awk 0.01% Python 0.02% GDB 0.01% Batchfile 0.01% Yacc 0.02% Lex 0.01% M4 0.01% UnrealScript 0.01% Scilab 0.01% ASP 0.01% XS 0.01% Roff 0.01% Perl 6 0.01%

kernel_6.0_hermes's People

Contributors

anomalchik avatar nofearnohappy avatar residentp avatar supersonicninja avatar wasd-- avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

kernel_6.0_hermes's Issues

build faild

/root/kernel/kernel-3.10/scripts/drvgen/drvgen.mk:188: warning: overriding recipe for target '/root/kernel/kernel-3.10/drivers/misc/mediatek/mach/mt6795/hermes/dct/dct/cust_adc.dtsi'
/root/kernel/kernel-3.10/scripts/drvgen/drvgen.mk:168: warning: ignoring old recipe for target '/root/kernel/kernel-3.10/drivers/misc/mediatek/mach/mt6795/hermes/dct/dct/cust_adc.dtsi'
/root/kernel/kernel-3.10/tools/dct/DrvGen: 1: /root/kernel/kernel-3.10/tools/dct/DrvGen: Syntax error: "(" unexpected
/root/kernel/kernel-3.10/scripts/drvgen/drvgen.mk:100: recipe for target '/root/kernel/kernel-3.10/drivers/misc/mediatek/mach/mt6795/hermes/dct/dct/inc/cust_kpd.h' failed
make: *** [/root/kernel/kernel-3.10/drivers/misc/mediatek/mach/mt6795/hermes/dct/dct/inc/cust_kpd.h] Error 2

Bugs

Don't work: / Не работает:

  • MAGNETOMETER AKM09911_NEW
  • MAGNETOMETER YAS537
  • IR Blaster

Other bugs: / Прочие баги:

  • Charger (CW2015) - battery level mismatch the validity / уровень батареи не соответсвует реальным значениям.
  • ALSPS (LT559) - Big noises for als and ps / Шумы у датчика света\уха.
  • AAL - Wrong brightness control / Вообще пургу несет .
  • LCM - Error messages, but everything works / Пишет ошибки в логах, но там все нормально.

Way to make 2.2 Ghz available and effects

First of all sorry for unproper use of issue section, because i want to suggest already a solution.

Instead of change the dvfs table for cpu_level_1 is better to make the script detect the CPU_LEVEL_2 for just a reason: all other related script of PLL and temperature are activated as programmed for that frequence.
I was experimenting some overheat, cpu costantly at 48-50°. With this solution you can feel the back of the smartphone cooler.

Plus this gives a little boost in benchmark, tried 2 times the test to be sure:
Before:
screenshot_20161102-200901
After:
screenshot_20161102-213152

The commit is registered here:

Pesach85@ea51520

solve the problem on sigcontext.h

hi, I was getting errors on sigcontext.h but I fixed it by adding this:

#define _UAPI__ASM_SIGCONTEXT_H

#ifdef CONFIG_64BIT
#include <linux/types.h>

...

#else /* CONFIG_64BIT */

/*

  • Signal context structure - contains all info to do with the state
  • before the signal handler was invoked. Note: only add new entries
  • to the end of the structure.
    /
    struct sigcontext {
    unsigned long trap_no;
    unsigned long error_code;
    unsigned long oldmask;
    unsigned long arm_r0;
    unsigned long arm_r1;
    unsigned long arm_r2;
    unsigned long arm_r3;
    unsigned long arm_r4;
    unsigned long arm_r5;
    unsigned long arm_r6;
    unsigned long arm_r7;
    unsigned long arm_r8;
    unsigned long arm_r9;
    unsigned long arm_r10;
    unsigned long arm_fp;
    unsigned long arm_ip;
    unsigned long arm_sp;
    unsigned long arm_lr;
    unsigned long arm_pc;
    unsigned long arm_cpsr;
    unsigned long fault_address;
    };
    #endif /
    CONFIG_64BIT */

I see this from this git:

https://github.com/WisniaPL/LeEco-Le1S-Kernel/blob/master/arch/arm64/include/uapi/asm/sigcontext.h

Question about imgsensor commit

What have you modified in the rom to make it work alright and no rotated? I've tried to copy the libcam libs from your aosp with this commit in it but I just got a bootloop without any specific reasons in logcat

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.