2006-12-01 20:02:27

by Pierre Ossman

[permalink] [raw]
Subject: [GIT PULL] MMC update

Linus, please pull from

git://git.kernel.org/pub/scm/linux/kernel/git/drzeus/mmc.git for-linus

to receive the following updates:

drivers/mmc/Kconfig | 2
drivers/mmc/at91_mci.c | 2
drivers/mmc/au1xmmc.c | 2
drivers/mmc/imxmmc.c | 2
drivers/mmc/mmc.c | 294 +++++++++++++++++++++++++++++++++++++++---
drivers/mmc/mmc_block.c | 15 +-
drivers/mmc/mmc_queue.c | 63 +++++----
drivers/mmc/mmc_queue.h | 3
drivers/mmc/mmci.c | 2
drivers/mmc/omap.c | 272 ++++++++++++++++++++++++---------------
drivers/mmc/omap.h | 55 --------
drivers/mmc/pxamci.c | 2
drivers/mmc/sdhci.c | 17 ++
drivers/mmc/sdhci.h | 2
drivers/mmc/wbsd.c | 2
include/linux/mmc/card.h | 13 ++
include/linux/mmc/protocol.h | 74 ++++++++++-
17 files changed, 593 insertions(+), 229 deletions(-)

Christoph Hellwig:
mmc: remove kernel_thread()

David Brownell:
mmc: constify mmc_host_ops vectors

Juha Yrjola juha.yrjola:
Replace base with virt_base and phys_base
Change OMAP_MMC_{READ,WRITE} macros to use the host pointer
Move register definitions away from the header file
Platform device error handling cleanup
Make general code cleanups

Marcin Juszkiewicz:
trivial change for mmc/Kconfig: MMC_PXA does not mean only PXA255

Philip Langdale:
mmc: Add support for mmc v4 high speed mode
mmc: Add support for mmc v4 wide-bus modes

Pierre Ossman:
mmc: Fix mmc_delay() function
mmc: Support for high speed SD cards
mmc: sdhci high speed support
mmc: Flush block queue when removing card
mmc: correct request error handling

Tony Lindgren tony:
Add MMC_CAP_{MULTIWRITE,BYTEBLOCK} flags


--
-- Pierre Ossman

Linux kernel, MMC maintainer http://www.kernel.org
PulseAudio, core developer http://pulseaudio.org
rdesktop, core developer http://www.rdesktop.org


2006-12-02 00:40:09

by Linus Torvalds

[permalink] [raw]
Subject: Re: [GIT PULL] MMC update



On Fri, 1 Dec 2006, Pierre Ossman wrote:
>
> git://git.kernel.org/pub/scm/linux/kernel/git/drzeus/mmc.git for-linus

I get

Already up-to-date.

did you forget to push? Or is mirroring just really slow again?

Linus

2006-12-02 10:12:45

by Pierre Ossman

[permalink] [raw]
Subject: Re: [GIT PULL] MMC update

Linus Torvalds wrote:
> On Fri, 1 Dec 2006, Pierre Ossman wrote:
>
>> git://git.kernel.org/pub/scm/linux/kernel/git/drzeus/mmc.git for-linus
>>
>
> I get
>
> Already up-to-date.
>
> did you forget to push? Or is mirroring just really slow again?
>
>

Seems mirroring is slow as hell. It's still not updated, but on
master.kernel.org, head is 8b7feff881b7e9f065ddd718a6841121207c3c19.

I don't suppose there's a status page somewhere that tells you what the
mirroring is up to?

Rgds

--
-- Pierre Ossman

Linux kernel, MMC maintainer http://www.kernel.org
PulseAudio, core developer http://pulseaudio.org
rdesktop, core developer http://www.rdesktop.org