summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2012-09-27staging: comedi: jr3_pci: fix iomem dereferenceIan Abbott1-1/+1
2012-09-27USB: Fix race condition when removing host controllersAlan Stern2-5/+3
2012-09-27USB: ohci-at91: fix null pointer in ohci_hcd_at91_overcurrent_irqJoachim Eastwood1-1/+2
2012-09-27Merge branch 'drm-nouveau-fixes' of git://anongit.freedesktop.org/git/nouveau...Dave Airlie2-2/+4
2012-09-27md/raid10: fix "enough" function for detecting if array is failed.NeilBrown1-3/+5
2012-09-27drm/nvc0/fifo: ignore bits in PFIFO_INTR that aren't set in PFIFO_INTR_ENBen Skeggs2-2/+4
2012-09-27dm verity: fix overflow checkMikulas Patocka1-4/+4
2012-09-27dm thin: fix discard support for data devicesMike Snitzer1-30/+57
2012-09-27dm thin: tidy discard supportMike Snitzer1-25/+39
2012-09-27dm: retain table limits when swapping to new table with no devicesMike Snitzer3-1/+50
2012-09-27dm table: clear add_random unless all devices have it setMilan Broz1-4/+22
2012-09-27dm: handle requests beyond end of device instead of using BUG_ONMike Snitzer1-18/+38
2012-09-27dm mpath: only retry ioctl when no paths if queue_if_no_path setMike Snitzer1-4/+7
2012-09-27dm thin: do not set discard_zeroes_dataMike Snitzer1-1/+1
2012-09-27staging: comedi: drivers: use comedi_fc.h cmdtest helpersH Hartley Sweeten46-1997/+766
2012-09-27drivers/misc/lis3lv02d/lis3lv02d_i2c.c: add lis3lv02d device tree initAnilKumar Ch1-0/+23
2012-09-27drivers/misc/lis3lv02d/lis3lv02d_spi.c: add lis3lv02d device tree initAnilKumar Ch1-2/+6
2012-09-27drivers/misc/lis3lv02d: remove lis3lv02d driver DT initAnilKumar Ch2-6/+3
2012-09-27drivers/misc/lis3lv02d/lis3lv02d_spi.c: add DT matching table passthru codeDaniel Mack1-0/+17
2012-09-27drivers/misc/lis3lv02d: add generic DT matching codeDaniel Mack2-0/+157
2012-09-27memory: tegra{20,30}-mc: Fix reading incorrect register in mc_readl()Axel Lin2-22/+10
2012-09-27Staging: winbond: usb_free_urb(NULL) is safeHarsh Kumar1-5/+2
2012-09-27Staging: winbond: checkpatch cleanupHarsh Kumar1-3/+3
2012-09-27Staging: winbond: Removed undesired spaces, lines and tabsHarsh Kumar1-32/+30
2012-09-27Staging: winbond: Typo corrections in commentsHarsh Kumar1-4/+4
2012-09-27Staging: winbond: Changed c99 comments to c89 commentsHarsh Kumar1-45/+44
2012-09-27memory: emif: Add ifdef CONFIG_DEBUG_FS guard for emif_debugfs_[init|exit]Axel Lin1-6/+17
2012-09-27lis3lv02d: fix some comments specific to lis331dlh driverAnilKumar Ch3-8/+9
2012-09-27MISC: hpilo, remove pci_disable_deviceJiri Slaby1-2/+9
2012-09-27pcmcia: synclink_cs: fix potential tty NULL dereferenceAlexey Khoroshilov1-7/+13
2012-09-27drivers/char/mmtimer.c: Remove useless kfreePeter Senna Tschudin1-2/+1
2012-09-27drivers/char: removes unnecessary semicolonPeter Senna Tschudin2-3/+3
2012-09-27staging: r8712u: Do not queue cloned skbLarry Finger1-1/+4
2012-09-26staging: comedi: ni_mio_common: always lock in ni_ai_poll()Ian Abbott1-5/+3
2012-09-26staging: comedi: s626: add FIXME commentIan Abbott1-0/+3
2012-09-26staging: comedi: s626: don't dereference insn->dataIan Abbott1-1/+1
2012-09-26staging: comedi: s526: fix if() check in s526_gpct_winsn()H Hartley Sweeten1-1/+1
2012-09-26staging: comedi: s626: cleanup comments in s626_initialize()H Hartley Sweeten1-81/+88
2012-09-26staging: comedi: s626: remove clear of kzalloc'ed dataH Hartley Sweeten1-6/+0
2012-09-26staging: comedi: s626: remove 'WDInterval' from private dataH Hartley Sweeten1-7/+0
2012-09-26staging: comedi: s626: remove 'ChargeEnabled' from private dataH Hartley Sweeten1-7/+0
2012-09-26staging: comedi: s626: remove 'IsBoardRevA' commentH Hartley Sweeten1-23/+2
2012-09-26staging: comedi: s626: #if 0 out the "SAA7146 BUG WORKAROUND"H Hartley Sweeten1-36/+42
2012-09-26staging: comedi: s626: remove 'allocatedBuf' from private dataH Hartley Sweeten1-205/+194
2012-09-26staging: comedi: s626: add final attach messageH Hartley Sweeten1-1/+3
2012-09-26staging: comedi: s626: remove unneeded clear of private dataH Hartley Sweeten1-3/+0
2012-09-26staging: comedi: s626: factor out the board init codeH Hartley Sweeten1-120/+126
2012-09-26staging: comedi: s626: cleanup request_irq in s626_attach_pci()H Hartley Sweeten1-15/+8
2012-09-26staging: comedi: s626: factor out the dma buffer allocationH Hartley Sweeten1-27/+30
2012-09-26staging: comedi: s626: remove unnecessary checks of 'devpriv->base_addr'H Hartley Sweeten1-27/+24