linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: Olof Johansson <olof@lixom.net>
To: torvalds@linux-foundation.org
Cc: olof@lixom.net, soc@kernel.org, arm@kernel.org,
	linux-kernel@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org
Subject: [GIT PULL] ARM: SoC fixes
Date: Sun, 8 Mar 2020 16:58:42 -0700	[thread overview]
Message-ID: <20200308235842.gjmjv5ag4yma4exc@localhost> (raw)

Hi Linus,

The following changes since commit 98d54f81e36ba3bf92172791eba5ca5bd813989b:

  Linux 5.6-rc4 (2020-03-01 16:38:46 -0600)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc.git tags/armsoc-fixes

for you to fetch changes up to d4d89e25fc7b4225211c217491e5525b00cf3961:

  Merge tag 'socfpga_defconfig_fix_for_v5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/dinguyen/linux into arm/fixes (2020-03-04 08:51:55 -0800)

----------------------------------------------------------------
ARM: SoC fixes

We've been accruing these for a couple of weeks, so the batch is a bit
bigger than usual.

Largest delta is due to a led-bl driver that is added -- there was
a miscommunication before the merge window and the driver didn't make it
in. Due to this, the platforms needing it regressed. At this point, it
seemed easier to add the new driver than unwind the changes.

Besides that, there are a handful of various fixes:

 - AMD tee memory leak fix

 - A handful of fixlets for i.MX SCU communication

 - A few maintainers woke up and realized DEBUG_FS had been missing for
   a while, so a few updates of that.

 ... and the usual collection of smaller fixes to various platforms.

----------------------------------------------------------------
Ahmad Fatoum (1):
      ARM: imx: build v7_cpu_resume() unconditionally

Brendan Higgins (2):
      reset: brcmstb-rescal: add unspecified HAS_IOMEM dependency
      reset: intel: add unspecified HAS_IOMEM dependency

Christian Hewitt (1):
      arm64: dts: meson: fix gxm-khadas-vim2 wifi

Dan Carpenter (1):
      tee: amdtee: fix memory leak in amdtee_open_session()

Dinh Nguyen (1):
      ARM: socfpga_defconfig: Add back DEBUG_FS

Fabio Estevam (1):
      arm64: dts: imx8qxp-mek: Remove unexisting Ethernet PHY

Faiz Abbas (1):
      arm: dts: dra76x: Fix mmc3 max-frequency

Geert Uytterhoeven (3):
      arm64: defconfig: Replace ARCH_R8A7796 by ARCH_R8A77960
      ARM: dts: r8a7779: Remove deprecated "renesas, rcar-sata" compatible value
      ARM: meson: Drop unneeded select of COMMON_CLK

Grygorii Strashko (1):
      ARM: dts: dra7-l4: mark timer13-16 as pwm capable

Guillaume La Roque (1):
      arm64: dts: meson-sm1-sei610: add missing interrupt-names

Johan Hovold (1):
      ARM: dts: imx6dl-colibri-eval-v3: fix sram compatible properties

Kishon Vijay Abraham I (1):
      ARM: dts: dra7: Add "dma-ranges" property to PCIe RC DT nodes

Leonard Crestez (5):
      firmware: imx: scu: Ensure sequential TX
      firmware: imx: misc: Align imx sc msg structs to 4
      firmware: imx: scu-pd: Align imx sc msg structs to 4
      firmware: imx: Align imx_sc_msg_req_cpu_start to 4
      soc: imx-scu: Align imx sc msg structs to 4

Ley Foon Tan (1):
      arm64: dts: socfpga: agilex: Fix gmac compatible

Lukas Bulwahn (1):
      MAINTAINERS: fix style in RESET CONTROLLER FRAMEWORK

Marco Felsch (1):
      ARM: dts: imx6: phycore-som: fix emmc supply

Nicolas Saenz Julienne (1):
      ARM: dts: bcm2711: Add pcie0 alias

Oleksandr Suvorov (1):
      ARM: dts: imx7-colibri: Fix frequency for sd/mmc

Olof Johansson (11):
      Merge tag 'reset-fixes-for-v5.6' of git://git.pengutronix.de/git/pza/linux into arm/fixes
      Merge tag 'omap-for-v5.6/droid4-lcd-fix-signed' of git://git.kernel.org/.../tmlind/linux-omap into arm/fixes
      Merge tag 'imx-fixes-5.6' of git://git.kernel.org/.../shawnguo/linux into arm/fixes
      Merge tag 'renesas-fixes-for-v5.6-tag1' of git://git.kernel.org/.../geert/renesas-devel into arm/fixes
      Merge tag 'tee-amdtee-fix-for-5.6' of https://git.linaro.org/people/jens.wiklander/linux-tee into arm/fixes
      Merge tag 'omap-for-v5.6/fixes-rc3-signed' of git://git.kernel.org/.../tmlind/linux-omap into arm/fixes
      Merge tag 'arm-soc/for-5.6/devicetree-fixes' of https://github.com/Broadcom/stblinux into arm/fixes
      Merge tag 'amlogic-fixes' of https://git.kernel.org/.../khilman/linux-amlogic into arm/fixes
      Merge tag 'arm-soc/for-5.6/defconfig-fixes' of https://github.com/Broadcom/stblinux into arm/fixes
      Merge tag 'socfpga_dts_fix_for_v5.6_v2' of git://git.kernel.org/.../dinguyen/linux into arm/fixes
      Merge tag 'socfpga_defconfig_fix_for_v5.6' of git://git.kernel.org/.../dinguyen/linux into arm/fixes

