From: Christophe Ricard <christophe.ricard@gmail.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v3 0/4] Move tpm_tis_i2c to tpm_tis_infineon and convert last tpm driver to use DM_TPM
Date: Sun, 27 Sep 2015 22:11:28 +0200 [thread overview]
Message-ID: <56084D70.1000804@gmail.com> (raw)
In-Reply-To: <1442779236-28341-1-git-send-email-christophe-h.ricard@st.com>
Hi Simon,
Any news on this patch serie ?
Best Regards
Christophe
On 20/09/2015 22:00, Christophe Ricard wrote:
> Hi Simon,
>
> This patch serie move tpm_tis_i2c driver to tpm_tis_infineon.
> It also convert the latest tpm driver tpm_atmel_twi to DM_TPM.
>
> In this version i am only adding mention to Tom Rini review
>
> Best Regards
> Christophe
>
> Changes in v3:
> - Adding mention to Tom Rini review
>
> Christophe Ricard (4):
> dm: tpm: Move tpm_tis_i2c to tpm_i2c_infineon
> dm: tpm: Add Driver Model support for tpm_atmel_twi driver
> dm: tpm: Remove every compilation switch for TPM driver model
> dm: tpm: Every TPM drivers should depends on DM_TPM
>
> README | 4 +-
> common/cmd_tpm.c | 13 +---
> configs/nyan-big_defconfig | 2 +-
> configs/peach-pi_defconfig | 2 +-
> configs/peach-pit_defconfig | 2 +-
> configs/snow_defconfig | 2 +-
> configs/spring_defconfig | 2 +-
> drivers/tpm/Kconfig | 10 +--
> drivers/tpm/Makefile | 2 +-
> drivers/tpm/tpm_atmel_twi.c | 74 ++++++++++++++++-------
> drivers/tpm/{tpm_tis_i2c.c => tpm_tis_infineon.c} | 5 +-
> drivers/tpm/{tpm_tis_i2c.h => tpm_tis_infineon.h} | 0
> include/tis.h | 60 ------------------
> include/tpm.h | 6 --
> lib/tpm.c | 20 +-----
> 15 files changed, 72 insertions(+), 132 deletions(-)
> rename drivers/tpm/{tpm_tis_i2c.c => tpm_tis_infineon.c} (99%)
> rename drivers/tpm/{tpm_tis_i2c.h => tpm_tis_infineon.h} (100%)
> delete mode 100644 include/tis.h
>
next prev parent reply other threads:[~2015-09-27 20:11 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-09-20 20:00 [U-Boot] [PATCH v3 0/4] Move tpm_tis_i2c to tpm_tis_infineon and convert last tpm driver to use DM_TPM Christophe Ricard
2015-09-20 20:00 ` [U-Boot] [PATCH v3 1/4] dm: tpm: Move tpm_tis_i2c to tpm_i2c_infineon Christophe Ricard
2015-10-03 14:27 ` Simon Glass
2015-09-20 20:00 ` [U-Boot] [PATCH v3 2/4] dm: tpm: Add Driver Model support for tpm_atmel_twi driver Christophe Ricard
2015-10-03 14:27 ` Simon Glass
2015-10-04 16:25 ` Simon Glass
2015-10-06 15:18 ` Christophe Ricard
2015-10-06 15:21 ` Simon Glass
2015-09-20 20:00 ` [U-Boot] [PATCH v3 3/4] dm: tpm: Remove every compilation switch for TPM driver model Christophe Ricard
2015-10-03 14:27 ` Simon Glass
2015-10-04 16:25 ` Simon Glass
2015-09-20 20:00 ` [U-Boot] [PATCH v3 4/4] dm: tpm: Every TPM drivers should depends on DM_TPM Christophe Ricard
2015-10-03 14:27 ` Simon Glass
2015-09-27 20:11 ` Christophe Ricard [this message]
2015-09-28 13:32 ` [U-Boot] [PATCH v3 0/4] Move tpm_tis_i2c to tpm_tis_infineon and convert last tpm driver to use DM_TPM Simon Glass
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=56084D70.1000804@gmail.com \
--to=christophe.ricard@gmail.com \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.