1. 06 Oct, 2021 1 commit
    • Arnd Bergmann's avatar
      Merge tag 'imx-fixes-5.15-2' of... · 22505963
      Arnd Bergmann authored
      Merge tag 'imx-fixes-5.15-2' of git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux into arm/fixes
      
      i.MX fixes for 5.15, round 2:
      
      - A couple of fixes from Haibo Chen to update SPI NOR TX bus width for
        i.MX6 and i.MX8 boards.  This becomes necessary because spi-nor driver
        starts using the setting in DT.
      - Mark buck2 always-on for i.MX8MM Kontron-n801x-som board to avoid the
        core supply being turned off unexpectedly.
      - Fix eSDHC2 device tree settings for LS1028A SoC.
      - Disable GIC CPU interface before calling stby-poweroff sequence to fix
        power-off failure on i.MX6.
      - Fix M2_RST# GPIO pinmux on i.MX8M venice-gw7902 boards.
      
      * tag 'imx-fixes-5.15-2' of git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux:
        arm64: dts: imx8m*-venice-gw7902: fix M2_RST# gpio
        ARM: imx6: disable the GIC CPU interface before calling stby-poweroff sequence
        arm64: dts: ls1028a: fix eSDHC2 node
        arm64: dts: imx8mm-kontron-n801x-som: do not allow to switch off buck2
        arm64: dts: imx8: change the spi-nor tx
        ARM: dts: imx: change the spi-nor tx
      
      Link: https://lore.kernel.org/r/20211006125734.GA10197@dragonSigned-off-by: default avatarArnd Bergmann <arnd@arndb.de>
      22505963
  2. 05 Oct, 2021 14 commits
  3. 04 Oct, 2021 9 commits
  4. 26 Sep, 2021 1 commit
    • Rob Herring's avatar
      arm: dts: vexpress: Fix motherboard bus 'interrupt-map' · 319aeaf6
      Rob Herring authored
      Commit 078fb7aa ("arm: dts: vexpress: Fix addressing issues with
      'motherboard-bus' nodes") broke booting on a couple of 32-bit VExpress
      boards. The problem is #address-cells size changed, but interrupt-map
      was not updated. This results in the timer interrupt (and all the
      other motherboard interrupts) not getting mapped.
      
      As the 'interrupt-map' properties are all just duplicates across boards,
      just move them into vexpress-v2m.dtsi and vexpress-v2m-rs1.dtsi.
      Strictly speaking, 'interrupt-map' is dependent on the parent
      interrupt controller, but it's not likely we'll ever have a different
      parent than GICv2 on these old platforms. If there was one,
      'interrupt-map' can still be overridden.
      
      Link: https://lore.kernel.org/r/20210924214221.1877686-1-robh@kernel.org
      Fixes: 078fb7aa ("arm: dts: vexpress: Fix addressing issues with 'motherboard-bus' nodes")
      Cc: Guillaume Tucker <guillaume.tucker@collabora.com>
      Cc: Liviu Dudau <liviu.dudau@arm.com>
      Cc: Sudeep Holla <sudeep.holla@arm.com>
      Cc: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
      Cc: linux-arm-kernel@lists.infradead.org
      Reported-by: default avatarReported-by: "kernelci.org bot" <bot@kernelci.org>
      Signed-off-by: default avatarRob Herring <robh@kernel.org>
      Signed-off-by: default avatarSudeep Holla <sudeep.holla@arm.com>
      319aeaf6
  5. 24 Sep, 2021 4 commits
  6. 22 Sep, 2021 6 commits
  7. 20 Sep, 2021 5 commits