You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Masahiro Yamada
b41411954d
linux/kernel.h: sync min, max, min3, max3 macros with Linux
...
U-Boot has never cared about the type when we get max/min of two
values, but Linux Kernel does. This commit gets min, max, min3, max3
macros synced with the kernel introducing type checks.
Many of references of those macros must be fixed to suppress warnings.
We have two options:
- Use min, max, min3, max3 only when the arguments have the same type
(or add casts to the arguments)
- Use min_t/max_t instead with the appropriate type for the first
argument
Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Acked-by: Pavel Machek <pavel@denx.de>
Acked-by: Lukasz Majewski <l.majewski@samsung.com>
Tested-by: Lukasz Majewski <l.majewski@samsung.com>
[trini: Fixup arch/blackfin/lib/string.c]
Signed-off-by: Tom Rini <trini@ti.com>
11 years ago
..
Kconfig
kconfig: add blank Kconfig files
11 years ago
Makefile
sort drivers/mmc/Makefile
11 years ago
arm_pl180_mmci.c
mmc: Split mmc struct, rework mmc initialization (v2)
11 years ago
arm_pl180_mmci.h
mmc: Split mmc struct, rework mmc initialization (v2)
11 years ago
bcm2835_sdhci.c
mmc: bcm2835_sdhci: add missing include
11 years ago
bfin_sdh.c
mmc: set correct block size value in bfin sdh driver
11 years ago
davinci_mmc.c
mmc: Split mmc struct, rework mmc initialization (v2)
11 years ago
dw_mmc.c
mmc: dw_mmc: cleanups
11 years ago
exynos_dw_mmc.c
mmc: exynos_dw_mmc: enable the DDR mode
11 years ago
fsl_esdhc.c
linux/kernel.h: sync min, max, min3, max3 macros with Linux
11 years ago
fsl_esdhc_spl.c
driver: Add support of image load for MMC & SPI in SPL
11 years ago
ftsdc010_mci.c
mmc: Split mmc struct, rework mmc initialization (v2)
11 years ago
ftsdc021_sdhci.c
mmc: add Faraday FTSDC021 SDHCI controller support
12 years ago
gen_atmel_mci.c
MMC: atmel_mci: enable high speed mode support
11 years ago
kona_sdhci.c
mmc: free allocated memory on initialization errors
11 years ago
mmc.c
mmc: Fix mmc bus width
11 years ago
mmc_private.h
mmc: don't support write & erase for SPL builds
12 years ago
mmc_spi.c
mmc: Split mmc struct, rework mmc initialization (v2)
11 years ago
mmc_write.c
mmc: Split mmc struct, rework mmc initialization (v2)
11 years ago
mv_sdhci.c
…
mvebu_mmc.c
arm: marvell: Move arch/kirkwood.h to arch/soc.h
11 years ago
mxcmmc.c
mmc: Split mmc struct, rework mmc initialization (v2)
11 years ago
mxsmmc.c
mmc: Split mmc struct, rework mmc initialization (v2)
11 years ago
omap_hsmmc.c
omap: hsmmc: assume cd gpio is active low
11 years ago
pxa_mmc_gen.c
linux/kernel.h: sync min, max, min3, max3 macros with Linux
11 years ago
rpmb.c
includes: move openssl headers to include/u-boot
11 years ago
s3c_sdi.c
mmc: s3c: Add SD driver
11 years ago
s5p_sdhci.c
mmc: s5p: set SD detection pin as input
11 years ago
sdhci.c
sdhci: make local functions static
11 years ago
sh_mmcif.c
mmc: sh_mmcif: Fix warning by unused variable
11 years ago
sh_mmcif.h
…
socfpga_dw_mmc.c
arm: socfpga: mmc: Pick the clock from clock manager
11 years ago
spear_sdhci.c
…
sunxi_mmc.c
dm: sunxi: Request card detect gpio
11 years ago
tegra_mmc.c
tegra: make local functions static
11 years ago
zynq_sdhci.c
mmc: zynq: Add OF initialization support
11 years ago