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
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
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 ++--
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
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
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
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
7 matches
Mail list logo