Peng Fan (1):
      ARM: dts: imx7d: fix opp-supported-hw

Peter Ujfalusi (1):
      ARM: dts: dra7-evm: Rename evm_3v3 regulator to vsys_3v3

Rob Herring (1):
      dt-bindings: reset: intel,rcu-gw: Fix intel,global-reset schema

Stefan Wahren (2):
      ARM: dts: bcm283x: Add missing properties to the PWR LED
      ARM: bcm2835_defconfig: Explicitly restore CONFIG_DEBUG_FS

Suman Anna (2):
      ARM: dts: am437x-idk-evm: Fix incorrect OPP node names
      ARM: dts: dra7xx-clocks: Fixup IPU1 mux clock parent source

Tomi Valkeinen (1):
      backlight: add led-backlight driver

Tony Lindgren (4):
      ARM: dts: droid4: Configure LED backlight for lm3532
      bus: ti-sysc: Fix 1-wire reset quirk
      Merge tag 'hdq-fix' into omap-for-v5.6/fixes-rc2
      ARM: OMAP2+: Fix compile if CONFIG_HAVE_ARM_SMCCC is not set

Vladimir Oltean (1):
      ARM: dts: ls1021a: Restore MDIO compatible to gianfar

 .../devicetree/bindings/reset/intel,rcu-gw.yaml    |   6 +-
 MAINTAINERS                                        |   2 +-
 arch/arm/boot/dts/am437x-idk-evm.dts               |   4 +-
 arch/arm/boot/dts/bcm2711-rpi-4-b.dts              |   3 +
 arch/arm/boot/dts/bcm2837-rpi-3-a-plus.dts         |   2 +
 arch/arm/boot/dts/bcm2837-rpi-3-b-plus.dts         |   2 +
 arch/arm/boot/dts/dra7-evm.dts                     |   4 +-
 arch/arm/boot/dts/dra7-l4.dtsi                     |   4 +
 arch/arm/boot/dts/dra7.dtsi                        |   2 +
 arch/arm/boot/dts/dra76x.dtsi                      |   5 +
 arch/arm/boot/dts/dra7xx-clocks.dtsi               |  12 +-
 arch/arm/boot/dts/imx6dl-colibri-eval-v3.dts       |   4 +-
 arch/arm/boot/dts/imx6qdl-phytec-phycore-som.dtsi  |   1 -
 arch/arm/boot/dts/imx7-colibri.dtsi                |   1 -
 arch/arm/boot/dts/imx7d.dtsi                       |   6 +-
 arch/arm/boot/dts/ls1021a.dtsi                     |   4 +-
 arch/arm/boot/dts/motorola-mapphone-common.dtsi    |  13 +-
 arch/arm/boot/dts/r8a7779.dtsi                     |   2 +-
 arch/arm/configs/bcm2835_defconfig                 |   1 +
 arch/arm/configs/omap2plus_defconfig               |   1 +
 arch/arm/configs/socfpga_defconfig                 |   1 +
 arch/arm/mach-imx/Makefile                         |   2 +
 arch/arm/mach-imx/common.h                         |   4 +-
 arch/arm/mach-imx/resume-imx6.S                    |  24 ++
 arch/arm/mach-imx/suspend-imx6.S                   |  14 --
 arch/arm/mach-meson/Kconfig                        |   1 -
 arch/arm/mach-omap2/Makefile                       |   2 +-
 arch/arm/mach-omap2/io.c                           |   2 -
 .../boot/dts/amlogic/meson-gxm-khadas-vim2.dts     |   2 +-
 arch/arm64/boot/dts/amlogic/meson-sm1-sei610.dts   |   1 +
 arch/arm64/boot/dts/freescale/imx8qxp-mek.dts      |   5 -
 arch/arm64/boot/dts/intel/socfpga_agilex.dtsi      |   6 +-
 arch/arm64/configs/defconfig                       |   2 +-
 drivers/bus/ti-sysc.c                              |   4 +-
 drivers/firmware/imx/imx-scu.c                     |  27 +++
 drivers/firmware/imx/misc.c                        |   8 +-
 drivers/firmware/imx/scu-pd.c                      |   2 +-
 drivers/reset/Kconfig                              |   3 +-
 drivers/soc/imx/soc-imx-scu.c                      |   2 +-
 drivers/tee/amdtee/core.c                          |  48 ++--
 drivers/video/backlight/Kconfig                    |   7 +
 drivers/video/backlight/Makefile                   |   1 +
 drivers/video/backlight/led_bl.c                   | 260 +++++++++++++++++++++
 43 files changed, 416 insertions(+), 91 deletions(-)
 create mode 100644 arch/arm/mach-imx/resume-imx6.S
 create mode 100644 drivers/video/backlight/led_bl.c

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

             reply	other threads:[~2020-03-08 23:59 UTC|newest]

