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 X-Spam-Level: X-Spam-Status: No, score=-3.9 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 871A3C2D0A8 for ; Sat, 26 Sep 2020 23:59:22 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 4DAEC2388E for ; Sat, 26 Sep 2020 23:59:22 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=rere.qmqm.pl header.i=@rere.qmqm.pl header.b="XPdjD72G" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728487AbgIZX7S (ORCPT ); Sat, 26 Sep 2020 19:59:18 -0400 Received: from rere.qmqm.pl ([91.227.64.183]:40982 "EHLO rere.qmqm.pl" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726426AbgIZX7S (ORCPT ); Sat, 26 Sep 2020 19:59:18 -0400 Received: from remote.user (localhost [127.0.0.1]) by rere.qmqm.pl (Postfix) with ESMTPSA id 4BzQjt4TDrz18; Sun, 27 Sep 2020 01:59:14 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=rere.qmqm.pl; s=1; t=1601164755; bh=6Q1GGhYyWmzwhfw8jITrYscApGCmc2Cd1j/by1Pc/8k=; h=Date:From:Subject:To:Cc:From; b=XPdjD72GMPqoq8n1/QRSDyxlUGqVfkdbrDwnLfNQE0HWyD3HRb3+VKiCtXHJtLgvz 5b3h+orqnxIUz/gzcRYeT+HJIubXiq7CbY1eBOsQDzr4ROqcCTGuq2IctvfVyYmgFj Wvjx4MzOJxG+rmOLqACYg5FqbqXWyRl3GC2lStoFu6eEtWYdBtFBqfj6P8CrgZFIJ4 A4Fhl/eQZ83xbKqD7vxooWdBDYrc7jvUb6jOzzZPd5rkYMNr+FUpAcu6p3FzLs8JPa 81NVICvKoM4JRDH2/bqd0dR5yfteCjHi32BbWBbIsRTY1rR0bB/SqXU2G1OIQ51pAb IyISkHhuFeGpQ== X-Virus-Status: Clean X-Virus-Scanned: clamav-milter 0.102.4 at mail Date: Sun, 27 Sep 2020 01:59:13 +0200 Message-Id: From: =?UTF-8?q?Micha=C5=82=20Miros=C5=82aw?= Subject: [PATCH 0/5] tps65910: cleanup regmap use MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit To: Bartosz Golaszewski , Lee Jones , Liam Girdwood , Linus Walleij , Mark Brown , Tony Lindgren Cc: linux-gpio@vger.kernel.org, linux-kernel@vger.kernel.org, linux-omap@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org tps65910 was converted a long time ago to regmap. This series cleans up after the conversion by removing tps65910_reg_*() indirections and other unused fields in MFD structure. Michał Mirosław (5): gpio: tps65910: use regmap accessors regulator: tps65910: use regmap accessors mfd: tps65911-comparator: use regmap accessors mfd: tps65910: clean up after switching to regmap mfd: tps65910: remove unused pointers drivers/gpio/gpio-tps65910.c | 12 +-- drivers/mfd/tps65910.c | 16 ++-- drivers/mfd/tps65911-comparator.c | 4 +- drivers/regulator/tps65910-regulator.c | 125 +++++++++++++------------ include/linux/mfd/tps65910.h | 40 -------- 5 files changed, 79 insertions(+), 118 deletions(-) -- 2.20.1