All of lore.kernel.org
 help / color / mirror / Atom feed
From: Heiko Stuebner <heiko@sntech.de>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 2/2] pinctrl: Kconfig: reorder to keep Rockchip options together
Date: Sat, 18 Mar 2017 12:44:39 +0100	[thread overview]
Message-ID: <21912977.ieRCIcCy2H@phil> (raw)
In-Reply-To: <1489779664-20234-2-git-send-email-philipp.tomsich@theobroma-systems.com>

Am Freitag, 17. März 2017, 20:41:04 CET schrieb Philipp Tomsich:
> Signed-off-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
> 
> ---
> 
>  drivers/pinctrl/Kconfig | 14 +++++++-------
>  1 file changed, 7 insertions(+), 7 deletions(-)
> 
> diff --git a/drivers/pinctrl/Kconfig b/drivers/pinctrl/Kconfig
> index 6181ec6..8308686 100644
> --- a/drivers/pinctrl/Kconfig
> +++ b/drivers/pinctrl/Kconfig
> @@ -150,13 +150,6 @@ config ROCKCHIP_RK3288_PINCTRL
>  	  definitions and pin control functions for each available multiplex
>  	  function.
> 
> -config PINCTRL_AT91PIO4
> -	bool "AT91 PIO4 pinctrl driver"
> -	depends on DM
> -	help
> -	  This option is to enable the AT91 pinctrl driver for AT91 PIO4
> -	  controller which is available on SAMA5D2 SoC.
> -
>  config ROCKCHIP_RK3328_PINCTRL
>  	bool "Rockchip rk3328 pin control driver"
>  	depends on DM
> @@ -175,6 +168,13 @@ config ROCKCHIP_RK3399_PINCTRL
>  	  definitions and pin control functions for each available multiplex
>  	  function.
> 
> +config PINCTRL_AT91PIO4
> +	bool "AT91 PIO4 pinctrl driver"
> +	depends on DM
> +	help
> +	  This option is to enable the AT91 pinctrl driver for AT91 PIO4
> +	  controller which is available on SAMA5D2 SoC.
> +
>  config PINCTRL_SANDBOX
>  	bool "Sandbox pinctrl driver"
>  	depends on SANDBOX


wouldn't it be nicer to try to get an alphabetical ordering going?
That would also prevent future clutter.


Heiko

  reply	other threads:[~2017-03-18 11:44 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-03-17 19:41 [U-Boot] [PATCH 1/2] rockchip: pinctrl: use per-SoC option names for Kconfig Philipp Tomsich
2017-03-17 19:41 ` [U-Boot] [PATCH 2/2] pinctrl: Kconfig: reorder to keep Rockchip options together Philipp Tomsich
2017-03-18 11:44   ` Heiko Stuebner [this message]
2017-03-18 11:43 ` [U-Boot] [PATCH 1/2] rockchip: pinctrl: use per-SoC option names for Kconfig Heiko Stuebner
2017-03-22 13:05 ` Simon Glass
2017-03-26  2:42   ` Simon Glass

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=21912977.ieRCIcCy2H@phil \
    --to=heiko@sntech.de \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.