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=-17.0 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PULL_REQUEST,MAILING_LIST_MULTI, MENTIONS_GIT_HOSTING,SPF_HELO_NONE,SPF_PASS,USER_AGENT_GIT autolearn=unavailable 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 F1F21C433E1 for ; Wed, 15 Jul 2020 19:09:45 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id DAE3920787 for ; Wed, 15 Jul 2020 19:09:45 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726634AbgGOTJm (ORCPT ); Wed, 15 Jul 2020 15:09:42 -0400 Received: from muru.com ([72.249.23.125]:37104 "EHLO muru.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726742AbgGOTIr (ORCPT ); Wed, 15 Jul 2020 15:08:47 -0400 Received: from alpine.gateway.sonic.net (localhost [127.0.0.1]) by muru.com (Postfix) with ESMTP id D21908120; Wed, 15 Jul 2020 19:08:41 +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] Few fixes for omaps for v5.8 Date: Wed, 15 Jul 2020 12:08:42 -0700 Message-Id: X-Mailer: git-send-email 2.27.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Sender: linux-omap-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-omap@vger.kernel.org From: "Tony Lindgren" The following changes since commit a352fe371053d047481635da328ea781329c84a4: Merge branch 'omap-for-v5.8/fixes-rc1' into fixes (2020-06-16 09:26:03 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v5.8/fixes-rc5-signed for you to fetch changes up to 2a4117df9b436a0e4c79d211284ab2097bcd00dc: ARM: dts: Fix dcan driver probe failed on am437x platform (2020-07-14 08:03:28 -0700) ---------------------------------------------------------------- Fixes for omaps for v5.8-rc cycle Few fixes for issues noticed during testing: - Two DEBUG_ATOMIC_SLEEP fixes for ti-sysc interconnect target module driver - A regression fix for ti-sysc no-idle handling that caused issues compared to earlier platform data based booting - A fix for memory leak for omap_hwmod_allocate_module - Fix d_can driver probe for am437x ---------------------------------------------------------------- Chen Tao (1): ARM: OMAP2+: Fix possible memory leak in omap_hwmod_allocate_module Tony Lindgren (3): bus: ti-sysc: Fix wakeirq sleeping function called from invalid context bus: ti-sysc: Fix sleeping function called from invalid context for RTC quirk bus: ti-sysc: Do not disable on suspend for no-idle dillon min (1): ARM: dts: Fix dcan driver probe failed on am437x platform arch/arm/boot/dts/am437x-l4.dtsi | 14 ++++++++++---- arch/arm/mach-omap2/omap_hwmod.c | 14 +++++++++++--- drivers/bus/ti-sysc.c | 23 ++++++++++++----------- 3 files changed, 33 insertions(+), 18 deletions(-) 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=-17.0 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PULL_REQUEST, MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING,SPF_HELO_NONE,SPF_PASS,USER_AGENT_GIT autolearn=unavailable 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 D51F1C433E2 for ; Wed, 15 Jul 2020 19:10:04 +0000 (UTC) Received: from merlin.infradead.org (merlin.infradead.org [205.233.59.134]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id A51DD2076C for ; Wed, 15 Jul 2020 19:10:04 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="MU5Tkh/z" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org A51DD2076C Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=atomide.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=merlin.20170209; h=Sender:Content-Transfer-Encoding: Content-Type:Cc:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:MIME-Version:Message-Id:Date:Subject:To:From: Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender :Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References:List-Owner; bh=rQ18xrVBpMIZFfhS2C08FUY1p/S9jN2b/HlXJjFleyo=; b=MU5Tkh/zH7/Do5E5NcfuamvlZC /cjydMptMzZFEEq4uE88j9nVV0zyKMziegVZhbHxXNbHO73LWTeaUxKXGPEzkROsVP8n5ZpufjVgI q1+mO6DMSSb5E4xfhj+c1F09237GInw2yO0K/Ymm4IH28ZSVS05ywSTJg5s8iyop7k0kdz48tWqT3 yXeDz+aI7eQqMjHC4dMjTGmXs7Yk6FytiNM0YRA9r4t2qnEdJ9Jd7KQxq5XLBi4J+AnWBBJTq8FX4 AAfb+OM+Yu7M3lgrLwKCt4vUKkXIR6IKXiipDt29OWOrZo7uSXDNb0WSj/64EKtk/JLV5DKHhW5Ka NjEpjjRw==; Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1jvmlq-0000wS-Op; Wed, 15 Jul 2020 19:08:46 +0000 Received: from muru.com ([72.249.23.125]) by merlin.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1jvmlo-0000w0-8w for linux-arm-kernel@lists.infradead.org; Wed, 15 Jul 2020 19:08:44 +0000 Received: from alpine.gateway.sonic.net (localhost [127.0.0.1]) by muru.com (Postfix) with ESMTP id D21908120; Wed, 15 Jul 2020 19:08:41 +0000 (UTC) From: Tony Lindgren List-Id: To: soc@kernel.org Subject: [GIT PULL] Few fixes for omaps for v5.8 Date: Wed, 15 Jul 2020 12:08:42 -0700 Message-Id: X-Mailer: git-send-email 2.27.0 MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20200715_150844_395002_90F81BD2 X-CRM114-Status: UNSURE ( 6.98 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Tony Lindgren , linux-omap@vger.kernel.org, arm@kernel.org, linux-arm-kernel@lists.infradead.org Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org From: "Tony Lindgren" The following changes since commit a352fe371053d047481635da328ea781329c84a4: Merge branch 'omap-for-v5.8/fixes-rc1' into fixes (2020-06-16 09:26:03 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v5.8/fixes-rc5-signed for you to fetch changes up to 2a4117df9b436a0e4c79d211284ab2097bcd00dc: ARM: dts: Fix dcan driver probe failed on am437x platform (2020-07-14 08:03:28 -0700) ---------------------------------------------------------------- Fixes for omaps for v5.8-rc cycle Few fixes for issues noticed during testing: - Two DEBUG_ATOMIC_SLEEP fixes for ti-sysc interconnect target module driver - A regression fix for ti-sysc no-idle handling that caused issues compared to earlier platform data based booting - A fix for memory leak for omap_hwmod_allocate_module - Fix d_can driver probe for am437x ---------------------------------------------------------------- Chen Tao (1): ARM: OMAP2+: Fix possible memory leak in omap_hwmod_allocate_module Tony Lindgren (3): bus: ti-sysc: Fix wakeirq sleeping function called from invalid context bus: ti-sysc: Fix sleeping function called from invalid context for RTC quirk bus: ti-sysc: Do not disable on suspend for no-idle dillon min (1): ARM: dts: Fix dcan driver probe failed on am437x platform arch/arm/boot/dts/am437x-l4.dtsi | 14 ++++++++++---- arch/arm/mach-omap2/omap_hwmod.c | 14 +++++++++++--- drivers/bus/ti-sysc.c | 23 ++++++++++++----------- 3 files changed, 33 insertions(+), 18 deletions(-) _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel