Message ID | CAK8P3a3aQwtP9kpujNeErTVHDOxALMtEpg5QQgKJMfQ+ZaFn4w@mail.gmail.com (mailing list archive) |
---|---|
State | Mainlined |
Headers | show |
Series | [GIT,PULL] ARM: SoC fixes for v5.11 | expand |
The pull request you sent on Fri, 8 Jan 2021 18:10:47 +0100:
> git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc.git tags/arm-fixes-5.11-1
has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/95f05058b2bbe3b85c8617b961879e52f692caa5
Thank you!
The following changes since commit 69fe24d1d80feac4289778582cf0a15256d59baf: firmware: xilinx: Mark pm_api_features_map with static keyword (2020-12-09 23:00:22 +0100) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc.git tags/arm-fixes-5.11-1 for you to fetch changes up to bac717171971176b78c72d15a8b6961764ab197f: ARM: picoxcell: fix missing interrupt-parent properties (2021-01-08 16:23:37 +0100) ---------------------------------------------------------------- ARM: SoC fixes for v5.11 These are a small number of bug fixes that all came in before or during the merge window, most for the omap platform: - One boot regression fix for Nokia N9 (OMAP3). - Two small defconfig changes for omap2, to reflect changes in drivers - Warning fixes for DT issues on omap2, picoxcell and bitmap SoCs. The picoxcell platform will be removed in v5.12, but fixing it first makes it easier to backport to the fix to stable kernels and get a clean build with new dtc versions Signed-off-by: Arnd Bergmann <arnd@arndb.de> ---------------------------------------------------------------- Aaro Koskinen (1): ARM: dts: OMAP3: disable AES on N950/N9 Andreas Kemnade (2): ARM: OMAP2+: omap_device: fix idling of devices during probe ARM: omap2plus_defconfig: enable SPI GPIO Andrey Zhizhikin (1): ARM: omap2plus_defconfig: drop unused POWER_AVS option Arnd Bergmann (3): Merge tag 'omap-for-v5.10/fixes-rc6-signed' of git://git.kernel.org/.../tmlind/linux-omap into arm/fixes Merge tag 'omap-for-v5.11/defconfig-late-signed' of git://git.kernel.org/.../tmlind/linux-omap into arm/fixes ARM: picoxcell: fix missing interrupt-parent properties Carl Philipp Klemm (1): ARM: omap2: pmic-cpcap: fix maximum voltage to be consistent with defaults on xt875 Jisheng Zhang (1): arm64: dts: bitmain: Use generic "ngpios" rather than "snps,nr-gpios" Linus Walleij (1): ARM: dts: ux500/golden: Set display max brightness arch/arm/boot/dts/omap3-n950-n9.dtsi | 8 ++++++++ arch/arm/boot/dts/picoxcell-pc3x2.dtsi | 4 ++++ arch/arm/boot/dts/ste-ux500-samsung-golden.dts | 1 + arch/arm/configs/omap2plus_defconfig | 7 ++++++- arch/arm/mach-omap2/omap_device.c | 8 +++++--- arch/arm/mach-omap2/pmic-cpcap.c | 2 +- arch/arm64/boot/dts/bitmain/bm1880.dtsi | 6 +++--- 7 files changed, 28 insertions(+), 8 deletions(-)