All of lore.kernel.org
 help / color / mirror / Atom feed
From: Guenter Roeck <linux@roeck-us.net>
To: Joel <joel@jms.id.au>
Cc: Rob Herring <robh+dt@kernel.org>,
	Philipp Zabel <philipp.zabel@gmail.com>,
	Mykola Kostenok <c_mykolak@mellanox.com>,
	Jaghathiswari Rankappagounder Natarajan <jaghu@google.com>,
	Patrick Venture <venture@google.com>,
	Andrew Jeffery <andrew@aj.id.au>,
	devicetree@vger.kernel.org, linux-hwmon@vger.kernel.org,
	linux-kernel@vger.kernel.org
Subject: Re: [v2,1/3] hwmon: (aspeed-pwm-tacho) Sort headers
Date: Sat, 4 Nov 2017 11:09:59 -0700	[thread overview]
Message-ID: <20171104180959.GA28230@roeck-us.net> (raw)
In-Reply-To: <20171102035349.1902-2-joel@jms.id.au>

On Thu, Nov 02, 2017 at 02:53:47PM +1100, Joel wrote:
> Sort the headers in preperation for future changes.
> 
> Signed-off-by: Joel Stanley <joel@jms.id.au>

Applied to hwmon-next.

Thanks,
Guenter

> ---
>  drivers/hwmon/aspeed-pwm-tacho.c | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/drivers/hwmon/aspeed-pwm-tacho.c b/drivers/hwmon/aspeed-pwm-tacho.c
> index f914e5f41048..63a95e23ca81 100644
> --- a/drivers/hwmon/aspeed-pwm-tacho.c
> +++ b/drivers/hwmon/aspeed-pwm-tacho.c
> @@ -7,19 +7,19 @@
>   */
>  
>  #include <linux/clk.h>
> +#include <linux/delay.h>
>  #include <linux/errno.h>
>  #include <linux/gpio/consumer.h>
> -#include <linux/delay.h>
>  #include <linux/hwmon.h>
>  #include <linux/hwmon-sysfs.h>
>  #include <linux/io.h>
>  #include <linux/kernel.h>
>  #include <linux/module.h>
> -#include <linux/of_platform.h>
>  #include <linux/of_device.h>
> +#include <linux/of_platform.h>
>  #include <linux/platform_device.h>
> -#include <linux/sysfs.h>
>  #include <linux/regmap.h>
> +#include <linux/sysfs.h>
>  #include <linux/thermal.h>
>  
>  /* ASPEED PWM & FAN Tach Register Definition */

  reply	other threads:[~2017-11-04 18:10 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-11-02  3:53 [PATCH v2 0/3] hwmon: Add reset support to aspeed-pwm-tach Joel Stanley
2017-11-02  3:53 ` Joel Stanley
2017-11-02  3:53 ` [PATCH v2 1/3] hwmon: (aspeed-pwm-tacho) Sort headers Joel Stanley
2017-11-04 18:09   ` Guenter Roeck [this message]
2017-11-02  3:53 ` [PATCH v2 2/3] hwmon: (aspeed-pwm-tacho) Deassert reset in probe Joel Stanley
2017-11-02  3:53   ` Joel Stanley
2017-11-02 14:54   ` Guenter Roeck
2017-11-03  2:32     ` Joel Stanley
2017-11-03  2:32       ` Joel Stanley
2017-11-03 10:11       ` Guenter Roeck
2017-11-03 10:11         ` Guenter Roeck
2017-12-03 18:58   ` [v2,2/3] " Guenter Roeck
2017-12-03 18:58     ` Guenter Roeck
2017-11-02  3:53 ` [PATCH v2 3/3] dt-bindings: hwmon: aspeed-pwm-tacho: Add reset node Joel Stanley
2017-11-06 21:42   ` Rob Herring
2017-11-06 21:42     ` Rob Herring

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=20171104180959.GA28230@roeck-us.net \
    --to=linux@roeck-us.net \
    --cc=andrew@aj.id.au \
    --cc=c_mykolak@mellanox.com \
    --cc=devicetree@vger.kernel.org \
    --cc=jaghu@google.com \
    --cc=joel@jms.id.au \
    --cc=linux-hwmon@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=philipp.zabel@gmail.com \
    --cc=robh+dt@kernel.org \
    --cc=venture@google.com \
    /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.