Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1232249
| From | Linus Walleij <linus.walleij@linaro.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH] pinctrl: sort dt_params array in the same order as pin_config_param |
| Date | 2015-09-24 18:50 +0200 |
| Message-ID | <qchSz-gB-31@gated-at.bofh.it> (permalink) |
| References | <qaPEZ-55P-1@gated-at.bofh.it> <qbKad-20h-1@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On Tue, Sep 22, 2015 at 9:39 PM, Bjorn Andersson
<bjorn.andersson@sonymobile.com> wrote:
> On Sun 20 Sep 09:26 PDT 2015, Masahiro Yamada wrote:
>> + { "slew-rate", PIN_CONFIG_SLEW_RATE, 0 },
>> { "low-power-enable", PIN_CONFIG_LOW_POWER_MODE, 1 },
>> { "low-power-disable", PIN_CONFIG_LOW_POWER_MODE, 0 },
>> { "output-low", PIN_CONFIG_OUTPUT, 0, },
>> { "output-high", PIN_CONFIG_OUTPUT, 1, },
>> - { "slew-rate", PIN_CONFIG_SLEW_RATE, 0},
>
> I would like to see these alphabetically sorted instead and looking at
> most of the entries that's already the case.
>
> The order of the lists in this file the order doesn't matter, so that's
> easy. There's some potential implications of renumbering the enum, but I
> think it's worth keeping them sorted as well.
I agree. Dropping this for a better fix, patches accepted :)
Yours,
Linus Walleij
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Back to linux.kernel | Previous | Next — Previous in thread | Find similar | Unroll thread
Re: [PATCH] pinctrl: sort dt_params array in the same order as pin_config_param Bjorn Andersson <bjorn.andersson@sonymobile.com> - 2015-09-23 06:50 +0200 Re: [PATCH] pinctrl: sort dt_params array in the same order as pin_config_param Linus Walleij <linus.walleij@linaro.org> - 2015-09-24 18:50 +0200
csiph-web