Re: [U-Boot] [PATCH v2 0/2] Add i2c TPM driver

2012-03-19 Thread Che-liang Chiou
On Mon, Mar 19, 2012 at 5:00 AM, Wolfgang Denk w...@denx.de wrote: Dear Che-Liang Chiou, In message 20111219112511.1eddc135a...@gemini.denx.de I wrote: In message 1324288224-5075-1-git-send-email-clch...@chromium.org you wrote: This patchset adds an i2c bus based TPM driver. Are there

Re: [U-Boot] [PATCH v2 0/2] Add i2c TPM driver

2012-03-19 Thread Wolfgang Denk
Dear Che-liang Chiou, In message CANJuy2+=qeldw04c8+1pj6kq_yhbk+rjqed_gm72r0ddnjx...@mail.gmail.com you wrote: I think I never received any reply. I thought that we've discussed that I should wait until tegra2 i2c driver is merged into mainline, and then resubmit this patch series (cf.

Re: [U-Boot] [PATCH v2 0/2] Add i2c TPM driver

2012-03-18 Thread Wolfgang Denk
Dear Che-Liang Chiou, In message 20111219112511.1eddc135a...@gemini.denx.de I wrote: In message 1324288224-5075-1-git-send-email-clch...@chromium.org you wrote: This patchset adds an i2c bus based TPM driver. Are there any users of this driver? I see we are adding TPM code, but so

[U-Boot] [PATCH v2 0/2] Add i2c TPM driver

2011-12-19 Thread Che-Liang Chiou
This patchset adds an i2c bus based TPM driver. Changes in v1: - Update s-o-b Peter Huewe's email address - Squash patch #3 into patch #2 Changes in v2: - Style improvements Che-Liang Chiou (2): tpm: Rename generic_lpc_tpm to tpm_tis_lpc tpm: Add i2c TPM driver Makefile

Re: [U-Boot] [PATCH v2 0/2] Add i2c TPM driver

2011-12-19 Thread Wolfgang Denk
Dear Che-Liang Chiou, In message 1324288224-5075-1-git-send-email-clch...@chromium.org you wrote: This patchset adds an i2c bus based TPM driver. Are there any users of this driver? I see we are adding TPM code, but so far this is all dead code as there are no users for it. Best regards,