21 Oct, 2006

2 commits


15 Aug, 2006

1 commit


01 Jul, 2006

1 commit


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

    Pavel Machek
     
  • 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

    Tobias Klauser
     

07 Nov, 2005

1 commit


23 May, 2005

2 commits

  • Signed-off-by: Ben Dooks
    Signed-off-by: Thomas Gleixner

    Ben Dooks
     
  • 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 ID

    Signed-off-by: Ben Dooks
    Signed-off-by: Thomas Gleixner

    Ben Dooks
     

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!

    Linus Torvalds