From patchwork Fri Dec 9 23:46:51 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Martin Botka X-Patchwork-Id: 632525 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 7DA44C4167B for ; Fri, 9 Dec 2022 23:47:11 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229821AbiLIXrJ (ORCPT ); Fri, 9 Dec 2022 18:47:09 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:44972 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229804AbiLIXrI (ORCPT ); Fri, 9 Dec 2022 18:47:08 -0500 Received: from relay03.th.seeweb.it (relay03.th.seeweb.it [5.144.164.164]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 97C324D5E3 for ; Fri, 9 Dec 2022 15:47:06 -0800 (PST) Received: from TimeMachine.lan (adsl-d248.84-47-10.t-com.sk [84.47.10.248]) by m-r1.th.seeweb.it (Postfix) with ESMTPA id 8003C1F697; Sat, 10 Dec 2022 00:47:04 +0100 (CET) From: Martin Botka To: martin.botka1@gmail.com Cc: Konrad Dybcio , AngeloGioacchino Del Regno , Marijn Suijten , Jami Kettunen , Paul Bouchara , Jan Trmal , Tom , Martin Botka , Lee Jones , Rob Herring , Krzysztof Kozlowski , Chen-Yu Tsai , Liam Girdwood , Mark Brown , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH v2 0/3] AXP1530 PMIC Date: Sat, 10 Dec 2022 00:46:51 +0100 Message-Id: <20221209234654.1082522-1-martin.botka@somainline.org> X-Mailer: git-send-email 2.38.1 MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org Hello, This patch series adds support for the AXP1530 PMIC which is controlled via the I2C bus. Changes in v2: Remove RSB support. Drop .id = 0 Martin Botka (3): dt-bindings: mfd: x-powers,axp152: Document the AXP1530 variant mfd: ax20x: Add suppport for AXP1530 PMIC regulator: axp20x: Add support for AXP1530 variant .../bindings/mfd/x-powers,axp152.yaml | 1 + drivers/mfd/axp20x-i2c.c | 2 + drivers/mfd/axp20x.c | 62 +++++++++++++++++++ drivers/regulator/axp20x-regulator.c | 44 +++++++++++++ include/linux/mfd/axp20x.h | 34 ++++++++++ 5 files changed, 143 insertions(+)