index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
mmc
Age
Commit message (
Expand
)
Author
Files
Lines
2012-03-27
ARM: OMAP: hsmmc: add max_freq field
Daniel Mack
1
-2
/
+6
2012-03-27
mmc: atmel-mci: fix typo
Ludovic Desroches
1
-1
/
+1
2012-03-27
mxs-dma : rewrite the last parameter of mxs_dma_prep_slave_sg()
Huang Shijie
1
-5
/
+5
2012-03-27
mxs-dma : move the mxs dma.h to a more common place
Huang Shijie
1
-1
/
+1
2012-03-25
mmc: dw_mmc: shift with slot-id for CLKENA register
Jaehoon Chung
1
-2
/
+2
2012-03-25
mmc: esdhc: Workaround for data crc error on p1010rdb
Jerry Huang
1
-2
/
+17
2012-03-25
mmc: core: add a debug message for SET_BLOCK_COUNT
Jaehoon Chung
1
-0
/
+6
2012-03-25
mmc: dw_mmc: Add support for pre_req and post_req
Seungwon Jeon
1
-27
/
+102
2012-03-25
mmc: sdhci-tegra: Explicitly support Tegra30
Stephen Warren
1
-13
/
+87
2012-03-25
mmc: esdhc: Implement power management for ESDHC
Jerry Huang
1
-0
/
+18
2012-03-25
mmc: sdhci: Add platform suspend/resume hooks.
Chris Ball
2
-0
/
+8
2012-03-25
mmc: dw_mmc: Override blk_settings with platdata on IDMAC
Jaehoon Chung
1
-8
/
+8
2012-03-25
mmc: Support of PCI mode in the dw_mmc driver
Shashidhar Hiremath
6
-102
/
+379
2012-03-25
mmc: dw_mmc: add support for eMMC Power Off Notify feature
Jaehoon Chung
1
-0
/
+5
2012-03-25
mmc: MMC-4.5 Data Tag Support
Saugata Das
2
-5
/
+30
2012-03-24
Merge tag 'module-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux
Linus Torvalds
1
-1
/
+0
2012-03-23
Merge branch 'amba' of git://git.linaro.org/people/rmk/linux-arm
Linus Torvalds
2
-68
/
+125
2012-03-23
Merge branch 'for-armsoc' of git://git.linaro.org/people/rmk/linux-arm
Linus Torvalds
1
-1
/
+1
2012-03-24
Merge branch 'mmci' into amba
Russell King
2
-57
/
+124
2012-03-21
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
1
-1
/
+1
2012-03-21
Merge tag 'pm-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
Linus Torvalds
2
-0
/
+10
2012-03-21
dmaengine/dma_slave: introduce inline wrappers
Alexandre Bounine
6
-8
/
+8
2012-03-20
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
Linus Torvalds
1
-2
/
+2
2012-03-20
debugfs-related mode_t whack-a-mole
Al Viro
1
-1
/
+1
2012-03-20
Merge branch 'next/fixes-non-critical' into next/drivers
Arnd Bergmann
8
-23
/
+36
2012-03-20
Merge tag 'tty-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty
Linus Torvalds
1
-7
/
+3
2012-03-16
ARM: 7362/1: AMBA: Add module_amba_driver() helper macro for amba_driver
viresh kumar
1
-11
/
+1
2012-03-16
Merge branch 'pm-qos'
Rafael J. Wysocki
2
-0
/
+10
2012-03-15
Merge branch 'ep93xx-for-arm-soc' of git://github.com/RyanMallon/linux-2.6 into next/cleanup
Arnd Bergmann
8
-23
/
+36
2012-03-13
Merge branch 'next/devel-samsung-mmc' of git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung into next/drivers
Olof Johansson
1
-3
/
+3
2012-03-13
sh_mmcif / PM: Use PM QoS latency constraint
Rafael J. Wysocki
1
-0
/
+5
2012-03-13
tmio_mmc / PM: Use PM QoS latency constraint
Rafael J. Wysocki
1
-0
/
+5
2012-03-10
mmc: sdhci-s3c: add platform data for the second capability
Jaehoon Chung
1
-3
/
+3
2012-03-08
TTY: remove re-assignments to tty_driver members
Jiri Slaby
1
-1
/
+0
2012-03-08
Merge branch 'next/cleanup-s3c24xx' of git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung into next/cleanup
Olof Johansson
1
-1
/
+1
2012-03-07
Merge branch 'topic/cleanup-s3c24xx' into next/cleanup-s3c24xx
Kukjin Kim
1
-1
/
+1
2012-03-04
mmc: core: Fixup suspend/resume issues for UHS-I cards
Ulf Hansson
4
-5
/
+17
2012-03-04
mmc: mmci: reduce max_blk_count to avoid overflowing max_req_size
Will Deacon
1
-3
/
+4
2012-03-04
mmc: sdhci-esdhc-imx: fix for mmc cards on i.MX5
Sascha Hauer
1
-2
/
+3
2012-03-04
mmc: core: fix regression: set default clock gating delay to 0
Guennadi Liakhovetski
1
-2
/
+2
2012-03-03
ARM: S3C24XX: change the ARCH_S3C2410 to ARCH_S3C24XX
Kukjin Kim
1
-1
/
+1
2012-03-02
mmc: atmel-mci: don't use dma features when using DMA with no chan available
Ludovic Desroches
1
-11
/
+10
2012-02-28
includecheck: delete any duplicate instances of module.h
Paul Gortmaker
1
-1
/
+0
2012-02-28
Merge branch 'cleanup-3.4' of git://github.com/hzhuang1/linux into next/cleanup
Arnd Bergmann
18
-132
/
+241
2012-02-22
Merge branch 'lpc32xx/drivers' into next/drivers
Arnd Bergmann
18
-132
/
+241
2012-02-22
dmaengine/dw_dmac: Fix dw_dmac user drivers to adapt to slave_config changes
Viresh Kumar
1
-8
/
+16
2012-02-22
dmaengine: Pass dma_slave_config .device_fc = NULL for all existing users
Viresh Kumar
2
-0
/
+4
2012-02-13
mmc: dw_mmc: Fix PIO mode with support of highmem
Seungwon Jeon
1
-69
/
+75
2012-02-13
mmc: atmel-mci: save and restore sdioirq when soft reset is performed
Ludovic Desroches
1
-0
/
+3
2012-02-13
mmc: block: Init ro_lock sysfs attr to fix lockdep warnings
Rabin Vincent
1
-0
/
+1
[prev]
[next]