Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 74588
b: refs/heads/master
c: 3f86f14
h: refs/heads/master
v: v3
  • Loading branch information
David Brownell authored and Linus Torvalds committed Dec 5, 2007
1 parent fe16d6a commit df4af35
Show file tree
Hide file tree
Showing 2 changed files with 8 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: 068f4070868c801c7d7aa1ae1193c1c854193545
refs/heads/master: 3f86f14c0fc9fdb0984e64209df2f47895a07151
7 changes: 7 additions & 0 deletions trunk/drivers/spi/at25.c
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,13 @@
#include <linux/spi/eeprom.h>


/*
* NOTE: this is an *EEPROM* driver. The vagaries of product naming
* mean that some AT25 products are EEPROMs, and others are FLASH.
* Handle FLASH chips with the drivers/mtd/devices/m25p80.c driver,
* not this one!
*/

struct at25_data {
struct spi_device *spi;
struct mutex lock;
Expand Down

0 comments on commit df4af35

Please sign in to comment.