linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2] phy: freescale: pcie: cosmetic clean-up
@ 2022-01-13  9:03 Marcel Ziswiler
  2022-01-27  5:28 ` Vinod Koul
  0 siblings, 1 reply; 2+ messages in thread
From: Marcel Ziswiler @ 2022-01-13  9:03 UTC (permalink / raw)
  To: linux-phy
  Cc: linux-next, Kishon Vijay Abraham I, Tim Harvey, linux-kernel,
	linux-arm-kernel, Vinod Koul, linux-imx, linux-pci, Mark Brown,
	Marcel Ziswiler, Fabio Estevam, Pengutronix Kernel Team,
	Richard Zhu, Sascha Hauer, Shawn Guo

From: Marcel Ziswiler <marcel.ziswiler@toradex.com>

Sort includes alphabethically and add a new line before the dt-bindings
one as usually done.

Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>

---

Changes in v2:
- Was 'phy: freescale: pcie: fix building for x86_64 as a module' but as
  Vinod already pushed a fix for that build issue this now only
  addresses the minor cosmetic clean-up as requested by him.

 drivers/phy/freescale/phy-fsl-imx8m-pcie.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/drivers/phy/freescale/phy-fsl-imx8m-pcie.c b/drivers/phy/freescale/phy-fsl-imx8m-pcie.c
index 04b1aafb29f4..f1eb03ba25d6 100644
--- a/drivers/phy/freescale/phy-fsl-imx8m-pcie.c
+++ b/drivers/phy/freescale/phy-fsl-imx8m-pcie.c
@@ -5,9 +5,9 @@
 
 #include <linux/bitfield.h>
 #include <linux/clk.h>
+#include <linux/delay.h>
 #include <linux/io.h>
 #include <linux/iopoll.h>
-#include <linux/delay.h>
 #include <linux/mfd/syscon.h>
 #include <linux/mfd/syscon/imx7-iomuxc-gpr.h>
 #include <linux/module.h>
@@ -15,6 +15,7 @@
 #include <linux/platform_device.h>
 #include <linux/regmap.h>
 #include <linux/reset.h>
+
 #include <dt-bindings/phy/phy-imx8-pcie.h>
 
 #define IMX8MM_PCIE_PHY_CMN_REG061	0x184
-- 
2.33.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH v2] phy: freescale: pcie: cosmetic clean-up
  2022-01-13  9:03 [PATCH v2] phy: freescale: pcie: cosmetic clean-up Marcel Ziswiler
@ 2022-01-27  5:28 ` Vinod Koul
  0 siblings, 0 replies; 2+ messages in thread
From: Vinod Koul @ 2022-01-27  5:28 UTC (permalink / raw)
  To: Marcel Ziswiler
  Cc: linux-phy, linux-next, Kishon Vijay Abraham I, Tim Harvey,
	linux-kernel, linux-arm-kernel, linux-imx, linux-pci, Mark Brown,
	Marcel Ziswiler, Fabio Estevam, Pengutronix Kernel Team,
	Richard Zhu, Sascha Hauer, Shawn Guo

On 13-01-22, 10:03, Marcel Ziswiler wrote:
> From: Marcel Ziswiler <marcel.ziswiler@toradex.com>
> 
> Sort includes alphabethically and add a new line before the dt-bindings
> one as usually done.

Applied, thanks

-- 
~Vinod

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-01-27  5:28 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-13  9:03 [PATCH v2] phy: freescale: pcie: cosmetic clean-up Marcel Ziswiler
2022-01-27  5:28 ` Vinod Koul

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).