summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'pdc' into releaseLen Brown2009-12-242-23/+80
|\
| * ACPI: processor: change acpi_processor_set_pdc() interfaceAlex Chiang2009-12-222-16/+4
| * ACPI: processor: open code acpi_processor_cleanup_pdcAlex Chiang2009-12-221-11/+4
| * ACPI: processor: change acpi_processor_eval_pdc interfaceAlex Chiang2009-12-221-8/+4
| * ACPI: processor: introduce acpi_processor_alloc_pdc()Alex Chiang2009-12-221-9/+13
| * ACPI: processor: unify arch_acpi_processor_cleanup_pdcAlex Chiang2009-12-221-1/+20
| * ACPI: processor: finish unifying arch_acpi_processor_init_pdc()Alex Chiang2009-12-221-3/+3
| * ACPI: processor: factor out common _PDC settingsAlex Chiang2009-12-221-0/+11
| * ACPI: processor: unify arch_acpi_processor_init_pdcAlex Chiang2009-12-221-1/+44
| * ACPI: processor: introduce arch_has_acpi_pdcAlex Chiang2009-12-221-0/+3
| |
| \
| \
| \
*---. | Merge branches 'bugzilla-14446', 'bugzilla-14753' and 'bugzilla-14824' into r...Len Brown2009-12-247-71/+134
|\ \ \|
| | | * ACPI: processor: call _PDC earlyAlex Chiang2009-12-225-69/+112
| | * | ACPI: disable _OSI(Windows 2009) on Asus K50IJZhang Rui2009-12-221-0/+14
| * | | ACPI: EC: Fix MSI DMI detectionAlexey Starikovskiy2009-12-221-2/+8
| |/ /
* | | Merge branch 'osc' into releaseLen Brown2009-12-241-8/+18
|\ \ \
| * | | ACPI: fix OSC regression that caused aer and pciehp not to loadShaohua Li2009-12-231-8/+18
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds2009-12-2325-1062/+1200
|\ \ \ \
| * | | | USB: Fix a bug on appledisplay.c regarding signednesspancho horrillo2009-12-231-2/+2
| * | | | USB: option: support hi speed for modem Haier CE100Donny Kurnia2009-12-231-0/+5
| * | | | USB: audio gadget: free alsa devices when unloadingCliff Cai2009-12-234-5/+12
| * | | | USB: audio gadget: fix wTotalLength calculationCliff Cai2009-12-231-1/+4
| * | | | usb: otg: isp1301_omap: fix compile errorFelipe Balbi2009-12-231-2/+2
| * | | | USB: musb: workaround Blackfin FIFO anomaliesBryan Wu2009-12-232-45/+91
| * | | | USB: musb: Fix array index out of bounds issueMaulik Mankad2009-12-231-1/+1
| * | | | USB: musb: Fix null pointer dereference issueMaulik Mankad2009-12-231-0/+2
| * | | | USB: musb: correct DMA address for txCliff Cai2009-12-231-1/+1
| * | | | USB: musb: gadget_ep0: avoid SetupEnd interruptSergei Shtylyov2009-12-231-4/+10
| * | | | USB: musb: fix for crash in DM646x USB when (CPPI)DMA is enabledSwaminathan S2009-12-231-0/+6
| * | | | USB: musb: do not work if no gadget driver is loadedFelipe Balbi2009-12-231-0/+8
| * | | | USB: musb: gadget: set otg tranceiver to idle when registering gadgetArnaud Mandy2009-12-231-0/+1
| * | | | USB: musb: Populate the VBUS GPIO with the correct GPIO numberSwaminathan S2009-12-231-1/+1
| * | | | USB: musb: fix compiling warning with min() macroCliff Cai2009-12-231-1/+1
| * | | | USB: musb: move musb_remove to __exitFelipe Balbi2009-12-231-2/+2
| * | | | USB: musb_gadget: fix kernel oops in txstate()Sergei Shtylyov2009-12-231-3/+3
| * | | | USB: ftdi_sio: sort PID/VID entries in new ftdi_sio_ids.h headerAndreas Mohr2009-12-231-603/+630
| * | | | USB: ftdi_sio: isolate all device IDs to new ftdi_sio_ids.h headerAndreas Mohr2009-12-233-955/+964
| * | | | USB core: fix recent kernel-doc warningsRandy Dunlap2009-12-232-4/+6
| * | | | USB: add device ID for Apple Cinema Display 23in 2007pancho horrillo2009-12-231-0/+1
| * | | | USB: fix section mismatch in early ehci dbgpJan Beulich2009-12-231-1/+1
| * | | | USB: emi62: fix crash when trying to load EMI 6|2 firmwareClemens Ladisch2009-12-231-1/+1
| * | | | USB: serial: Extra device/vendor ID for mos7840 driverBlaise Gassend2009-12-231-2/+5
| * | | | USB: Fix double-linking of drivers/usb/otg when ULPI is selectedBill Gatliff2009-12-231-2/+0
| * | | | USB: gadget: Use ERR_PTR/IS_ERRJulia Lawall2009-12-231-3/+5
| * | | | USB: fix bugs in usb_(de)authorize_deviceAlan Stern2009-12-232-13/+25
| * | | | USB: rename usb_configure_deviceAlan Stern2009-12-231-13/+13
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds2009-12-235-17/+25
|\ \ \ \ \
| * | | | | devtmpfs: unlock mutex in case of string allocation errorKay Sievers2009-12-231-2/+5
| * | | | | Driver core: export platform_device_register_data as a GPL symbolMichael Hennerich2009-12-231-0/+1
| * | | | | driver core: Prevent reference to freed memory on error pathPhil Carmody2009-12-231-1/+1
| * | | | | Driver-core: Fix bogus 0 error return in device_add()Thomas Gleixner2009-12-231-1/+3