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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 2AB95C433EF for ; Thu, 21 Apr 2022 08:59:36 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S239498AbiDUJCW (ORCPT ); Thu, 21 Apr 2022 05:02:22 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:40270 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1387182AbiDUJCO (ORCPT ); Thu, 21 Apr 2022 05:02:14 -0400 Received: from esa.microchip.iphmx.com (esa.microchip.iphmx.com [68.232.153.233]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id CD63722B24 for ; Thu, 21 Apr 2022 01:58:55 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=microchip.com; i=@microchip.com; q=dns/txt; s=mchp; t=1650531535; x=1682067535; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=xibzCUsFY4w1FEY+Mft5XybNFXc+c9MAJA4CfNeLttM=; b=RNeWkFWvySAqV+QrP1b2CW8Q/lzSuxzfYMsHeck7fQNHZ0uciKFHF24d vw8YEQKkUDLaczE6b5+y0S/8YShbmsKqiktoRuLhALWWBRgTUKcJcZelY 8ckAbw2RoJwzEY0VZxkXTPZimjCKVyYutSn1U5g38hvmCqbGnr4NCKxQU ollcHivyi+YOU3PPaxKx/WLmTzmiX3L4pHsi8+Mt6XB0xGXJkxnpNQ1pA 7Hiy86BykUVLUV6qStyv8UQMgiZh2/feVVeKsgwB2wS3KMkrn0iwTxnXr wLYDCxQPKNt90YLBpLCQWncA1IKMONO+wPhZ8PUIMTul+Hw6aCUKH+F+Y g==; X-IronPort-AV: E=Sophos;i="5.90,278,1643698800"; d="scan'208";a="170401187" Received: from smtpout.microchip.com (HELO email.microchip.com) ([198.175.253.82]) by esa1.microchip.iphmx.com with ESMTP/TLS/AES256-SHA256; 21 Apr 2022 01:58:54 -0700 Received: from chn-vm-ex04.mchp-main.com (10.10.85.152) by chn-vm-ex01.mchp-main.com (10.10.85.143) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2375.17; Thu, 21 Apr 2022 01:58:54 -0700 Received: from wendy.microchip.com (10.10.115.15) by chn-vm-ex04.mchp-main.com (10.10.85.152) with Microsoft SMTP Server id 15.1.2375.17 via Frontend Transport; Thu, 21 Apr 2022 01:58:52 -0700 From: Conor Dooley To: Palmer Dabbelt CC: Paul Walmsley , Albert Ou , , , , , , Conor Dooley Subject: [PATCH v2 0/4] polarfire soc kconfig/maintainers updates Date: Thu, 21 Apr 2022 09:58:02 +0100 Message-ID: <20220421085805.1220195-1-conor.dooley@microchip.com> X-Mailer: git-send-email 2.35.2 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hey Palmer, As discussed, Kconfig.socs updated with the recently upstreamed drivers. I took the liberty of also adding them to the maintainers entry. The hwrng isnt in your tree, but was accepted today. As you suggested, I added the vitesse phy driver in the kconfig.socs entry - lmk if you don't like what I did with the comment. In v2 I have replaced Lewis as a maintainer with Daire, since he is the original author of the clock and pci drivers & a co-author on a bunch of other (upcoming) drivers. Thanks, Conor. Conor Dooley (4): riscv: select peripheral drivers for polarfire soc riscv: config: enable the mailbox framework riscv: select vitesse phy driver for polarfire soc MAINTAINERS: add polarfire rng, pci and clock drivers MAINTAINERS | 5 ++++- arch/riscv/Kconfig.socs | 5 +++++ arch/riscv/configs/defconfig | 1 + 3 files changed, 10 insertions(+), 1 deletion(-) -- 2.35.2