aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* mmc: MMC 4.4 DDR supportHanumath Prasad2010-10-236-6/+60
* mmc: Move regulator handling closer to coreLinus Walleij2010-10-235-37/+101
* mmc: sdhci: mmc_rescan: reduce verbosityEric BĂ©nard2010-10-231-1/+2
* mmc: Make ID freq configurableHein Tibosch2010-10-232-45/+58
* mmc: sdhci: disable MMC_CAP_NEEDS_POLL in nonremovable caseJaehoon Chung2010-10-231-1/+2
* mmc: Add helper function to check if a card is removableMatt Fleming2010-10-235-3/+11
* mmc: Makefile: Fix EXTRA_CFLAGS assignmentmatt mooney2010-10-234-15/+1
* mmc: sdhci: print out controller name for register debugPhilip Rakity2010-10-231-1/+2
* mmc: sdhci: add MMC_CAP_8_BIT_DATA in the host capabilitiesGiuseppe Cavallaro2010-10-231-1/+1
* mmc: sdhci: Enable high-speed support for MMC cardsZhangfei Gao2010-10-231-1/+1
* mmc: SDHC 3.0: correct f_min calculation for SD 3.0 specZhangfei Gao2010-10-232-3/+12
* mmc: SDHC 3.0: Base clock frequency change in spec 3.0Zhangfei Gao2010-10-232-2/+8
* mmc: SDHC 3.0: support 10-bit divided clock modeZhangfei Gao2010-10-232-5/+25
* mmc: sdhci: Make consistent use of CONFIG_MMC_DEBUG for "DEBUG"gingGeorge G. Davis2010-10-231-1/+1
* mmc_test: fix display of .5 KiBAdrian Hunter2010-10-231-2/+2
* mmc_test: fix memory allocation segment limitsAdrian Hunter2010-10-231-6/+6
* mmc_test: move files from sysfs to debugfsAndy Shevchenko2010-10-231-35/+107
* mmc_test: collect data and show it via sysfs by demandAndy Shevchenko2010-10-231-2/+169
* mmc_test: change simple_strtol() to strict_strtol()Andy Shevchenko2010-10-231-2/+3
* mmc_test: use API to check card typeAndy Shevchenko2010-10-231-1/+1
* mmc_test: fix performance tests that go over max_blk_countAdrian Hunter2010-10-231-48/+135
* mmc: Convert "mutex" to semaphoreThomas Gleixner2010-10-231-1/+1
* mmc: rename dev_to_mmc_card() to mmc_dev_to_card()Andy Shevchenko2010-10-234-10/+10
* mmc: make mmc_dev_to_card() macro publicAndy Shevchenko2010-10-234-5/+4
* mmc: Use snprintf, not sprintf.JiebingLi2010-10-231-1/+2
* mmc: USB SD Host Controller (USHC) driverDavid Vrabel2010-10-233-0/+581
* mmc: Remove distinction between hw and phys segmentsMartin K. Petersen2010-10-2324-52/+31
* mmc: au1xmmc.c: use resource_size()H Hartley Sweeten2010-10-231-1/+1
* mmc: atmel-mci.c: use resource_size()H Hartley Sweeten2010-10-231-1/+1
* mmc: at91_mci.c: use resource_size()H Hartley Sweeten2010-10-231-4/+4
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ryu...Linus Torvalds2010-10-2333-1257/+1339
|\
| * nilfs2: eliminate sparse warning - "context imbalance"Jiro SEKIBA2010-10-231-0/+2
| * nilfs2: eliminate sparse warnings - "symbol not declared"Jiro SEKIBA2010-10-232-2/+3
| * nilfs2: get rid of bdi from nilfs objectRyusuke Konishi2010-10-235-9/+7
| * nilfs2: change license of exported header fileRyusuke Konishi2010-10-231-4/+4
| * nilfs2: add bdev freeze/thaw supportRyusuke Konishi2010-10-233-4/+58
| * nilfs2: accept 64-bit checkpoint numbers in cp mount optionRyusuke Konishi2010-10-231-13/+12
| * nilfs2: remove own inode allocator and destructor for metadata filesRyusuke Konishi2010-10-234-124/+2
| * nilfs2: get rid of back pointer to writable sb instanceRyusuke Konishi2010-10-235-61/+2
| * nilfs2: get rid of mi_nilfs back pointer to nilfs objectRyusuke Konishi2010-10-234-15/+8
| * nilfs2: see state of root dentry for mount check of snapshotsRyusuke Konishi2010-10-236-37/+53
| * nilfs2: use iget for all metadata filesRyusuke Konishi2010-10-2314-156/+207
| * nilfs2: get rid of GCDAT inodeRyusuke Konishi2010-10-2312-171/+41
| * nilfs2: add routines to redirect access to buffers of DAT fileRyusuke Konishi2010-10-235-0/+75
| * nilfs2: add routines to roll back state of DAT fileRyusuke Konishi2010-10-235-19/+145
| * nilfs2: add routines to save and restore bmap stateRyusuke Konishi2010-10-232-0/+26
| * nilfs2: do not allocate nilfs_mdt_info structure to gc-inodesRyusuke Konishi2010-10-231-16/+16
| * nilfs2: allow nilfs_clear_inode to clear metadata file inodesRyusuke Konishi2010-10-231-0/+4
| * nilfs2: get rid of snapshot mount flagRyusuke Konishi2010-10-231-1/+0
| * nilfs2: simplify life cycle management of nilfs objectRyusuke Konishi2010-10-234-131/+31