02 Dec, 2006

5 commits

  • * master.kernel.org:/pub/scm/linux/kernel/git/gregkh/usb-2.6: (103 commits)
    usbcore: remove unused argument in autosuspend
    USB: keep count of unsuspended children
    USB hub: simplify remote-wakeup handling
    USB: struct usb_device: change flag to bitflag
    OHCI: make autostop conditional on CONFIG_PM
    USB: Add autosuspend support to the hub driver
    EHCI: Fix root-hub and port suspend/resume problems
    USB: create a new thread for every USB device found during the probe sequence
    USB: add driver for the USB debug devices
    USB: added dynamic major number for USB endpoints
    USB: pegasus error path not resetting task's state
    USB: endianness fix for asix.c
    USB: build the appledisplay driver
    USB serial: replace kmalloc+memset with kzalloc
    USB: hid-core: canonical defines for Apple USB device IDs
    USB: idmouse cleanup
    USB: make drivers/usb/core/driver.c:usb_device_match() static
    USB: lh7a40x_udc remove double declaration
    USB: pxa2xx_udc recognizes ixp425 rev b0 chip
    usbtouchscreen: add support for DMC TSC-10/25 devices
    ...

    Linus Torvalds
     
  • * master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6: (36 commits)
    Driver core: show drivers in /sys/module/
    Documentation/driver-model/platform.txt update/rewrite
    Driver core: platform_driver_probe(), can save codespace
    driver core: Use klist_remove() in device_move()
    driver core: Introduce device_move(): move a device to a new parent.
    Driver core: make drivers/base/core.c:setup_parent() static
    driver core: Introduce device_find_child().
    sysfs: sysfs_write_file() writes zero terminated data
    cpu topology: consider sysfs_create_group return value
    Driver core: Call platform_notify_remove later
    ACPI: Change ACPI to use dev_archdata instead of firmware_data
    Driver core: add dev_archdata to struct device
    Driver core: convert sound core to use struct device
    Driver core: change mem class_devices to be real devices
    Driver core: convert fb code to use struct device
    Driver core: convert firmware code to use struct device
    Driver core: convert mmc code to use struct device
    Driver core: convert ppdev code to use struct device
    Driver core: convert PPP code to use struct device
    Driver core: convert cpuid code to use struct device
    ...

    Linus Torvalds
     
  • Converts from using struct "class_device" to "struct device" making
    everything show up properly in /sys/devices/ with symlinks from the
    /sys/class directory.

    It also makes the struct sound_card to show up as a "real" device
    where all the different sound class devices are placed as childs
    and different card attribute files can hang off of. /sys/class/sound is
    still a flat directory, but the symlink targets of all devices belonging
    to the same card, point the the /sys/devices tree below the new card
    device object.

    Thanks to Kay for the updates to this patch.

    Signed-off-by: Kay Sievers
    Acked-by: Jaroslav Kysela
    Signed-off-by: Greg Kroah-Hartman

    Greg Kroah-Hartman
     
  • - usb_free_urb() cleanup
    - usb_kill_urb() cleanup

    Signed-off-by: Mariusz Kozlowski
    Signed-off-by: Greg Kroah-Hartman

    Mariusz Kozlowski
     
  • - usb_kill_urb() cleanup

    Signed-off-by: Mariusz Kozlowski
    Signed-off-by: Greg Kroah-Hartman

    Mariusz Kozlowski
     

30 Nov, 2006

2 commits


28 Nov, 2006

6 commits


15 Nov, 2006

1 commit


25 Oct, 2006

1 commit


24 Oct, 2006

1 commit

  • * 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/perex/alsa:
    [ALSA] hda-intel - Add check of MSI availabity
    [ALSA] version 1.0.13
    [ALSA] Fix addition of user-defined boolean controls
    [ALSA] Fix AC97 power-saving mode
    [ALSA] Fix re-use of va_list
    [ALSA] hda_intel: add ATI RS690 HDMI audio support
    [ALSA] hda-codec - Add model entry for ASUS U5F laptop
    [ALSA] Fix dependency of snd-adlib driver in Kconfig
    [ALSA] Various fixes for suspend/resume of ALSA PCI drivers
    [ALSA] hda-codec - Fix assignment of PCM devices for Realtek codecs
    [ALSA] sound/isa/opti9xx/opti92x-ad1848.c: check kmalloc() return value
    [ALSA] sound/isa/ad1816a/ad1816a.c: check kmalloc() return value
    [ALSA] sound/isa/cmi8330.c: check kmalloc() return value
    [ALSA] sound/isa/gus/interwave.c: check kmalloc() return value

    Linus Torvalds
     

23 Oct, 2006

1 commit

  • Check the availability of MSI and turn off MSI automatically when it's
    not available on the hardware. MSI seems broken on some hardwares
    but the kernel doesn't know exactly, thus we have to turn the MSI
    feature off on the sound driver manually.

    Signed-off-by: Takashi Iwai
    Signed-off-by: Jaroslav Kysela

    Takashi Iwai
     

22 Oct, 2006

12 commits


19 Oct, 2006

1 commit


11 Oct, 2006

1 commit


10 Oct, 2006

1 commit


09 Oct, 2006

2 commits


07 Oct, 2006

6 commits