21 Oct, 2006
2 commits
-
Signed-off-by: Alexey Dobriyan
Signed-off-by: Andrew Morton
Signed-off-by: David Woodhouse -
Add chip driver and JEDEC probe support for the SST 49LF040B flash chip.
Signed-off-by: Ryan Jackson
Signed-off-by: Andrew Morton
Signed-off-by: David Woodhouse
15 Aug, 2006
1 commit
-
Signed-off-by: Takashi YOSHII
Signed-off-by: Josh Boyer
01 Jul, 2006
1 commit
-
Signed-off-by: Jörn Engel
Signed-off-by: Adrian Bunk
01 Apr, 2006
2 commits
-
This adds flash chip used in Sharp Zaurus sl5500 (collie) to jedec_probe.
Values work for read-only access, but I have not figured out how to do
read-write.Signed-off-by: Pavel Machek
Cc: Richard Purdie
Cc: Thomas Gleixner
Acked-by: David Woodhouse
Signed-off-by: Andrew Morton
Signed-off-by: Linus Torvalds -
Use ARRAY_SIZE macro instead of sizeof(x)/sizeof(x[0]) and remove
duplicates of the macro.Signed-off-by: Tobias Klauser
Cc: Thomas Gleixner
Acked-by: David Woodhouse
Signed-off-by: Andrew Morton
Signed-off-by: Linus Torvalds
07 Nov, 2005
1 commit
-
Signed-off-by: Thomas Gleixner
23 May, 2005
2 commits
-
Signed-off-by: Ben Dooks
Signed-off-by: Thomas Gleixner -
The change to the generic probe to look for the
smallest width of chip first is causing some problems
on boards with a single 16bit device.The problem seems to be the jedec_match() is truncating
the device-id read from the table to match against the
one read from the hardware, causing a match against the
partial id of some chips with 16bit IDs (such as the
SST39LF160)This fixes things for my own board, but something may
need to be done if the same problem is exhibited for
chips with an 8bit IDSigned-off-by: Ben Dooks
Signed-off-by: Thomas Gleixner
17 Apr, 2005
1 commit
-
Initial git repository build. I'm not bothering with the full history,
even though we have it. We can create a separate "historical" git
archive of that later if we want to, and in the meantime it's about
3.2GB when imported into git - space that would just make the early
git days unnecessarily complicated, when we don't have a lot of good
infrastructure for it.Let it rip!