1. 16 Nov, 2022 2 commits
  2. 15 Nov, 2022 5 commits
  3. 14 Nov, 2022 3 commits
    • Arnd Bergmann's avatar
      Merge tag 'at91-fixes-6.1' of... · e82b5b63
      Arnd Bergmann authored
      Merge tag 'at91-fixes-6.1' of https://git.kernel.org/pub/scm/linux/kernel/git/at91/linux into arm/fixes
      
      AT91 fixes for 6.1
      
      It contains:
      - signal name fix for a pin on SAMA7G5
      - memory self-refresh fix for SAMA7G5 by avoid soft resetting AC
        DLL which can introduce glitches in RAM controller and lead to
        unexpected behavior
      - led support fix for lan966x-pcb8291 board by enabling sgpio node
      
      * tag 'at91-fixes-6.1' of https://git.kernel.org/pub/scm/linux/kernel/git/at91/linux:
        ARM: at91: pm: avoid soft resetting AC DLL
        ARM: dts: lan966x: Enable sgpio on pcb8291
        ARM: dts: at91: sama7g5: fix signal name of pin PB2
      
      Link: https://lore.kernel.org/r/20221110115411.180876-1-claudiu.beznea@microchip.comSigned-off-by: default avatarArnd Bergmann <arnd@arndb.de>
      e82b5b63
    • Arnd Bergmann's avatar
      Merge tag 'qcom-arm64-fixes-for-6.1' of... · 67b74588
      Arnd Bergmann authored
      Merge tag 'qcom-arm64-fixes-for-6.1' of https://git.kernel.org/pub/scm/linux/kernel/git/qcom/linux into arm/fixes
      
      Qualcomm ARM64 DTS fixes for 6.1
      
      This fixes the APCS register region on IPQ8074 to not overlap
      with adjacent nodes.
      
      It lists the valid LDO modes on a variety of platforms, as this is not
      required by the binding and implementation.
      
      The reference clocks for the two UFS instances on SC8280XP are
      corrected, to avoid relying on the state left by most versions of the
      bootloader.
      
      A number of issues are corrected with regards to the QMP PHY register
      ranges on SC8280XP.
      
      SC7280 gains a missing lpass reset region.
      
      Lastly cluster idle is termporarily disabled on SM8250 to avoid issues
      with booting the platform, until the last missing pieces lands.
      
      * tag 'qcom-arm64-fixes-for-6.1' of https://git.kernel.org/pub/scm/linux/kernel/git/qcom/linux:
        arm64: dts: qcom: sm8250: Disable the not yet supported cluster idle state
        arm64: dts: qcom: sc7280: Add the reset reg for lpass audiocc on SC7280
        arm64: dts: qcom: sc8280xp: fix UFS PHY serdes size
        arm64: dts: qcom: sc8280xp: drop broken DP PHY nodes
        arm64: dts: qcom: sc8280xp: fix USB PHY PCS registers
        arm64: dts: qcom: sc8280xp: fix USB1 PHY RX1 registers
        arm64: dts: qcom: sc8280xp: fix USB0 PHY PCS_MISC registers
        arm64: dts: qcom: sc8280xp: correct ref clock for ufs_mem_phy
        arm64: dts: qcom: sc8280xp: fix ufs_card_phy ref clock
        arm64: dts: qcom: sm8350-hdk: Specify which LDO modes are allowed
        arm64: dts: qcom: sm8250-xperia-edo: Specify which LDO modes are allowed
        arm64: dts: qcom: sm8150-xperia-kumano: Specify which LDO modes are allowed
        arm64: dts: qcom: sc8280xp-crd: Specify which LDO modes are allowed
        arm64: dts: qcom: sa8295p-adp: Specify which LDO modes are allowed
        arm64: dts: qcom: sa8155p-adp: Specify which LDO modes are allowed
        Revert "arm64: dts: qcom: msm8996: add missing TCSR syscon compatible"
        arm64: dts: qcom: ipq8074: correct APCS register space size
      
      Link: https://lore.kernel.org/r/20221110040635.795921-1-andersson@kernel.orgSigned-off-by: default avatarArnd Bergmann <arnd@arndb.de>
      67b74588
    • Xiaolei Wang's avatar
      soc: imx8m: Enable OCOTP clock before reading the register · 836fb309
      Xiaolei Wang authored
      Commit 7d981405 ("soc: imx8m: change to use platform driver") ever
      removed the dependency on bootloader for enabling OCOTP clock.  It
      helped to fix a kexec kernel hang issue.  But unfortunately it caused
      a regression on CAAM driver and got reverted.
      
      This is the second try to enable the OCOTP clock by directly calling
      clock API instead of indirectly enabling the clock via nvmem API.
      
      Fixes: ac34de14 ("Revert "soc: imx8m: change to use platform driver"")
      Signed-off-by: default avatarXiaolei Wang <xiaolei.wang@windriver.com>
      Reviewed-by: default avatarLucas Stach <l.stach@pengutronix.de>
      Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
      836fb309
  4. 11 Nov, 2022 5 commits
  5. 02 Nov, 2022 2 commits
  6. 01 Nov, 2022 11 commits
  7. 31 Oct, 2022 1 commit
  8. 29 Oct, 2022 11 commits