summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* USB: usb-storage: add "quirks=" module parameterAlan Stern2009-01-072-0/+142
* oxu210hp-hcd.c: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers2009-01-071-3/+3
* usb: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers2009-01-074-5/+5
* USB: powerpc: Workaround for the PPC440EPX USBH_23 errata [take 3]Vitaly Bordug2009-01-075-3/+112
* USB: fsl_qe_udc: Check for muram allocation errorsAnton Vorontsov2009-01-071-3/+9
* USB: change interface to usb_lock_device_for_reset()Alan Stern2009-01-076-39/+25
* USB: usbtmc: indent & braces disagree, something else is desiredIlpo Järvinen2009-01-071-6/+3
* USB: power availability check for berry_chargeOliver Neukum2009-01-071-0/+5
* USB: Remove restrictions on signal numbers in devio.cPhil Endecott2009-01-071-5/+0
* USB: wusb: annotate association types withe proper endiannessHarvey Harrison2009-01-072-12/+12
* USB: EHCI pci-quirks.c: don't wait so long for BIOS handoffSteven Noonan2009-01-071-1/+1
* USB: straighten out inline code in sysfs.cAlan Stern2009-01-071-26/+9
* USB: avoid needless address-taking of function parametersHarvey Harrison2009-01-074-13/+13
* USB: protect hcd.h from multiple inclusionsAnton Vorontsov2009-01-071-0/+4
* usb host: Oxford OXU210HP HCD driver.Rodolfo Giometti2009-01-075-0/+4453
* USB: Avoid 20ms delay in EHCI resumeVikram Pandita2009-01-071-3/+15
* USB: use pci_ioremap_bar() in drivers/usbArjan van de Ven2009-01-071-6/+6
* USB: clean up redundant tests on unsignedroel kluin2009-01-072-8/+2
* USB: storage: unusual_devs.h additions for Macpower MasterBoxSergey Ovcharenko2009-01-071-0/+7
* USB: storage: recognizing and enabling Nokia 5200 cell phoesPaulo Afonso Graner Fessel2009-01-071-0/+7
* USB: storage: extend unusual range for 067b:3507Oliver Neukum2009-01-071-1/+1
* USB: another unusual_devs entry for another bad Argosy storage deviceNguyen Anh Quynh2009-01-071-0/+7
* USB: unusual_devs.h additions for Pentax K10DDaniel Drake2009-01-071-0/+7
* Fix up 64-bit byte swaps for most 32-bit architecturesLinus Torvalds2009-01-061-1/+1
* byteorder: remove the now unused byteorder.hHarvey Harrison2009-01-062-373/+0
* mn10300: introduce asm/swab.hHarvey Harrison2009-01-063-40/+44
* frv: introduce asm/swab.hHarvey Harrison2009-01-063-7/+12
* m32r: introduce asm/swab.hHarvey Harrison2009-01-063-6/+12
* m68knommu: introduce asm/swab.hHarvey Harrison2009-01-063-21/+27
* h8300: introduce asm/swab.hHarvey Harrison2009-01-063-7/+12
* ia64: introduce asm/swab.hHarvey Harrison2009-01-063-36/+36
* blackfin: introduce asm/swab.hHarvey Harrison2009-01-063-42/+50
* arm: introduce asm/swab.hHarvey Harrison2009-01-063-32/+52
* alpha: introduce asm/swab.hHarvey Harrison2009-01-063-41/+44
* m68k: introduce asm/swab.hHarvey Harrison2009-01-063-14/+19
* x86: introduce asm/swab.hHarvey Harrison2009-01-063-60/+64
* sparc: introduce asm/swab.hHarvey Harrison2009-01-063-44/+48
* sh: introduce asm/swab.hHarvey Harrison2009-01-063-59/+64
* s390: introduce asm/swab.hHarvey Harrison2009-01-063-90/+94
* powerpc: introduce asm/swab.hHarvey Harrison2009-01-063-81/+93
* mips: introduce asm/swab.hHarvey Harrison2009-01-063-49/+59
* avr32: introduce asm/swab.hHarvey Harrison2009-01-063-29/+38
* byteorder: only use linux/swab.hHarvey Harrison2009-01-066-388/+27
* Merge branch 'drm-next' of git://git.kernel.org/pub/scm/linux/kernel/git/airl...Linus Torvalds2009-01-0610-39/+397
|\
| * drm: fix ordering of driver unload vs agp unload.Dave Airlie2009-01-071-3/+3
| * drm/i915: Respect the other stolen memory sizes we know of.Eric Anholt2009-01-072-14/+40
| * drm/i915: Non-mobile parts don't have integrated TV-out.Eric Anholt2009-01-071-1/+1
| * drm/i915: Add support for integrated HDMI on G4X hardware.Eric Anholt2009-01-077-7/+322
| * drm/i915: Pin cursor bo and unpin old bo when setting cursor.Kristian Høgsberg2009-01-072-8/+22
| * drm/i915: Don't allow objects to get bound while VT switched.Eric Anholt2009-01-071-6/+9