u-boot/drivers/tpm
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
..
Kconfig kconfig: add blank Kconfig files 2014-09-24 18:30:28 -04:00
Makefile sandbox: tpm: Add TPM emulation 2014-01-08 17:25:12 -07:00
tpm.c tpm: don't use unneeded double brackets 2014-07-07 19:43:01 -04:00
tpm_atmel_twi.c Add Atmel I2C tpm 2013-07-16 17:44:30 -05:00
tpm_private.h tpm: Reorganize the I2C TPM driver 2013-06-03 01:31:23 -07:00
tpm_tis_i2c.c tpm: Reorganize the I2C TPM driver 2013-06-03 01:31:23 -07:00
tpm_tis_lpc.c linux/kernel.h: sync min, max, min3, max3 macros with Linux 2014-11-23 06:48:30 -05:00
tpm_tis_sandbox.c sandbox: tpm: Fix nvwrite command 2014-01-08 17:26:17 -07:00