summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* block, sx8: fix pointer math issue getting fw versionDan Carpenter2012-03-031-1/+1
* drivers/block/DAC960: fix -Wuninitialized warningDanny Kukawka2012-03-021-1/+2
* drivers/block/DAC960: fix DAC960_V2_IOCTL_Opcode_T -Wenum-compare warningDanny Kukawka2012-03-021-7/+8
* block: Fix setting bio flags in drivers (sd_dif/floppy)Muthukumar R2012-03-022-2/+2
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...Linus Torvalds2012-02-142-1/+3
|\
| * regulator: Fix getting voltage in max8649_enable_time()Axel Lin2012-02-101-1/+1
| * regulator: Fix mc13xxx regulator modular build (again)David Miller2012-02-091-0/+2
* | Merge tag 'mmc-fixes-for-3.3-rc4' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2012-02-1417-131/+241
|\ \
| * | mmc: dw_mmc: Fix PIO mode with support of highmemSeungwon Jeon2012-02-131-69/+75
| * | mmc: atmel-mci: save and restore sdioirq when soft reset is performedLudovic Desroches2012-02-131-0/+3
| * | mmc: block: Init ro_lock sysfs attr to fix lockdep warningsRabin Vincent2012-02-131-0/+1
| * | mmc: sh_mmcif: fix late delayed work initialisationGuennadi Liakhovetski2012-02-131-7/+9
| * | mmc: tmio_mmc: fix card eject during IO with DMAGuennadi Liakhovetski2012-02-133-2/+23
| * | mmc: core: Fix comparison issue in mmc_compare_ext_csdsJurgen Heeks2012-02-131-2/+2
| * | mmc: core: Fix PowerOff Notify suspend/resumeGirish K S2012-02-132-12/+31
| * | mmc: sdhci-pci: set Medfield SDIO as non-removableAdrian Hunter2012-02-131-1/+1
| * | mmc: core: add the capability for broken voltageJaehoon Chung2012-02-131-0/+4
| * | mmc: core: Fix low speed mmc card detection failureGirish K S2012-02-131-2/+3
| * | mmc: esdhc: set the timeout to the max valueJerry Huang2012-02-131-0/+5
| * | mmc: esdhc: add PIO mode supportJerry Huang2012-02-131-1/+4
| * | mmc: core: Ensure clocks are always enabled before host interactionSujit Reddy Thumma2012-02-134-30/+42
| * | mmc: of_mmc_spi: fix little endian supportJean-Christophe PLAGNIOL-VILLARD2012-02-131-2/+2
| * | mmc: core: UHS sdio card that fails should not exceed 50MHzPhilip Rakity2012-02-131-3/+4
| * | mmc: esdhc: fix errors when booting kernel on Freescale eSDHC version 2.3Roy Zang2012-02-121-0/+32
* | | Merge tag 'stable/for-linus-fixes-3.3-rc3' of git://git.kernel.org/pub/scm/li...Linus Torvalds2012-02-145-12/+18
|\ \ \
| * | | xenbus_dev: add missing error check to watch handlingJan Beulich2012-02-031-0/+4
| * | | xen/pci[front|back]: Use %d instead of %1x for displaying PCI devfn.Konrad Rzeszutek Wilk2012-02-033-11/+12
| * | | xen/bootup: During bootup suppress XENBUS: Unable to read cpu stateKonrad Rzeszutek Wilk2012-02-031-1/+2
* | | | Merge tag 'battery-fixes-for-v3.3-rc2' of git://git.infradead.org/users/cbou/...Linus Torvalds2012-02-133-12/+8
|\ \ \ \
| * | | | lp8727_charger: Add terminating entry for i2c_device_id tableAxel Lin2012-02-011-0/+1
| * | | | power_supply: Fix modalias for charger-managerAxel Lin2012-02-011-2/+2
| * | | | bq27x00_battery: Fix flag register readGrazvydas Ignotas2012-02-011-1/+1
| * | | | Revert "bq27x00_battery: Fix reporting status value for bq27500 battery"Anton Vorontsov2012-02-011-9/+4
* | | | | Merge branch 'omap-fixes-warnings' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds2012-02-131-10/+10
|\ \ \ \ \
| * | | | | ARM: omap: fix section mismatch errors in TWL PMIC driverRussell King2012-02-131-10/+10
| | |_|_|/ | |/| | |
* | | | | Merge branch 'omap-fixes-urgent' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds2012-02-133-3/+10
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | ARM: omap: fix broken twl-core dependencies and ifdefsRussell King2012-02-092-3/+5
| * | | | ARM: omap: fix oops in drivers/video/omap2/dss/dpi.cRussell King2012-02-091-0/+5
| |/ / /
* | | | Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2012-02-115-37/+40
|\ \ \ \
| * | | | loop: zero fill bio instead of return -EIO for partial readDave Young2012-02-081-11/+13
| * | | | floppy: Fix a crash during rmmodVivek Goyal2012-02-081-0/+9
| * | | | floppy: Cleanup disk->queue before caling put_disk() if add_disk() was never ...Vivek Goyal2012-02-081-1/+7
| * | | | cdrom: move shared static to cdrom_device_infoPaolo Bonzini2012-02-081-7/+5
| * | | | mtip32xx: removed the irrelevant argument of mtip_hw_submit_io() and the unus...Asai Thambi S P2012-02-072-11/+5
| * | | | cdrom: use copy_to_user() without the underscoresDan Carpenter2012-02-061-7/+1
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2012-02-1092-327/+386
|\ \ \ \ \
| * | | | | bna: fix error handling of bnad_get_flash_partition_by_offset()Dan Carpenter2012-02-091-6/+4
| * | | | | isdn: type bug in isdn_net_header()Dan Carpenter2012-02-091-1/+1
| * | | | | ixgbe: ethtool: stats user buffer overrunJohn Fastabend2012-02-091-37/+51
| * | | | | ixgbe: dcb: up2tc mapping lost on disable/enable CEE DCB stateJohn Fastabend2012-02-091-2/+9