Skip to content
  1. Aug 21, 2017
  2. Jul 20, 2017
  3. Jul 03, 2017
  4. Jul 01, 2017
  5. Jun 23, 2017
    • Arnd Bergmann's avatar
      Revert "arm64: dts: marvell: add dma-mask in crypto nodes for 7k/8k" · 2b29ca22
      Arnd Bergmann authored
      
      
      As I found by chance while merging another patch, the usage of
      a dma-mask in this DT node is wrong for multiple reasons:
      
      - dma-masks are a Linux specific concept, not a general
        hardware feature
      - In DT, we use the "dma-ranges" property to describe how DMA
        addresses related between devices.
      - The 40-bit mask appears to be completely unnecessary here, as
        the SoC cannot address that much memory anyway, so simply
        asking for a 64-bit mask (as supported by the device) should
        succeed anyway.
      
      The patch to remove the parsing of the property is getting merged
      through the crypto tree.
      
      Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
      2b29ca22
    • Arnd Bergmann's avatar
      arm64: dts: mediatek: don't include missing file · 10c235cd
      Arnd Bergmann authored
      
      
      This resolves a build error in the next/dt branch:
      
      In file included from arch/arm64/boot/dts/mediatek/mt6797-evb.dts:16:0:
      arch/arm64/boot/dts/mediatek/mt6797.dtsi:15:10: fatal error: dt-bindings/power/mt6797-power.h: No such file or directory
      
      003f5d0c ("arm64: dts: mediatek: add clk and scp nodes for MT6797")
      Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
      10c235cd
  6. Jun 22, 2017
  7. Jun 21, 2017
  8. Jun 20, 2017
  9. Jun 18, 2017
  10. Jun 17, 2017
  11. Jun 16, 2017
    • Neil Armstrong's avatar
      ARM64: dts: meson-gx: Add SPICC nodes · fa808631
      Neil Armstrong authored
      
      
      Add nodes for the SPICC controller on GX common dtsi, GXBB and
      GXL dtsi files.
      
      Signed-off-by: default avatarNeil Armstrong <narmstrong@baylibre.com>
      Signed-off-by: default avatarKevin Hilman <khilman@baylibre.com>
      fa808631
    • John Stultz's avatar
      arm64: dts: hi6220: Add k3-dma and i2s/hdmi audio support · 0cf6a8e2
      John Stultz authored
      
      
      Add entry for k3-dma driver and i2s/hdmi audio devices.
      
      This enables HDMI audio output.
      
      Cc: Zhangfei Gao <zhangfei.gao@linaro.org>
      Cc: Liam Girdwood <lgirdwood@gmail.com>
      Cc: Mark Brown <broonie@kernel.org>
      Cc: Jaroslav Kysela <perex@perex.cz>
      Cc: Takashi Iwai <tiwai@suse.com>
      Cc: Wei Xu <xuwei5@hisilicon.com>
      Cc: Rob Herring <robh+dt@kernel.org>
      Cc: Andy Green <andy@warmcat.com>
      Cc: Dave Long <dave.long@linaro.org>
      Cc: Guodong Xu <guodong.xu@linaro.org>
      Cc: Antonio Borneo <borneo.antonio@gmail.com>
      Cc: Olof Johansson <olof@lixom.net>
      Cc: Arnd Bergmann <arnd@arndb.de>
      Signed-off-by: default avatarJohn Stultz <john.stultz@linaro.org>
      v2:
      * Split core i2s entry into dtsi and hdmi specific bits into
        hikey dts
      v4:
      * Rework simple-card to use many-dai-links method, as
        there may be other links in the future
      v5:
      * Rework audio description to use the audio-card-graph method
        as requested by Mark.
      Signed-off-by: default avatarWei Xu <xuwei5@hisilicon.com>
      0cf6a8e2
Loading