summaryrefslogtreecommitdiff
path: root/xhfc/xhfc_leb.h
diff options
context:
space:
mode:
authorGuillaume Knispel <gknispel@proformatique.com>2010-08-26 15:36:58 +0200
committerGuillaume Knispel <gknispel@proformatique.com>2010-08-26 15:36:58 +0200
commitb6b624137182c6e56e8ec090b80a565f9745134b (patch)
tree34ed102c47e76c2f3f160067409b346e7a6c1e48 /xhfc/xhfc_leb.h
parentebd93b7548b4e67271d1f667e0f1de4e69547026 (diff)
license, indentation
Diffstat (limited to 'xhfc/xhfc_leb.h')
-rw-r--r--xhfc/xhfc_leb.h22
1 files changed, 11 insertions, 11 deletions
diff --git a/xhfc/xhfc_leb.h b/xhfc/xhfc_leb.h
index 0f300c6..08bd0ed 100644
--- a/xhfc/xhfc_leb.h
+++ b/xhfc/xhfc_leb.h
@@ -1,7 +1,9 @@
-/*
- * (C) 2007 Copyright Cologne Chip AG
- * Authors : Martin Bachem, Joerg Ciesielski
- * Contact : info@colognechip.com
+/* EP80579 LEB: configuration and access to an XHFC-4SU via CS0.
+ *
+ * Copyright (C) 2010 Proformatique
+ * Authors:
+ * Noe Rubinstein <nrubinstein@proformatique.com>
+ * Guillaume Knispel <gknispel@proformatique.com>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -14,9 +16,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
- *
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
@@ -67,10 +67,10 @@ static inline void write_xhfc(struct xhfc * xhfc, u8 reg_addr, u8 value)
#endif
struct tlp_leb_regs {
- u32 timing_cs[8];
- u32 cnfg0;
- u32 _rsvd1[63];
- u32 parity_status;
+ u32 timing_cs[8];
+ u32 cnfg0;
+ u32 _rsvd1[63];
+ u32 parity_status;
};
#endif /* _XHFC_LEB_H_ */