projects
/
platform
/
kernel
/
linux-exynos.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9cf4cb0
)
eeprom_93cx6: Add support for 93c86 EEPROMs.
author
Gertjan van Wingerde
<gwingerde@gmail.com>
Tue, 29 Jun 2010 19:43:44 +0000
(21:43 +0200)
committer
John W. Linville
<linville@tuxdriver.com>
Wed, 30 Jun 2010 19:00:50 +0000
(15:00 -0400)
Signed-off-by: Gertjan van Wingerde <gwingerde@gmail.com>
Signed-off-by: Ivo van Doorn <IvDoorn@gmail.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
include/linux/eeprom_93cx6.h
patch
|
blob
|
history
diff --git
a/include/linux/eeprom_93cx6.h
b/include/linux/eeprom_93cx6.h
index
a55c873
..
c4627cb
100644
(file)
--- a/
include/linux/eeprom_93cx6.h
+++ b/
include/linux/eeprom_93cx6.h
@@
-30,6
+30,7
@@
#define PCI_EEPROM_WIDTH_93C46 6
#define PCI_EEPROM_WIDTH_93C56 8
#define PCI_EEPROM_WIDTH_93C66 8
+#define PCI_EEPROM_WIDTH_93C86 8
#define PCI_EEPROM_WIDTH_OPCODE 3
#define PCI_EEPROM_WRITE_OPCODE 0x05
#define PCI_EEPROM_READ_OPCODE 0x06