Re: [U-Boot] [PATCH 23/25] dm: tpm: Convert LPC driver to driver model

2015-08-11 Thread christophe.ricard
Hi Simon, Ok for now, except with the xfer handler. Best Regards Christophe On 11/08/2015 16:48, Simon Glass wrote: Convert the tpm_tis_lpc driver to use driver model and update boards which use it. Signed-off-by: Simon Glass s...@chromium.org --- configs/chromebook_link_defconfig | 2

[U-Boot] [PATCH 23/25] dm: tpm: Convert LPC driver to driver model

2015-08-11 Thread Simon Glass
Convert the tpm_tis_lpc driver to use driver model and update boards which use it. Signed-off-by: Simon Glass s...@chromium.org --- configs/chromebook_link_defconfig | 2 + configs/chromebox_panther_defconfig | 2 + configs/coreboot-x86_defconfig | 2 + drivers/tpm/tpm_tis_lpc.c