Thread overview: 91+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-03-08 23:58 Olof Johansson [this message]
2020-03-09  0:50 ` [GIT PULL] ARM: SoC fixes pr-tracker-bot
  -- strict thread matches above, loose matches on Subject: below --
2020-09-13 18:07 Olof Johansson
2020-09-13 21:57 ` pr-tracker-bot
2020-04-23 15:17 [GIT PULL] ARM: soc fixes Arnd Bergmann
2020-04-23 16:45 ` pr-tracker-bot
2020-02-15 19:49 [GIT PULL] ARM: SoC fixes Olof Johansson
2020-02-15 21:25 ` pr-tracker-bot
2020-01-25 21:37 Olof Johansson
2020-01-25 22:15 ` pr-tracker-bot
2020-01-17  3:00 Olof Johansson
2020-01-17  3:50 ` pr-tracker-bot
2019-12-16 21:53 Olof Johansson
2019-12-17  0:55 ` pr-tracker-bot
2019-12-06 20:53 Olof Johansson
2019-12-06 22:25 ` pr-tracker-bot
2019-11-10 18:25 Olof Johansson
2019-11-10 21:45 ` pr-tracker-bot
2019-10-25 15:38 Olof Johansson
2019-10-25 21:35 ` pr-tracker-bot
2019-10-05 22:41 Olof Johansson
2019-10-06  0:40 ` pr-tracker-bot
2019-09-29 18:34 Olof Johansson
2019-09-30 17:30 ` pr-tracker-bot
2019-07-28  6:37 Olof Johansson
2019-07-28 17:30 ` pr-tracker-bot
2019-07-05  0:22 Olof Johansson
2019-07-05  2:55 ` pr-tracker-bot
2019-06-27  2:45 Olof Johansson
2019-06-28  0:45 ` pr-tracker-bot
2019-06-18 13:52 Olof Johansson
2019-06-18 18:05 ` pr-tracker-bot
2019-04-07 22:50 Olof Johansson
2019-04-07 22:54 ` Olof Johansson
2019-04-08  0:10 ` pr-tracker-bot
2019-01-13 18:48 Olof Johansson
2019-01-13 22:50 ` pr-tracker-bot
2018-12-10  1:23 Olof Johansson
2018-12-10 20:20 ` pr-tracker-bot
2018-12-02 19:23 Olof Johansson
2018-12-02 20:30 ` pr-tracker-bot
2018-11-07 17:10 Olof Johansson
2018-11-07 17:17 ` Linus Torvalds
2018-11-07 17:28   ` Olof Johansson
2018-11-08 15:49     ` Tony Lindgren
2018-11-10 18:09       ` Olof Johansson
2018-11-12  6:13         ` Corentin Labbe
2018-11-12 17:33           ` Tony Lindgren
2018-11-03 18:45 Olof Johansson
2018-11-03 19:15 ` Linus Torvalds
2018-09-30 19:23 Olof Johansson
2018-10-02  0:53 ` Greg KH
2018-09-08 17:15 Olof Johansson
2018-09-02  2:36 Olof Johansson
2018-07-21 21:13 Olof Johansson
2018-07-15  6:00 Olof Johansson
2018-07-08 16:32 Olof Johansson
2018-06-30 19:32 Olof Johansson
2018-06-27 14:38 Olof Johansson
2018-05-26 21:01 Olof Johansson
2018-05-20  1:23 Olof Johansson
2017-12-10  5:11 Olof Johansson
2017-10-04 23:05 Olof Johansson
2017-06-19  6:40 Olof Johansson
2017-06-07  4:18 Olof Johansson
2017-04-16 19:00 Olof Johansson
2017-02-08 17:07 Arnd Bergmann
2017-01-20  0:35 Olof Johansson
2016-12-09 18:01 Olof Johansson
2016-11-20  2:37 Olof Johansson
2016-11-20  2:22 Olof Johansson
2016-11-20  2:26 ` Linus Torvalds
2016-11-20  2:36   ` Olof Johansson
2016-10-29 18:54 Olof Johansson
2016-09-08  4:57 Olof Johansson
2016-08-11 21:06 Arnd Bergmann
2016-07-17  4:56 Olof Johansson
2016-04-12 23:52 Olof Johansson
2015-08-02  7:29 Olof Johansson
2015-07-19  4:16 Olof Johansson
2015-03-29 21:12 Olof Johansson
2015-02-01 17:19 Olof Johansson
2015-01-24 23:19 Olof Johansson
2015-01-18  5:57 Olof Johansson
2014-08-10  5:14 Olof Johansson
2012-10-10 21:48 Olof Johansson
2012-07-27  1:56 Olof Johansson
2012-06-30 22:51 Olof Johansson
2012-06-23 23:40 Olof Johansson
2012-06-17  5:33 Olof Johansson
2012-04-06  4:46 Olof Johansson

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200308235842.gjmjv5ag4yma4exc@localhost \
    --to=olof@lixom.net \
    --cc=arm@kernel.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=soc@kernel.org \
    --cc=torvalds@linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).