| Commit message (Expand) | Author | Age | Files | Lines |
* | mmc_test: block addressed cards | Johan Kristell | 2010-02-11 | 1 | -3/+6 |
* | mfd: tmio_mmc hardware abstraction for CNF area | Ian Molton | 2010-01-18 | 2 | -80/+25 |
* | mmc: allow for MMC v4.4 | Adrian Hunter | 2010-01-11 | 1 | -1/+1 |
* | mmc_block: fix queue cleanup | Adrian Hunter | 2010-01-11 | 2 | -9/+11 |
* | mmc_block: fix probe error cleanup bug | Jarkko Lavinen | 2010-01-11 | 1 | -0/+1 |
* | mmc_block: add dev_t initialization check | Anna Lemehova | 2010-01-11 | 1 | -0/+5 |
* | sdhci-of: add support for the wii sdhci controller | Albert Herranz | 2009-12-18 | 5 | -1/+82 |
* | sdhci-of: reorganize driver to support additional hardware | Albert Herranz | 2009-12-18 | 5 | -127/+224 |
* | sdhci-of: rename main driver file prior to reorganization | Albert Herranz | 2009-12-18 | 2 | -1/+3 |
* | sdhci: protect header file against multi inclusion | Albert Herranz | 2009-12-18 | 1 | -0/+4 |
* | sdio: initialise SDIO functions and update card->sdio_funcs in lockstep | Matt Fleming | 2009-12-18 | 1 | -2/+3 |
* | sdio: fix reference counting in sdio_remove_func() | Daniel Drake | 2009-12-18 | 1 | -2/+5 |
* | mmc: let tmio-mmc use dev_name() with request_irq() | Magnus Damm | 2009-12-15 | 1 | -1/+1 |
* | mmc: Blackfin SD Host Controller Driver | Cliff Cai | 2009-12-15 | 3 | -0/+659 |
* | mmc: atmel-mci: new MCI2 module support in atmel-mci driver | Nicolas Ferre | 2009-12-15 | 1 | -10/+75 |
* | atmel-mci: change use of dma slave interface | Nicolas Ferre | 2009-12-15 | 1 | -20/+36 |
* | mmc: add module parameter to set whether cards are assumed removable | Ben Hutchings | 2009-12-15 | 5 | -43/+23 |
* | s3cmci: convert missed s3c2410_gpio calls to gpiolib calls | Ben Dooks | 2009-12-15 | 1 | -5/+3 |
* | sdhci: add support for the SysKonnect CardBus2SDIO adapter | Nicolas Pitre | 2009-12-15 | 1 | -0/+75 |
* | mmci-omap: remove bogus check for host->iclk | Ladislav Michl | 2009-12-15 | 1 | -5/+5 |
* | davinci: mmc: add cpufreq support | Chaithrika U S | 2009-12-15 | 1 | -16/+84 |
* | mmc: davinci: modify data types of EDMA related variables | Sudhakar Rajashekhara | 2009-12-15 | 1 | -2/+2 |
* | DaVinci: MMC: MMC/SD controller driver for DaVinci family | Vipin Bhandari | 2009-12-15 | 3 | -0/+1290 |
* | drivers/mmc: Move dereference after NULL test | Julia Lawall | 2009-12-15 | 1 | -1/+2 |
* | sdio: rework cis tuple parsing | Albert Herranz | 2009-12-15 | 1 | -74/+93 |
* | mxcmmc: fix error path in mxcmci_probe | Uwe Kleine-König | 2009-12-15 | 1 | -5/+5 |
* | const: constify remaining dev_pm_ops | Alexey Dobriyan | 2009-12-15 | 2 | -2/+2 |
* | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow... | Linus Torvalds | 2009-12-12 | 1 | -0/+2 |
|\ |
|
| * | Merge commit 'origin/master' into next | Benjamin Herrenschmidt | 2009-12-09 | 4 | -16/+18 |
| |\ |
|
| * \ | Merge commit 'gcl/next' into next | Benjamin Herrenschmidt | 2009-12-09 | 1 | -0/+2 |
| |\ \ |
|
| | * | | mmc: fix missing module license declaration in of_mmc_spi.c | Grant Likely | 2009-11-05 | 1 | -0/+2 |
* | | | | Merge branch 'for-linus' of git://codeaurora.org/quic/kernel/dwalker/linux-msm | Linus Torvalds | 2009-12-12 | 1 | -4/+1 |
|\ \ \ \ |
|
| * | | | | HTC Dream: mmc compilation fixes | Pavel Machek | 2009-12-10 | 1 | -4/+1 |
| | |/ /
| |/| | |
|
* | | | | tty: sdio_uart: Fix the locking on "func" for new code | Alan Cox | 2009-12-12 | 1 | -0/+4 |
* | | | | tty: sdio_uart: add modem functionality | Alan Cox | 2009-12-12 | 1 | -1/+32 |
* | | | | tty: sdio_uart: Style fixes | Alan Cox | 2009-12-12 | 1 | -11/+12 |
* | | | | tty: sdio_uart: Fix termios handling | Alan Cox | 2009-12-12 | 1 | -6/+0 |
* | | | | tty: sdio_uart: Switch to the open/close helpers | Alan Cox | 2009-12-12 | 1 | -82/+119 |
* | | | | sdio_uart: Move the open lock | Alan Cox | 2009-12-12 | 1 | -11/+9 |
* | | | | sdio_uart: refcount the tty objects | Alan Cox | 2009-12-12 | 1 | -17/+42 |
* | | | | sdio_uart: Fix oops caused by the previous changeset | Nicolas Pitre | 2009-12-12 | 1 | -1/+1 |
* | | | | sdio_uart: use tty_port | Alan Cox | 2009-12-12 | 1 | -18/+23 |
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 2009-12-10 | 2 | -20/+22 |
|\ \ \ \ |
|
| * \ \ \ | Merge branch 'for-next' into for-linus | Jiri Kosina | 2009-12-07 | 2 | -20/+22 |
| |\ \ \ \ |
|
| | * | | | | tree-wide: fix assorted typos all over the place | André Goddard Rosa | 2009-12-04 | 1 | -1/+1 |
| | * | | | | sdio_uart: coding style fixes | Thadeu Lima de Souza Cascardo | 2009-12-04 | 1 | -19/+21 |
| | |/ / / |
|
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6 | Linus Torvalds | 2009-12-10 | 1 | -1/+1 |
|\ \ \ \ \
| |_|_|_|/
|/| | | | |
|
| * | | | | Merge branch 'sh/stable-updates' | Paul Mundt | 2009-11-18 | 1 | -0/+1 |
| |\ \ \ \
| | | |_|/
| | |/| | |
|
| * | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval... | Paul Mundt | 2009-11-04 | 1 | -1/+1 |
| |\ \ \ \
| | | |_|/
| | |/| | |
|
| * | | | | Merge branch 'sh/stable-updates' | Paul Mundt | 2009-10-26 | 1 | -1/+0 |
| |\ \ \ \ |
|