1. 04 3月, 2020 1 次提交
  2. 03 3月, 2020 1 次提交
  3. 01 3月, 2020 1 次提交
  4. 28 2月, 2020 2 次提交
  5. 27 2月, 2020 3 次提交
    • T
      ARM: OMAP2+: Fix compile if CONFIG_HAVE_ARM_SMCCC is not set · 51c22d7b
      Tony Lindgren 提交于
      Recent omap changes added runtime checks to use omap_smccc_smc()
      when optee is configured in dts. As the omap-secure code can be
      built for ARMv6 only without ARMv7 and use custom smc calls, we
      now get a build error:
      
      omap-secure.c:(.text+0x94): undefined reference to `__arm_smccc_smc'
      
      As there secure calls are not used for ARMv6, we should not build
      secure-common, and not call omap_secure_init() for omap2.
      
      Fixes: c37baa06 ("ARM: OMAP2+: Fix undefined reference to omap_secure_init")
      Reported-by: Nkbuild test robot <lkp@intel.com>
      Cc: Aaro Koskinen <aaro.koskinen@iki.fi>
      Cc: Andrew F. Davis <afd@ti.com>
      Cc: Arnd Bergmann <arnd@arndb.de>
      Cc: Catalin Marinas <catalin.marinas@arm.com>
      Cc: Marc Zyngier <maz@kernel.org>
      Cc: Rob Herring <robh@kernel.org>
      Cc: Russell King <rmk+kernel@arm.linux.org.uk>
      Cc: Steven Price <steven.price@arm.com>
      Cc: Will Deacon <will@kernel.org>
      Signed-off-by: NTony Lindgren <tony@atomide.com>
      51c22d7b
    • F
      arm: dts: dra76x: Fix mmc3 max-frequency · fa63c003
      Faiz Abbas 提交于
      dra76x is not affected by i887 which requires mmc3 node to be limited to
      a max frequency of 64 MHz. Fix this by overwriting the correct value in
      the the dra76 specific dtsi.
      
      Fixes: 895bd4b3 ("ARM: dts: Add support for dra76-evm")
      Cc: stable@vger.kernel.org
      Signed-off-by: NFaiz Abbas <faiz_abbas@ti.com>
      Signed-off-by: NTony Lindgren <tony@atomide.com>
      fa63c003
    • K
      ARM: dts: dra7: Add "dma-ranges" property to PCIe RC DT nodes · 27f13774
      Kishon Vijay Abraham I 提交于
      'dma-ranges' in a PCI bridge node does correctly set dma masks for PCI
      devices not described in the DT. Certain DRA7 platforms (e.g., DRA76)
      has RAM above 32-bit boundary (accessible with LPAE config) though the
      PCIe bridge will be able to access only 32-bits. Add 'dma-ranges'
      property in PCIe RC DT nodes to indicate the host bridge can access
      only 32 bits.
      Signed-off-by: NKishon Vijay Abraham I <kishon@ti.com>
      Signed-off-by: NTony Lindgren <tony@atomide.com>
      27f13774
  6. 24 2月, 2020 2 次提交
  7. 21 2月, 2020 4 次提交
  8. 20 2月, 2020 1 次提交
    • T
      ARM: dts: droid4: Configure LED backlight for lm3532 · 10dc62d0
      Tony Lindgren 提交于
      With the LED backlight changes merged, we still need the dts configured
      to have backlight working for droid4. Based on an earlier patch from
      Pavel Machek <pavel@ucw.cz>, let's configure the backlight but update
      the value range to be more usable.
      
      We have a range of 256 register values split into 8 steps, so we can
      generate the brightness levels backwards with:
      
      $ for i in 0 1 2 3 4 5 6 7; do echo "255 - ${i} * (256 / 8)" | bc; done
      
      To avoid more confusion why the LCD backlight is still not on, let's
      also enable LED backlight as a loadable module for omap2plus_defconfig.
      
      Cc: Merlijn Wajer <merlijn@wizzup.org>
      Cc: Pavel Machek <pavel@ucw.cz>
      Reviewed-by: NSebastian Reichel <sebastian.reichel@collabora.com>
      Acked-by: NPavel Machek <pavel@ucw.cz>
      Signed-off-by: NTony Lindgren <tony@atomide.com>
      10dc62d0
  9. 17 2月, 2020 2 次提交
  10. 14 2月, 2020 2 次提交
  11. 13 2月, 2020 2 次提交
  12. 12 2月, 2020 2 次提交
  13. 11 2月, 2020 2 次提交
  14. 10 2月, 2020 1 次提交
  15. 09 2月, 2020 2 次提交
  16. 08 2月, 2020 1 次提交
  17. 04 2月, 2020 6 次提交
  18. 28 1月, 2020 4 次提交
  19. 27 1月, 2020 1 次提交