From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-21.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH,INCLUDES_PULL_REQUEST, MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING,SPF_HELO_NONE,SPF_PASS,USER_AGENT_GIT autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 75541C4320A for ; Tue, 3 Aug 2021 13:05:35 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 55E0560F38 for ; Tue, 3 Aug 2021 13:05:35 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235782AbhHCNFp (ORCPT ); Tue, 3 Aug 2021 09:05:45 -0400 Received: from muru.com ([72.249.23.125]:34264 "EHLO muru.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235635AbhHCNFp (ORCPT ); Tue, 3 Aug 2021 09:05:45 -0400 Received: from hillo.muru.com (localhost [127.0.0.1]) by muru.com (Postfix) with ESMTP id DFFB28050; Tue, 3 Aug 2021 13:05:51 +0000 (UTC) From: Tony Lindgren List-Id: To: soc@kernel.org Cc: arm@kernel.org, linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org, "Tony Lindgren" Subject: [GIT PULL] Fixes for omaps for v5.14-rc series Date: Tue, 3 Aug 2021 16:05:29 +0300 Message-Id: X-Mailer: git-send-email 2.32.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-omap@vger.kernel.org From: "Tony Lindgren" The following changes since commit e73f0f0ee7541171d89f2e2491130c7771ba58d3: Linux 5.14-rc1 (2021-07-11 15:07:40 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v5.14/fixes-rc5-signed for you to fetch changes up to 353b7a55dcaf5fb8758e09ebe2ddf5f3adbac7c5: Merge branch 'fixes-v5.14' into fixes (2021-07-27 11:25:08 +0300) ---------------------------------------------------------------- Fixes for omaps for v5.14-rc series Some fixes for regressions and boot issues for various devices: - Fix gpt12 system timer regression on earlier beagleboard revisions - Fix potential NULL pointer access for omap_hwmod_get_pwrdm() - Disable RNG on secure am335x variants as it's not accessible - Fix flakey DCDC2 voltage causing hangs on am43x-epos-evm by reducing i2c0 bus speed for tps65218 - Fix typo for am437x-l4 can@0 node - Fix omap5 regression caused by vdds_1v8_main fixed-regulator ---------------------------------------------------------------- Dario Binacchi (1): ARM: dts: am437x-l4: fix typo in can@0 node Dave Gerlach (1): ARM: dts: am43x-epos-evm: Reduce i2c0 bus speed for tps65218 H. Nikolaus Schaller (1): omap5-board-common: remove not physically existing vdds_1v8_main fixed-regulator Kevin Hilman (1): bus: ti-sysc: AM3: RNG is GP only Tero Kristo (1): ARM: omap2+: hwmod: fix potential NULL pointer access Tony Lindgren (2): bus: ti-sysc: Fix gpt12 system timer issue with reserved status Merge branch 'fixes-v5.14' into fixes arch/arm/boot/dts/am437x-l4.dtsi | 2 +- arch/arm/boot/dts/am43x-epos-evm.dts | 2 +- arch/arm/boot/dts/omap5-board-common.dtsi | 9 +-------- arch/arm/mach-omap2/omap_hwmod.c | 10 +++++++++- drivers/bus/ti-sysc.c | 22 +++++++++++++++------- 5 files changed, 27 insertions(+), 18 deletions(-)