From patchwork Wed Jun 2 06:00:05 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tony Lindgren X-Patchwork-Id: 1486388 Return-Path: X-Original-To: incoming-imx@patchwork.ozlabs.org Delivered-To: patchwork-incoming-imx@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (no SPF record) smtp.mailfrom=lists.infradead.org (client-ip=2607:7c80:54:e::133; helo=bombadil.infradead.org; envelope-from=linux-arm-kernel-bounces+incoming-imx=patchwork.ozlabs.org@lists.infradead.org; receiver=) Authentication-Results: ozlabs.org; dkim=pass (2048-bit key; secure) header.d=lists.infradead.org header.i=@lists.infradead.org header.a=rsa-sha256 header.s=bombadil.20210309 header.b=OlCgU2Mo; dkim-atps=neutral Received: from bombadil.infradead.org (bombadil.infradead.org [IPv6:2607:7c80:54:e::133]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 4Fvz0q24WNz9s5R for ; Wed, 2 Jun 2021 16:00:59 +1000 (AEST) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:Message-Id:Date:Subject:Cc :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=DDVbRw7f8ZqUMja93wHtSRgHeySZlm2Mb9e+WlqtJhY=; b=OlCgU2Mo/PTrO+ dILlv6F2al6T3c3Zzz49tHPfhUA632vTV8uqsYG5Jnb5DvudtKd6u+r1k1M4sEQciIydL8SUTnFeG qQr+fqsDdaZ4JvrAWBfWN9RZ8RYaE+XQzoN9bdJ0tBwBSC88fdHkNZ3ShGLTx59ABiqL760CdwUhW 4P3tuckl72N1hgY8H4VYAJHEEDatETtx3WvnTjC7AM0CeWIS7iyW+thc9pIkDaovzOtRl4WWPvEOv RFuPxa6DnoTa5gxwxnq1U/BJP8jJVA9fAnyjDfxTwtVnCFV8HhrcIMNT+1wDbwgvoKr4mtjOUyh8V t9uA1h18OxbKUMlAiT9g==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1loJvN-001y9D-GB; Wed, 02 Jun 2021 06:00:17 +0000 Received: from muru.com ([72.249.23.125]) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1loJvJ-001y8E-EQ for linux-arm-kernel@lists.infradead.org; Wed, 02 Jun 2021 06:00:15 +0000 Received: from hillo.muru.com (localhost [127.0.0.1]) by muru.com (Postfix) with ESMTP id 93D1B80E0; Wed, 2 Jun 2021 06:00:17 +0000 (UTC) From: Tony Lindgren To: soc@kernel.org Cc: arm@kernel.org, linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org, "Tony Lindgren" Subject: [GIT PULL] SATA regresion fix for TI dra7 for v5.13 Date: Wed, 2 Jun 2021 09:00:05 +0300 Message-Id: X-Mailer: git-send-email 2.31.1 MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20210601_230013_544824_086EE45B X-CRM114-Status: UNSURE ( 8.10 ) X-CRM114-Notice: Please train this message. X-Spam-Score: 0.0 (/) X-Spam-Report: Spam detection software, running on the system "bombadil.infradead.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: From: "Tony Lindgren" The following changes since commit d995d3d025bbd2d89abf12418f20d19bc0cb0130: bus: ti-sysc: Use kzalloc for allocating only one thing (2021-03-24 13:44:04 +0200) Content analysis details: (0.0 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 0.0 SPF_NONE SPF: sender does not publish an SPF Record 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+incoming-imx=patchwork.ozlabs.org@lists.infradead.org From: "Tony Lindgren" The following changes since commit d995d3d025bbd2d89abf12418f20d19bc0cb0130: bus: ti-sysc: Use kzalloc for allocating only one thing (2021-03-24 13:44:04 +0200) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v5.13/fixes-sata for you to fetch changes up to db8e712e06874e37a1fdb9bb011618811fc96dbd: bus: ti-sysc: Fix missing quirk flags for sata (2021-05-07 14:21:32 +0300) ---------------------------------------------------------------- Regression fix for TI dra7 SATA not detecting drives The SATA quirk flags are no missing With recent removal of legacy platform data and we need to add the quirk flags to detect drives. ---------------------------------------------------------------- Tony Lindgren (1): bus: ti-sysc: Fix missing quirk flags for sata drivers/bus/ti-sysc.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)