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 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 02310C433EF for ; Tue, 21 Dec 2021 22:06:46 +0000 (UTC) Received: by smtp.kernel.org (Postfix) id C4D89C36AEB; Tue, 21 Dec 2021 22:06:46 +0000 (UTC) Received: from mail-pj1-f41.google.com (mail-pj1-f41.google.com [209.85.216.41]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.kernel.org (Postfix) with ESMTPS id 2552BC36AE9; Tue, 21 Dec 2021 22:06:46 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 smtp.kernel.org 2552BC36AE9 Authentication-Results: smtp.kernel.org; dmarc=pass (p=none dis=none) header.from=gmail.com Authentication-Results: smtp.kernel.org; spf=pass smtp.mailfrom=gmail.com Received: by mail-pj1-f41.google.com with SMTP id lr15-20020a17090b4b8f00b001b19671cbebso575107pjb.1; Tue, 21 Dec 2021 14:06:46 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=PDzsIf6Uhe1lbJBaXlITABiQo6ZivW3lcMWFYi+LrqM=; b=McaKDmieIboD6xGZOXSQbODid7BEVpVEoKweit/95ENAZWt2tDWubkXgoe58NtgBtY OkwJOfNZKri7bO6RYW8PLwiht8hSD3h1n0kb990exvrl5zyCpCmnOGQ7x4/X0d8UubQ0 Bu0zQo7SdPxs5GGwxLSeFxMZ59BMdQer7UqTUBH1idPnhW0/M9bS0I3DashqxfWGFgna thvBfMbbO65Ddsy3egrb4uIvcDDseYjgQ/cIfbGj96SuCWHPUrYLmoMOVBIxbFrmwDsh nfHojGOh4baKk2VV30wtC4mXirIM4iI1lVD7ZMCLzd95KKUNKGfavGt4F/cSV5vapcfi m+ig== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=PDzsIf6Uhe1lbJBaXlITABiQo6ZivW3lcMWFYi+LrqM=; b=MKxj+QhiBtfGJHTNuRHQtoNTvi+eEVtZ7eHabX7cOVAiCtK+nGRSjpCcoreCYqbOEw HwrsNWqgwqzU4qxOO1fwkWvly6EjqvN1uqYQfzNs+ipmSqbf7eDwKTJ4dmknid5nUpiO 6baWW6XkxUjhx31sYePzP2cLQb0Yo2i73wA8YJV/7HALHNWrlQT66H8YeLGtVmNp8qjT kDB3K01X7Hbi8Vx6g8C4YNi5NrwDG3f7DNlyZFe5bbTEMnNfirS9XuG0+k4FlWRPGlcx 4kiv86lcgnXfWKH+SWpRycUoM8JMBnF81H3SHQbWFvtQdOmTI3OpcewKAwnLuHDciCvU AJOg== X-Gm-Message-State: AOAM533ehj9xSfn7PT5GgoDFGM/Enrbj3j7wCvki55QVRn+9n+uwhGYH LiDKlwMiZ7OGut+CyZIGOOG6tyTHZa0= X-Google-Smtp-Source: ABdhPJxuTgkUY9N4HBoQkzAXM056RMYy5vU/Xdz7zTV0Wey7Aaz8yub7R1OL/P4JJleGCmYLfX8Fng== X-Received: by 2002:a17:902:9882:b0:143:91ca:ca6e with SMTP id s2-20020a170902988200b0014391caca6emr71840plp.64.1640124405229; Tue, 21 Dec 2021 14:06:45 -0800 (PST) Received: from fainelli-desktop.igp.broadcom.net ([192.19.223.252]) by smtp.gmail.com with ESMTPSA id q190sm70342pgq.38.2021.12.21.14.06.44 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 21 Dec 2021 14:06:44 -0800 (PST) From: Florian Fainelli List-Id: To: soc@kernel.org Cc: Florian Fainelli , linux-arm-kernel@lists.infradead.org, arnd@arndb.de, olof@lixom.net, khilman@kernel.org, bcm-kernel-feedback-list@broadcom.com Subject: [GIT PULL 1/6] Broadcom defconfig changes for 5.17 Date: Tue, 21 Dec 2021 14:06:37 -0800 Message-Id: <20211221220642.2862218-1-f.fainelli@gmail.com> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit The following changes since commit fa55b7dcdc43c1aa1ba12bca9d2dd4318c2a0dbf: Linux 5.16-rc1 (2021-11-14 13:56:52 -0800) are available in the Git repository at: https://github.com/Broadcom/stblinux.git tags/arm-soc/for-5.17/defconfig for you to fetch changes up to 28df783bfcbb19ba1df921985aac7fa8b7ee59d0: ARM: multi_v7_defconfig: Enable BCM23550 and BCM53573 (2021-11-15 09:55:58 -0800) ---------------------------------------------------------------- This pull request contains Broadcom ARM-based SoCs defconfig changes for v5.17, please pull the following: - Florian enables the Broadcom USB PHY driver and the USB host drivers for Broadcom STB as well as support for the BCM23550 and BCM53573 SoCs in the multi_v7_defconfig file ---------------------------------------------------------------- Florian Fainelli (2): ARM: multi_v7_defconfig: Enable Broadcom STB USB drivers ARM: multi_v7_defconfig: Enable BCM23550 and BCM53573 arch/arm/configs/multi_v7_defconfig | 4 ++++ 1 file changed, 4 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 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 smtp.lore.kernel.org (Postfix) with ESMTPS id 060FCC433EF for ; Tue, 21 Dec 2021 22:08:17 +0000 (UTC) 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=MAfyqzeFA8jf/7epwhbanNK+WkVJixgHUdS2ezmyj3U=; b=mlf/PmljBo6u00 eBzu9XE7HN/zeZ/XPzrqAPcneOG9znOG69QpC3enSTRyIQQPiIraN0AqcERRxlMkTuSzxOgvExMBL UYPgr9qZfYM0aEE7HRx7q0YI8TmyMl0Sm/npguOaMd8WAQJRopInK7z28FjQzdowFrCw02hJIHWzq svyuNkAsH1cfhU7pP4EOc7C2bPNHMzgomNbotzzdKMEgWZYFlY0BZ5sQVwftvKLdngxTeJNdKngou wrOkytmgHM8Mr/5TWShurefVA1fD2Ww72WOS52p9nzcsSdcXmBm2aEIK1d+cDOVi2OZ9Cdt7yDELE 70OAukWpJJhKCEMhDPaQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1mznHV-008b3P-Ca; Tue, 21 Dec 2021 22:06:49 +0000 Received: from mail-pj1-x1035.google.com ([2607:f8b0:4864:20::1035]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1mznHS-008b2k-3T for linux-arm-kernel@lists.infradead.org; Tue, 21 Dec 2021 22:06:47 +0000 Received: by mail-pj1-x1035.google.com with SMTP id b1-20020a17090a990100b001b14bd47532so604975pjp.0 for ; Tue, 21 Dec 2021 14:06:45 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=PDzsIf6Uhe1lbJBaXlITABiQo6ZivW3lcMWFYi+LrqM=; b=McaKDmieIboD6xGZOXSQbODid7BEVpVEoKweit/95ENAZWt2tDWubkXgoe58NtgBtY OkwJOfNZKri7bO6RYW8PLwiht8hSD3h1n0kb990exvrl5zyCpCmnOGQ7x4/X0d8UubQ0 Bu0zQo7SdPxs5GGwxLSeFxMZ59BMdQer7UqTUBH1idPnhW0/M9bS0I3DashqxfWGFgna thvBfMbbO65Ddsy3egrb4uIvcDDseYjgQ/cIfbGj96SuCWHPUrYLmoMOVBIxbFrmwDsh nfHojGOh4baKk2VV30wtC4mXirIM4iI1lVD7ZMCLzd95KKUNKGfavGt4F/cSV5vapcfi m+ig== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=PDzsIf6Uhe1lbJBaXlITABiQo6ZivW3lcMWFYi+LrqM=; b=BbCvQwvG0KV++Hpv9vhe91vyPj3Bl7ZWVJsDrjLqq9zEw0gdDaM02dciX7ojRVxVRH 9oCLlINd1qfzK29JB6YTuJaOZCa0cM0mV433ZgtwV+QADmwReG1XNwd4p7078O+jogQw DEBHXBvrh7eQFrsMBhLeMudpHCRaoP7pWhN9SP2/TJUoEpMORBtchOdUafHBvOb1HhxN JakhaDkzF8et55xjiZMR1IAvACyFKcfjoA1jQAq08SB/onqqLthFb/P3nvme+dTtTWd+ kzwIa5I4+J7szMWWI/bX8LWXs3B58oLzlIXtFz7iu29JJRWAJi1JYsreUPtITAcVFm7+ vGQw== X-Gm-Message-State: AOAM53300gVko/t+ZTe+Ezo1r4hvKfKjZw5zpX9RD2LX1SQ79Q5W+Coa 1NwCPFaJB0ftVjUtcx/M8mU= X-Google-Smtp-Source: ABdhPJxuTgkUY9N4HBoQkzAXM056RMYy5vU/Xdz7zTV0Wey7Aaz8yub7R1OL/P4JJleGCmYLfX8Fng== X-Received: by 2002:a17:902:9882:b0:143:91ca:ca6e with SMTP id s2-20020a170902988200b0014391caca6emr71840plp.64.1640124405229; Tue, 21 Dec 2021 14:06:45 -0800 (PST) Received: from fainelli-desktop.igp.broadcom.net ([192.19.223.252]) by smtp.gmail.com with ESMTPSA id q190sm70342pgq.38.2021.12.21.14.06.44 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 21 Dec 2021 14:06:44 -0800 (PST) From: Florian Fainelli To: soc@kernel.org Cc: Florian Fainelli , linux-arm-kernel@lists.infradead.org, arnd@arndb.de, olof@lixom.net, khilman@kernel.org, bcm-kernel-feedback-list@broadcom.com Subject: [GIT PULL 1/6] Broadcom defconfig changes for 5.17 Date: Tue, 21 Dec 2021 14:06:37 -0800 Message-Id: <20211221220642.2862218-1-f.fainelli@gmail.com> 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-20211221_140646_185725_FFF19746 X-CRM114-Status: UNSURE ( 8.37 ) X-CRM114-Notice: Please train this message. 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: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org The following changes since commit fa55b7dcdc43c1aa1ba12bca9d2dd4318c2a0dbf: Linux 5.16-rc1 (2021-11-14 13:56:52 -0800) are available in the Git repository at: https://github.com/Broadcom/stblinux.git tags/arm-soc/for-5.17/defconfig for you to fetch changes up to 28df783bfcbb19ba1df921985aac7fa8b7ee59d0: ARM: multi_v7_defconfig: Enable BCM23550 and BCM53573 (2021-11-15 09:55:58 -0800) ---------------------------------------------------------------- This pull request contains Broadcom ARM-based SoCs defconfig changes for v5.17, please pull the following: - Florian enables the Broadcom USB PHY driver and the USB host drivers for Broadcom STB as well as support for the BCM23550 and BCM53573 SoCs in the multi_v7_defconfig file ---------------------------------------------------------------- Florian Fainelli (2): ARM: multi_v7_defconfig: Enable Broadcom STB USB drivers ARM: multi_v7_defconfig: Enable BCM23550 and BCM53573 arch/arm/configs/multi_v7_defconfig | 4 ++++ 1 file changed, 4 insertions(+) _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel