26 Sep, 2006
1 commit
-
The third argument of au1xxx_dbdma_chan_alloc's callback function is not
used anywhere.Signed-off-by: Ralf Baechle
Cc: David Howells
Cc: Russell King
Cc: Alan Cox
Signed-off-by: Andrew Morton
Signed-off-by: Linus Torvalds
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
20 May, 2006
1 commit
-
Patch from Pavel Pisa
There has been problems that for some paths that clock are not stopped
during new command programming and initiation. Result is issuing
of incorrect command to the card. Some other problems are cleaned too.
Noisy report of known ERRATUM #4 has been suppressed.Signed-off-by: Pavel Pisa
Signed-off-by: Russell King
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
26 Mar, 2006
1 commit
-
MODULE_PARM was actually breaking: recent gcc version optimize them out as
unused. It's time to replace the last users, which are generally in the
most unloved drivers anyway.Signed-off-by: Rusty Russell
Signed-off-by: Andrew Morton
Signed-off-by: Linus Torvalds
05 Mar, 2006
3 commits
-
Fix a trivial compilation warning:
CC drivers/mmc/au1xmmc.o
drivers/mmc/au1xmmc.c: In function ‘au1xmmc_dma_callback’:
drivers/mmc/au1xmmc.c:743: warning: unused variable ‘status’Signed-off-by: Martin Michlmayr
Acked-by: Martin Michlmayr
Signed-off-by: Russell King -
drivers/mmc/au1xmmc.c doesn't compile because commit
e92251762d02a46177d4105d1744041e3f8bc465 introduced a typo and passes
the wrong argument to the mmc_resp_type macro.Error because of the typo:
CC drivers/mmc/au1xmmc.o
drivers/mmc/au1xmmc.c: In function ‘au1xmmc_send_command’:
drivers/mmc/au1xmmc.c:197: warning: implicit declaration of function ‘mmc_rsp_type’
...
LD .tmp_vmlinux1
drivers/built-in.o: In function `au1xmmc_request':au1xmmc.c:(.text+0x89504): undefined reference to `mmc_rsp_type'
:au1xmmc.c:(.text+0x8968c): undefined reference to `mmc_rsp_type'
make: *** [.tmp_vmlinux1] Error 1Error because of the wrong argument:
CC drivers/mmc/au1xmmc.o
drivers/mmc/au1xmmc.c: In function ‘au1xmmc_send_command’:
drivers/mmc/au1xmmc.c:197: error: invalid type argument of ‘->’Signed-off-by: Martin Michlmayr
Acked-by: Jordan Crouse
Signed-off-by: Russell King -
drivers/mmc/au1xmmc.c currently doesn't compile; it needs to be
converted to use platform_driver. I cannot test this change because
of lack of hardware but I followed the drivers this one is based on,
and the code is certainly not worse than before.drivers/mmc/au1xmmc.c: At top level:
drivers/mmc/au1xmmc.c:1002: error: ‘platform_bus_type’ undeclared here (not in a function)
make[2]: *** [drivers/mmc/au1xmmc.o] Error 1Signed-off-by: Martin Michlmayr
Acked-by: Jordan Crouse
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
30 Oct, 2005
1 commit
-
it should work on the Au1100 as well. Updated defconfig to include driver.
Signed-off-by: Ralf Baechle