summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
...
| * | usb_storage: make Kconfig note visible in the consoleBorislav Petkov2009-03-241-2/+2
| * | USB: serial: opticon: add serial line ioctlsGreg Kroah-Hartman2009-03-241-1/+64
| * | USB: serial: opticon: add write supportGreg Kroah-Hartman2009-03-241-2/+122
| * | USB: otg: adding nop usb transceiverAjay Kumar Gupta2009-03-243-0/+189
| * | USB: ftdi_sio: remove pointless syslog spewDavid Brownell2009-03-241-9/+2
| * | USB: add missing KERN_* constants to printksFrank Seidel2009-03-246-39/+59
| * | USB: serial: use generic method if no alternative is provided in usb serial l...Oliver Neukum2009-03-241-2/+5
| * | USB: serial: export symbol of usb_serial_generic_resumeOliver Neukum2009-03-241-0/+1
| * | USB: serial generic resume function fixOliver Neukum2009-03-241-8/+0
| * | USB: serial: introduce a flag into the usb serial layer to tell drivers that ...Oliver Neukum2009-03-241-0/+4
| * | USB: count reaches -1, tested 0Roel Kluin2009-03-241-1/+1
| * | USB: suspend/resume for opticon driverOliver Neukum2009-03-241-0/+26
| * | USB: suspend/resume support for option driverOliver Neukum2009-03-241-6/+80
| * | USB: imx_udc: Fix IMX UDC gadget general irq handlingDarius Augulis2009-03-242-65/+94
| * | USB: imx_udc: Fix IMX UDC gadget ep0 irq handlingDarius Augulis2009-03-241-6/+6
| * | USB: imx_udc: Fix IMX UDC gadget code styleDarius Augulis2009-03-242-36/+69
| * | USB: imx_udc: Fix IMX UDC gadget bugsDarius Augulis2009-03-242-15/+20
| * | USB: usb-serial ch341: support for DTR/RTS/CTSWerner Cornelius2009-03-241-72/+302
| * | USB: gadget: remove duplicated #includeHuang Weiyi2009-03-241-1/+0
| * | USB: drivers: use USB API functions rather than constantsJulia Lawall2009-03-245-18/+16
| * | USB: Remove redundant test in pxa27x_udc and ftdi_sioJulia Lawall2009-03-242-10/+8
| * | USB: ub: use USB API functions rather than constantsJulia Lawall2009-03-241-5/+4
| * | USB: pxa27x_udc: add vbus_draw callbackRobert Jarzmik2009-03-241-1/+23
| * | USB: pxa27x_udc: add otg transceiver supportRobert Jarzmik2009-03-243-1/+22
| * | USB: pxa27x_udc: add vbus session handlingRobert Jarzmik2009-03-242-0/+34
| * | USB: pxa27x_udc: factor pullup code to prepare otg transceiverRobert Jarzmik2009-03-242-8/+138
| * | USB: gpio_vbus: add delayed vbus_session callsRobert Jarzmik2009-03-241-11/+31
| * | usblp: continuously poll for statusPete Zaitcev2009-03-241-4/+7
| * | USB: usb-storage: increase max_sectors for tape drivesAlan Stern2009-03-241-0/+6
| * | USB: gadget: fix rndis regressionDavid Brownell2009-03-241-1/+1
| * | USB: add quirk to avoid config and interface stringsAlan Stern2009-03-243-2/+9
| |/
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds2009-03-26113-530/+1052
|\ \
| * | sysfs: only allow one scheduled removal callback per kobjAlex Chiang2009-03-241-2/+3
| * | Driver core: Fix device_move() vs. dpm list ordering, v2Cornelia Huck2009-03-244-5/+75
| * | Driver core: some cleanup on drivers/base/sys.cZhenwen Xu2009-03-241-27/+27
| * | Driver core: implement uevent suppress in kobjectMing Lei2009-03-247-12/+10
| * | vcs: hook sysfs devices into object lifetime instead of "binding"Kay Sievers2009-03-242-10/+11
| * | driver core: fix passing platform_dataMing Lei2009-03-241-1/+14
| * | driver core: move platform_data into platform_deviceMing Lei2009-03-241-0/+3
| * | driver core: move knode_bus into private structureGreg Kroah-Hartman2009-03-242-13/+31
| * | driver core: move knode_driver into private structureGreg Kroah-Hartman2009-03-243-8/+22
| * | driver core: move klist_children into private structureGreg Kroah-Hartman2009-03-242-14/+31
| * | driver core: create a private portion of struct deviceGreg Kroah-Hartman2009-03-242-0/+21
| * | driver core: remove polling for driver_probe_done(v5)Ming Lei2009-03-241-6/+2
| * | driver-core: do not register a driver with bus_type not registeredDave Young2009-03-242-0/+4
| * | scsi/m68k: Kill NCR_700_detect() warningsGeert Uytterhoeven2009-03-243-3/+6
| * | platform driver: fix incorrect use of 'platform_bus_type' with 'struct device...Ming Lei2009-03-2420-236/+358
| * | UIO: Take offset into account when determining number of pages that can be ma...Ian Abbott2009-03-241-1/+2
| * | uio: add the uio_aec driverBrandon Philips2009-03-243-0/+194
| * | UIO: Add name attributes for mappings and port regionsHans J. Koch2009-03-241-0/+22