From patchwork Sun Jul 21 18:59:06 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Dimitri John Ledkov X-Patchwork-Id: 1134562 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (mailfrom) smtp.mailfrom=lists.ubuntu.com (client-ip=91.189.94.19; helo=huckleberry.canonical.com; envelope-from=kernel-team-bounces@lists.ubuntu.com; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=ubuntu.com Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (1024-bit key; secure) header.d=surgut.co.uk header.i=@surgut.co.uk header.b="DYkpH0GJ"; dkim-atps=neutral Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 45sDYk29jqz9sBF; Mon, 22 Jul 2019 04:59:22 +1000 (AEST) Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com) by huckleberry.canonical.com with esmtp (Exim 4.86_2) (envelope-from ) id 1hpH3D-00057j-4D; Sun, 21 Jul 2019 18:59:15 +0000 Received: from mail-qk1-f193.google.com ([209.85.222.193]) by huckleberry.canonical.com with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.86_2) (envelope-from ) id 1hpH3B-00057a-09 for kernel-team@lists.ubuntu.com; Sun, 21 Jul 2019 18:59:13 +0000 Received: by mail-qk1-f193.google.com with SMTP id w190so27024926qkc.6 for ; Sun, 21 Jul 2019 11:59:12 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=surgut.co.uk; s=google; h=sender:from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=yrNxquMLR9IbjqceJ6CVUT3ldDP9PkA5Rj9Fd2pVK4Q=; b=DYkpH0GJqCUQLv8IEOz64+tSiIKHvu7hoL0X12GKP2u31yrI2rCoAS75GJSCkyX2oi Ka7xsCrNT0gr0HrllGWfuNLhafMIEQlV4kcdO33Gdrj90XFpGDpPyil0SBk1aoXNpxtG 42SX0SW2C/TLM8q/8Zu5dxdEn5Xhk6ExzQpzU= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:sender:from:to:cc:subject:date:message-id :mime-version:content-transfer-encoding; bh=yrNxquMLR9IbjqceJ6CVUT3ldDP9PkA5Rj9Fd2pVK4Q=; b=VauYlugEEqAJffH38J+5FALwWUoWowbe2ZkS1JD4058x+kX7kvjJPoAwMnVXAbTkUR PYK86EOI2Z8zGf8urGCsMJjtaF1dE7vtWaZTvpCaKW9O6HOP6vlWfORHtKvh+pJAyGXT o598Lwpp5tvITjG9l+9KxN4RJODRiyFVbGsXCRqnDfbkspncHlEa29USZVZRMySzEIb/ PMbYtcaCgabP8hHKUvcl5MCxPLnK+3CZAB/QDGG1In7FnU4rSD56aOHYkvYr2Dec/j/w 11qZl6/ErL/AVVfGHFdzfAuHkkrWugfy30kcGAtHWIQeaA5P7LU7EAGEhKYYjttB7F2W adng== X-Gm-Message-State: APjAAAV6PQeiBZKO8EdpE2b7R/vrY3cE6Zv8vcsg9+M32a4z9z+/vz9X xG3e9Pkkrqnm126g5bZfYuwb5pSpCK8= X-Google-Smtp-Source: APXvYqzDivVAZugiVmMCMAIqaEOQsop18Ww3DQy5lb+frT8BFtQGKo5juz+njvUXzheaPtXIJOKi8Q== X-Received: by 2002:a37:4c53:: with SMTP id z80mr44815109qka.276.1563735551617; Sun, 21 Jul 2019 11:59:11 -0700 (PDT) Received: from localhost ([200.17.97.58]) by smtp.gmail.com with ESMTPSA id h18sm15291727qkj.134.2019.07.21.11.59.10 (version=TLS1_3 cipher=AEAD-AES256-GCM-SHA384 bits=256/256); Sun, 21 Jul 2019 11:59:10 -0700 (PDT) From: Dimitri John Ledkov To: kernel-team@lists.ubuntu.com Subject: [PATCH] UBUNTU: [Config] Enable CONFIG_SCSI_UFS_QCOM as a module on arm64. Date: Sun, 21 Jul 2019 15:59:06 -0300 Message-Id: <20190721185906.6521-1-xnox@ubuntu.com> X-Mailer: git-send-email 2.20.1 MIME-Version: 1.0 X-BeenThere: kernel-team@lists.ubuntu.com X-Mailman-Version: 2.1.20 Precedence: list List-Id: Kernel team discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: xnox@ubuntu.com Errors-To: kernel-team-bounces@lists.ubuntu.com Sender: "kernel-team" SCSI_UFS_QCOM enables UFS storage on QCOM based laptops such as Lenovo Yoga C630. BugLink: https://bugs.launchpad.net/bugs/1837332 Signed-off-by: Dimitri John Ledkov --- debian.master/config/annotations | 2 +- debian.master/config/arm64/config.common.arm64 | 1 + debian.master/config/armhf/config.common.armhf | 1 + debian.master/config/config.common.ubuntu | 1 - 4 files changed, 3 insertions(+), 2 deletions(-) diff --git a/debian.master/config/annotations b/debian.master/config/annotations index fb01717011ff..c8e88a96cd24 100644 --- a/debian.master/config/annotations +++ b/debian.master/config/annotations @@ -7192,7 +7192,7 @@ CONFIG_SCSI_UFS_BSG policy<{'amd64': 'y', 'arm64': ' CONFIG_SCSI_UFSHCD_PLATFORM policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> CONFIG_SCSI_UFS_CDNS_PLATFORM policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> CONFIG_SCSI_UFS_DWC_TC_PLATFORM policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> -CONFIG_SCSI_UFS_QCOM policy<{'arm64': 'n', 'armhf': 'n'}> +CONFIG_SCSI_UFS_QCOM policy<{'arm64': 'm', 'armhf': 'n'}> CONFIG_SCSI_UFS_MEDIATEK policy<{'arm64': 'm', 'armhf': 'm'}> CONFIG_SCSI_UFS_HISI policy<{'arm64': 'm', 'armhf': 'm'}> diff --git a/debian.master/config/arm64/config.common.arm64 b/debian.master/config/arm64/config.common.arm64 index dd86c8e0c2f6..65236bc570ac 100644 --- a/debian.master/config/arm64/config.common.arm64 +++ b/debian.master/config/arm64/config.common.arm64 @@ -549,6 +549,7 @@ CONFIG_SCSI_SRP_ATTRS=m CONFIG_SCSI_STEX=m CONFIG_SCSI_SYM53C8XX_2=m CONFIG_SCSI_UFSHCD=m +CONFIG_SCSI_UFS_QCOM=m CONFIG_SCSI_WD719X=m CONFIG_SECURITY_SELINUX_BOOTPARAM=y CONFIG_SENSORS_APDS990X=m diff --git a/debian.master/config/armhf/config.common.armhf b/debian.master/config/armhf/config.common.armhf index 8645aa531323..a24add63a322 100644 --- a/debian.master/config/armhf/config.common.armhf +++ b/debian.master/config/armhf/config.common.armhf @@ -526,6 +526,7 @@ CONFIG_SCSI_SRP_ATTRS=m CONFIG_SCSI_STEX=m CONFIG_SCSI_SYM53C8XX_2=m CONFIG_SCSI_UFSHCD=m +# CONFIG_SCSI_UFS_QCOM is not set CONFIG_SCSI_WD719X=m CONFIG_SECURITY_SELINUX_BOOTPARAM=y CONFIG_SENSORS_APDS990X=m diff --git a/debian.master/config/config.common.ubuntu b/debian.master/config/config.common.ubuntu index 6039887a121a..6bc627dfb6d4 100644 --- a/debian.master/config/config.common.ubuntu +++ b/debian.master/config/config.common.ubuntu @@ -8289,7 +8289,6 @@ CONFIG_SCSI_UFS_DWC_TC_PCI=m CONFIG_SCSI_UFS_DWC_TC_PLATFORM=m CONFIG_SCSI_UFS_HISI=m CONFIG_SCSI_UFS_MEDIATEK=m -# CONFIG_SCSI_UFS_QCOM is not set CONFIG_SCSI_VIRTIO=m CONFIG_SCTP_COOKIE_HMAC_MD5=y CONFIG_SCTP_COOKIE_HMAC_SHA1=y