summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | Merge branch 'i2c-for-2630-rc5' of git://aeryn.fluff.org.uk/bjdooks/linuxLinus Torvalds2009-05-124-26/+32
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | i2c-cpm: Pass dev ptr to dma_*_coherent rather than NULLMark Ware2009-05-121-8/+8
| | * | | | | | | | | i2c: Enable i2c-s3c2410 for S3C64XX tooMark Brown2009-05-121-1/+1
| | * | | | | | | | | i2c-mpc: bug fix for MPC52xx clock setting and printoutWolfgang Grandegger2009-05-121-14/+20
| | * | | | | | | | | i2c-pxa.c: timeouts off by 1Roel Kluin2009-05-031-3/+3
| | | |_|_|_|_|_|/ / | | |/| | | | | | |
| * | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2009-05-124-4/+27
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | Input: tsc2007 - fix locking in hrtimer handlerThierry Reding2009-05-111-2/+3
| | * | | | | | | | | Input: atkbd - add force release keys quirk for Amilo Xi 3650Adrian Batzill2009-05-111-0/+16
| | * | | | | | | | | Input: ff-memless - fix signed to unsigned bit overflowJussi Kivilinna2009-05-071-1/+1
| | * | | | | | | | | Input: joydev - blacklist digitizersTim Cole2009-05-071-1/+7
| * | | | | | | | | | Remove unreached code in drivers/net/mlx4/en_rx.cDan Carpenter2009-05-121-1/+0
| * | | | | | | | | | Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2009-05-116-15/+120
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | ata_piix: The Sony TZ90 needs the cable type hardcodingAlan Cox2009-05-111-0/+1
| | * | | | | | | | | | ata_piix: ICH7 does not support correct MWDMA timingsAlan Cox2009-05-111-3/+14
| | * | | | | | | | | | Avoid world-writable sysfs files in libata driver.Vitaly Mayatskikh2009-05-111-2/+2
| | * | | | | | | | | | libata: fix suspend/resume for ATA SEMB devicesBorislav Petkov2009-05-111-1/+3
| | * | | | | | | | | | libata: clear ering on resumeTejun Heo2009-05-111-0/+13
| | * | | | | | | | | | pata_pdc202xx_old: fix UDMA33 handlingBartlomiej Zolnierkiewicz2009-05-111-3/+3
| | * | | | | | | | | | sata_mv: use new sata phy register settings for new devicesMartin Michlmayr2009-05-111-2/+67
| | * | | | | | | | | | libata: fix attach error handlingTejun Heo2009-05-111-4/+17
| * | | | | | | | | | | intel-iommu: PAE memory corruption fixDavid Woodhouse2009-05-111-4/+9
| |/ / / / / / / / / /
| * | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging-2.6Linus Torvalds2009-05-105-42/+17
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | Staging: comedi: David doesn't want to get comedi patchesGreg Kroah-Hartman2009-05-081-1/+0
| | * | | | | | | | | | Staging: rtl8187se: Fix compilation warnings and procfs directory leakLarry Finger2009-05-082-39/+9
| | * | | | | | | | | | Staging: rt2870: new device idDave Hayes2009-05-081-0/+1
| | * | | | | | | | | | Staging: w35und: unregister device from the ieee80211 stack upon ->disconnect()Pekka Enberg2009-05-081-2/+7
| * | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds2009-05-106-11/+38
| |\ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | usb-serial: ftdi_sio: fix reference counting of ftdi_privateAlan Stern2009-05-081-4/+14
| | * | | | | | | | | | | USB: unusual_devs: extend nokia 6288 bcd rangePhil Dibowitz2009-05-081-2/+3
| | * | | | | | | | | | | USB: Gadget: fix UTF conversion in the usbstring libraryAlan Stern2009-05-081-3/+3
| | * | | | | | | | | | | USB: Fix makefile so that CONFIG_WDM and CONFIG_TMC work.Andy Lutomirski2009-05-081-0/+2
| | * | | | | | | | | | | USB: ftdi_sio: add vendor/product id for the Marvell SheevaPlugNicolas Pitre2009-05-082-0/+8
| | * | | | | | | | | | | USB: cxacru: Fix negative dB outputSimon Arlott2009-05-081-2/+8
| | |/ / / / / / / / / /
| * | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds2009-05-101-19/+3
| |\ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | Revert driver core: move platform_data into platform_deviceGreg Kroah-Hartman2009-05-081-3/+0
| | * | | | | | | | | | | Revert driver core: fix passing platform_dataMing Lei2009-05-081-14/+1
| | * | | | | | | | | | | Driver core: platform: fix kernel-doc warningsRandy Dunlap2009-05-081-3/+3
| | |/ / / / / / / / / /
| * | | | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2009-05-104-16/+20
| |\ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | Fix the race between capifs remount and node creationAl Viro2009-05-091-2/+8
| | * | | | | | | | | | | Fix races around the access to ->s_optionsAl Viro2009-05-091-2/+1
| | * | | | | | | | | | | Reduce path_lookup() abusesAl Viro2009-05-091-10/+10
| | * | | | | | | | | | | Fix deadlock in ipathfs ->get_sb()Al Viro2009-05-091-1/+1
| | * | | | | | | | | | | Convert obvious places to deactivate_locked_super()Al Viro2009-05-091-2/+1
| | |/ / / / / / / / / /
| * | | | | | | | | | | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds2009-05-1014-41/+76
| |\ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | V4L/DVB (11680): cafe_ccic: use = instead of == for setting a value at a varMauro Carvalho Chehab2009-05-091-1/+1
| | * | | | | | | | | | | V4L/DVB (11679): cafe_ccic: fix sensor detectionHans Verkuil2009-05-091-0/+1
| | * | | | | | | | | | | V4L/DVB (11675): ivtv/radio: fix V4L2_TUNER_MODE/V4L2_TUNER_SUB confusionHans Verkuil2009-05-093-4/+4
| | * | | | | | | | | | | V4L/DVB (11674): ivtv: fix incorrect bit testsHans Verkuil2009-05-094-5/+8
| | * | | | | | | | | | | V4L/DVB (11669): uvc: fix compile warningHans Verkuil2009-05-091-3/+6
| | * | | | | | | | | | | V4L/DVB (11668): ivtv: fix compiler warning.Hans Verkuil2009-05-091-3/+6
OpenPOWER on IntegriCloud