Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 41193
b: refs/heads/master
c: c6dbaef
h: refs/heads/master
i:
  41191: 6494252
v: v3
  • Loading branch information
Benjamin Herrenschmidt authored and Greg Kroah-Hartman committed Dec 1, 2006
1 parent 6dad0f3 commit dd2f870
Show file tree
Hide file tree
Showing 28 changed files with 191 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: d80f19fab89cba8a6d16193154c8ff3edab00942
refs/heads/master: c6dbaef22a2f78700e242915a13218dd780c89ff
7 changes: 7 additions & 0 deletions trunk/include/asm-alpha/device.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
/*
* Arch specific extensions to struct device
*
* This file is released under the GPLv2
*/
#include <asm-generic/device.h>

7 changes: 7 additions & 0 deletions trunk/include/asm-arm/device.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
/*
* Arch specific extensions to struct device
*
* This file is released under the GPLv2
*/
#include <asm-generic/device.h>

7 changes: 7 additions & 0 deletions trunk/include/asm-arm26/device.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
/*
* Arch specific extensions to struct device
*
* This file is released under the GPLv2
*/
#include <asm-generic/device.h>

7 changes: 7 additions & 0 deletions trunk/include/asm-avr32/device.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
/*
* Arch specific extensions to struct device
*
* This file is released under the GPLv2
*/
#include <asm-generic/device.h>

7 changes: 7 additions & 0 deletions trunk/include/asm-cris/device.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
/*
* Arch specific extensions to struct device
*
* This file is released under the GPLv2
*/
#include <asm-generic/device.h>

7 changes: 7 additions & 0 deletions trunk/include/asm-frv/device.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
/*
* Arch specific extensions to struct device
*
* This file is released under the GPLv2
*/
#include <asm-generic/device.h>

12 changes: 12 additions & 0 deletions trunk/include/asm-generic/device.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
/*
* Arch specific extensions to struct device
*
* This file is released under the GPLv2
*/
#ifndef _ASM_GENERIC_DEVICE_H
#define _ASM_GENERIC_DEVICE_H

struct dev_archdata {
};

#endif /* _ASM_GENERIC_DEVICE_H */
7 changes: 7 additions & 0 deletions trunk/include/asm-h8300/device.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
/*
* Arch specific extensions to struct device
*
* This file is released under the GPLv2
*/
#include <asm-generic/device.h>

7 changes: 7 additions & 0 deletions trunk/include/asm-i386/device.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
/*
* Arch specific extensions to struct device
*
* This file is released under the GPLv2
*/
#include <asm-generic/device.h>

7 changes: 7 additions & 0 deletions trunk/include/asm-ia64/device.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
/*
* Arch specific extensions to struct device
*
* This file is released under the GPLv2
*/
#include <asm-generic/device.h>

7 changes: 7 additions & 0 deletions trunk/include/asm-m32r/device.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
/*
* Arch specific extensions to struct device
*
* This file is released under the GPLv2
*/
#include <asm-generic/device.h>

7 changes: 7 additions & 0 deletions trunk/include/asm-m68k/device.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
/*
* Arch specific extensions to struct device
*
* This file is released under the GPLv2
*/
#include <asm-generic/device.h>

7 changes: 7 additions & 0 deletions trunk/include/asm-m68knommu/device.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
/*
* Arch specific extensions to struct device
*
* This file is released under the GPLv2
*/
#include <asm-generic/device.h>

7 changes: 7 additions & 0 deletions trunk/include/asm-mips/device.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
/*
* Arch specific extensions to struct device
*
* This file is released under the GPLv2
*/
#include <asm-generic/device.h>

7 changes: 7 additions & 0 deletions trunk/include/asm-parisc/device.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
/*
* Arch specific extensions to struct device
*
* This file is released under the GPLv2
*/
#include <asm-generic/device.h>

7 changes: 7 additions & 0 deletions trunk/include/asm-powerpc/device.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
/*
* Arch specific extensions to struct device
*
* This file is released under the GPLv2
*/
#include <asm-generic/device.h>

7 changes: 7 additions & 0 deletions trunk/include/asm-ppc/device.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
/*
* Arch specific extensions to struct device
*
* This file is released under the GPLv2
*/
#include <asm-generic/device.h>

7 changes: 7 additions & 0 deletions trunk/include/asm-s390/device.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
/*
* Arch specific extensions to struct device
*
* This file is released under the GPLv2
*/
#include <asm-generic/device.h>

7 changes: 7 additions & 0 deletions trunk/include/asm-sh/device.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
/*
* Arch specific extensions to struct device
*
* This file is released under the GPLv2
*/
#include <asm-generic/device.h>

7 changes: 7 additions & 0 deletions trunk/include/asm-sh64/device.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
/*
* Arch specific extensions to struct device
*
* This file is released under the GPLv2
*/
#include <asm-generic/device.h>

7 changes: 7 additions & 0 deletions trunk/include/asm-sparc/device.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
/*
* Arch specific extensions to struct device
*
* This file is released under the GPLv2
*/
#include <asm-generic/device.h>

7 changes: 7 additions & 0 deletions trunk/include/asm-sparc64/device.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
/*
* Arch specific extensions to struct device
*
* This file is released under the GPLv2
*/
#include <asm-generic/device.h>

7 changes: 7 additions & 0 deletions trunk/include/asm-um/device.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
/*
* Arch specific extensions to struct device
*
* This file is released under the GPLv2
*/
#include <asm-generic/device.h>

7 changes: 7 additions & 0 deletions trunk/include/asm-v850/device.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
/*
* Arch specific extensions to struct device
*
* This file is released under the GPLv2
*/
#include <asm-generic/device.h>

7 changes: 7 additions & 0 deletions trunk/include/asm-x86_64/device.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
/*
* Arch specific extensions to struct device
*
* This file is released under the GPLv2
*/
#include <asm-generic/device.h>

7 changes: 7 additions & 0 deletions trunk/include/asm-xtensa/device.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
/*
* Arch specific extensions to struct device
*
* This file is released under the GPLv2
*/
#include <asm-generic/device.h>

3 changes: 3 additions & 0 deletions trunk/include/linux/device.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
#include <linux/pm.h>
#include <asm/semaphore.h>
#include <asm/atomic.h>
#include <asm/device.h>

#define DEVICE_NAME_SIZE 50
#define DEVICE_NAME_HALF __stringify(20) /* Less than half to accommodate slop */
Expand Down Expand Up @@ -383,6 +384,8 @@ struct device {

struct dma_coherent_mem *dma_mem; /* internal for coherent mem
override */
/* arch specific additions */
struct dev_archdata archdata;

/* class_device migration path */
struct list_head node;
Expand Down

0 comments on commit dd2f870

Please sign in to comment.