[PATCH] i2c: busses: i2c-ocores: Fix PM-related warning

2013-02-26 Thread maxin . john
From: "Maxin B. John" Fixes this warning: CC drivers/i2c/busses/i2c-ocores.o drivers/i2c/busses/i2c-ocores.c:460:12: warning: 'ocores_i2c_suspend' defined but not used [-Wunused-function] drivers/i2c/busses/i2c-ocores.c:471:12: warning: 'ocores_i2c_resume' defined but not used [-Wunused-f

[PATCH] tools: usb: ffs-test: Fix build failure

2013-02-20 Thread maxin . john
From: "Maxin B. John" Fixes this build failure: gcc -Wall -Wextra -g -lpthread -I../include -o testusb testusb.c gcc -Wall -Wextra -g -lpthread -I../include -o ffs-test ffs-test.c In file included from ffs-test.c:41:0: ../../include/linux/usb/functionfs.h:4:39: fatal error: uapi/linux/usb/functio

[PATCH] dma: Remove erroneous __exit and __exit_p() references

2013-02-19 Thread maxin . john
From: "Maxin B. John" Removing the annotation with __exit and referencing with __exit_p() present in dma driver module remove hooks. Part of the __devexit and __devexit_p() purge. Signed-off-by: Maxin B. John --- drivers/dma/at_hdmac.c |4 ++-- drivers/dma/coh901318.c |4 ++--

[PATCH] dma: timb_dma: Fix compiler warning

2013-02-19 Thread maxin . john
From: "Maxin B. John" Fix this compiler warning: warning: 'td_remove' defined but not used [-Wunused-function] Signed-off-by: Maxin B. John --- drivers/dma/timb_dma.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/dma/timb_dma.c b/drivers/dma/timb_dma.c index

[PATCH] dma: timb_dma: Fix compiler warning

2013-02-18 Thread maxin . john
From: "Maxin B. John" Fix this compiler warning: warning: 'td_remove' defined but not used [-Wunused-function] Signed-off-by: Maxin B. John --- drivers/dma/timb_dma.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/dma/timb_dma.c b/drivers/dma/timb_dma.c index

Re: Need help on mach-ep93xx

2007-03-14 Thread Maxin John
Hi, Many thanks to Lennert Buytenhek. Try applying: http://www.arm.linux.org.uk/developer/patches/viewpatch.php?id=4122/1 On 3/13/07, Ben Dooks <[EMAIL PROTECTED]> wrote: On Tue, Mar 13, 2007 at 10:54:08AM +0530, Maxin John wrote: > Hi, > > I have one question mach

Need help on mach-ep93xx

2007-03-12 Thread Maxin John
Hi, I have one question mach-ep93xx. In EP93xx IRQ handling part in core.c, the 2.6.19.2 kernel and newer kernels are configuring the 16 interrupts of the ports A & B together. The code is not using the interrupt capability of the port F which can provide 3 interrupts. Why the port F is n