u-boot-brain/drivers/tpm
Masahiro Yamada 5d97dff042 treewide: replace #include <asm-generic/errno.h> with <linux/errno.h>
Now, include/linux/errno.h is a wrapper of <asm-generic/errno.h>.
Replace all include directives for <asm-generic/errno.h> with
<linux/errno.h>.

<asm-generic/...> is supposed to be included from <asm/...> when
arch-headers fall back into generic implementation. Generally, they
should not be directly included from .c files.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
[trini: Add drivers/usb/host/xhci-rockchip.c]
Signed-off-by: Tom Rini <trini@konsulko.com>
2016-09-23 22:25:27 -04:00
..
Kconfig tpm: atmel_twi: Make compatible with DM I2C busses 2016-08-15 22:12:00 +02:00
Makefile tpm: st33zp24: Add tpm st33zp24 spi support 2016-01-28 21:01:22 -07:00
tpm_atmel_twi.c tpm: atmel_twi: Make compatible with DM I2C busses 2016-08-15 22:12:00 +02:00
tpm_internal.h dm: tpm: Add a uclass for Trusted Platform Modules 2015-08-31 07:57:28 -06:00
tpm_tis_infineon.c treewide: replace #include <asm-generic/errno.h> with <linux/errno.h> 2016-09-23 22:25:27 -04:00
tpm_tis_lpc.c dm: tpm: Remove every compilation switch for TPM driver model 2015-10-23 09:42:28 -06:00
tpm_tis_sandbox.c drivers/tpm/tpm_tis_sandbox.c: Fix uninitialized variable use 2016-04-15 08:14:37 -06:00
tpm_tis_st33zp24_i2c.c tpm: st33zp24: Add tpm st33zp24 support with i2c 2016-01-28 21:01:22 -07:00
tpm_tis_st33zp24_spi.c tpm: st33zp24: Add tpm st33zp24 spi support 2016-01-28 21:01:22 -07:00
tpm_tis.h tpm: Rename tpm_tis_infineon.h to tpm_tis.h and move infineon specific stuff in tpm_infineon.c 2016-01-28 21:01:22 -07:00
tpm-uclass.c dm: tpm: Add a uclass for Trusted Platform Modules 2015-08-31 07:57:28 -06:00