1. 23 8月, 2020 1 次提交
  2. 22 8月, 2020 1 次提交
  3. 13 8月, 2020 1 次提交
  4. 04 8月, 2020 1 次提交
    • L
      Added E2Proc Module. · 548c4497
      Leandro Tavares de Melo 提交于
      This funcionality already exist in private dvb-hisi module (for tuners), so only will compile if not exist dvb-hisi module.
      548c4497
  5. 30 7月, 2020 1 次提交
  6. 25 7月, 2020 1 次提交
  7. 17 7月, 2020 1 次提交
    • L
      [E2D] Atto Fixes for SoC Hi3798Cv200 / Hi3798Mv200. · 20f533aa
      Leandro Tavares de Melo 提交于
      [ADDED] Missing Files.
      [ADDED] Some Kernel Modules.
      [ADDED] Atto DVB Tuners.
      [ADDED] Atto RC support of models Pixel, Pixel Premium and Turing.
      [ADDED] Atto RC WakeUp Support.
      [ADDED] Descrambler Proc Support: /proc/msp/demux_key
      [FIXED] Compilation for SoC Hi3798Cv200 / Hi3798Mv200.
      [FIXED] I2C GPIO Support for Hi3798Mv200.
      [FIXED] Correct GPU Driver for Hi3798Cv200 / Hi3798Mv200.
      [FIXED] Demux on dvb-core for Compatibility with Enigma2.
      [FIXED] USB 3.0 Warnings.
      [FIXED] FUSE to Support 12MB of Data Transfer.
      [FIXED] Bluetooth Controllers Connect.
      [FIXED] Config Size of CFG_HI_HD0_FB_VRAM_SIZE / CFG_HI_SD0_FB_VRAM_SIZE.
      [FIXED] HI_AO Errors in BOOT.
      
      Example:
      
      [01:44:49:241 ERROR-HI_AO]:AO_SND_SetVolume[1485]:NULL pointer
      [01:44:49:248 ERROR-HI_AO]:AO_SND_SetVolume[1485]:NULL pointer
      [01:44:49:255 ERROR-HI_AO]:AO_SND_SetVolume[1485]:NULL pointer
      [01:44:49:263 ERROR-HI_AO]:AO_SND_SetVolume[1485]:NULL pointer
      [01:44:49:270 ERROR-HI_AO]:AO_SND_SetMute[1291]:NULL pointer
      20f533aa
  8. 11 3月, 2019 3 次提交
  9. 10 3月, 2019 1 次提交
  10. 13 10月, 2017 1 次提交
  11. 11 10月, 2017 1 次提交
  12. 10 10月, 2017 1 次提交
  13. 28 9月, 2017 9 次提交
  14. 27 9月, 2017 6 次提交
    • A
      drivers/msp: delete unneeded code · b3868e65
      Alex Elder 提交于
      A few more symbols are not defined for Poplar, and as a result,
      blocks of code and/or entire files can just be removed.
      Signed-off-by: NAlex Elder <elder@linaro.org>
      b3868e65
    • A
      drivers/msp/base: CA_FRAMEWORK_V100_SUPPORT is set · 1a95dbbf
      Alex Elder 提交于
      In "drivers/msp/base/Makefile", CA_FRAMEWORK_V100_SUPPORT is set
      to be define for builds unconditionally.  Delete the two spots of
      code that are present when that is *not* defined, and eliminate
      the defintion from the Makefile.  A corresponding header can be
      deleted as a result.
      Signed-off-by: NAlex Elder <elder@linaro.org>
      1a95dbbf
    • A
      drivers/msp/vo: get rid of some essentially empty files · 6956157f
      Alex Elder 提交于
      A number of files have become essentially empty, containing no code
      and possibly consisting only of #includes of other files.  Delete
      the files that aren't needed.  In a couple cases, ensure the deleted
      files are no longer used in an #include.
      Signed-off-by: NAlex Elder <elder@linaro.org>
      					    `
      6956157f
    • A
      drivers: get rid of more __cplusplus #ifdef's · bf7e4bbe
      Alex Elder 提交于
      We currently aren't providing a formal user space API for the
      HiSilicon code.  It's likely that header files found under
      drivers/sdk are at least part of that, but at some point we need to
      do a better job of really exposing the interface shared between the
      kernel and user space.
      
      Until we have that, there's no reason to protect against compilation
      by a C++ compiler, certainly in header files not clearly meant to be
      exported there.
      
      So get rid of these "ifdef __cpluplus" blocks at the beginning and
      end of C source files that contain them.
      Signed-off-by: NAlex Elder <elder@linaro.org>
      bf7e4bbe
    • A
      drivers: get rid of __cplusplus #ifdef's · 403d1909
      Alex Elder 提交于
      There is a coding idiom used to support C++ compilers parsing C code
      (including header files) that changes some details affecting linkage
      of symbols found within the affected file.
      
      Basically no kernel C code uses this.  The kernel is compiled with the
      C compiler, not C++.  And until we have an header file in the kernel
      source that's exported to user space, there's no reason to protect
      against compilation by a C++ compiler.
      
      So get rid of these "ifdef __cpluplus" blocks at the beginning and
      end of C source files that contain them.
      Signed-off-by: NAlex Elder <elder@linaro.org>
      403d1909
    • A
      drivers/msp/include: delete some unused symbols · 54b082c5
      Alex Elder 提交于
      Delete a sort of unrelated set definitions for symbols that are
      never used in the kernel code.
      Signed-off-by: NAlex Elder <elder@linaro.org>
      54b082c5
  15. 25 9月, 2017 11 次提交