- Sep 02, 2009
-
-
Leo Chen authored
This patch modifies the amba bus detection logic in the kernel to detect the AMBA devices using the calculated resource size information rather than the hard coded 4K size. It also calculates the resource size when request mem region and release mem region. Signed-off-by:
Leo Chen <leochen@broadcom.com> Signed-off-by:
Russell King <rmk+kernel@arm.linux.org.uk>
-
- Jul 05, 2009
-
-
Russell King authored
AMBA device resources were being reported as: 10004000-10004fff : <BAD> This is because dev_name() was returning NULL prior to device_register. Ensure that the struct device is properly initialized, and the name is set before adding it to the device tree. Signed-off-by:
Russell King <rmk+kernel@arm.linux.org.uk>
-
- Mar 24, 2009
-
-
Kay Sievers authored
Acked-by:
Greg Kroah-Hartman <gregkh@suse.de> Signed-off-by:
Kay Sievers <kay.sievers@vrfy.org>
-
- Jan 08, 2009
-
-
Russell King authored
arch/arm/mach-realview/platsmp.c:140: error: 'jiffies' undeclared (first use in this function) drivers/amba/bus.c:246: error: 'NO_IRQ' undeclared (first use in this function) Signed-off-by:
Russell King <rmk+kernel@arm.linux.org.uk>
-
- Oct 12, 2007
-
-
Kay Sievers authored
This changes the uevent buffer functions to use a struct instead of a long list of parameters. It does no longer require the caller to do the proper buffer termination and size accounting, which is currently wrong in some places. It fixes a known bug where parts of the uevent environment are overwritten because of wrong index calculations. Many thanks to Mathieu Desnoyers for finding bugs and improving the error handling. Signed-off-by:
Kay Sievers <kay.sievers@vrfy.org> Cc: Mathieu Desnoyers <mathieu.desnoyers@polymtl.ca> Cc: Cornelia Huck <cornelia.huck@de.ibm.com> Signed-off-by:
Greg Kroah-Hartman <gregkh@suse.de>
-
- Apr 27, 2007
-
-
Eric Rannaud authored
Make use of add_uevent_var() instead of (often incorrectly) open coding it. Signed-off-by:
Michael Ellerman <michael@ellerman.id.au> Signed-off-by:
Eric Rannaud <eric.rannaud@gmail.com> Cc: Kay Sievers <kay.sievers@vrfy.org> Cc: Cornelia Huck <cornelia.huck@de.ibm.com> Signed-off-by:
Andrew Morton <akpm@linux-foundation.org> Signed-off-by:
Greg Kroah-Hartman <gregkh@suse.de>
-
- Nov 30, 2006
-
-
Russell King authored
Fix driver model __must_check warnings in drivers/bus/amba.c by rearranging how we add attributes to devices. Signed-off-by:
Russell King <rmk+kernel@arm.linux.org.uk>
-
- Jun 27, 2006
-
-
Greg Kroah-Hartman authored
This is needed if we wish to change the size of the resource structures. Based on an original patch from Vivek Goyal <vgoyal@in.ibm.com> Cc: Vivek Goyal <vgoyal@in.ibm.com> Signed-off-by:
Andrew Morton <akpm@osdl.org> Signed-off-by:
Greg Kroah-Hartman <gregkh@suse.de>
-
- Jan 09, 2006
-
-
Russell King authored
Many ARM drivers do not need to include asm/irq.h - remove this unnecessary include from some ARM drivers. Signed-off-by:
Russell King <rmk+kernel@arm.linux.org.uk>
-
- Jan 07, 2006
-
-
Russell King authored
Make the AMBA bus code visible to other architectures. Signed-off-by:
Russell King <rmk+kernel@arm.linux.org.uk>
-