u-boot/arch/blackfin/lib
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>
2014-11-23 06:48:30 -05:00
..
.gitignore Move lib_$ARCH directories to arch/$ARCH/lib 2010-04-13 09:13:03 +02:00
Makefile blackfin: convert blackfin board_f and board_r to use generic board init functions 2014-08-07 15:15:14 +08:00
__kgdb.S cosmetic: remove empty lines at the top of file 2013-11-08 09:41:37 -05:00
boot.c blackfin: x86: bootm: Handle PREP stage of bootm 2013-07-12 10:32:39 -04:00
cache.c blackfin: Add more dcache functions 2014-07-07 19:47:11 -04:00
clocks.c blackfin: fixing warning by including proper headers 2013-12-16 11:38:33 +08:00
cmd_cache_dump.c Make sure that argv[] argument pointers are not modified. 2010-07-04 23:55:42 +02:00
ins.S Blackfin: stick ins/outs funcs into their own .text section 2010-11-18 04:38:19 -05:00
kgdb.c Make sure that argv[] argument pointers are not modified. 2010-07-04 23:55:42 +02:00
kgdb.h Move lib_$ARCH directories to arch/$ARCH/lib 2010-04-13 09:13:03 +02:00
memcmp.S Add GPL-2.0+ SPDX-License-Identifier to source files 2013-07-24 09:44:38 -04:00
memcpy.S Add GPL-2.0+ SPDX-License-Identifier to source files 2013-07-24 09:44:38 -04:00
memmove.S Add GPL-2.0+ SPDX-License-Identifier to source files 2013-07-24 09:44:38 -04:00
memset.S Add GPL-2.0+ SPDX-License-Identifier to source files 2013-07-24 09:44:38 -04:00
muldi3.c Add GPL-2.0+ SPDX-License-Identifier to source files 2013-07-24 09:44:38 -04:00
outs.S linkage.h: move from blackfin to common includes 2012-02-12 15:03:26 -05:00
post.c Blackfin: post: generalize led/button tests with GPIOs 2011-09-29 16:38:05 -04:00
sections.c blackfin: convert blackfin board_f and board_r to use generic board init functions 2014-08-07 15:15:14 +08:00
string.c linux/kernel.h: sync min, max, min3, max3 macros with Linux 2014-11-23 06:48:30 -05:00