10 Nov, 2015

1 commit

  • We have been getting a warning about non ANSI function.
    warning: non-ANSI function declaration of function 'FPT_SccbMgrTableInitAll'

    Signed-off-by: Sudip Mukherjee
    Acked-by: Khalid Aziz
    Signed-off-by: James Bottomley

    Sudip Mukherjee
     

27 Jun, 2013

2 commits


31 Mar, 2011

1 commit


19 Jan, 2010

1 commit

  • The check on MAX_SCSI_TAR should be >= instead of > or we could go past the
    end of the array.

    Joe Eykholt aslo correctly points out that the check on MAX_LUN should be
    >= as well. That matches with how it is used in the rest of the file.

    Signed-off-by: Dan Carpenter
    Signed-off-by: James Bottomley

    Dan Carpenter
     

28 Apr, 2008

1 commit


08 Apr, 2008

1 commit

  • We've verified that there are 64 bit and endianness problems in the
    flashpoint driver. Reverse the logic of CONFIG_OMIT_FLASHPOINT (make
    it CONFIG_SCSI_FLASHPOINT) and make it depend on X86_32 so it can't
    appear for any other architectures. Long term, if someone chooses,
    they could make FlashPoint 64 bit compliant (it looks like its a
    question of fixing up the sizes in some of the packed descriptors)

    Signed-off-by: James Bottomley

    Matthew Wilcox
     

20 Oct, 2007

2 commits

  • FlashPoint, use BIT instead of BITW

    BITW was an ushort variant of BIT, use BIT instead

    Signed-off-by: Jiri Slaby
    Cc: James Bottomley
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Jiri Slaby
     
  • define global BIT macro

    move all local BIT defines to the new globally define macro.

    Signed-off-by: Jiri Slaby
    Cc: Paul Mackerras
    Cc: Benjamin Herrenschmidt
    Cc: Kumar Gala
    Cc: Dmitry Torokhov
    Cc: Jeff Garzik
    Cc: James Bottomley
    Cc: "Antonino A. Daplas"
    Cc: Russell King
    Acked-by: Ralf Baechle
    Cc: "John W. Linville"
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Jiri Slaby
     

08 Feb, 2007

1 commit


01 Jul, 2006

1 commit


12 Mar, 2006

15 commits


15 Jan, 2006

1 commit


21 May, 2005

1 commit


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