All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jarkko Sakkinen <jarkko.sakkinen@linux.intel.com>
To: Peter Huewe <PeterHuewe@gmx.de>
Cc: Christophe Ricard <christophe.ricard@gmail.com>,
	jgunthorpe@obsidianresearch.com, ashley@ashleylai.com,
	tpmdd@selhorst.net, tpmdd-devel@lists.sourceforge.net,
	christophe-h.ricard@st.com, jean-luc.blanc@st.com,
	benoit.houyere@st.com, Alexander.Steffen@infineon.com,
	linux-security-module@vger.kernel.org
Subject: Re: Re: [PATCH v8 0/7] Rework of tpm_tis to share common logic across phy's (lpc/spi/-i2c-)
Date: Mon, 30 May 2016 21:36:14 +0300	[thread overview]
Message-ID: <20160530183614.GA17850@intel.com> (raw)
In-Reply-To: <trinity-dc78c674-69c6-4d45-b57b-a9bb890cf963-1464425950732@3capp-gmx-bs40>

Thanks Peter! I'll add your and Stefans Reviewed/Tested-by's before
I merge these to next (will happen around rc5).

/Jarkko

On Sat, May 28, 2016 at 10:59:10AM +0200, Peter Huewe wrote:
> Thanks for all your efforts!!! I'm sorry I couldn't participate more. :(
> So thanks a lot to all of you for taking care of this.
> 
> 
> a quick testrun (x86) seemed okay and the patchset looks good to me
> reviewed-by: Peter Huewe <peterhuewe@gmx.de>
> tested-by: Peter Huewe <peterhuewe@gmx.de>
> 
> 
> I'll try to give it a more detailled testrun on the spi and i2c tpms I have and let you know if I find something.
> 
> 
> Since we are making a big change in the subsystem - does it make sense to deprecate, the old, vendor specific, mainly 1.1b, tpm drivers?
> Every time I check on a system, they initally are running on these old drivers instead of tpm_tis. :/
> For now I would probably group them under a new kconfig symbol (deprecated vendor specific drivers) so they are still available for users who really want to use them, but don't get selected by default in distro kernels.
> 
> 
> Thanks,
> Peter
> 

      reply	other threads:[~2016-05-30 18:36 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-05-18 22:35 [PATCH v8 0/7] Rework of tpm_tis to share common logic across phy's (lpc/spi/-i2c-) Christophe Ricard
2016-05-18 22:35 ` [PATCH v8 2/7] tpm: tpm_tis: Share common data between phys Christophe Ricard
2016-05-18 22:35 ` [PATCH v8 3/7] tpm_tis: Introduce intermediate layer for TPM access Christophe Ricard
     [not found]   ` <1463610953-2766-4-git-send-email-christophe-h.ricard-qxv4g6HH51o@public.gmane.org>
2016-05-23 21:20     ` Jarkko Sakkinen
2016-05-18 22:35 ` [PATCH v8 4/7] devicetree: Add infineon to vendor-prefix.txt Christophe Ricard
2016-05-23 21:21   ` Jarkko Sakkinen
2016-05-18 22:35 ` [PATCH v8 6/7] tpm/tpm_tis: Split tpm_tis driver into a core and TCG TIS compliant phy Christophe Ricard
2016-05-23 21:24   ` Jarkko Sakkinen
2016-05-24  6:58   ` Jarkko Sakkinen
     [not found] ` <1463610953-2766-1-git-send-email-christophe-h.ricard-qxv4g6HH51o@public.gmane.org>
2016-05-18 22:35   ` [PATCH v8 1/7] tpm: Add include guards in tpm.h Christophe Ricard
2016-05-18 22:35   ` [PATCH v8 5/7] devicetree: Add Trusted Computing Group to vendor-prefix.txt Christophe Ricard
     [not found]     ` <1463610953-2766-6-git-send-email-christophe-h.ricard-qxv4g6HH51o@public.gmane.org>
2016-05-23 21:22       ` Jarkko Sakkinen
2016-05-18 22:35   ` [PATCH v8 7/7] tpm/tpm_tis_spi: Add support for spi phy Christophe Ricard
2016-06-17 18:05   ` [PATCH v8 0/7] Rework of tpm_tis to share common logic across phy's (lpc/spi/-i2c-) Jarkko Sakkinen
2016-05-23 21:31 ` Jarkko Sakkinen
2016-05-26 12:26 ` Jarkko Sakkinen
     [not found]   ` <20160526131932.C95EDC6047@b03ledav006.gho.boulder.ibm.com>
     [not found]     ` <20160526131932.C95EDC6047-YTr1IC4v7wD031Vs2vNS4j5RcGG8+4aCqyM6JfAXOaQ@public.gmane.org>
2016-05-26 16:05       ` Christophe Ricard
     [not found]   ` <20160526131932.30F57112056@b01ledav004.gho.pok.ibm.com>
2016-05-26 16:35     ` [tpmdd-devel] " Jarkko Sakkinen
     [not found]   ` <20160526122635.GA31557-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
2016-05-26 13:19     ` Stefan Berger
2016-05-28  8:59     ` Peter Huewe
2016-05-30 18:36       ` Jarkko Sakkinen [this message]

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=20160530183614.GA17850@intel.com \
    --to=jarkko.sakkinen@linux.intel.com \
    --cc=Alexander.Steffen@infineon.com \
    --cc=PeterHuewe@gmx.de \
    --cc=ashley@ashleylai.com \
    --cc=benoit.houyere@st.com \
    --cc=christophe-h.ricard@st.com \
    --cc=christophe.ricard@gmail.com \
    --cc=jean-luc.blanc@st.com \
    --cc=jgunthorpe@obsidianresearch.com \
    --cc=linux-security-module@vger.kernel.org \
    --cc=tpmdd-devel@lists.sourceforge.net \
    --cc=tpmdd@selhorst.net \
    /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.