[PATCH v3 3/3] pinctrl: qcom: Don't allow protected pins to be requested

Andy Shevchenko andy.shevchenko at gmail.com
Fri Mar 23 09:32:37 PDT 2018


On Fri, Mar 23, 2018 at 6:31 PM, Andy Shevchenko
<andy.shevchenko at gmail.com> wrote:
> On Fri, Mar 23, 2018 at 6:21 PM, Stephen Boyd <swboyd at chromium.org> wrote:
>
>>        bitmap_zero(chip->valid_mask, max_gpios);
>>        for (i = 0; i < len; i++)
>>                set_bit(tmp[i], chip->valid_mask);
>
> Looking to this code I just realized it would be nice to have
>
> {of,device}_property_read_bitmask() where bitmask_parse() is called.
>
> Since it related to change a binding, I would really take couple of
> days to hear other opinions.
>
> In the above case, you need to supply a string, like
>
> "1-5,16,18,25"


s/bitmask/bitmap/g

-- 
With Best Regards,
Andy Shevchenko



More information about the linux-arm-kernel mailing list