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: Sat, 15 Feb 2020 11:49:10 -0800 [thread overview]
Message-ID: <20200215194910.jmvolzk6xsngpcbr@localhost> (raw)
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain; charset=unknown-8bit, Size: 4290 bytes --]
Hi Linus,
The following changes since commit bb6d3fb354c5ee8d6bde2d576eb7220ea09862b9:
Linux 5.6-rc1 (2020-02-09 16:08:48 -0800)
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 3bf3c9744694803bd2d6f0ee70a6369b980530fd:
bus: moxtet: fix potential stack buffer overflow (2020-02-15 10:33:19 -0800)
----------------------------------------------------------------
ARM: SoC fixes
A handful of fixes that have come in since the merge window:
- Fix of PCI interrupt map on arm64 fast model (SW emulator)
- Fixlet for sound on ST platforms and a small cleanup of deprecated DT properties
- A stack buffer overflow fix for moxtet
- Fuse driver build fix for Tegra194
- A few config updates to turn on new drivers merged this cycle
----------------------------------------------------------------
Jagan Teki (1):
arm64: defconfig: Enable DRM_SUN6I_DSI
Krzysztof Kozlowski (2):
ARM: npcm: Bring back GPIOLIB support
ARM: configs: Cleanup old Kconfig options
Kuninori Morimoto (1):
ARM: dts: sti: fixup sound frame-inversion for stihxxx-b2120.dtsi
Marc Zyngier (1):
arm64: dts: fast models: Fix FVP PCI interrupt-map property
Marek Behún (1):
bus: moxtet: fix potential stack buffer overflow
Nicolas Saenz Julienne (1):
arm64: defconfig: Set bcm2835-dma as built-in
Olof Johansson (6):
Merge tag 'juno-fix-5.6' of git://git.kernel.org/.../sudeep.holla/linux into arm/fixes
Merge tag 'v5.6-rc1' into arm/fixes
Merge tag 'sunxi-config64-for-5.6-2' of https://git.kernel.org/.../sunxi/linux into arm/fixes
Merge tag 'sunxi-config-for-5.6-2' of https://git.kernel.org/.../sunxi/linux into arm/fixes
Merge tag 'arm-soc/for-5.6/defconfig-arm64-fixes' of https://github.com/Broadcom/stblinux into arm/fixes
Merge tag 'sti-dt-for-5.7-round1' of git://git.kernel.org/.../pchotard/sti into arm/fixes
Patrice Chotard (1):
ARM: dts: sti: Remove deprecated snps PHY properties for stih410-b2260
Thierry Reding (1):
soc/tegra: fuse: Fix build with Tegra194 configuration
Yangtao Li (2):
ARM: sunxi: Enable CONFIG_SUN8I_THERMAL
arm64: defconfig: Enable CONFIG_SUN8I_THERMAL
arch/arm/boot/dts/stih410-b2260.dts | 3 ---
arch/arm/boot/dts/stihxxx-b2120.dtsi | 2 +-
arch/arm/configs/am200epdkit_defconfig | 2 --
arch/arm/configs/axm55xx_defconfig | 1 -
arch/arm/configs/clps711x_defconfig | 1 -
arch/arm/configs/cns3420vb_defconfig | 2 +-
arch/arm/configs/colibri_pxa300_defconfig | 1 -
arch/arm/configs/collie_defconfig | 2 --
arch/arm/configs/davinci_all_defconfig | 2 --
arch/arm/configs/efm32_defconfig | 2 --
arch/arm/configs/ep93xx_defconfig | 1 -
arch/arm/configs/eseries_pxa_defconfig | 2 --
arch/arm/configs/ezx_defconfig | 1 -
arch/arm/configs/h3600_defconfig | 2 --
arch/arm/configs/h5000_defconfig | 1 -
arch/arm/configs/imote2_defconfig | 1 -
arch/arm/configs/imx_v4_v5_defconfig | 2 --
arch/arm/configs/lpc18xx_defconfig | 4 ----
arch/arm/configs/magician_defconfig | 2 --
arch/arm/configs/moxart_defconfig | 1 -
arch/arm/configs/mxs_defconfig | 2 --
arch/arm/configs/omap1_defconfig | 2 --
arch/arm/configs/palmz72_defconfig | 2 --
arch/arm/configs/pcm027_defconfig | 2 --
arch/arm/configs/pleb_defconfig | 2 --
arch/arm/configs/realview_defconfig | 1 -
arch/arm/configs/sama5_defconfig | 3 ---
arch/arm/configs/stm32_defconfig | 2 --
arch/arm/configs/sunxi_defconfig | 1 +
arch/arm/configs/u300_defconfig | 2 --
arch/arm/configs/vexpress_defconfig | 2 --
arch/arm/configs/viper_defconfig | 1 -
arch/arm/configs/zeus_defconfig | 2 --
arch/arm/configs/zx_defconfig | 1 -
arch/arm/mach-npcm/Kconfig | 2 +-
arch/arm64/boot/dts/arm/fvp-base-revc.dts | 8 ++++----
arch/arm64/configs/defconfig | 4 +++-
drivers/bus/moxtet.c | 2 +-
drivers/soc/tegra/fuse/fuse-tegra30.c | 3 ++-
39 files changed, 14 insertions(+), 65 deletions(-)
[-- Attachment #2: Type: text/plain, Size: 176 bytes --]
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
next reply other threads:[~2020-02-15 19:49 UTC|newest]
Thread overview: 91+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-02-15 19:49 Olof Johansson [this message]
2020-02-15 21:25 ` [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-03-08 23:58 [GIT PULL] ARM: SoC fixes Olof Johansson
2020-03-09 0:50 ` 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=20200215194910.jmvolzk6xsngpcbr@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