1. 28 Nov, 2019 2 commits
    • Anthony Zhou's avatar
      Tegra194: mce: fix defects flagged by MISRA scan · 6152de3b
      Anthony Zhou authored
      
      
      Main fixes:
      
      Added explicit casts (e.g. 0U) to integers in order for them to be
        compatible with whatever operation they're used in [Rule 10.1]
      
      Fix variable essential type doesn't match [Rule 10.3]
      
      Added curly braces ({}) around if/while statements in order to
        make them compound [Rule 15.6]
      
      Voided non c-library functions whose return types are not used
        [Rule 17.7]
      
      Change-Id: Iaae2ecaba3caf1469c44910d4e6aed0661597a51
      Signed-off-by: default avatarAnthony Zhou <anzhou@nvidia.com>
      6152de3b
    • Steven Kao's avatar
      Tegra194: update nvg header to v6.1 · 2bda9202
      Steven Kao authored
      
      
      This patch updates t194_nvg.h to v6.1 and does not issue NVG
      commands for unsupported platforms.
      
      Change-Id: I506b594a70a3651d01a412ab79b3c8919b1d66f1
      Signed-off-by: default avatarSteven Kao <skao@nvidia.com>
      2bda9202
  2. 13 Nov, 2019 1 commit
  3. 24 Oct, 2019 3 commits