From patchwork Thu May 18 04:05:39 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sebastian Reichel X-Patchwork-Id: 13246092 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 A22B9C77B7D for ; Thu, 18 May 2023 04:06:56 +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=0wwgaQvC/r7Q2lSOXF1xgf83oGYRQaUlyMwI4v8g+/M=; b=IbbxOXhogi1Cam mZ4IMKMM+yYW5kAD8AMEVAtxzuXfVoBlK13IbaIbvOdC8yNfoOyzk95BQxfjOfcd9pqs9tbjN2tiq TWiftmCT8uZHXGVL7k0FqwUxsdabnCtlN5xHNGm5+JEObd5frwLTvWfqTKZD+J1ldhs3CTwVHXxT+ W3rsSbBOKsj9iUE1a/xxvXRXUDYObUDAXQ1t/GYygdnZT3EEFNQH0VGKfjaJmTfkqTDnBSbkJP70L 7Wp8UEWRjlrcuYil1980zTm4ofAh99ov77DjrmS+SyvZvfnsq7Fi+0PQUE2c3R+2LO7meoMq4uXhr uUYUYWNCBZdQ1YsG9fnQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1pzUuG-00Boj5-1g; Thu, 18 May 2023 04:06:24 +0000 Received: from madras.collabora.co.uk ([2a00:1098:0:82:1000:25:2eeb:e5ab]) by bombadil.infradead.org with esmtps (Exim 4.96 #2 (Red Hat Linux)) id 1pzUuD-00Bog9-2C for linux-arm-kernel@lists.infradead.org; Thu, 18 May 2023 04:06:23 +0000 Received: from jupiter.universe (dyndsl-091-248-191-165.ewe-ip-backbone.de [91.248.191.165]) (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) (Authenticated sender: sre) by madras.collabora.co.uk (Postfix) with ESMTPSA id 8D9876603147; Thu, 18 May 2023 05:06:04 +0100 (BST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=collabora.com; s=mail; t=1684382764; bh=SZR719ttfRf6/TscAkcqBUOuFk5b1r7TzEA4BhTZUrQ=; h=From:To:Cc:Subject:Date:From; b=aGvxoEALqFDo+X1C3Mdq8AGGVIZYC2U07UKUWYMfw2TrUvlsuNgJB0HuWvWec1/zq lk1fgDICUkb4Ia52c0CzHY67oeCvu1hh8CjHqnJpCjG7fGmQkdx6sBlZhVeOB5KpxK 3Kzx/GE125cheiCSf9UTz1zX9VLw57iKa/AlEWWX/FXTD89XD9s/vNND5Is78/cCGV StwZ8trC50nfNjYWENjt60SA7BgpnMHR0LXaNvU1qskPDHcMay9wQl5anrLzccPgi5 z7G/rKj5oennEZ7ljwObqub1I8XrbK/kxJEHMWctAw4DQLzbpGyW29wAQapKgDlPWT y+w4iQIpCEntw== Received: by jupiter.universe (Postfix, from userid 1000) id 0BF244807E1; Thu, 18 May 2023 06:06:02 +0200 (CEST) From: Sebastian Reichel To: Arnd Bergmann , Catalin Marinas , Will Deacon , Russell King , Heiko Stuebner , Lee Jones Cc: Marek Szyprowski , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Sebastian Reichel , kernel@collabora.com Subject: [PATCH v8 0/2] MFD_RK8XX defconfig update Date: Thu, 18 May 2023 06:05:39 +0200 Message-Id: <20230518040541.299189-1-sebastian.reichel@collabora.com> X-Mailer: git-send-email 2.39.2 MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20230517_210621_846568_17349901 X-CRM114-Status: GOOD ( 10.73 ) 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+linux-arm-kernel=archiver.kernel.org@lists.infradead.org Hi, I missed updating the defconfigs in the RK806 patchset [0]. Here are incremental patches doing just that. Considering the current status it's probably best for them to be added to the immutable branch prepared by Lee. [0] https://lore.kernel.org/all/20230504173618.142075-1-sebastian.reichel@collabora.com/ Thanks, -- Sebastian Sebastian Reichel (2): arm64: defconfig: update RK8XX MFD config ARM: multi_v7_defconfig: update MFD_RK808 name arch/arm/configs/multi_v7_defconfig | 2 +- arch/arm64/configs/defconfig | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-)