From: Marek Vasut <marex@denx.de>
To: linux-iio@vger.kernel.org
Cc: Marek Vasut <marex@denx.de>, Crt Mori <cmo@melexis.com>,
Jonathan Cameron <jic23@kernel.org>,
Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>,
Lars-Peter Clausen <lars@metafoo.de>,
Peter Meerwald <pmeerw@pmeerw.net>,
Rob Herring <robh+dt@kernel.org>,
devicetree@vger.kernel.org
Subject: [PATCH v2 2/5] iio: mlx90614: Sort headers
Date: Sun, 7 May 2023 20:46:46 +0200 [thread overview]
Message-ID: <20230507184649.39290-2-marex@denx.de> (raw)
In-Reply-To: <20230507184649.39290-1-marex@denx.de>
Sort the headers alphabetically. No functional change.
Signed-off-by: Marek Vasut <marex@denx.de>
---
Cc: Crt Mori <cmo@melexis.com>
Cc: Jonathan Cameron <jic23@kernel.org>
Cc: Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>
Cc: Lars-Peter Clausen <lars@metafoo.de>
Cc: Marek Vasut <marex@denx.de>
Cc: Peter Meerwald <pmeerw@pmeerw.net>
Cc: Rob Herring <robh+dt@kernel.org>
Cc: devicetree@vger.kernel.org
Cc: linux-iio@vger.kernel.org
---
V2: New patch
---
drivers/iio/temperature/mlx90614.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/drivers/iio/temperature/mlx90614.c b/drivers/iio/temperature/mlx90614.c
index 909fadb623491..bd92b24918253 100644
--- a/drivers/iio/temperature/mlx90614.c
+++ b/drivers/iio/temperature/mlx90614.c
@@ -19,12 +19,12 @@
* the "wakeup" GPIO is not given, power management will be disabled.
*/
+#include <linux/delay.h>
#include <linux/err.h>
+#include <linux/gpio/consumer.h>
#include <linux/i2c.h>
-#include <linux/module.h>
-#include <linux/delay.h>
#include <linux/jiffies.h>
-#include <linux/gpio/consumer.h>
+#include <linux/module.h>
#include <linux/pm_runtime.h>
#include <linux/iio/iio.h>
--
2.39.2
next prev parent reply other threads:[~2023-05-07 18:47 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-05-07 18:46 [PATCH v2 1/5] dt-bindings: iio: temperature: melexis,mlx90614: Document MLX90615 support Marek Vasut
2023-05-07 18:46 ` Marek Vasut [this message]
2023-05-08 9:48 ` [PATCH v2 2/5] iio: mlx90614: Sort headers Crt Mori
2023-05-07 18:46 ` [PATCH v2 3/5] iio: mlx90614: Drop unused register macros Marek Vasut
2023-05-08 9:51 ` Crt Mori
2023-05-07 18:46 ` [PATCH v2 4/5] iio: mlx90614: Factor our register IO and constants into model specific descriptor Marek Vasut
2023-05-08 10:06 ` Crt Mori
2023-05-07 18:46 ` [PATCH v2 5/5] iio: mlx90614: Add MLX90615 support Marek Vasut
2023-05-08 10:10 ` Crt Mori
2023-05-08 11:32 ` Marek Vasut
2023-05-10 7:33 ` Crt Mori
2023-05-10 16:25 ` Marek Vasut
2023-05-08 9:48 ` [PATCH v2 1/5] dt-bindings: iio: temperature: melexis,mlx90614: Document " Crt Mori
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=20230507184649.39290-2-marex@denx.de \
--to=marex@denx.de \
--cc=cmo@melexis.com \
--cc=devicetree@vger.kernel.org \
--cc=jic23@kernel.org \
--cc=krzysztof.kozlowski+dt@linaro.org \
--cc=lars@metafoo.de \
--cc=linux-iio@vger.kernel.org \
--cc=pmeerw@pmeerw.net \
--cc=robh+dt@kernel.org \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).