summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2013-08-25mmc: tmio-mmc: Remove .set_pwr() callback from platform dataLaurent Pinchart2-8/+0
2013-08-25mmc: tmio-mmc: Remove .get_cd() callback from platform dataLaurent Pinchart1-15/+1
2013-08-25mmc: sh_mobile_sdhi: Remove .set_pwr() callback from platform dataLaurent Pinchart1-9/+0
2013-08-25mmc: sh_mobile_sdhi: Remove .get_cd() callback from platform dataLaurent Pinchart1-9/+0
2013-08-25mmc: sh_mmcif: Remove .set_pwr() callback from platform dataLaurent Pinchart1-3/+0
2013-08-25mmc: mmc_spi: Remove platform data .get_cd() and .get_ro() callbacksLaurent Pinchart1-22/+2
2013-08-25mmc: mmc_spi: Support CD/RO GPIOsLaurent Pinchart2-43/+36
2013-08-25mmc: slot-gpio: Add debouncing capability to mmc_gpio_request_cd()Laurent Pinchart9-9/+23
2013-08-25mmc: dw_mmc-pltfm: include 'dw_mmc-pltfm.h'Jingoo Han1-0/+1
2013-08-25mmc: tmio_mmc_dma: fix PIO fallback on SDHISergei Shtylyov1-2/+2
2013-08-25mmc: dw_mmc: add missing MFD_SYSCON dependency for SOCFPGAJingoo Han1-1/+1
2013-08-25mmc: core: Set data timeout for mmc bus test commands (CMD14 and CMD19).Minjian Wu1-0/+1
2013-08-25mmc: fix null pointer use in mmc_blk_remove_reqFranck Jullien1-1/+1
2013-08-25mmc: mmc_test: replace strict_strtol() with kstrtol_from_user()Jingoo Han1-10/+4
2013-08-25mmc: atmel-mci: prepare clk before calling enableBoris BREZILLON1-7/+27
2013-08-25mmc: sd: fix the maximum au_size for SD3.0Jaehoon Chung1-2/+5
2013-08-25mmc: core: free mmc_card if cmd 3,9,7 fails in mmc_sd_init_cardWei WANG1-3/+3
2013-08-25mmc: host: Remove a duplicate line in MakefileWei WANG1-2/+0
2013-08-25mmc: omap_hsmmc: fix dependency on indirect header inclusionFelipe Balbi1-0/+1
2013-08-25mmc: dw_mmc: Handle DW_MCI_QUIRK_IDMAC_DTO properlyDoug Anderson1-11/+10
2013-08-25mmc: block: fix a bug of error handling in MMC driverKOBAYASHI Yoshitake1-3/+42
2013-08-25mmc: sdhci: request irq after sdhci_init() is calledShawn Guo1-2/+2
2013-08-25mmc: mxs-mmc: Check the return value from stmp_reset_block()Fabio Estevam1-3/+11
2013-08-25mmc: mxs-mmc: Use devm_clk_get()Fabio Estevam1-5/+3
2013-08-25mmc: jz4740: fix return value check in jz4740_mmc_probe()Wei Yongjun1-3/+2
2013-08-25mmc: vub300: Staticize vub300_init_cardSachin Kamat1-1/+1
2013-08-25mmc: sdhci-bcm2835: Staticize bcm2835_sdhci_get_min_clockSachin Kamat1-1/+1
2013-07-23mmc: tmio: fix compiler warningGuennadi Liakhovetski1-1/+5
2013-07-10Merge tag 'mmc-updates-for-3.11-rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds63-780/+1726
2013-07-10Merge tag 'for-3.11-rc1' of git://gitorious.org/linux-pwm/linux-pwmLinus Torvalds15-14/+1198
2013-07-10Merge tag 'for-v3.11' of git://git.infradead.org/battery-2.6Linus Torvalds21-124/+191
2013-07-10Merge tag 'mfd-3.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo...Linus Torvalds71-892/+4383
2013-07-10Merge branch 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-5/+4
2013-07-10Merge tag 'regulator-v3.11-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+6
2013-07-10Merge tag 'firewire-updates' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds5-63/+76
2013-07-10Merge branch 'next' of git://git.monstr.eu/linux-2.6-microblazeLinus Torvalds1-2/+2
2013-07-10Merge branch 'parisc-for-3.11' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+56
2013-07-10xilinx systemace: Fix sparse warningsMichal Simek1-2/+2
2013-07-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds669-11744/+60251
2013-07-10Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds427-20078/+82641
2013-07-10Merge tag 'fbdev-for-3.11' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds89-1168/+8178
2013-07-10Merge branch 'akpm' (updates from Andrew Morton)Linus Torvalds8-89/+60
2013-07-10parisc: fix LMMIO mismatch between PAT length and MASK registerHelge Deller1-0/+56
2013-07-09drivers/net: caif: fix wrong rtnl_is_locked() usageKonstantin Khlebnikov1-22/+39
2013-07-09drivers/net: enic: release rtnl_lock on error-pathKonstantin Khlebnikov1-0/+2
2013-07-09vhost-net: fix use-after-free in vhost_net_flushMichael S. Tsirkin1-2/+7
2013-07-09net: mv643xx_eth: do not use port number as platform device idJonas Gorski1-2/+11
2013-07-09virtio_net: fix race in RX VQ processingMichael S. Tsirkin1-2/+3
2013-07-09virtio: support unlocked queue pollMichael S. Tsirkin1-12/+44
2013-07-09net/cadence/macb: fix bug/typo in extracting gem_irq_read_clear bitJongsung Kim1-1/+1