* [PATCH 4/5] rtc: m48t86: move m48t86.h to platform_data
[not found] <1466978583-13310-1-git-send-email-alexandre.belloni@free-electrons.com>
@ 2016-06-26 22:03 ` Alexandre Belloni
2016-06-27 6:49 ` Alexander Clouter
` (2 more replies)
2016-06-26 22:03 ` [PATCH 5/5] rtc: v3020: move rtc-v3020.h " Alexandre Belloni
1 sibling, 3 replies; 7+ messages in thread
From: Alexandre Belloni @ 2016-06-26 22:03 UTC (permalink / raw)
To: linux-arm-kernel
m48t86.h belongs to include/linux/platform_data/
Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
---
Cc: Hartley Sweeten <hsweeten@visionengravers.com>
Cc: Ryan Mallon <rmallon@gmail.com>
Cc: Alexander Clouter <alex@digriz.org.uk>
Cc: Jason Cooper <jason@lakedaemon.net>
Cc: Andrew Lunn <andrew@lunn.ch>
Cc: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
Cc: Gregory Clement <gregory.clement@free-electrons.com>
Cc: linux-arm-kernel at lists.infradead.org
arch/arm/mach-ep93xx/ts72xx.c | 2 +-
arch/arm/mach-orion5x/ts78xx-setup.c | 2 +-
drivers/rtc/rtc-m48t86.c | 2 +-
include/linux/{m48t86.h => platform_data/rtc-m48t86.h} | 0
4 files changed, 3 insertions(+), 3 deletions(-)
rename include/linux/{m48t86.h => platform_data/rtc-m48t86.h} (100%)
diff --git a/arch/arm/mach-ep93xx/ts72xx.c b/arch/arm/mach-ep93xx/ts72xx.c
index 45b81a2bcd4b..3b39ea353d30 100644
--- a/arch/arm/mach-ep93xx/ts72xx.c
+++ b/arch/arm/mach-ep93xx/ts72xx.c
@@ -16,7 +16,7 @@
#include <linux/init.h>
#include <linux/platform_device.h>
#include <linux/io.h>
-#include <linux/m48t86.h>
+#include <linux/platform_data/rtc-m48t86.h>
#include <linux/mtd/nand.h>
#include <linux/mtd/partitions.h>
diff --git a/arch/arm/mach-orion5x/ts78xx-setup.c b/arch/arm/mach-orion5x/ts78xx-setup.c
index 3a58a5d4a28a..8d597267d0c4 100644
--- a/arch/arm/mach-orion5x/ts78xx-setup.c
+++ b/arch/arm/mach-orion5x/ts78xx-setup.c
@@ -16,7 +16,7 @@
#include <linux/platform_device.h>
#include <linux/mv643xx_eth.h>
#include <linux/ata_platform.h>
-#include <linux/m48t86.h>
+#include <linux/platform_data/rtc-m48t86.h>
#include <linux/mtd/nand.h>
#include <linux/mtd/partitions.h>
#include <linux/timeriomem-rng.h>
diff --git a/drivers/rtc/rtc-m48t86.c b/drivers/rtc/rtc-m48t86.c
index f72b91f2501f..0eeb5714c00f 100644
--- a/drivers/rtc/rtc-m48t86.c
+++ b/drivers/rtc/rtc-m48t86.c
@@ -16,7 +16,7 @@
#include <linux/module.h>
#include <linux/rtc.h>
#include <linux/platform_device.h>
-#include <linux/m48t86.h>
+#include <linux/platform_data/rtc-m48t86.h>
#include <linux/bcd.h>
#define M48T86_REG_SEC 0x00
diff --git a/include/linux/m48t86.h b/include/linux/platform_data/rtc-m48t86.h
similarity index 100%
rename from include/linux/m48t86.h
rename to include/linux/platform_data/rtc-m48t86.h
--
2.8.1
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [PATCH 5/5] rtc: v3020: move rtc-v3020.h to platform_data
[not found] <1466978583-13310-1-git-send-email-alexandre.belloni@free-electrons.com>
2016-06-26 22:03 ` [PATCH 4/5] rtc: m48t86: move m48t86.h to platform_data Alexandre Belloni
@ 2016-06-26 22:03 ` Alexandre Belloni
2016-07-09 7:45 ` Robert Jarzmik
1 sibling, 1 reply; 7+ messages in thread
From: Alexandre Belloni @ 2016-06-26 22:03 UTC (permalink / raw)
To: linux-arm-kernel
rtc-v3020.h belongs to include/linux/platform_data/
Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
---
Cc: Daniel Mack <daniel@zonque.org>
Cc: Haojian Zhuang <haojian.zhuang@gmail.com>
Cc: Robert Jarzmik <robert.jarzmik@free.fr>
Cc: linux-arm-kernel at lists.infradead.org
arch/arm/mach-pxa/cm-x270.c | 2 +-
arch/arm/mach-pxa/cm-x300.c | 2 +-
arch/arm/mach-pxa/em-x270.c | 2 +-
drivers/rtc/rtc-v3020.c | 2 +-
include/linux/{ => platform_data}/rtc-v3020.h | 0
5 files changed, 4 insertions(+), 4 deletions(-)
rename include/linux/{ => platform_data}/rtc-v3020.h (100%)
diff --git a/arch/arm/mach-pxa/cm-x270.c b/arch/arm/mach-pxa/cm-x270.c
index fa5f51d633a3..be4a66166d61 100644
--- a/arch/arm/mach-pxa/cm-x270.c
+++ b/arch/arm/mach-pxa/cm-x270.c
@@ -14,7 +14,7 @@
#include <linux/gpio.h>
#include <linux/delay.h>
-#include <linux/rtc-v3020.h>
+#include <linux/platform_data/rtc-v3020.h>
#include <video/mbxfb.h>
#include <linux/spi/spi.h>
diff --git a/arch/arm/mach-pxa/cm-x300.c b/arch/arm/mach-pxa/cm-x300.c
index 5f5ac7c8faf0..868448d2cd82 100644
--- a/arch/arm/mach-pxa/cm-x300.c
+++ b/arch/arm/mach-pxa/cm-x300.c
@@ -25,7 +25,7 @@
#include <linux/gpio.h>
#include <linux/dm9000.h>
#include <linux/leds.h>
-#include <linux/rtc-v3020.h>
+#include <linux/platform_data/rtc-v3020.h>
#include <linux/pwm.h>
#include <linux/pwm_backlight.h>
diff --git a/arch/arm/mach-pxa/em-x270.c b/arch/arm/mach-pxa/em-x270.c
index 6e0268deec43..03354c21e1f2 100644
--- a/arch/arm/mach-pxa/em-x270.c
+++ b/arch/arm/mach-pxa/em-x270.c
@@ -14,7 +14,7 @@
#include <linux/delay.h>
#include <linux/dm9000.h>
-#include <linux/rtc-v3020.h>
+#include <linux/platform_data/rtc-v3020.h>
#include <linux/mtd/nand.h>
#include <linux/mtd/partitions.h>
#include <linux/mtd/physmap.h>
diff --git a/drivers/rtc/rtc-v3020.c b/drivers/rtc/rtc-v3020.c
index 7a0436329d6c..1f3117b5a83c 100644
--- a/drivers/rtc/rtc-v3020.c
+++ b/drivers/rtc/rtc-v3020.c
@@ -25,7 +25,7 @@
#include <linux/rtc.h>
#include <linux/types.h>
#include <linux/bcd.h>
-#include <linux/rtc-v3020.h>
+#include <linux/platform_data/rtc-v3020.h>
#include <linux/delay.h>
#include <linux/gpio.h>
#include <linux/slab.h>
diff --git a/include/linux/rtc-v3020.h b/include/linux/platform_data/rtc-v3020.h
similarity index 100%
rename from include/linux/rtc-v3020.h
rename to include/linux/platform_data/rtc-v3020.h
--
2.8.1
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [PATCH 4/5] rtc: m48t86: move m48t86.h to platform_data
2016-06-26 22:03 ` [PATCH 4/5] rtc: m48t86: move m48t86.h to platform_data Alexandre Belloni
@ 2016-06-27 6:49 ` Alexander Clouter
2016-06-27 16:00 ` Hartley Sweeten
2016-06-27 16:12 ` Jason Cooper
2 siblings, 0 replies; 7+ messages in thread
From: Alexander Clouter @ 2016-06-27 6:49 UTC (permalink / raw)
To: linux-arm-kernel
Acked-by: Alexander Clouter <alex@digriz.org.uk>
On Mon, Jun 27, 2016 at 12:03:02AM +0200, Alexandre Belloni wrote:
>m48t86.h belongs to include/linux/platform_data/
>
>Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
>---
>Cc: Hartley Sweeten <hsweeten@visionengravers.com>
>Cc: Ryan Mallon <rmallon@gmail.com>
>Cc: Alexander Clouter <alex@digriz.org.uk>
>Cc: Jason Cooper <jason@lakedaemon.net>
>Cc: Andrew Lunn <andrew@lunn.ch>
>Cc: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
>Cc: Gregory Clement <gregory.clement@free-electrons.com>
>Cc: linux-arm-kernel at lists.infradead.org
>
> arch/arm/mach-ep93xx/ts72xx.c | 2 +-
> arch/arm/mach-orion5x/ts78xx-setup.c | 2 +-
> drivers/rtc/rtc-m48t86.c | 2 +-
> include/linux/{m48t86.h => platform_data/rtc-m48t86.h} | 0
> 4 files changed, 3 insertions(+), 3 deletions(-)
> rename include/linux/{m48t86.h => platform_data/rtc-m48t86.h} (100%)
>
>diff --git a/arch/arm/mach-ep93xx/ts72xx.c b/arch/arm/mach-ep93xx/ts72xx.c
>index 45b81a2bcd4b..3b39ea353d30 100644
>--- a/arch/arm/mach-ep93xx/ts72xx.c
>+++ b/arch/arm/mach-ep93xx/ts72xx.c
>@@ -16,7 +16,7 @@
> #include <linux/init.h>
> #include <linux/platform_device.h>
> #include <linux/io.h>
>-#include <linux/m48t86.h>
>+#include <linux/platform_data/rtc-m48t86.h>
> #include <linux/mtd/nand.h>
> #include <linux/mtd/partitions.h>
>
>diff --git a/arch/arm/mach-orion5x/ts78xx-setup.c b/arch/arm/mach-orion5x/ts78xx-setup.c
>index 3a58a5d4a28a..8d597267d0c4 100644
>--- a/arch/arm/mach-orion5x/ts78xx-setup.c
>+++ b/arch/arm/mach-orion5x/ts78xx-setup.c
>@@ -16,7 +16,7 @@
> #include <linux/platform_device.h>
> #include <linux/mv643xx_eth.h>
> #include <linux/ata_platform.h>
>-#include <linux/m48t86.h>
>+#include <linux/platform_data/rtc-m48t86.h>
> #include <linux/mtd/nand.h>
> #include <linux/mtd/partitions.h>
> #include <linux/timeriomem-rng.h>
>diff --git a/drivers/rtc/rtc-m48t86.c b/drivers/rtc/rtc-m48t86.c
>index f72b91f2501f..0eeb5714c00f 100644
>--- a/drivers/rtc/rtc-m48t86.c
>+++ b/drivers/rtc/rtc-m48t86.c
>@@ -16,7 +16,7 @@
> #include <linux/module.h>
> #include <linux/rtc.h>
> #include <linux/platform_device.h>
>-#include <linux/m48t86.h>
>+#include <linux/platform_data/rtc-m48t86.h>
> #include <linux/bcd.h>
>
> #define M48T86_REG_SEC 0x00
>diff --git a/include/linux/m48t86.h b/include/linux/platform_data/rtc-m48t86.h
>similarity index 100%
>rename from include/linux/m48t86.h
>rename to include/linux/platform_data/rtc-m48t86.h
^ permalink raw reply [flat|nested] 7+ messages in thread
* [PATCH 4/5] rtc: m48t86: move m48t86.h to platform_data
2016-06-26 22:03 ` [PATCH 4/5] rtc: m48t86: move m48t86.h to platform_data Alexandre Belloni
2016-06-27 6:49 ` Alexander Clouter
@ 2016-06-27 16:00 ` Hartley Sweeten
2016-06-27 16:12 ` Jason Cooper
2 siblings, 0 replies; 7+ messages in thread
From: Hartley Sweeten @ 2016-06-27 16:00 UTC (permalink / raw)
To: linux-arm-kernel
On Sunday, June 26, 2016 3:03 PM, Alexandre Belloni wrote:
> m48t86.h belongs to include/linux/platform_data/
>
> Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
> ---
> Cc: Hartley Sweeten <hsweeten@visionengravers.com>
> Cc: Ryan Mallon <rmallon@gmail.com>
> Cc: Alexander Clouter <alex@digriz.org.uk>
> Cc: Jason Cooper <jason@lakedaemon.net>
> Cc: Andrew Lunn <andrew@lunn.ch>
> Cc: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
> Cc: Gregory Clement <gregory.clement@free-electrons.com>
> Cc: linux-arm-kernel at lists.infradead.org
>
> arch/arm/mach-ep93xx/ts72xx.c | 2 +-
> arch/arm/mach-orion5x/ts78xx-setup.c | 2 +-
> drivers/rtc/rtc-m48t86.c | 2 +-
> include/linux/{m48t86.h => platform_data/rtc-m48t86.h} | 0
> 4 files changed, 3 insertions(+), 3 deletions(-)
> rename include/linux/{m48t86.h => platform_data/rtc-m48t86.h} (100%)
For ep93xx:
Acked-by: H Hartley Sweeten <hsweeten@visionengravers.com>
^ permalink raw reply [flat|nested] 7+ messages in thread
* [PATCH 4/5] rtc: m48t86: move m48t86.h to platform_data
2016-06-26 22:03 ` [PATCH 4/5] rtc: m48t86: move m48t86.h to platform_data Alexandre Belloni
2016-06-27 6:49 ` Alexander Clouter
2016-06-27 16:00 ` Hartley Sweeten
@ 2016-06-27 16:12 ` Jason Cooper
2 siblings, 0 replies; 7+ messages in thread
From: Jason Cooper @ 2016-06-27 16:12 UTC (permalink / raw)
To: linux-arm-kernel
Hey Alexandre,
On Mon, Jun 27, 2016 at 12:03:02AM +0200, Alexandre Belloni wrote:
> m48t86.h belongs to include/linux/platform_data/
>
> Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
> ---
> Cc: Hartley Sweeten <hsweeten@visionengravers.com>
> Cc: Ryan Mallon <rmallon@gmail.com>
> Cc: Alexander Clouter <alex@digriz.org.uk>
> Cc: Jason Cooper <jason@lakedaemon.net>
> Cc: Andrew Lunn <andrew@lunn.ch>
> Cc: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
> Cc: Gregory Clement <gregory.clement@free-electrons.com>
> Cc: linux-arm-kernel at lists.infradead.org
>
> arch/arm/mach-ep93xx/ts72xx.c | 2 +-
> arch/arm/mach-orion5x/ts78xx-setup.c | 2 +-
> drivers/rtc/rtc-m48t86.c | 2 +-
> include/linux/{m48t86.h => platform_data/rtc-m48t86.h} | 0
> 4 files changed, 3 insertions(+), 3 deletions(-)
> rename include/linux/{m48t86.h => platform_data/rtc-m48t86.h} (100%)
For the orion5x bit,
Acked-by: Jason Cooper <jason@lakedaemon.net>
thx,
Jason.
^ permalink raw reply [flat|nested] 7+ messages in thread
* [PATCH 5/5] rtc: v3020: move rtc-v3020.h to platform_data
2016-06-26 22:03 ` [PATCH 5/5] rtc: v3020: move rtc-v3020.h " Alexandre Belloni
@ 2016-07-09 7:45 ` Robert Jarzmik
2016-07-09 8:25 ` Alexandre Belloni
0 siblings, 1 reply; 7+ messages in thread
From: Robert Jarzmik @ 2016-07-09 7:45 UTC (permalink / raw)
To: linux-arm-kernel
Alexandre Belloni <alexandre.belloni@free-electrons.com> writes:
> rtc-v3020.h belongs to include/linux/platform_data/
>
> Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
> ---
> Cc: Daniel Mack <daniel@zonque.org>
> Cc: Haojian Zhuang <haojian.zhuang@gmail.com>
> Cc: Robert Jarzmik <robert.jarzmik@free.fr>
> Cc: linux-arm-kernel at lists.infradead.org
> arch/arm/mach-pxa/cm-x270.c | 2 +-
> arch/arm/mach-pxa/cm-x300.c | 2 +-
> arch/arm/mach-pxa/em-x270.c | 2 +-
> drivers/rtc/rtc-v3020.c | 2 +-
> include/linux/{ => platform_data}/rtc-v3020.h | 0
> 5 files changed, 4 insertions(+), 4 deletions(-)
> rename include/linux/{ => platform_data}/rtc-v3020.h (100%)
For mach-pxa :
Acked-by: Robert Jarzmik <robert.jarzmik@free.fr>
Is this going through your rtc tree, or should I pick it up through the pxa one ?
Cheers.
--
Robert
^ permalink raw reply [flat|nested] 7+ messages in thread
* [PATCH 5/5] rtc: v3020: move rtc-v3020.h to platform_data
2016-07-09 7:45 ` Robert Jarzmik
@ 2016-07-09 8:25 ` Alexandre Belloni
0 siblings, 0 replies; 7+ messages in thread
From: Alexandre Belloni @ 2016-07-09 8:25 UTC (permalink / raw)
To: linux-arm-kernel
On 09/07/2016 at 09:45:52 +0200, Robert Jarzmik wrote :
> Alexandre Belloni <alexandre.belloni@free-electrons.com> writes:
>
> > rtc-v3020.h belongs to include/linux/platform_data/
> >
> > Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
> > ---
> > Cc: Daniel Mack <daniel@zonque.org>
> > Cc: Haojian Zhuang <haojian.zhuang@gmail.com>
> > Cc: Robert Jarzmik <robert.jarzmik@free.fr>
> > Cc: linux-arm-kernel at lists.infradead.org
> > arch/arm/mach-pxa/cm-x270.c | 2 +-
> > arch/arm/mach-pxa/cm-x300.c | 2 +-
> > arch/arm/mach-pxa/em-x270.c | 2 +-
> > drivers/rtc/rtc-v3020.c | 2 +-
> > include/linux/{ => platform_data}/rtc-v3020.h | 0
> > 5 files changed, 4 insertions(+), 4 deletions(-)
> > rename include/linux/{ => platform_data}/rtc-v3020.h (100%)
> For mach-pxa :
> Acked-by: Robert Jarzmik <robert.jarzmik@free.fr>
>
> Is this going through your rtc tree, or should I pick it up through the pxa one ?
>
Actually, I've pushed it through rtc-next yesterday. I've just added
your ack now.
--
Alexandre Belloni, Free Electrons
Embedded Linux and Kernel engineering
http://free-electrons.com
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2016-07-09 8:25 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <1466978583-13310-1-git-send-email-alexandre.belloni@free-electrons.com>
2016-06-26 22:03 ` [PATCH 4/5] rtc: m48t86: move m48t86.h to platform_data Alexandre Belloni
2016-06-27 6:49 ` Alexander Clouter
2016-06-27 16:00 ` Hartley Sweeten
2016-06-27 16:12 ` Jason Cooper
2016-06-26 22:03 ` [PATCH 5/5] rtc: v3020: move rtc-v3020.h " Alexandre Belloni
2016-07-09 7:45 ` Robert Jarzmik
2016-07-09 8:25 ` Alexandre Belloni
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).