11 Jan, 2006

8 commits

  • Signed-off-by: Dave Jones
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Dave Jones
     
  • Add list_for_each_entry_safe_reverse() to linux/list.h

    This is needed by unmerged cachefs and be an as-yet-unreviewed
    device_shutdown() fix.

    Signed-off-by: David Howells
    Cc: Patrick Mochel
    Cc: Greg KH
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    David Howells
     
  • A simple driver for the CS5535 and CS5536 that allows a user-space program
    to manipulate GPIO pins. The CS5535/CS5536 chips are Geode processor
    companion devices.

    Signed-off-by: Ben Gardner
    Signed-off-by: Richard Knutsson
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Ben Gardner
     
  • dev->get_wireless_stats is deprecated but removing it also removes wireless
    subdirectory in sysfs. This patch puts it back.

    akpm: I don't know what's happening here. This might be appropriate as a
    2.6.15.x compatibility backport. Waiting to hear from Jeff.

    Signed-off-by: Andrey Borzenkov
    Cc: "David S. Miller"
    Cc: Jeff Garzik
    Cc:
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Andrey Borzenkov
     
  • Recent X "nv" driver was fixed for various issues with modern 6xxx and 7xxx
    cards. This patch ports those fixes to nvidiafb. This makes it work fine
    on the 6600 bundled with the newest G5 macs. I've verified it still works
    on the 5200FX of the iMacG5.

    Signed-off-by: Benjamin Herrenschmidt
    Acked-by: "Antonino A. Daplas"
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Benjamin Herrenschmidt
     
  • It seems the "make UID16 support optional" patch was checked when it
    edited the -tiny tree some time ago, but it wasn't checked whether it
    still matches the current situation when it was submitted for inclusion
    in -mm. This patch fixes the following bugs:
    - ARCH_S390X does no longer exist, nowadays this has to be expressed
    through (S390 && 64BIT)
    - in five architecture specific Kconfig files the UID16 options
    weren't removed

    Additionally, it changes the fragile negative dependencies of UID16 to
    positive dependencies (new architectures are more likely to not require
    UID16 support).

    Signed-off-by: Adrian Bunk
    Acked-by: Matt Mackall
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Adrian Bunk
     
  • Not all architectures implement asm/serial.h, and the driver doesn't appear to
    need it anyway.

    Cc: Paul Fulghum
    Cc: "David S. Miller"
    Cc: Russell King
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Andrew Morton
     
  • Cc: Eric Dumazet
    Cc: Paul Mackerras
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Andrew Morton
     

10 Jan, 2006

32 commits