From patchwork Wed Sep 2 14:22:56 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Luca Ceresoli X-Patchwork-Id: 1355816 Return-Path: X-Original-To: incoming-dt@patchwork.ozlabs.org Delivered-To: patchwork-incoming-dt@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=vger.kernel.org (client-ip=23.128.96.18; helo=vger.kernel.org; envelope-from=devicetree-owner@vger.kernel.org; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=lucaceresoli.net Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by ozlabs.org (Postfix) with ESMTP id 4BhR8L6LKDz9sTR for ; Thu, 3 Sep 2020 00:26:42 +1000 (AEST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727824AbgIBO0l (ORCPT ); Wed, 2 Sep 2020 10:26:41 -0400 Received: from hostingweb31-40.netsons.net ([89.40.174.40]:46818 "EHLO hostingweb31-40.netsons.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728031AbgIBOYJ (ORCPT ); Wed, 2 Sep 2020 10:24:09 -0400 Received: from [88.147.20.154] (port=49114 helo=melee.dev.aim) by hostingweb31.netsons.net with esmtpa (Exim 4.93) (envelope-from ) id 1kDTfP-0002rt-BY; Wed, 02 Sep 2020 16:23:17 +0200 From: Luca Ceresoli To: Lee Jones Cc: Luca Ceresoli , Keerthy , Axel Lin , Rob Herring , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH v5 0/3] mfd: lp87565: convert DT to yaml and add LP87524-Q1 Date: Wed, 2 Sep 2020 16:22:56 +0200 Message-Id: <20200902142259.28349-1-luca@lucaceresoli.net> X-Mailer: git-send-email 2.28.0 MIME-Version: 1.0 X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - hostingweb31.netsons.net X-AntiAbuse: Original Domain - vger.kernel.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - lucaceresoli.net X-Get-Message-Sender-Via: hostingweb31.netsons.net: authenticated_id: luca+lucaceresoli.net/only user confirmed/virtual account not confirmed X-Authenticated-Sender: hostingweb31.netsons.net: luca@lucaceresoli.net X-Source: X-Source-Args: X-Source-Dir: Sender: devicetree-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org Hi, the following patches are a fairly straightforward addition of a new chip variant along with DT bindings conversion to yaml. v5 adds the description of the "regulators" DT node and has smaller improvements to the bindings. No changes to the driver since v2. RFC,v1: https://lkml.org/lkml/2020/6/3/908 v2: https://lkml.org/lkml/2020/6/17/492 v3: https://lkml.org/lkml/2020/6/22/1139 v4: https://lkml.org/lkml/2020/8/17/830 Luca Luca Ceresoli (3): dt-bindings: mfd: lp87565: convert to yaml dt-bindings: mfd: add LP87524-Q1 mfd: lp87565: add LP87524-Q1 variant .../devicetree/bindings/mfd/lp87565.txt | 79 ------------ .../bindings/mfd/ti,lp87524-q1.yaml | 112 ++++++++++++++++++ .../bindings/mfd/ti,lp87561-q1.yaml | 83 +++++++++++++ .../bindings/mfd/ti,lp87565-q1.yaml | 101 ++++++++++++++++ drivers/mfd/lp87565.c | 4 + include/linux/mfd/lp87565.h | 1 + 6 files changed, 301 insertions(+), 79 deletions(-) delete mode 100644 Documentation/devicetree/bindings/mfd/lp87565.txt create mode 100644 Documentation/devicetree/bindings/mfd/ti,lp87524-q1.yaml create mode 100644 Documentation/devicetree/bindings/mfd/ti,lp87561-q1.yaml create mode 100644 Documentation/devicetree/bindings/mfd/ti,lp87565-q1.yaml