summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2012-07-22mmc: atmel-mci: fix incorrect setting of host->data to NULLNicolas Ferre1-1/+1
2012-07-22mmc: sdhci: poll for card even when card is logically unremovableDaniel Drake1-1/+1
2012-07-22mmc: sdhci: Introduce new flag SDHCI_USING_RETUNING_TIMERAaron Lu1-18/+12
2012-07-22mmc: sdio: Change pr_warning to pr_warn_ratelimitedLiu Chuansheng1-1/+1
2012-07-22mmc: core: Simplify and fix for SD switch processingAaron Lu1-72/+22
2012-07-22mmc: sdhci: restore host settings when card is removedAaron Lu1-0/+12
2012-07-22mmc: sdhci: fix incorrect command used in tuningAaron Lu1-1/+7
2012-07-22mmc: sdhci-pci: CaFe has broken card detectionDaniel Drake1-0/+1
2012-07-22mmc: sdhci: Report failure reasons for all cases in sdhci_add_host()Mark Brown1-2/+8
2012-07-22mmc: s3cmci: Convert s3cmci driver to gpiolib APISylwester Nawrocki1-7/+3
2012-07-22mmc: sdhci: Allow caps[1] to be set via SDHCI_QUIRK_MISSING_CAPSPhilip Rakity1-3/+5
2012-07-22mmc: mxs-mmc: enable regulator for mmc slotShawn Guo1-0/+11
2012-07-22Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller10-209/+323
2012-07-22Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds3-12/+15
2012-07-22Merge branch 'vhost-net-next' of git://git.kernel.org/pub/scm/linux/kernel/gi...David S. Miller4-8/+11
2012-07-22wimax: fix printk format warningsRandy Dunlap2-3/+3
2012-07-22net: fix race condition in several drivers when reading statsKevin Groeneveld4-12/+12
2012-07-22Merge branch 'regulator-drivers' into regulator-nextMark Brown205-3287/+6500
2012-07-22Merge branches 'regulator-core', 'regulator-dt' and 'regulator-dummy' into re...Mark Brown424-2186/+5781
2012-07-22Merge branches 'regmap-core', 'regmap-irq' and 'regmap-page' into regmap-nextMark Brown210-1266/+4641
2012-07-22Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-12/+11
2012-07-22Merge branch 'core-iommu-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-78/+116
2012-07-21igb: reset PHY in the link_up process to recover PHY setting after power down.Akeem G. Abodunrin1-1/+2
2012-07-21ixgbe: Use 1TC DCB instead of disabling DCB for MSI and legacy interruptsAlexander Duyck2-7/+17
2012-07-21ixgbe: add support for new 82599 deviceDon Skidmore2-0/+2
2012-07-21ixgbe: remove extra unused queues in DCB + FCoE caseJohn Fastabend1-5/+8
2012-07-21ixgbe: fix RAR entry counting for generic and fdb_add()John Fastabend1-8/+19
2012-07-21ixgbe: Use num_tcs.pg_tcs as upper limit for TC when checking based on UPAlexander Duyck1-4/+8
2012-07-21ixgbe: Reduce Rx header size to what is actually usedAlexander Duyck2-9/+10
2012-07-21ixgbevf: Fix namespace issue with ixgbe_write_eitrGreg Rose2-25/+19
2012-07-21ixgbe: Fix handling of FDIR_HASH flagAlexander Duyck2-24/+46
2012-07-21ixgbevf: Add support for PCI error handlingAlexander Duyck1-0/+80
2012-07-21ixgbevf: Add lock around mailbox ops to prevent simultaneous accessAlexander Duyck2-2/+41
2012-07-21ixgbe: Change how we check for pre-existing and assigned VFsAlexander Duyck4-94/+45
2012-07-21ixgbe: Drop probe_vf and merge functionality into ixgbe_enable_sriovAlexander Duyck3-32/+28
2012-07-22vhost: make vhost work queue visibleStefan Hajnoczi2-3/+5
2012-07-22vhost: Separate vhost-net features from vhost featuresStefan Hajnoczi3-5/+6
2012-07-21Merge tag 'v3.5-rc7' into next/boardsArnd Bergmann91-477/+844
2012-07-21iscsi-target: Drop bogus struct file usage for iSCSI/SCTPAl Viro3-78/+6
2012-07-21mmc: core: correct invalid error checkingAlan Cox1-1/+1
2012-07-21mmc: only support voltage (vdd) that regulator agrees withPhilip Rakity1-0/+17
2012-07-21mmc: sdhci: only set 200mA support for 1.8v if 200mA is availablePhilip Rakity2-12/+13
2012-07-21mmc: sdhci: if MAX_CURRENT is 0, try getting current from regulatorPhilip Rakity2-6/+23
2012-07-21mmc: sh_mmcif: support generic card-detectionGuennadi Liakhovetski1-0/+18
2012-07-21mmc: prohibit card detection when host is not readyGuennadi Liakhovetski2-0/+4
2012-07-21mmc: sh-mmcif: add OF support, make platform data optionalGuennadi Liakhovetski1-9/+20
2012-07-21mmc: sdhi: add OF support, make platform data optionalGuennadi Liakhovetski1-12/+23
2012-07-21mmc: tmio: use generic GPIO CD and WP handlersGuennadi Liakhovetski1-0/+6
2012-07-21mmc: sh_mobile_sdhi: support caps2 flagsGuennadi Liakhovetski1-0/+1
2012-07-21mmc: tmio: support caps2 flagsGuennadi Liakhovetski1-0/+1