From patchwork Thu Aug 19 06:34:36 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tony Lindgren X-Patchwork-Id: 12446425 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=-20.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH,INCLUDES_PULL_REQUEST, 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 D5D69C4338F for ; Thu, 19 Aug 2021 06:34:43 +0000 (UTC) Received: by mail.kernel.org (Postfix) id B657E61106; Thu, 19 Aug 2021 06:34:43 +0000 (UTC) Received: from muru.com (muru.com [72.249.23.125]) by mail.kernel.org (Postfix) with ESMTP id 15CEF610E5; Thu, 19 Aug 2021 06:34:42 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org 15CEF610E5 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=atomide.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=atomide.com Received: from hillo.muru.com (localhost [127.0.0.1]) by muru.com (Postfix) with ESMTP id 2A3E480C7; Thu, 19 Aug 2021 06:35:03 +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" , Jarkko Nikula Subject: [GIT PULL] Fix for omap gpt12 timer error handling Date: Thu, 19 Aug 2021 09:34:36 +0300 Message-Id: X-Mailer: git-send-email 2.32.0 MIME-Version: 1.0 From: "Tony Lindgren" The following changes since commit 353b7a55dcaf5fb8758e09ebe2ddf5f3adbac7c5: Merge branch 'fixes-v5.14' into fixes (2021-07-27 11:25:08 +0300) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v5.14/gpt12-fix-signed for you to fetch changes up to 06a089ef644934372a3062528244fca3417d3430: bus: ti-sysc: Fix error handling for sysc_check_active_timer() (2021-08-11 08:34:46 +0300) ---------------------------------------------------------------- Fix for omap gpt12 timer error handling Two of the recent fixes for ti-sysc driver had bad interaction for a function return value that caused one of the fixes to not work so we need to change the return value handling. Otherwise early beagleboard variants still have a boot issue. ---------------------------------------------------------------- Tony Lindgren (1): bus: ti-sysc: Fix error handling for sysc_check_active_timer() drivers/bus/ti-sysc.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-)