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=-14.1 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,INCLUDES_PULL_REQUEST,MAILING_LIST_MULTI, MENTIONS_GIT_HOSTING,SPF_HELO_NONE,SPF_PASS,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 0D7ABC5DF63 for ; Wed, 6 Nov 2019 19:34:03 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id B84CC217F9 for ; Wed, 6 Nov 2019 19:34:02 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1573068842; bh=coOa4RxODjJ6EYPV7rFTewcJTnI1nFBAjUdusE+P6SI=; h=From:To:Cc:Subject:Date:List-ID:From; b=XYLXXtzk7uBJoJb+fVS+QGlZLojfvU9nRTWMZ8zE8jin7vU7Z2/jjkj+XltjsocMD yenqaRmNgXZAj+Q4bdtpWmQxFwIXX9027uUvpb297MVDuWCedMDbzWhvnf5BYvYlwH aG2bDeopnkPrCDxYEJxgZHXh89TPPPEUn+4Lq2Xs= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727422AbfKFTeC (ORCPT ); Wed, 6 Nov 2019 14:34:02 -0500 Received: from mail.kernel.org ([198.145.29.99]:32878 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727208AbfKFTeC (ORCPT ); Wed, 6 Nov 2019 14:34:02 -0500 Received: from localhost (mobile-107-92-63-247.mycingular.net [107.92.63.247]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 706BD217D7; Wed, 6 Nov 2019 19:34:01 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1573068841; bh=coOa4RxODjJ6EYPV7rFTewcJTnI1nFBAjUdusE+P6SI=; h=From:To:Cc:Subject:Date:From; b=HB1qkuScqVLA8LfkEUpRzyEQuzZTvLubfGJ1n4aZ44SIYvJFRTPzkn0TNUfUEH8/F plDSsx6rqwcU2v98rMkFAlv0fQDIurBdzGVKkih3kV5GVHu23iqjBGxExTeT/4AsmH RUdBxmAqtY5s1MECbhxHiXyPEJ9ThhIZDB5R29uA= From: Andy Gross To: arm@kernel.org Cc: linux-arm-msm@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Bjorn Andersson , Arnd Bergmann , Olof Johansson , Kevin Hilman Subject: [GIT PULL] Qualcomm ARM64 Defconfig updates for 5.5 Date: Wed, 6 Nov 2019 13:33:56 -0600 Message-Id: <1573068840-13098-1-git-send-email-agross@kernel.org> X-Mailer: git-send-email 2.7.4 Sender: linux-arm-msm-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-arm-msm@vger.kernel.org The following changes since commit 54ecb8f7028c5eb3d740bb82b0f1d90f2df63c5c: Linux 5.4-rc1 (2019-09-30 10:35:40 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/qcom/linux.git tags/qcom-arm64-defconfig-for-5.5 for you to fetch changes up to a36612b7469cf76953cf237a2b9a62f6c97730bb: arm64: defconfig: Enable Qualcomm watchdog driver (2019-10-20 23:04:59 -0700) ---------------------------------------------------------------- Qualcomm ARM64 Based defconfig Updates for v5.5 * Enable Qualcomm cpufreq, watchdog, prng, socinfo, SPI, and QSPI controllers * Enable SN65DSI86 display bridge * Enable QCA Bluetooth over Uart * Enable various Qualcomm remoteproc dependencies ---------------------------------------------------------------- Bjorn Andersson (6): arm64: defconfig: Enable Qualcomm remoteproc dependencies arm64: defconfig: Enable Qualcomm SPI and QSPI controller arm64: defconfig: Enable Qualcomm socinfo driver arm64: defconfig: Enable Qualcomm CPUfreq HW driver arm64: defconfig: Enable Qualcomm pseudo rng arm64: defconfig: Enable Qualcomm watchdog driver Jeffrey Hugo (2): arm64: defconfig: Enable QCA Bluetooth over UART arm64: defconfig: Enable SN65DSI86 display bridge arch/arm64/configs/defconfig | 14 ++++++++++++++ 1 file changed, 14 insertions(+) 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=-14.0 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,INCLUDES_PULL_REQUEST,MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING, SPF_HELO_NONE,SPF_PASS,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 5F81BC5DF63 for ; Wed, 6 Nov 2019 19:34:07 +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 0FB17218AE for ; Wed, 6 Nov 2019 19:34:07 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="Y736O8sX"; dkim=fail reason="signature verification failed" (1024-bit key) header.d=kernel.org header.i=@kernel.org header.b="HB1qkuSc" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 0FB17218AE Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org 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:MIME-Version:Cc:List-Subscribe: List-Help:List-Post:List-Archive:List-Unsubscribe:List-Id: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=tIxR+SigskY4aoP4jgDfwNh1U8IAJzzdIPYhpsZkyNE=; b=Y73 6O8sX2aeci6b+q8Wzz0aW23fSWNdSz7hZz4p14I3MhO0fWTynhj53rpJqQ1QJxv7T79Ia7jUIqrbu /PE3yYsbXjOPaEhsiX2FgVOAFkkVx5SAAZaPos9/nxiYQbt9iGRkIPIrrp+EZ3KHtPJz25W7qWVRv KQqLWNivVhcsQf6mtWlFUt/Rly5lVKqDEIJQRb8kAZnY13lKji44fFFItkYycrysA0uX98chV31r7 zuZWEiZ0kPpkPeMpToYL/4eED3pOdpaTc9CRYla8YPCvhI+YFwasp+2cPoEzSw128pZMe8XIRRVpC QS/BFkpoy21y6yRISrxCPPHZFIR4hTA==; 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 1iSR49-0007nY-BN; Wed, 06 Nov 2019 19:34:05 +0000 Received: from mail.kernel.org ([198.145.29.99]) by bombadil.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1iSR46-0007my-Eb for linux-arm-kernel@lists.infradead.org; Wed, 06 Nov 2019 19:34:03 +0000 Received: from localhost (mobile-107-92-63-247.mycingular.net [107.92.63.247]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 706BD217D7; Wed, 6 Nov 2019 19:34:01 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1573068841; bh=coOa4RxODjJ6EYPV7rFTewcJTnI1nFBAjUdusE+P6SI=; h=From:To:Cc:Subject:Date:From; b=HB1qkuScqVLA8LfkEUpRzyEQuzZTvLubfGJ1n4aZ44SIYvJFRTPzkn0TNUfUEH8/F plDSsx6rqwcU2v98rMkFAlv0fQDIurBdzGVKkih3kV5GVHu23iqjBGxExTeT/4AsmH RUdBxmAqtY5s1MECbhxHiXyPEJ9ThhIZDB5R29uA= From: Andy Gross To: arm@kernel.org Subject: [GIT PULL] Qualcomm ARM64 Defconfig updates for 5.5 Date: Wed, 6 Nov 2019 13:33:56 -0600 Message-Id: <1573068840-13098-1-git-send-email-agross@kernel.org> X-Mailer: git-send-email 2.7.4 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20191106_113402_513334_D072328D X-CRM114-Status: UNSURE ( 9.20 ) 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: Arnd Bergmann , linux-arm-msm@vger.kernel.org, Bjorn Andersson , Kevin Hilman , Olof Johansson , linux-arm-kernel@lists.infradead.org MIME-Version: 1.0 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 The following changes since commit 54ecb8f7028c5eb3d740bb82b0f1d90f2df63c5c: Linux 5.4-rc1 (2019-09-30 10:35:40 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/qcom/linux.git tags/qcom-arm64-defconfig-for-5.5 for you to fetch changes up to a36612b7469cf76953cf237a2b9a62f6c97730bb: arm64: defconfig: Enable Qualcomm watchdog driver (2019-10-20 23:04:59 -0700) ---------------------------------------------------------------- Qualcomm ARM64 Based defconfig Updates for v5.5 * Enable Qualcomm cpufreq, watchdog, prng, socinfo, SPI, and QSPI controllers * Enable SN65DSI86 display bridge * Enable QCA Bluetooth over Uart * Enable various Qualcomm remoteproc dependencies ---------------------------------------------------------------- Bjorn Andersson (6): arm64: defconfig: Enable Qualcomm remoteproc dependencies arm64: defconfig: Enable Qualcomm SPI and QSPI controller arm64: defconfig: Enable Qualcomm socinfo driver arm64: defconfig: Enable Qualcomm CPUfreq HW driver arm64: defconfig: Enable Qualcomm pseudo rng arm64: defconfig: Enable Qualcomm watchdog driver Jeffrey Hugo (2): arm64: defconfig: Enable QCA Bluetooth over UART arm64: defconfig: Enable SN65DSI86 display bridge arch/arm64/configs/defconfig | 14 ++++++++++++++ 1 file changed, 14 insertions(+) _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel