Received: by 2002:a05:6a10:f347:0:0:0:0 with SMTP id d7csp578380pxu; Fri, 11 Dec 2020 09:09:00 -0800 (PST) X-Google-Smtp-Source: ABdhPJxXlspZxnLah9PEWJRoc1NyTzJBUnkLFGDmmEgT+on3C3vVr3OW7w30gABTCt1EVIBg3bDw X-Received: by 2002:a17:906:5e0f:: with SMTP id n15mr11938448eju.459.1607706539948; Fri, 11 Dec 2020 09:08:59 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1607706539; cv=none; d=google.com; s=arc-20160816; b=S7n33AWd5CXaHPgjRFntgZLGBqb4gr2Unghi/UkhG/L23MP1CRRgijoYtQzzUN9I/E 7m1Tp6aU/i821nDummuldghabMP/yU7oMCHXUY9dMnFPRsK9DsH/B6L8/Db+ZIWA1HOj M0YN81QTJ6AimCJ6XWtZWToS0hIMBJY7iXoogitkP1rtz447yxf2d3dIgHtLfMRDGpAf 2RRaDpg9mI2aZcjP/GgwAKXBc+MAcbI5NGOXbjGOuVWpzALufmTvPDLc6KZPl9Z+OI60 FBVcANHd+43VjK1fBW3hT/K+tbOekVLyqSUockdRBvl+SvEmaTdOJdshpwdwI7OLMdzI TNIA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:message-id:date:subject:cc:to:from; bh=OPO8zy+XH18H81RThtMtIdn/EGk0Gj8hdjl5Fdc87a8=; b=pMJLWJbSZ5/hJXfzrVDfo1pV/pRVEUy39V8oH2PRT9wnNqKXwQ85/djz1rb9kVTdQo 2B+SN9gY1wroDN1y59lZjrHl4vp3AYGI0SQtoB2CF1UtPkUArvWSNyahOWX0KJar6SDf 9stdJVaW7XNueHdV+4bpN0QLivnkt146jz0B2hbqFvHPJ+mTzAgsE8wVX5tvzb0SgIO1 Re5rDpMosh1yGJHxh6sEiR6e++LdlQ35lpwjlFjWSsOeg2GwkQtqn8b/uy4dQ+EL7qrZ Uq6GcgIsOODnx0nToDm2+yOWeoSa/iGhtgpTrcATtlMJDsezGUK+sd0DyvvZLueGRZNk uZBg== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id se3si4578713ejb.527.2020.12.11.09.08.36; Fri, 11 Dec 2020 09:08:59 -0800 (PST) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2394618AbgLKL2h (ORCPT + 99 others); Fri, 11 Dec 2020 06:28:37 -0500 Received: from relmlor1.renesas.com ([210.160.252.171]:41506 "EHLO relmlie5.idc.renesas.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S2391604AbgLKL21 (ORCPT ); Fri, 11 Dec 2020 06:28:27 -0500 X-IronPort-AV: E=Sophos;i="5.78,411,1599490800"; d="scan'208";a="65637569" Received: from unknown (HELO relmlir6.idc.renesas.com) ([10.200.68.152]) by relmlie5.idc.renesas.com with ESMTP; 11 Dec 2020 20:27:55 +0900 Received: from localhost.localdomain (unknown [10.166.252.89]) by relmlir6.idc.renesas.com (Postfix) with ESMTP id 7EA7942D7EA1; Fri, 11 Dec 2020 20:27:55 +0900 (JST) From: Yoshihiro Shimoda To: marek.vasut+renesas@gmail.com, lee.jones@linaro.org, matti.vaittinen@fi.rohmeurope.com, lgirdwood@gmail.com, broonie@kernel.org, linus.walleij@linaro.org, bgolaszewski@baylibre.com Cc: khiem.nguyen.xt@renesas.com, linux-power@fi.rohmeurope.com, linux-gpio@vger.kernel.org, linux-renesas-soc@vger.kernel.org, linux-kernel@vger.kernel.org, Yoshihiro Shimoda Subject: [PATCH v2 00/10] treewide: bd9571mwv: Add support for BD9574MWF Date: Fri, 11 Dec 2020 20:27:30 +0900 Message-Id: <1607686060-17448-1-git-send-email-yoshihiro.shimoda.uh@renesas.com> X-Mailer: git-send-email 2.7.4 Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Add BD9574MWF support into bd9571mwv gpio, mfd and regulator drivers. Latest Ebisu-4D boards has this chip instead of BD9571MWV so that we need this patch series. Changes from v1: - Document BD9574MWF on the dt-binding. - Add ROHM_CHIP_TYPE_BD957[14] into rohm-generic.h. - To simplify gpio and regulator drivers, using regmap instead of using struct bd9571mwv. - Remove BD9574MWF definitions to make gpio and regulator driver simple to support for BD9574MWF. - Add BD9574MWF support for gpio and regulator drivers. - Add missing regmap ranges for BD9574MWF. - Rename "part_number" with "part_name". https://patchwork.kernel.org/project/linux-renesas-soc/list/?series=398059 Khiem Nguyen (2): mfd: bd9571mwv: Make the driver more generic mfd: bd9571mwv: Add support for BD9574MWF Yoshihiro Shimoda (8): dt-bindings: mfd: bd9571mwv: Document BD9574MWF mfd: rohm-generic: Add BD9571 and BD9574 regulator: bd9571mwv: rid of using struct bd9571mwv regulator: bd9571mwv: Add BD9574MWF support gpio: bd9571mwv: Use the SPDX license identifier gpio: bd9571mwv: rid of using struct bd9571mwv gpio: bd9571mwv: Add BD9574MWF support mfd: bd9571mwv: Use the SPDX license identifier .../devicetree/bindings/mfd/bd9571mwv.txt | 4 +- drivers/gpio/gpio-bd9571mwv.c | 35 ++--- drivers/mfd/bd9571mwv.c | 167 ++++++++++++++++++--- drivers/regulator/bd9571mwv-regulator.c | 59 +++++--- include/linux/mfd/bd9571mwv.h | 46 +++--- include/linux/mfd/rohm-generic.h | 2 + 6 files changed, 215 insertions(+), 98 deletions(-) -- 2.7.4