Driver core: add dev_archdata to struct device
Add arch specific dev_archdata to struct device Adds an arch specific struct dev_arch to struct device. This enables architecture to add specific fields to every device in the system, like DMA operation pointers, NUMA node ID, firmware specific data, etc... Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org> Acked-by: Andi Kleen <ak@suse.de> Acked-By: David Howells <dhowells@redhat.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Showing
include/asm-alpha/device.h
0 → 100644
include/asm-arm/device.h
0 → 100644
include/asm-arm26/device.h
0 → 100644
include/asm-avr32/device.h
0 → 100644
include/asm-cris/device.h
0 → 100644
include/asm-frv/device.h
0 → 100644
include/asm-generic/device.h
0 → 100644
include/asm-h8300/device.h
0 → 100644
include/asm-i386/device.h
0 → 100644
include/asm-ia64/device.h
0 → 100644
include/asm-m32r/device.h
0 → 100644
include/asm-m68k/device.h
0 → 100644
include/asm-mips/device.h
0 → 100644
include/asm-parisc/device.h
0 → 100644
include/asm-powerpc/device.h
0 → 100644
include/asm-ppc/device.h
0 → 100644
include/asm-s390/device.h
0 → 100644
include/asm-sh/device.h
0 → 100644
include/asm-sh64/device.h
0 → 100644
include/asm-sparc/device.h
0 → 100644
include/asm-sparc64/device.h
0 → 100644
include/asm-um/device.h
0 → 100644
include/asm-v850/device.h
0 → 100644
include/asm-x86_64/device.h
0 → 100644
include/asm-xtensa/device.h
0 → 100644
Please register or sign in to comment