* Re: [PATCH 1/2] ARM: PNX4008: fix i2c-pnx.c build errors
2009-11-20 13:59 ` Russell King - ARM Linux
@ 2009-11-20 11:03 ` Russell King - ARM Linux
-1 siblings, 0 replies; 11+ messages in thread
From: Russell King - ARM Linux @ 2009-11-20 11:03 UTC (permalink / raw)
To: Vitaly Wool, Kevin Wells
Cc: linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r,
linux-i2c-u79uwXL29TY76Z2rM5mHXA
... caused by a missing include.
Signed-off-by: Russell King <rmk+kernel-lFZ/pmaqli7XmaaqVzeoHQ@public.gmane.org>
---
drivers/i2c/busses/i2c-pnx.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/drivers/i2c/busses/i2c-pnx.c b/drivers/i2c/busses/i2c-pnx.c
index 6ff6c20..3ae5647 100644
--- a/drivers/i2c/busses/i2c-pnx.c
+++ b/drivers/i2c/busses/i2c-pnx.c
@@ -22,6 +22,7 @@
#include <mach/hardware.h>
#include <asm/irq.h>
#include <asm/uaccess.h>
+#include <mach/i2c.h>
#define I2C_PNX_TIMEOUT 10 /* msec */
#define I2C_PNX_SPEED_KHZ 100
--
1.6.2.5
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [PATCH 1/2] ARM: PNX4008: fix i2c-pnx.c build errors
@ 2009-11-20 11:03 ` Russell King - ARM Linux
0 siblings, 0 replies; 11+ messages in thread
From: Russell King - ARM Linux @ 2009-11-20 11:03 UTC (permalink / raw)
To: linux-arm-kernel
... caused by a missing include.
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
---
drivers/i2c/busses/i2c-pnx.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/drivers/i2c/busses/i2c-pnx.c b/drivers/i2c/busses/i2c-pnx.c
index 6ff6c20..3ae5647 100644
--- a/drivers/i2c/busses/i2c-pnx.c
+++ b/drivers/i2c/busses/i2c-pnx.c
@@ -22,6 +22,7 @@
#include <mach/hardware.h>
#include <asm/irq.h>
#include <asm/uaccess.h>
+#include <mach/i2c.h>
#define I2C_PNX_TIMEOUT 10 /* msec */
#define I2C_PNX_SPEED_KHZ 100
--
1.6.2.5
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [PATCH 2/2] ARM: PNX4008: fix watchdog device driver name
2009-11-20 13:59 ` Russell King - ARM Linux
(?)
(?)
@ 2009-11-20 13:07 ` Russell King - ARM Linux
2009-11-20 14:09 ` Wim Van Sebroeck
-1 siblings, 1 reply; 11+ messages in thread
From: Russell King - ARM Linux @ 2009-11-20 13:07 UTC (permalink / raw)
To: linux-arm-kernel
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
---
drivers/watchdog/pnx4008_wdt.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/watchdog/pnx4008_wdt.c b/drivers/watchdog/pnx4008_wdt.c
index f24d041..4d227b1 100644
--- a/drivers/watchdog/pnx4008_wdt.c
+++ b/drivers/watchdog/pnx4008_wdt.c
@@ -317,7 +317,7 @@ static int __devexit pnx4008_wdt_remove(struct platform_device *pdev)
static struct platform_driver platform_wdt_driver = {
.driver = {
- .name = "watchdog",
+ .name = "pnx4008-watchdog",
.owner = THIS_MODULE,
},
.probe = pnx4008_wdt_probe,
@@ -352,4 +352,4 @@ MODULE_PARM_DESC(nowayout,
MODULE_LICENSE("GPL");
MODULE_ALIAS_MISCDEV(WATCHDOG_MINOR);
-MODULE_ALIAS("platform:watchdog");
+MODULE_ALIAS("platform:pnx4008-watchdog");
--
1.6.2.5
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [PATCH 0/2] PNX fixes
@ 2009-11-20 13:59 ` Russell King - ARM Linux
0 siblings, 0 replies; 11+ messages in thread
From: Russell King - ARM Linux @ 2009-11-20 13:59 UTC (permalink / raw)
To: Vitaly Wool, Kevin Wells
Cc: linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r,
linux-i2c-u79uwXL29TY76Z2rM5mHXA, Wim Van Sebroeck
The following patch series fixes compile bugs with current PNX drivers.
This is part of a larger patch set so I'd prefer to keep them in my
tree for merging with the next round of -rc fixes.
Only relevant patches will be cc'd to appropriate folk; the full series
will be posted on linux-arm-kernel.
Please provide acks for these two patches, thanks.
^ permalink raw reply [flat|nested] 11+ messages in thread
* [PATCH 0/2] PNX fixes
@ 2009-11-20 13:59 ` Russell King - ARM Linux
0 siblings, 0 replies; 11+ messages in thread
From: Russell King - ARM Linux @ 2009-11-20 13:59 UTC (permalink / raw)
To: linux-arm-kernel
The following patch series fixes compile bugs with current PNX drivers.
This is part of a larger patch set so I'd prefer to keep them in my
tree for merging with the next round of -rc fixes.
Only relevant patches will be cc'd to appropriate folk; the full series
will be posted on linux-arm-kernel.
Please provide acks for these two patches, thanks.
^ permalink raw reply [flat|nested] 11+ messages in thread
* [PATCH 2/2] ARM: PNX4008: fix watchdog device driver name
2009-11-20 13:07 ` [PATCH 2/2] ARM: PNX4008: fix watchdog device driver name Russell King - ARM Linux
@ 2009-11-20 14:09 ` Wim Van Sebroeck
2009-11-20 14:11 ` Russell King - ARM Linux
0 siblings, 1 reply; 11+ messages in thread
From: Wim Van Sebroeck @ 2009-11-20 14:09 UTC (permalink / raw)
To: linux-arm-kernel
Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
> ---
> drivers/watchdog/pnx4008_wdt.c | 4 ++--
> 1 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/drivers/watchdog/pnx4008_wdt.c b/drivers/watchdog/pnx4008_wdt.c
> index f24d041..4d227b1 100644
> --- a/drivers/watchdog/pnx4008_wdt.c
> +++ b/drivers/watchdog/pnx4008_wdt.c
> @@ -317,7 +317,7 @@ static int __devexit pnx4008_wdt_remove(struct platform_device *pdev)
>
> static struct platform_driver platform_wdt_driver = {
> .driver = {
> - .name = "watchdog",
> + .name = "pnx4008-watchdog",
> .owner = THIS_MODULE,
> },
> .probe = pnx4008_wdt_probe,
> @@ -352,4 +352,4 @@ MODULE_PARM_DESC(nowayout,
>
> MODULE_LICENSE("GPL");
> MODULE_ALIAS_MISCDEV(WATCHDOG_MINOR);
> -MODULE_ALIAS("platform:watchdog");
> +MODULE_ALIAS("platform:pnx4008-watchdog");
> --
> 1.6.2.5
>
^ permalink raw reply [flat|nested] 11+ messages in thread
* [PATCH 2/2] ARM: PNX4008: fix watchdog device driver name
2009-11-20 14:09 ` Wim Van Sebroeck
@ 2009-11-20 14:11 ` Russell King - ARM Linux
0 siblings, 0 replies; 11+ messages in thread
From: Russell King - ARM Linux @ 2009-11-20 14:11 UTC (permalink / raw)
To: linux-arm-kernel
On Fri, Nov 20, 2009 at 03:09:12PM +0100, Wim Van Sebroeck wrote:
> Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
Thanks, but I'll take that as an Acked-by instead, as per SubmittingPatches
section 13.
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [PATCH 1/2] ARM: PNX4008: fix i2c-pnx.c build errors
2009-11-20 11:03 ` Russell King - ARM Linux
@ 2009-11-20 14:21 ` Ben Dooks
-1 siblings, 0 replies; 11+ messages in thread
From: Ben Dooks @ 2009-11-20 14:21 UTC (permalink / raw)
To: Russell King - ARM Linux
Cc: Vitaly Wool, Kevin Wells, linux-i2c-u79uwXL29TY76Z2rM5mHXA,
linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r
On Fri, Nov 20, 2009 at 11:03:29AM +0000, Russell King - ARM Linux wrote:
> ... caused by a missing include.
hi, thought this was fixed by the last fix set I sent which went in post
2.6.32-rc8.
> Signed-off-by: Russell King <rmk+kernel-lFZ/pmaqli7XmaaqVzeoHQ@public.gmane.org>
> ---
> drivers/i2c/busses/i2c-pnx.c | 1 +
> 1 files changed, 1 insertions(+), 0 deletions(-)
>
> diff --git a/drivers/i2c/busses/i2c-pnx.c b/drivers/i2c/busses/i2c-pnx.c
> index 6ff6c20..3ae5647 100644
> --- a/drivers/i2c/busses/i2c-pnx.c
> +++ b/drivers/i2c/busses/i2c-pnx.c
> @@ -22,6 +22,7 @@
> #include <mach/hardware.h>
> #include <asm/irq.h>
> #include <asm/uaccess.h>
> +#include <mach/i2c.h>
>
> #define I2C_PNX_TIMEOUT 10 /* msec */
> #define I2C_PNX_SPEED_KHZ 100
> --
> 1.6.2.5
>
>
> _______________________________________________
> linux-arm-kernel mailing list
> linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org
> http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
--
--
Ben
Q: What's a light-year?
A: One-third less calories than a regular year.
^ permalink raw reply [flat|nested] 11+ messages in thread
* [PATCH 1/2] ARM: PNX4008: fix i2c-pnx.c build errors
@ 2009-11-20 14:21 ` Ben Dooks
0 siblings, 0 replies; 11+ messages in thread
From: Ben Dooks @ 2009-11-20 14:21 UTC (permalink / raw)
To: linux-arm-kernel
On Fri, Nov 20, 2009 at 11:03:29AM +0000, Russell King - ARM Linux wrote:
> ... caused by a missing include.
hi, thought this was fixed by the last fix set I sent which went in post
2.6.32-rc8.
> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
> ---
> drivers/i2c/busses/i2c-pnx.c | 1 +
> 1 files changed, 1 insertions(+), 0 deletions(-)
>
> diff --git a/drivers/i2c/busses/i2c-pnx.c b/drivers/i2c/busses/i2c-pnx.c
> index 6ff6c20..3ae5647 100644
> --- a/drivers/i2c/busses/i2c-pnx.c
> +++ b/drivers/i2c/busses/i2c-pnx.c
> @@ -22,6 +22,7 @@
> #include <mach/hardware.h>
> #include <asm/irq.h>
> #include <asm/uaccess.h>
> +#include <mach/i2c.h>
>
> #define I2C_PNX_TIMEOUT 10 /* msec */
> #define I2C_PNX_SPEED_KHZ 100
> --
> 1.6.2.5
>
>
> _______________________________________________
> linux-arm-kernel mailing list
> linux-arm-kernel at lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
--
--
Ben
Q: What's a light-year?
A: One-third less calories than a regular year.
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [PATCH 1/2] ARM: PNX4008: fix i2c-pnx.c build errors
2009-11-20 14:21 ` Ben Dooks
@ 2009-11-20 14:24 ` Russell King - ARM Linux
-1 siblings, 0 replies; 11+ messages in thread
From: Russell King - ARM Linux @ 2009-11-20 14:24 UTC (permalink / raw)
To: Ben Dooks
Cc: Vitaly Wool, Kevin Wells, linux-i2c-u79uwXL29TY76Z2rM5mHXA,
linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r
On Fri, Nov 20, 2009 at 02:21:29PM +0000, Ben Dooks wrote:
> On Fri, Nov 20, 2009 at 11:03:29AM +0000, Russell King - ARM Linux wrote:
> > ... caused by a missing include.
>
> hi, thought this was fixed by the last fix set I sent which went in post
> 2.6.32-rc8.
Ok, I'll rebase my master branch and drop this change.
^ permalink raw reply [flat|nested] 11+ messages in thread
* [PATCH 1/2] ARM: PNX4008: fix i2c-pnx.c build errors
@ 2009-11-20 14:24 ` Russell King - ARM Linux
0 siblings, 0 replies; 11+ messages in thread
From: Russell King - ARM Linux @ 2009-11-20 14:24 UTC (permalink / raw)
To: linux-arm-kernel
On Fri, Nov 20, 2009 at 02:21:29PM +0000, Ben Dooks wrote:
> On Fri, Nov 20, 2009 at 11:03:29AM +0000, Russell King - ARM Linux wrote:
> > ... caused by a missing include.
>
> hi, thought this was fixed by the last fix set I sent which went in post
> 2.6.32-rc8.
Ok, I'll rebase my master branch and drop this change.
^ permalink raw reply [flat|nested] 11+ messages in thread
end of thread, other threads:[~2009-11-20 14:24 UTC | newest]
Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-11-20 13:59 [PATCH 0/2] PNX fixes Russell King - ARM Linux
2009-11-20 13:59 ` Russell King - ARM Linux
[not found] ` <20091120135932.GA16920-l+eeeJia6m9vn6HldHNs0ANdhmdF6hFW@public.gmane.org>
2009-11-20 11:03 ` [PATCH 1/2] ARM: PNX4008: fix i2c-pnx.c build errors Russell King - ARM Linux
2009-11-20 11:03 ` Russell King - ARM Linux
[not found] ` <f639bcd4278415ccf72dbc3b602670ac4dab040d.1258725164.git.rmk+kernel-lFZ/pmaqli7XmaaqVzeoHQ@public.gmane.org>
2009-11-20 14:21 ` Ben Dooks
2009-11-20 14:21 ` Ben Dooks
[not found] ` <20091120142128.GE4808-SMNkleLxa3Z6Wcw2j4pizdi2O/JbrIOy@public.gmane.org>
2009-11-20 14:24 ` Russell King - ARM Linux
2009-11-20 14:24 ` Russell King - ARM Linux
2009-11-20 13:07 ` [PATCH 2/2] ARM: PNX4008: fix watchdog device driver name Russell King - ARM Linux
2009-11-20 14:09 ` Wim Van Sebroeck
2009-11-20 14:11 ` Russell King - ARM Linux
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.