1. 22 5月, 2017 33 次提交
  2. 28 4月, 2017 1 次提交
  3. 25 4月, 2017 2 次提交
  4. 21 4月, 2017 2 次提交
  5. 19 4月, 2017 2 次提交
    • S
      arm64: dts: juno: add information about L1 and L2 caches · f9936c4a
      Sudeep Holla 提交于
      Commit a8d4636f ("arm64: cacheinfo: Remove CCSIDR-based cache
      information probing") removed mechanism to extract cache information
      based on CCSIDR register as the architecture explicitly states no
      inference about the actual sizes of caches based on CCSIDR registers.
      
      Commit 9a802431 ("arm64: cacheinfo: add support to override cache
      levels via device tree") had already provided options to override cache
      information from the device tree.
      
      This patch adds the information about L1 and L2 caches on all variants
      of Juno platform.
      
      Cc: Will Deacon <will.deacon@arm.com>
      Cc: Liviu Dudau <liviu.dudau@arm.com>
      Signed-off-by: NSudeep Holla <sudeep.holla@arm.com>
      f9936c4a
    • S
      arm64: dts: juno: fix few unit address format warnings · 72cc1993
      Sudeep Holla 提交于
      This patch fixes the following set of warnings on juno.
      
       smb@08000000 unit name should not have leading 0s
       sysctl@020000 simple-bus unit address format error, expected "20000"
       apbregs@010000 simple-bus unit address format error, expected "10000"
       mmci@050000 simple-bus unit address format error, expected "50000"
       kmi@060000 simple-bus unit address format error, expected "60000"
       kmi@070000 simple-bus unit address format error, expected "70000"
       wdt@0f0000 simple-bus unit address format error, expected "f0000"
      Acked-by: NLiviu Dudau <liviu.dudau@arm.com>
      Signed-off-by: NSudeep Holla <sudeep.holla@arm.com>
      72cc1993