12 Sep, 2005

1 commit


11 Sep, 2005

4 commits


10 Sep, 2005

1 commit


08 Sep, 2005

1 commit


05 Sep, 2005

3 commits


28 Aug, 2005

1 commit


19 Aug, 2005

5 commits


10 Aug, 2005

1 commit


05 Aug, 2005

1 commit

  • Patch fixes oops caused by ide interfaces not on pci. pcibus_to_node
    causes the kernel to crash otherwise. Patch also adds a BUG_ON to check if
    hwif is NULL.

    Signed-off-by: Christoph Lameter
    Signed-off-by: Shai Fultheim
    Signed-off-by: Ravikiran Thirumalai
    Cc: Andi Kleen
    Cc: Bartlomiej Zolnierkiewicz
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Ravikiran G Thirumalai
     

02 Aug, 2005

1 commit


28 Jul, 2005

5 commits

  • If the product-id-string contains the '+' , '&' ,'_', it was not converted
    properly from the /etc/pcmcia/config(pcmcia-cs config file).

    Signed-off-by: Dominik Brodowski
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Komuro
     
  • SanDisk ConnectPlus has two functions. Function 0 is prism2 card, currently
    only supported by HostAP (not in the kernel). Function 1 is 128M flash,
    supported by ide-cs. This patch adds an entry for function 1 to ide-cs.c.

    Signed-off-by: Pavel Roskin
    Signed-off-by: Dominik Brodowski
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Pavel Roskin
     
  • a) update entry in CREDITS for Jesper Juhl
    b) remove email address from source files so it's only listed in credits.

    Signed-off-by: Jesper Juhl
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Jesper Juhl
     
  • `gcc -W' likes to complain if the static keyword is not at the beginning of
    the declaration. This patch fixes all remaining occurrences of "inline
    static" up with "static inline" in the entire kernel tree (140 occurrences in
    47 files).

    While making this change I came across a few lines with trailing whitespace
    that I also fixed up, I have also added or removed a blank line or two here
    and there, but there are no functional changes in the patch.

    Signed-off-by: Jesper Juhl
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Jesper Juhl
     
  • * Added abstraction layer for subarchs.
    * Added v32 support.
    * Renamed driver.

    Signed-off-by: Mikael Starvik
    Acked-by: Bartlomiej Zolnierkiewicz
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Mikael Starvik
     

13 Jul, 2005

1 commit


08 Jul, 2005

2 commits


07 Jul, 2005

1 commit

  • This converts the usage of struct of_match to struct of_device_id,
    similar to pci_device_id. This allows a device table to be generated,
    which can be parsed by depmod(8) to generate a map file for module
    loading.

    In order for hotplug to work with macio devices, patches to
    module-init-tools and hotplug must be applied. Those patches are
    available at:

    ftp://ftp.suse.com/pub/people/jeffm/linux/macio-hotplug/

    Signed-off-by: Jeff Mahoney
    Signed-off-by: Linus Torvalds

    Jeff Mahoney
     

06 Jul, 2005

1 commit


03 Jul, 2005

11 commits