kernel-ark/drivers/mmc/host
Nicolas Pitre 019a5f56ec mmc: don't use weight32()
Using weight32() to determine if a value is a power of 2 is a rather
heavi weight solution.  The classic idiom is (x & (x - 1)) == 0, but
the kernel already provide a is_power_of_2 function for it.

Signed-off-by: Nicolas Pitre <nico@cam.org>
Signed-off-by: Pierre Ossman <drzeus@drzeus.cx>
2007-10-11 19:09:08 +02:00
..
at91_mci.c
au1xmmc.c
au1xmmc.h
imxmmc.c
imxmmc.h
Kconfig mmc: Disabler for Ricoh MMC controller 2007-10-03 18:40:05 +02:00
Makefile mmc: Disabler for Ricoh MMC controller 2007-10-03 18:40:05 +02:00
mmc_spi.c
mmci.c mmc: don't use weight32() 2007-10-11 19:09:08 +02:00
mmci.h
omap.c
pxamci.c pxamci: support arbitrary block size 2007-10-10 20:13:29 +02:00
pxamci.h
ricoh_mmc.c mmc: Disabler for Ricoh MMC controller 2007-10-03 18:40:05 +02:00
sdhci.c sdhci: remove old dma module params 2007-10-03 18:40:49 +02:00
sdhci.h sdhci: fix a typo 2007-10-03 18:40:19 +02:00
tifm_sd.c mmc: don't use weight32() 2007-10-11 19:09:08 +02:00
wbsd.c
wbsd.h