From patchwork Tue Sep 3 19:26:23 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Lee Jones X-Patchwork-Id: 11128645 Return-Path: Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 3A2DB14DE for ; Tue, 3 Sep 2019 19:26:36 +0000 (UTC) Received: from web01.groups.io (web01.groups.io [66.175.222.12]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id C3A162168B for ; Tue, 3 Sep 2019 19:26:35 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=linux.kernel.org header.i=@linux.kernel.org header.b="XH+qB+Ir" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org C3A162168B Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=linaro.org Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=bounce+26986+487+1554929+3438807@linux.kernel.org X-Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by groups.io with SMTP; Tue, 03 Sep 2019 12:26:35 -0700 X-Received: by mail.kernel.org (Postfix) id 7B5B4217D7; Tue, 3 Sep 2019 19:26:34 +0000 (UTC) X-Received: from mail-wr1-f67.google.com (mail-wr1-f67.google.com [209.85.221.67]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 10C652168B for ; Tue, 3 Sep 2019 19:26:34 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 10C652168B X-Received: by mail-wr1-f67.google.com with SMTP id y8so18669614wrn.10 for ; Tue, 03 Sep 2019 12:26:33 -0700 (PDT) X-Gm-Message-State: APjAAAWrjRcC75HcJy6YKXjcy5DbQrQTHbIFAYgSOILgvjLkKwxbdgnw k2TFO49iORVSwWsEEP2lGCqCLG9+Arqw5w== X-Google-Smtp-Source: APXvYqwhKx+lvSTr6idloMJNUmzIe0WiaLfN1tBr5HnJNiXSV+DK7lzPC4Qn3TlmvpseiD9C7XQHUQ== X-Received: by 2002:a5d:574c:: with SMTP id q12mr16298520wrw.69.1567538792400; Tue, 03 Sep 2019 12:26:32 -0700 (PDT) X-Received: from localhost.localdomain ([95.147.198.36]) by smtp.gmail.com with ESMTPSA id b184sm473895wmg.47.2019.09.03.12.26.31 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 03 Sep 2019 12:26:31 -0700 (PDT) From: Lee Jones To: Linuxkernel+Patchwork-Soc via Email Integration Cc: linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Lee Jones Subject: [PATCH 1/3] arm64: defconfig: Enable Qualcomm GENI based I2C controller Date: Tue, 3 Sep 2019 20:26:23 +0100 Message-Id: <20190903192625.14775-1-lee.jones@linaro.org> Precedence: Bulk List-Unsubscribe: Sender: patchwork-soc@linux.kernel.org List-Id: Mailing-List: list patchwork-soc@linux.kernel.org; contact patchwork-soc+owner@linux.kernel.org Delivered-To: mailing list patchwork-soc@linux.kernel.org Reply-To: patchwork-soc+owner@linux.kernel.org DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linux.kernel.org; q=dns/txt; s=20140610; t=1567538795; bh=b862l7SnS7TPXgGXjJheUkHS2RQqO8pHhydwxVfljzQ=; h=Cc:Content-Type:Date:From:Reply-To:Subject:To; b=XH+qB+Ir6st9UZ1s+Tw4RBr0cCZErGGWBFFwGPjGsqwTfUSckguIhpfzH3OvYpDpMq7 sBoB+97/9Im0uyGsGSiQ85MSkKdnIvQMSvz3yoRgvsvTWqhfvXQFXMVb3tc4qvM3iU5Op MAkgchi9SE9IdHajZQaOtYk/yDykwaI/ODc= Tested on the Lenovo Yoga C630 where this patch enables the keyboard, touchpad and touchscreen. Signed-off-by: Lee Jones Reviewed-by: Bjorn Andersson --- arch/arm64/configs/defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index facf19cc275d..0fe943ac53b5 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -366,6 +366,7 @@ CONFIG_I2C_IMX_LPI2C=y CONFIG_I2C_MESON=y CONFIG_I2C_MV64XXX=y CONFIG_I2C_PXA=y +CONFIG_I2C_QCOM_GENI=m CONFIG_I2C_QUP=y CONFIG_I2C_RK3X=y CONFIG_I2C_SH_MOBILE=y From patchwork Tue Sep 3 19:26:25 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Lee Jones X-Patchwork-Id: 11128649 Return-Path: Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 1075913B1 for ; Tue, 3 Sep 2019 19:26:37 +0000 (UTC) Received: from web01.groups.io (web01.groups.io [66.175.222.12]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id DD85B2168B for ; Tue, 3 Sep 2019 19:26:36 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=linux.kernel.org header.i=@linux.kernel.org header.b="VNqDSnMF" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org DD85B2168B Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=linaro.org Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=bounce+26986+489+1554929+3438807@linux.kernel.org X-Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by groups.io with SMTP; Tue, 03 Sep 2019 12:26:36 -0700 X-Received: by mail.kernel.org (Postfix) id 23AD222DCC; Tue, 3 Sep 2019 19:26:36 +0000 (UTC) X-Received: from mail-wr1-f66.google.com (mail-wr1-f66.google.com [209.85.221.66]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id CFCAA22CF7 for ; Tue, 3 Sep 2019 19:26:35 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org CFCAA22CF7 X-Received: by mail-wr1-f66.google.com with SMTP id t16so18714095wra.6 for ; Tue, 03 Sep 2019 12:26:35 -0700 (PDT) X-Gm-Message-State: APjAAAX0z2NHmk1oFpY4NC6UQQMqI5Rfo/1Mx8sX4L6LIaqAUO4FM8zT cUZ9IYo09gOiE0GfAeH36MdsROuDYi3eFA== X-Google-Smtp-Source: APXvYqxgB+1waw5g1KRrYZlfGed4VEHLM5YikKdfvBylnWAfiHaWQTKKGR0A+NIve5O7A/znEXdUAg== X-Received: by 2002:adf:ba0c:: with SMTP id o12mr27433308wrg.284.1567538794208; Tue, 03 Sep 2019 12:26:34 -0700 (PDT) X-Received: from localhost.localdomain ([95.147.198.36]) by smtp.gmail.com with ESMTPSA id b184sm473895wmg.47.2019.09.03.12.26.33 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 03 Sep 2019 12:26:33 -0700 (PDT) From: Lee Jones To: Linuxkernel+Patchwork-Soc via Email Integration Cc: linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Lee Jones Subject: [PATCH 3/3] arm64: defconfig: Enable Qualcomm QUSB2 PHY Date: Tue, 3 Sep 2019 20:26:25 +0100 Message-Id: <20190903192625.14775-3-lee.jones@linaro.org> In-Reply-To: <20190903192625.14775-1-lee.jones@linaro.org> References: <20190903192625.14775-1-lee.jones@linaro.org> Precedence: Bulk List-Unsubscribe: Sender: patchwork-soc@linux.kernel.org List-Id: Mailing-List: list patchwork-soc@linux.kernel.org; contact patchwork-soc+owner@linux.kernel.org Delivered-To: mailing list patchwork-soc@linux.kernel.org Reply-To: patchwork-soc+owner@linux.kernel.org DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linux.kernel.org; q=dns/txt; s=20140610; t=1567538796; bh=EDvWQyQgGAtpE8COI28vblHJOb9RlMQ0aOyB1zhAEnk=; h=Cc:Content-Type:Date:From:Reply-To:Subject:To; b=VNqDSnMF0krCCK1ezhnuRwW0gi5wYlfnUk6+D2QmbhZZu8E1OVf5IDLte7VPo3kn3im dCTO8gmfvQA+hBfVUmpkxVU87mRvjgaPEVGNboGFKzSADr2ba10lUdH7V3CW4mo8PZdjq Z33qr+pFzIsf7T+36Fs1etVjEAcpMNwhP0Q= Tested on the Lenovo Yoga C630 where this patch enables USB. Without it USB devices are not enumerated. Signed-off-by: Lee Jones Reviewed-by: Bjorn Andersson --- arch/arm64/configs/defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index af7ca722b519..a94d002182ee 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -770,6 +770,7 @@ CONFIG_PHY_HISTB_COMBPHY=y CONFIG_PHY_HISI_INNO_USB2=y CONFIG_PHY_MVEBU_CP110_COMPHY=y CONFIG_PHY_QCOM_QMP=m +CONFIG_PHY_QCOM_QUSB2=m CONFIG_PHY_QCOM_USB_HS=y CONFIG_PHY_RCAR_GEN3_PCIE=y CONFIG_PHY_RCAR_GEN3_USB2=y