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=-8.8 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=unavailable 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 52746C433DB for ; Sun, 3 Jan 2021 15:37:41 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 160F6207FB for ; Sun, 3 Jan 2021 15:37:41 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726176AbhACPhk (ORCPT ); Sun, 3 Jan 2021 10:37:40 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:46112 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726008AbhACPhj (ORCPT ); Sun, 3 Jan 2021 10:37:39 -0500 Received: from mail-ej1-x62b.google.com (mail-ej1-x62b.google.com [IPv6:2a00:1450:4864:20::62b]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 3CAADC0613C1 for ; Sun, 3 Jan 2021 07:36:59 -0800 (PST) Received: by mail-ej1-x62b.google.com with SMTP id q22so33654814eja.2 for ; Sun, 03 Jan 2021 07:36:59 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=baylibre-com.20150623.gappssmtp.com; s=20150623; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=+uAg5iN1da+3ePWPpyFcYcwdlbVryPlTlINq004in4o=; b=JwvSuHeRlwlrwB7WNCbvDhoF9WAMsvQqnDdg1JlgaEBAtl523jcA9w4JLwOFzwHjmi J5aAdvP/cfMK69HOOWVaUBb3vb5UX63No14nzEv8CtO/T4JHXy3wYgJt6I6zAjl4BBV0 dcXZIgLshs19tWbZgY8Dn1mZBLD0t5/8Ma4eM5EGJdcRIKG47CCywlKDgzHnHAr2l/BE +1rwAX6+ci/Met6Xd65/LU7jI+7FQX0yphF6vvViKI3Xk/zQ0hpeXEpJBmtp0+4jaxy4 TFBsPl8wIqu3HZTYFf6Cth7xrBDz5MGz/QHrFyd6ZcE9okI8AQeOCdyDsooNE4ZkwWIE PUYg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=+uAg5iN1da+3ePWPpyFcYcwdlbVryPlTlINq004in4o=; b=EvRp+NgNdptYslZtCXpmO7I1E2pPq/oWe4OQh2eRTTSTbvxXk5+RyzvysWm0UGoMy+ JZJuyqs6xVsy1xSrNkiaKwyMGUPOEuxuH8wNjzrCEg5O3MiF3npeA7HQz+CrWlCzpYSb LRAMWHQ+126/6+QTwT9RsOe8zjlrtfmkMjT8viZhLMYY4yW6dXb2WckcW996reKAVSKv NUUnfpkdoBdpTGSO1ylxab/yaBo0lZMV1KfrxDxU5MEvwGur/5fG+BQQBH6NgEs1NPXs XABxyg/zRDh/4AOyQSPZlUPeGZtbZ8EAv4CQKJjHZ0G77aXoUoE/vYmjZqi+B9rHKq9t 4OhQ== X-Gm-Message-State: AOAM533sn4FpGM6zP15qwcyH5NINA9m1uwVj/GOsr67HQDEnWtSWqJL/ 2mYIGA+ih8j4LcIJtMENkzfTN+TzqbJcnNoSJYi2GA== X-Google-Smtp-Source: ABdhPJwBQG9ecDxJyqQA1xRpLqJK9vZ/W4Bcv9YIaAwkAwRD6aujNX2wjRNwAWN4ssMWVgLFjvu+azT/F2OFkwetnMY= X-Received: by 2002:a17:906:3513:: with SMTP id r19mr62745809eja.445.1609688218007; Sun, 03 Jan 2021 07:36:58 -0800 (PST) MIME-Version: 1.0 References: <1608888807-3117-1-git-send-email-yoshihiro.shimoda.uh@renesas.com> <1608888807-3117-8-git-send-email-yoshihiro.shimoda.uh@renesas.com> In-Reply-To: <1608888807-3117-8-git-send-email-yoshihiro.shimoda.uh@renesas.com> From: Bartosz Golaszewski Date: Sun, 3 Jan 2021 16:36:47 +0100 Message-ID: Subject: Re: [PATCH v8 07/12] gpio: bd9571mwv: rid of using struct bd9571mwv To: Yoshihiro Shimoda Cc: marek.vasut+renesas@gmail.com, Lee Jones , Matti Vaittinen , Liam Girdwood , Mark Brown , Linus Walleij , khiem.nguyen.xt@renesas.com, linux-power@fi.rohmeurope.com, linux-gpio , Linux-Renesas , LKML Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: linux-gpio@vger.kernel.org On Fri, Dec 25, 2020 at 10:33 AM Yoshihiro Shimoda wrote: > > To simplify this driver, use dev_get_regmap() and > rid of using struct bd9571mwv. > > Signed-off-by: Yoshihiro Shimoda > Reviewed-by: Matti Vaittinen > --- Acked-by: Bartosz Golaszewski