03 Jul, 2006
1 commit
-
Signed-off-by: Thomas Gleixner
Cc: Ingo Molnar
Cc: "David S. Miller"
Cc: Benjamin Herrenschmidt
Signed-off-by: Andrew Morton
Signed-off-by: Linus Torvalds
01 Jul, 2006
1 commit
-
Signed-off-by: Jörn Engel
Signed-off-by: Adrian Bunk
28 Jun, 2006
1 commit
-
This is needed if we wish to change the size of the resource structures.
Based on an original patch from Vivek Goyal
Cc: Vivek Goyal
Signed-off-by: Andrew Morton
Signed-off-by: Greg Kroah-Hartman
05 May, 2006
1 commit
-
Rather than having every driver duplicate the set_ios debugging,
provide a single version in mmc.c which can be expanded as we
add additional functionality.Signed-off-by: Russell King
29 Mar, 2006
1 commit
-
Rather than each driver test MMC_DEBUG itself, and define DEBUG,
pass it in via the makefile instead.Fix drivers to use pr_debug() where appropriate, and avoid defining
a DEBUG() macro.Signed-off-by: Russell King
17 Feb, 2006
1 commit
-
If a data transfer is small (less than a FIFO size) we would
hang waiting for the data to be read due to the PIO interrupt
not occuring. We allowed for this in our PIO interrupt handler,
but not when setting up a data transfer.Apply the "fix" when setting up a data transfer as well.
Signed-off-by: Russell King
02 Feb, 2006
1 commit
-
Some hosts need to know the command type, so pass it via a set of
flags in cmd->flags.Signed-off-by: Russell King
08 Jan, 2006
2 commits
-
This is needs to be visible to other architectures using the AMBA
bus and peripherals.Signed-off-by: Russell King
07 Jan, 2006
1 commit
-
Since the ARM AMBA bus is used on MIPS as well as ARM, we need
to make the bus available for other architectures to use. Move
the AMBA include files from include/asm-arm/hardware/ to
include/linux/amba/Signed-off-by: Russell King
05 Jan, 2006
2 commits
-
Signed-off-by: Evgeniy Polyakov
Signed-off-by: Andrew Morton
Signed-off-by: Russell King -
Since MMCI currently uses PIO to read data, we have to take steps
to ensure data cache coherency on aliasing CPU caches. Add the
necessary flush_dcache_page() calls.Signed-off-by: Russell King
04 Jan, 2006
1 commit
-
It seems that clk_use() and clk_unuse() are additional complexity
which isn't required anymore. Remove them from the clock framework
to avoid the additional confusion which they cause, and update all
ARM machine types except for OMAP.Signed-off-by: Russell King
13 Nov, 2005
1 commit
-
Signed-off-by: Russell King
28 Oct, 2005
1 commit
-
Signed-off-by: Russell King
09 Sep, 2005
1 commit
-
Change mmc_detect_change() to take a delay argument such that
the detection of card insertions and removals can be delayed
according to the requirements of the host driver or platform.Signed-off-by: Richard Purdie
Signed-off-by: Russell King
19 Aug, 2005
1 commit
-
mmc_hostname() returns a pointer to the hostname for the mmc_host.
Signed-off-by: Russell King
01 Jul, 2005
1 commit
-
Use do_div() instead.
Signed-off-by: Russell King
17 Apr, 2005
2 commits
-
This fixes u32 vs. pm_message_t in drivers/mmc, drivers/mtd and
drivers/scsi.Signed-off-by: Pavel Machek
Signed-off-by: Andrew Morton
Signed-off-by: Linus Torvalds -
Initial git repository build. I'm not bothering with the full history,
even though we have it. We can create a separate "historical" git
archive of that later if we want to, and in the meantime it's about
3.2GB when imported into git - space that would just make the early
git days unnecessarily complicated, when we don't have a lot of good
infrastructure for it.Let it rip!