summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * USB serial: add dynamic id support to usb-serial coreGreg Kroah-Hartman2007-02-075-21/+117
| * ohci: Add support for OHCI controller on the of_platform busSylvain Munaut2007-02-073-1/+274
| * ohci: Rework bus glue integration to allow several at onceSylvain Munaut2007-02-0713-198/+80
| * rndis_host learns ActiveSync basicsOle Andre Vadla Ravnas2007-02-074-31/+144
| * USB: ethernet gadget interop with MCCI Windows driverDavid Brownell2007-02-071-39/+103
| * usbcore: remove unneeded error checkAlan Stern2007-02-071-5/+1
| * USB: indicate active altsetting in proc/bus/usb/devices fileDavid Brownell2007-02-072-12/+17
| * USB: devio.c add missing INIT_LIST_HEAD()Dan Carpenter2007-02-071-0/+1
| * USB: mutexification of rio500Oliver Neukum2007-02-071-24/+30
| * USB: Remove unneeded void * casts in idmouse.cTobias Klauser2007-02-071-6/+4
| * USB: define USB_CLASS_MISC in <linux/usb/ch9.h>David Brownell2007-02-071-0/+1
| * USB: <linux/usb_ch9.h> becomes <linux/usb/ch9.h>David Brownell2007-02-0722-20/+24
| * USB: Fix EHCI warningBenjamin Herrenschmidt2007-02-071-0/+8
| * USB: Fix OHCI warningBenjamin Herrenschmidt2007-02-071-0/+8
| * USB: Implement support for EHCI with big endian MMIOBenjamin Herrenschmidt2007-02-079-142/+213
| * USB: Implement support for "split" endian OHCIBenjamin Herrenschmidt2007-02-074-55/+130
| * USB: Rework the OHCI quirk mecanism as suggested by DavidBenjamin Herrenschmidt2007-02-071-63/+110
| * USB: convert usb class devices to real devicesGreg Kroah-Hartman2007-02-072-9/+9
| * USB: move usb_device_class class devices to be real devicesGreg Kroah-Hartman2007-02-072-13/+13
| * USB: add EPIC support to the io_edgeport driverGreg Kroah-Hartman2007-02-074-84/+386
| * USB: unusual_devs.h for Sony floppyLuiz Fernando N. Capitulino2007-02-071-1/+1
* | Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds2007-02-0769-709/+1286
|\ \
| * | sysfs: Shadow directory supportEric W. Biederman2007-02-078-45/+249
| * | Driver Core: Increase the default timeout value of the firmware subsystemDave Jones2007-02-071-1/+1
| * | Driver core: allow to delay the uevent at device creation timeKay Sievers2007-02-072-2/+4
| * | Driver core: add device_type to struct deviceKay Sievers2007-02-073-20/+49
| * | Driver core: add uevent vars for devices of a classKay Sievers2007-02-071-12/+34
| * | SYSFS: Fix missing include of list.h in sysfs.hFrank Haverkamp2007-02-071-0/+1
| * | HOWTO: Add a reference to Harbison and SteeleRobert P. J. Day2007-02-071-0/+1
| * | sysfs: error handling in sysfs, fill_read_buffer()Oliver Neukum2007-02-071-4/+6
| * | kobject: kobject_put cleanupMariusz Kozlowski2007-02-071-4/+2
| * | sysfs: kobject_put cleanupMariusz Kozlowski2007-02-072-6/+4
| * | sysfs: suppress lockdep warningsFrederik Deweerdt2007-02-071-2/+2
| * | Driver core: fix race in sysfs between sysfs_remove_file() and read()/write()Oliver Neukum2007-02-078-17/+103
| * | driver core: Change function call order in device_bind_driver().Cornelia Huck2007-02-071-2/+6
| * | driver core: Don't stop probing on ->probe errors.Cornelia Huck2007-02-071-7/+6
| * | driver core fixes: device_register() retval check in platform.cCornelia Huck2007-02-071-2/+9
| * | driver core fixes: make_class_name() retval checksCornelia Huck2007-02-072-13/+25
| * | /sys/modules/*/holdersKay Sievers2007-02-073-7/+48
| * | USB: add the sysfs driver name to all modulesGreg Kroah-Hartman2007-02-072-3/+6
| * | SERIO: add the sysfs driver name to all modulesGreg Kroah-Hartman2007-02-072-2/+9
| * | PCI: add the sysfs driver name to all modulesGreg Kroah-Hartman2007-02-074-8/+12
| * | Modules: only add drivers/ direcory if neededGreg Kroah-Hartman2007-02-072-10/+11
| * | MODULES: add the module name for built in kernel driversKay Sievers2007-02-074-17/+31
| * | driver core: Allow device_move(dev, NULL).Cornelia Huck2007-02-073-36/+52
| * | driver core: Remove device_is_registered() in device_move().Cornelia Huck2007-02-071-4/+0
| * | Network: convert network devices to use struct device instead of class_deviceGreg Kroah-Hartman2007-02-0720-362/+451
| * | Driver core: convert SPI code to use struct deviceGreg Kroah-Hartman2007-02-075-27/+27
| * | Driver core: convert pcmcia code to use struct deviceGreg Kroah-Hartman2007-02-0714-105/+127
| * | Kobject: make kobject apis more robust in handling NULL pointersGreg Kroah-Hartman2007-02-071-0/+19
| |/