projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
996a5c2
)
cpsw: add missing fields to the CPSW_SS register bank.
author
Richard Cochran
<richardcochran@gmail.com>
Mon, 29 Oct 2012 08:45:13 +0000
(08:45 +0000)
committer
David S. Miller
<davem@davemloft.net>
Thu, 1 Nov 2012 16:21:29 +0000
(12:21 -0400)
Signed-off-by: Richard Cochran <richardcochran@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/ti/cpsw.c
patch
|
blob
|
history
diff --git
a/drivers/net/ethernet/ti/cpsw.c
b/drivers/net/ethernet/ti/cpsw.c
index e651a2a787c8976e7a6fe12f636b1e6e8bd43af8..b4ca370a4e6709fdcadc6265043a7d1893b8fef0 100644
(file)
--- a/
drivers/net/ethernet/ti/cpsw.c
+++ b/
drivers/net/ethernet/ti/cpsw.c
@@
-148,6
+148,14
@@
struct cpsw_ss_regs {
u32 soft_reset;
u32 stat_port_en;
u32 ptype;
+ u32 soft_idle;
+ u32 thru_rate;
+ u32 gap_thresh;
+ u32 tx_start_wds;
+ u32 flow_control;
+ u32 vlan_ltype;
+ u32 ts_ltype;
+ u32 dlr_ltype;
};
struct cpsw_slave_regs {