From patchwork Tue Dec 13 18:27:39 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Martin Botka X-Patchwork-Id: 633684 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 8C258C4167B for ; Tue, 13 Dec 2022 18:28:05 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S236401AbiLMS2E (ORCPT ); Tue, 13 Dec 2022 13:28:04 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:56758 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S236523AbiLMS2C (ORCPT ); Tue, 13 Dec 2022 13:28:02 -0500 Received: from relay02.th.seeweb.it (relay02.th.seeweb.it [IPv6:2001:4b7a:2000:18::163]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id DF60A18E14 for ; Tue, 13 Dec 2022 10:27:59 -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 5B667201CA; Tue, 13 Dec 2022 19:27:57 +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 v4 0/3] AXP1530 PMIC Date: Tue, 13 Dec 2022 19:27:39 +0100 Message-Id: <20221213182743.3087889-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 Add dt-binding for the AXP1530 Changes in v3: Move AXP1530 dt-binding to alphabetical order Changes in v4: Fix indentation 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(+)