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 A9878C77B7A for ; Thu, 1 Jun 2023 19:52:50 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229524AbjFATwt (ORCPT ); Thu, 1 Jun 2023 15:52:49 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:37718 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230397AbjFATwr (ORCPT ); Thu, 1 Jun 2023 15:52:47 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id EB95A18F for ; Thu, 1 Jun 2023 12:52:45 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 6016560C3F for ; Thu, 1 Jun 2023 19:52:45 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id A3053C433EF; Thu, 1 Jun 2023 19:52:42 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1685649164; bh=4tilUvTgBjM29OIuZO83iumRSgCl/pt+Bufh787UBrY=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=RNj2MAbcvqc6nlP6wQ8nUP9aH8oaWGV8dnw6qRKVMs0fUFghMSpFljYfNLEum6S/y ZpOEsnO/KPcnZnJtEm4nmgny7BYK6JqHJ4l0wV3KSqzrgWjnKFmHzCy+tmkbwUuEo2 z6mqn1a+3ld84M8N9cmyjelLFBTngfC3vhFKB8LUOkhC78xUPTlUFnx5oBbx2+sAOj SffLG7TA0GK8f0OOjBPKbVVIJ384R1nh2KhWbCq1Q1i86J16w87jO9OBxQaw6MjOsf dk/t9gDDpBiROOR4csEZoG82Ki3vQKzT15jA5oUOs1BhVutKg4yk/Zq90IzR+UXN96 HEi/7Pdm9yQhw== Date: Thu, 1 Jun 2023 20:52:39 +0100 From: Lee Jones To: Andre Przywara Cc: Liam Girdwood , Chen-Yu Tsai , Mark Brown , Martin Botka , martin.botka1@gmail.com, Shengyu Qu , Samuel Holland , Jernej Skrabec , linux-sunxi@lists.linux.dev, linux-kernel@vger.kernel.org Subject: [GIT PULL] Immutable branch between MFD and Regulator due for the v6.5 merge window Message-ID: <20230601195239.GM449117@google.com> References: <20230524000012.15028-1-andre.przywara@arm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20230524000012.15028-1-andre.przywara@arm.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org To whom it may concern :) The following changes since commit ac9a78681b921877518763ba0e89202254349d1b: Linux 6.4-rc1 (2023-05-07 13:34:35 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git ib-mfd-regulator-v6.5 for you to fetch changes up to 75c8cb2f4cb218aaf4ea68cab08d6dbc96eeae15: mfd: axp20x: Add support for AXP313a PMIC (2023-05-25 12:35:57 +0100) ---------------------------------------------------------------- Immutable branch between MFD and Regulator due for the v6.5 merge window ---------------------------------------------------------------- Martin Botka (1): mfd: axp20x: Add support for AXP313a PMIC drivers/mfd/axp20x-i2c.c | 2 ++ drivers/mfd/axp20x.c | 78 +++++++++++++++++++++++++++++++++++++++++++++- include/linux/mfd/axp20x.h | 32 +++++++++++++++++++ 3 files changed, 111 insertions(+), 1 deletion(-) -- Lee Jones [李琼斯]