projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
ar71xx: add AR934X_RESET_REG_PCIE_WMAC_INT_STATUS defines
[openwrt.git]
/
target
/
linux
/
adm5120
/
patches-2.6.32
/
903-adm5120-usb-use-the-admhcd-structure-directly-in-debugfs-files.patch
diff --git
a/target/linux/adm5120/patches-2.6.32/903-adm5120-usb-use-the-admhcd-structure-directly-in-debugfs-files.patch
b/target/linux/adm5120/patches-2.6.32/903-adm5120-usb-use-the-admhcd-structure-directly-in-debugfs-files.patch
index
db6323d
..
695cce9
100644
(file)
--- a/
target/linux/adm5120/patches-2.6.32/903-adm5120-usb-use-the-admhcd-structure-directly-in-debugfs-files.patch
+++ b/
target/linux/adm5120/patches-2.6.32/903-adm5120-usb-use-the-admhcd-structure-directly-in-debugfs-files.patch
@@
-26,7
+26,7
@@
spin_lock_irqsave(&ahcd->lock, flags);
temp = show_list(ahcd, buf->page, PAGE_SIZE, ahcd->ed_head);
spin_lock_irqsave(&ahcd->lock, flags);
temp = show_list(ahcd, buf->page, PAGE_SIZE, ahcd->ed_head);
-@@ -516,8 +512,6 @@ static ssize_t fill_async_buffer(struct
+@@ -516,8 +512,6 @@ static ssize_t fill_async_buffer(struct
static ssize_t fill_periodic_buffer(struct debug_buffer *buf)
{
static ssize_t fill_periodic_buffer(struct debug_buffer *buf)
{
@@
-35,7
+35,7
@@
struct admhcd *ahcd;
struct ed **seen, *ed;
unsigned long flags;
struct admhcd *ahcd;
struct ed **seen, *ed;
unsigned long flags;
-@@ -5
29,9 +523
,7 @@ static ssize_t fill_periodic_buffer(stru
+@@ -5
30,9 +524
,7 @@ static ssize_t fill_periodic_buffer(stru
return 0;
seen_count = 0;
return 0;
seen_count = 0;
@@
-46,7
+46,7
@@
next = buf->page;
size = PAGE_SIZE;
next = buf->page;
size = PAGE_SIZE;
-@@ -61
3,7 +605
,6 @@ static ssize_t fill_periodic_buffer(stru
+@@ -61
5,7 +607
,6 @@ static ssize_t fill_periodic_buffer(stru
static ssize_t fill_registers_buffer(struct debug_buffer *buf)
{
static ssize_t fill_registers_buffer(struct debug_buffer *buf)
{
@@
-54,7
+54,7
@@
struct usb_hcd *hcd;
struct admhcd *ahcd;
struct admhcd_regs __iomem *regs;
struct usb_hcd *hcd;
struct admhcd *ahcd;
struct admhcd_regs __iomem *regs;
-@@ -62
2,9 +613
,8 @@ static ssize_t fill_registers_buffer(str
+@@ -62
4,9 +615
,8 @@ static ssize_t fill_registers_buffer(str
char *next;
u32 rdata;
char *next;
u32 rdata;
@@
-66,7
+66,7
@@
regs = ahcd->regs;
next = buf->page;
size = PAGE_SIZE;
regs = ahcd->regs;
next = buf->page;
size = PAGE_SIZE;
-@@ -6
89,7 +679
,7 @@ done:
+@@ -6
91,7 +681
,7 @@ done:
}
}
@@
-75,7
+75,7
@@
ssize_t (*fill_func)(struct debug_buffer *))
{
struct debug_buffer *buf;
ssize_t (*fill_func)(struct debug_buffer *))
{
struct debug_buffer *buf;
-@@ -69
7,7 +687
,7 @@ static struct debug_buffer *alloc_buffer
+@@ -69
9,7 +689
,7 @@ static struct debug_buffer *alloc_buffer
buf = kzalloc(sizeof(struct debug_buffer), GFP_KERNEL);
if (buf) {
buf = kzalloc(sizeof(struct debug_buffer), GFP_KERNEL);
if (buf) {
@@
-84,7
+84,7
@@
buf->fill_func = fill_func;
mutex_init(&buf->mutex);
}
buf->fill_func = fill_func;
mutex_init(&buf->mutex);
}
-@@ -79
0,26 +780
,25 @@ static int debug_registers_open(struct i
+@@ -79
2,26 +782
,25 @@ static int debug_registers_open(struct i
static inline void create_debug_files(struct admhcd *ahcd)
{
struct usb_bus *bus = &admhcd_to_hcd(ahcd)->self;
static inline void create_debug_files(struct admhcd *ahcd)
{
struct usb_bus *bus = &admhcd_to_hcd(ahcd)->self;
This page took
0.023813 seconds
and
4
git commands to generate.