lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Date:   Sun, 17 May 2020 10:54:18 +0200
From:   Arnd Bergmann <arnd@...db.de>
To:     Linus Torvalds <torvalds@...ux-foundation.org>
Cc:     Geert Uytterhoeven <geert@...ux-m68k.org>,
        Shawn Guo <shawnguo@...nel.org>,
        Maxime Ripard <mripard@...nel.org>,
        Kevin Hilman <khilman@...nel.org>,
        Heiko Stuebner <mmind@...nel.org>,
        Tony Lindgren <tony@...mide.com>,
        Thierry Reding <treding@...dia.com>,
        Chen-Yu Tsai <wens@...e.org>, SoC Team <soc@...nel.org>,
        Linux ARM <linux-arm-kernel@...ts.infradead.org>,
        Linux Kernel Mailing List <linux-kernel@...r.kernel.org>
Subject: Re: [GIT PULL] ARM: SoC/DT fixes for v5.7

Linus pointed out I missed the usual Cc to the mailing lists. It's
already merged,
but for reference here is the pull request I sent.

       Arnd

On Fri, May 15, 2020 at 11:59 PM Arnd Bergmann <arnd@...db.de> wrote:
>
> The following changes since commit 0e698dfa282211e414076f9dc7e83c1c288314fd:
>
>   Linux 5.7-rc4 (2020-05-03 14:56:04 -0700)
>
> are available in the Git repository at:
>
>   git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc.git
> tags/arm-soc-fixes-5.7
>
> for you to fetch changes up to d5fef88ccbd3a2d3674e6cc868804a519ef9e5b6:
>
>   Merge tag 'renesas-fixes-for-v5.7-tag2' of
> git://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-devel into
> arm/fixes (2020-05-15 23:14:36 +0200)
>
> ----------------------------------------------------------------
> ARM: SoC/dt fixes for v5.7
>
> This round of fixes is almost exclusively device tree changes,
> with trivial defconfig fixes and one compiler warning fix
> added in.
>
> A number of patches are to fix dtc warnings, in particular on
> Amlogic, i.MX and Rockchips.
>
> Other notable changes include:
>
> Renesas:
>  - Fix a wrong clock configuration on R-Mobile A1,
>  - Fix IOMMU support on R-Car V3H
>
> Allwinner
>  - Multiple audio fixes
>
> Qualcomm
>  - Use a safe CPU voltage on MSM8996
>  - Fixes to match a late audio driver change
>
> Rockchip:
>  - Some fixes for the newly added Pinebook Pro
>
> NXP i.MX:
>  - Fix I2C1 pinctrl configuration for i.MX27 phytec-phycard board.
>  - Fix imx6dl-yapp4-ursa board Ethernet connection.
>
> OMAP:
>  - A regression fix for non-existing can device on am534x-idk
>  - Fix flakey wlan on droid4 where some devices would not connect
>    at all because of internal pull being used with an external pull
>  - Fix occasional missed wake-up events on droid4 modem uart
>
> Signed-off-by: Arnd Bergmann <arnd@...db.de>
>
> ----------------------------------------------------------------
> Adam Ford (1):
>       arm64: dts: imx8mn: Change SDMA1 ahb clock for imx8mn
>
> Ahmad Fatoum (1):
>       ARM: imx: provide v7_cpu_resume() only on ARM_CPU_SUSPEND=y
>
> Arnd Bergmann (10):
>       Merge tag 'qcom-arm64-fixes-for-5.7' of
> git://git.kernel.org/.../qcom/linux into arm/fixes
>       Merge tag 'imx-fixes-5.7' of
> git://git.kernel.org/.../shawnguo/linux into arm/fixes
>       Merge tag 'renesas-fixes-for-v5.7-tag1' of
> git://git.kernel.org/.../geert/renesas-devel into arm/fixes
>       Merge tag 'tegra-for-5.7-arm64-defconfig-fixes' of
> git://git.kernel.org/.../tegra/linux into arm/fixes
>       Merge tag 'v5.7-rockchip-dtsfixes1' of
> git://git.kernel.org/.../mmind/linux-rockchip into arm/fixes
>       Merge tag 'omap-for-v5.6/fixes-rc4' of
> git://git.kernel.org/.../tmlind/linux-omap into arm/fixes
>       Merge tag 'amlogic-fixes' of
> git://git.kernel.org/.../khilman/linux-amlogic into arm/fixes
>       Merge tag 'arm-soc-fixes-for-5.7' of
> git://git.kernel.org/.../narmstrong/linux-oxnas into arm/fixes
>       Merge tag 'sunxi-fixes-for-5.7-1' of
> git://git.kernel.org/.../sunxi/linux into arm/fixes
>       Merge tag 'renesas-fixes-for-v5.7-tag2' of
> git://git.kernel.org/.../geert/renesas-devel into arm/fixes
>
> Bjorn Andersson (1):
>       arm64: dts: qcom: msm8996: Reduce vdd_apc voltage
>
> Chen-Yu Tsai (5):
>       arm64: dts: rockchip: Replace RK805 PMIC node name with "pmic"
> on rk3328 boards
>       arm64: dts: rockchip: drop non-existent gmac2phy pinmux options
> from rk3328
>       arm64: dts: rockchip: drop #address-cells, #size-cells from
> rk3328 grf node
>       arm64: dts: rockchip: drop #address-cells, #size-cells from
> rk3399 pmugrf node
>       arm64: dts: rockchip: Rename dwc3 device nodes on rk3399 to make dtc happy
>
> Fabio Estevam (2):
>       ARM: dts: imx27-phytec-phycard-s-rdk: Fix the I2C1 pinctrl entries
>       arm64: dts: imx8m: Fix AIPS reg properties
>
> Faiz Abbas (1):
>       ARM: dts: am574x-idk: Disable m_can node
>
> Geert Uytterhoeven (3):
>       ARM: dts: r8a73a4: Add missing CMT1 interrupts
>       ARM: dts: r7s9210: Remove bogus clock-names from OSTM nodes
>       ARM: dts: r8a7740: Add missing extal2 to CPG node
>
> Johan Jonker (7):
>       ARM: dts: rockchip: fix phy nodename for rk3228-evb
>       ARM: dts: rockchip: fix phy nodename for rk3229-xms6
>       arm64: dts: rockchip: remove extra assigned-clocks property from
> &gmac2phy node in rk3328-evb.dts
>       arm64: dts: rockchip: fix status for &gmac2phy in rk3328-evb.dts
>       arm64: dts: rockchip: swap interrupts interrupt-names rk3399 gpu node
>       ARM: dts: rockchip: swap clock-names of gpu nodes
>       ARM: dts: rockchip: fix pinctrl sub nodename for spi in rk322x.dtsi
>
> Jon Hunter (1):
>       arm64: defconfig: Re-enable Tegra PCIe host driver
>
> Kishon Vijay Abraham I (1):
>       ARM: dts: dra7: Fix bus_dma_limit for PCIe
>
> Ma Feng (1):
>       ARM: oxnas: make ox820_boot_secondary static
>
> Max Krummenacher (4):
>       arm64: defconfig: DRM_DUMB_VGA_DAC: follow changed config symbol name
>       arm64: defconfig: add DRM_DISPLAY_CONNECTOR
>       arm64: defconfig: ARCH_R8A7795: follow changed config symbol name
>       arm64: defconfig: add MEDIA_PLATFORM_SUPPORT
>
> Michael Walle (2):
>       dt-bindings: dma: fsl-edma: fix ls1028a-edma compatible
>       arm64: dts: ls1028a: add "fsl,vf610-edma" compatible
>
> Michal Vokáč (1):
>       ARM: dts: imx6dl-yapp4: Fix Ursa board Ethernet connection
>
> Neil Armstrong (4):
>       arm64: dts: meson-g12b-ugoos-am6: fix usb vbus-supply
>       arm64: dts: meson-g12-common: fix dwc2 clock names
>       arm64: dts: meson-g12b-khadas-vim3: add missing frddr_a status property
>       arm64: dts: meson-g12: remove spurious blank line
>
> Ricardo Cañuelo (3):
>       arm64: dts: renesas: Make hdmi encoder nodes compliant with DT bindings
>       ARM: dts: renesas: Make hdmi encoder nodes compliant with DT bindings
>       ARM: dts: iwg20d-q7-dbcm-ca: Remove unneeded properties in hdmi@39
>
> Robin Murphy (2):
>       arm64: dts: rockchip: Correct PMU compatibles for PX30 and RK3308
>       arm64: dts: rockchip: Fix Pinebook Pro FUSB302 interrupt
>
> Samuel Holland (2):
>       arm64: dts: allwinner: a64: pinetab: Fix cpvdd supply name
>       arm64: dts: allwinner: a64: Remove unused SPDIF sound card
>
> Shengjiu Wang (1):
>       arm64: dts: freescale: imx8mp: update input_val for AUDIOMIX_BIT_STREAM
>
> Srinivas Kandagatla (3):
>       arm64: qcom: c630: fix asm dai setup
>       arm64: dts: qcom: db845c: fix asm dai setup
>       arm64: dts: qcom: db820c: fix audio configuration
>
> Tobias Schramm (2):
>       arm64: dts: rockchip: fix inverted headphone detection on Pinebook Pro
>       arm64: dts: rockchip: enable DC charger detection pullup on Pinebook Pro
>
> Tony Lindgren (3):
>       Merge branch 'fixes-v5.7' into fixes
>       ARM: dts: omap4-droid4: Fix flakey wlan by disabling internal
> pull for gpio
>       ARM: dts: omap4-droid4: Fix occasional lost wakeirq for uart1
>
> Yoshihiro Shimoda (1):
>       arm64: dts: renesas: r8a77980: Fix IPMMU VIP[01] nodes
>
>  Documentation/devicetree/bindings/dma/fsl-edma.txt |  3 +-
>  arch/arm/boot/dts/am574x-idk.dts                   |  4 ++
>  arch/arm/boot/dts/dra7.dtsi                        |  4 +-
>  arch/arm/boot/dts/imx27-phytec-phycard-s-rdk.dts   |  4 +-
>  arch/arm/boot/dts/imx6dl-yapp4-ursa.dts            |  2 +-
>  arch/arm/boot/dts/iwg20d-q7-dbcm-ca.dtsi           |  2 -
>  arch/arm/boot/dts/motorola-mapphone-common.dtsi    | 43 ++++++++++++++++++--
>  arch/arm/boot/dts/r7s9210.dtsi                     |  3 --
>  arch/arm/boot/dts/r8a73a4.dtsi                     |  9 ++++-
>  arch/arm/boot/dts/r8a7740.dtsi                     |  2 +-
>  .../arm/boot/dts/r8a7745-iwg22d-sodimm-dbhd-ca.dts |  2 -
>  arch/arm/boot/dts/r8a7790-lager.dts                |  2 -
>  arch/arm/boot/dts/r8a7790-stout.dts                |  2 -
>  arch/arm/boot/dts/r8a7791-koelsch.dts              |  2 -
>  arch/arm/boot/dts/r8a7791-porter.dts               |  2 -
>  arch/arm/boot/dts/r8a7792-blanche.dts              |  2 -
>  arch/arm/boot/dts/r8a7792-wheat.dts                | 12 ++----
>  arch/arm/boot/dts/r8a7793-gose.dts                 |  2 -
>  arch/arm/boot/dts/r8a7794-silk.dts                 |  2 -
>  arch/arm/boot/dts/rk3036.dtsi                      |  2 +-
>  arch/arm/boot/dts/rk3228-evb.dts                   |  2 +-
>  arch/arm/boot/dts/rk3229-xms6.dts                  |  2 +-
>  arch/arm/boot/dts/rk322x.dtsi                      |  6 +--
>  arch/arm/boot/dts/rk3xxx.dtsi                      |  2 +-
>  arch/arm/mach-oxnas/platsmp.c                      |  3 +-
>  .../boot/dts/allwinner/sun50i-a64-pinetab.dts      |  2 +-
>  arch/arm64/boot/dts/allwinner/sun50i-a64.dtsi      | 18 ---------
>  arch/arm64/boot/dts/amlogic/meson-g12-common.dtsi  |  2 +-
>  arch/arm64/boot/dts/amlogic/meson-g12.dtsi         |  1 -
>  .../boot/dts/amlogic/meson-g12b-khadas-vim3.dtsi   |  4 ++
>  .../boot/dts/amlogic/meson-g12b-ugoos-am6.dts      |  2 +-
>  arch/arm64/boot/dts/freescale/fsl-ls1028a.dtsi     |  2 +-
>  arch/arm64/boot/dts/freescale/imx8mm.dtsi          |  8 ++--
>  arch/arm64/boot/dts/freescale/imx8mn.dtsi          | 10 ++---
>  arch/arm64/boot/dts/freescale/imx8mp-pinfunc.h     | 46 +++++++++++-----------
>  arch/arm64/boot/dts/freescale/imx8mp.dtsi          |  6 +--
>  arch/arm64/boot/dts/freescale/imx8mq.dtsi          |  8 ++--
>  arch/arm64/boot/dts/qcom/apq8096-db820c.dtsi       | 23 +++++++++--
>  arch/arm64/boot/dts/qcom/msm8996.dtsi              |  2 +
>  arch/arm64/boot/dts/qcom/sdm845-db845c.dts         |  3 --
>  .../boot/dts/qcom/sdm850-lenovo-yoga-c630.dts      |  2 -
>  arch/arm64/boot/dts/renesas/r8a77970-eagle.dts     |  2 -
>  arch/arm64/boot/dts/renesas/r8a77970-v3msk.dts     |  2 -
>  arch/arm64/boot/dts/renesas/r8a77980-condor.dts    |  2 -
>  arch/arm64/boot/dts/renesas/r8a77980-v3hsk.dts     |  2 -
>  arch/arm64/boot/dts/renesas/r8a77980.dtsi          |  2 +
>  arch/arm64/boot/dts/renesas/r8a77990-ebisu.dts     |  2 -
>  arch/arm64/boot/dts/renesas/r8a77995-draak.dts     |  6 +--
>  arch/arm64/boot/dts/rockchip/px30.dtsi             |  2 +-
>  arch/arm64/boot/dts/rockchip/rk3308.dtsi           |  2 +-
>  arch/arm64/boot/dts/rockchip/rk3328-evb.dts        |  5 +--
>  arch/arm64/boot/dts/rockchip/rk3328-rock64.dts     |  2 +-
>  arch/arm64/boot/dts/rockchip/rk3328.dtsi           | 18 ---------
>  .../boot/dts/rockchip/rk3399-pinebook-pro.dts      |  9 +++--
>  arch/arm64/boot/dts/rockchip/rk3399.dtsi           | 14 +++----
>  arch/arm64/configs/defconfig                       |  9 +++--
>  56 files changed, 168 insertions(+), 171 deletions(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