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=-13.8 required=3.0 tests=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,URIBL_BLOCKED, 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 C5FDEC10DCE for ; Fri, 13 Mar 2020 20:40:52 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (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 967B52074D for ; Fri, 13 Mar 2020 20:40:52 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="fJh9Pt6M" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 967B52074D 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+infradead-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=bombadil.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=CeiHvV+YIULk+yvhJUH1cX2stIuFlea5vAUFkEHg4yA=; b=fJh9Pt6MkkVqqg egkCGXmtOfO8A9Zq966DeH00fO5GA5ZXZzul5QWRozBzZlGNi+dt/SZIFSfa2gMyeAoOHxd3bBY0X M/9cLtTEq6syuRs5vv8um4qcNrru9BHUwJW53HzMLZ/lzKQdAFPLerPM0CbBIr9wVRMA1w7nLLIXW 9Q59aeLe/Us6ejTBxMKzvaOe7H4RDcEPIpfvvXx6rkQmnlWLCTOd8ply6SwE7JWEXHRUjaZEWeAHB CvPJjxZDqOdIw2kKX6Uzc/yahrUbnPE/o5ZFTatuUO9K9MOxf3aQ9yER5I21/JQ3jHHsEled47YOt 3TWLm1s0U986ms3Uncdg==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1jCr6v-0003GK-NM; Fri, 13 Mar 2020 20:40:49 +0000 Received: from muru.com ([72.249.23.125]) by bombadil.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1jCr6r-0003Fw-OU for linux-arm-kernel@lists.infradead.org; Fri, 13 Mar 2020 20:40:48 +0000 Received: from hillo.muru.com (localhost [127.0.0.1]) by muru.com (Postfix) with ESMTP id D5A4E8087; Fri, 13 Mar 2020 20:41:31 +0000 (UTC) From: Tony Lindgren List-Id: To: soc@kernel.org Subject: [GIT PULL] ti-sysc fix for v5.6 Date: Fri, 13 Mar 2020 13:40:42 -0700 Message-Id: X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20200313_134047_240106_746B5F6E X-CRM114-Status: UNSURE ( 7.57 ) 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+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org From: "Tony Lindgren" The following changes since commit b2745d92bb015cc4454d4195c4ce6e2852db397e: bus: ti-sysc: Add support for PRUSS SYSC type (2020-03-04 07:54:57 -0800) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v5.7/ti-sysc-fix-signed for you to fetch changes up to aef067e8e95d856bc09557a91e740b2d6a81a6ae: Merge branch 'fix-lcdc-quirk' into omap-for-v5.7/ti-sysc (2020-03-10 09:06:02 -0700) ---------------------------------------------------------------- Fix for ti-sysc suspend/resume issue on am335x for v5.7 merge window Just merge in a ti-sysc fix for am335x lcdc suspend/resume issue, and resolve merge conflict. ---------------------------------------------------------------- Tony Lindgren (2): bus: ti-sysc: Fix quirk flags for lcdc on am335x Merge branch 'fix-lcdc-quirk' into omap-for-v5.7/ti-sysc drivers/bus/ti-sysc.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel