OSDN Git Service

Merge "soc:qcom: common_log: change PMIC dump size from 4k to 64k"
authorLinux Build Service Account <lnxbuild@localhost>
Sat, 8 Oct 2016 05:15:37 +0000 (22:15 -0700)
committerGerrit - the friendly Code Review server <code-review@localhost>
Sat, 8 Oct 2016 05:15:36 +0000 (22:15 -0700)
1  2 
drivers/soc/qcom/common_log.c

  #include <soc/qcom/memory_dump.h>
  
  #define MISC_DUMP_DATA_LEN            4096
- #define PMIC_DUMP_DATA_LEN            4096
+ #define PMIC_DUMP_DATA_LEN            (64 * 1024)
  #define VSENSE_DUMP_DATA_LEN          4096
  #define RPM_DUMP_DATA_LEN             (160 * 1024)
 -#define SCAN_DUMP_DATA_LEN            (256 * 1024)
  
  void register_misc_dump(void)
  {