Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1601923

Re: [PATCH 1/2] reset: Add API to count number of reset available with device

Path csiph.com!aioe.org!bofh.it!news.nic.it!robomod
From Vivek Gautam <vivek.gautam@codeaurora.org>
Newsgroups linux.kernel
Subject Re: [PATCH 1/2] reset: Add API to count number of reset available with device
Date Thu, 16 Mar 2017 04:50:01 +0100
Message-ID <tluAh-Ls-5@gated-at.bofh.it> (permalink)
References <tdxEZ-551-5@gated-at.bofh.it> <tju1H-5nB-5@gated-at.bofh.it> <tleFc-6nm-5@gated-at.bofh.it>
X-Original-To Philipp Zabel <p.zabel@pengutronix.de>
Dkim-Signature v=1; a=rsa-sha256; c=relaxed/simple; d=codeaurora.org; s=default; t=1489636122; bh=0/qQ4mf/uUIiZQ3p/VRi1k9c8T+ZcQPc7DqoOezyqRA=; h=In-Reply-To:References:From:Date:Subject:To:Cc:From; b=L30Pw+6kYNoTzGXoOfASXbTo8Svp8TJIN2LL4CFy1bA3nCt4r3LM/n3aa/S4fyYXU B7ON2DfNhJRPZcHRWTtTSZkMj9sXatl1/mSXkLYkfQVRbfQc9GvPK5I51F4YwriaOB TM01FsyrdJC1vYc8v5roM4R6alxELm2FVTJaDE2c=
Dkim-Signature v=1; a=rsa-sha256; c=relaxed/simple; d=codeaurora.org; s=default; t=1489636122; bh=0/qQ4mf/uUIiZQ3p/VRi1k9c8T+ZcQPc7DqoOezyqRA=; h=In-Reply-To:References:From:Date:Subject:To:Cc:From; b=L30Pw+6kYNoTzGXoOfASXbTo8Svp8TJIN2LL4CFy1bA3nCt4r3LM/n3aa/S4fyYXU B7ON2DfNhJRPZcHRWTtTSZkMj9sXatl1/mSXkLYkfQVRbfQc9GvPK5I51F4YwriaOB TM01FsyrdJC1vYc8v5roM4R6alxELm2FVTJaDE2c=
Dmarc-Filter OpenDMARC Filter v1.3.2 smtp.codeaurora.org 0F48D60DA5
Authentication-Results pdx-caf-mail.web.codeaurora.org; dmarc=none (p=none dis=none) header.from=codeaurora.org
Authentication-Results pdx-caf-mail.web.codeaurora.org; spf=none smtp.mailfrom=vivek.gautam@codeaurora.org
X-Gm-Message-State AFeK/H1+oHWfB+dkj5xL8pG/gYBcmReIZGP/G2fglcDVShvmSlO2owWqj8C30jG2Ufjw6w0JMHKPBnDAr3MgmQ==
X-Received by 10.55.132.195 with SMTP id g186mr6499889qkd.198.1489636121051; Wed, 15 Mar 2017 20:48:41 -0700 (PDT)
MIME-Version 1.0
X-Gmail-Original-Message-ID <CAFp+6iFekTwuaznQq9bkFVrDxz25xD-2SmLV5BBB9akDD8HP6A@mail.gmail.com>
Content-Type text/plain; charset=UTF-8
Sender robomod@news.nic.it
List-ID <linux-kernel.vger.kernel.org>
X-Mailing-List linux-kernel@vger.kernel.org
Approved robomod@news.nic.it
Lines 81
Organization linux.* mail to news gateway
X-Original-Cc Felipe Balbi <balbi@kernel.org>, Greg KH <gregkh@linuxfoundation.org>, Linux USB Mailing List <linux-usb@vger.kernel.org>, "linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>, linux-arm-msm@vger.kernel.org
X-Original-Date Thu, 16 Mar 2017 09:18:40 +0530
X-Original-Message-ID <CAFp+6iFekTwuaznQq9bkFVrDxz25xD-2SmLV5BBB9akDD8HP6A@mail.gmail.com>
X-Original-References <1487741048-24659-1-git-send-email-vivek.gautam@codeaurora.org> <CAFp+6iFRoQcKQwp5mwdjzKqoZHQzwkJxCRQRRWmnPeTxBHok5g@mail.gmail.com> <1489574410.2528.8.camel@pengutronix.de>
X-Original-Sender linux-kernel-owner@vger.kernel.org
Xref csiph.com linux.kernel:1601923

Show key headers only | View raw


Hi Philipp,


On Wed, Mar 15, 2017 at 4:10 PM, Philipp Zabel <p.zabel@pengutronix.de> wrote:
> Hi Vivek,
>
> On Fri, 2017-03-10 at 20:10 +0530, Vivek Gautam wrote:
>> Hi Philipp,
>>
>>
>> On Wed, Feb 22, 2017 at 10:54 AM, Vivek Gautam
>> <vivek.gautam@codeaurora.org> wrote:
>> > Count number of reset phandles available with the device node
>> > to know the resets a given device has.
>> >
>> > Cc: Philipp Zabel <p.zabel@pengutronix.de>
>> > Signed-off-by: Vivek Gautam <vivek.gautam@codeaurora.org>
>> > ---
>>
>> Any thoughts on this change?
>> A small addition that seems useful.
>
> Sorry I missed this one earlier.
>
>> >
>> > Based on torvald's master branch.
>> >
>> >  include/linux/reset.h | 16 ++++++++++++++++
>> >  1 file changed, 16 insertions(+)
>> >
>> > diff --git a/include/linux/reset.h b/include/linux/reset.h
>> > index 5daff15722d3..88f63a640153 100644
>> > --- a/include/linux/reset.h
>> > +++ b/include/linux/reset.h
>> > @@ -2,6 +2,7 @@
>> >  #define _LINUX_RESET_H_
>> >
>> >  #include <linux/device.h>
>> > +#include <linux/of.h>
>> >
>> >  struct reset_control;
>> >
>> > @@ -234,6 +235,21 @@ static inline struct reset_control *of_reset_control_get_shared_by_index(
>> >  }
>> >
>> >  /**
>> > + * of_reset_control_get_count - Count number of resets available with a device
>> > + * @node: device to be reset by the controller
>> > + */
>> > +static inline unsigned int of_reset_control_get_count(struct device_node *node)
>> > +{
>> > +       int count;
>> > +
>> > +       count = of_count_phandle_with_args(node, "resets", "#reset-cells");
>> > +       if (count < 0)
>> > +               return 0;
>
> Please don't silently ignore errors. gpiod_count doesn't ignore errors
> either. tegra_powergate_of_resets in drivers/soc/tegra/pmc.c open codes
> this, too. This should be changed so it can be used there, too.

Sure, will change this. I can prepare a patch for tegra/pmc.c as well
using this.

Best regards
Vivek

>
> regards
> Philipp
>
> --
> To unsubscribe from this list: send the line "unsubscribe linux-arm-msm" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html



-- 
Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum,
a Linux Foundation Collaborative Project

Back to linux.kernel | Previous | Next — Previous in thread | Find similar | Unroll thread


Thread

Re: [PATCH 1/2] reset: Add API to count number of reset available  with device Philipp Zabel <p.zabel@pengutronix.de> - 2017-03-15 11:50 +0100
  Re: [PATCH 1/2] reset: Add API to count number of reset available  with device Vivek Gautam <vivek.gautam@codeaurora.org> - 2017-03-16 04:50 +0100

csiph-web