public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* Re: [tpmdd-devel] Patch for Broadcom TPM TIS device HID
       [not found]   ` <379cac7442a57a702f75cb2194dee9eb@localhost>
@ 2008-07-10  0:34     ` Rajiv Andrade
  2008-07-11 19:16       ` Andrew Morton
  0 siblings, 1 reply; 3+ messages in thread
From: Rajiv Andrade @ 2008-07-10  0:34 UTC (permalink / raw)
  To: eledisez; +Cc: tpmdd-devel, linux-kernel

This depends on patch posted with "[PATCH] tpm: add Intel TPM TIS device HID" subject.

From: LE DISEZ Erwan <eledisez@grounation.org>
Subject: add Broadcom TPM TIS device HID

	Signed-off-by: Rajiv Andrade <srajiv@linux.vnet.ibm.com>
---
 drivers/char/tpm/tpm_tis.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/drivers/char/tpm/tpm_tis.c b/drivers/char/tpm/tpm_tis.c
index c7a977b..ed1879c 100644
--- a/drivers/char/tpm/tpm_tis.c
+++ b/drivers/char/tpm/tpm_tis.c
@@ -622,6 +622,7 @@ static struct pnp_device_id tpm_pnp_tbl[] __devinitdata = {
 	{"ATM1200", 0},		/* Atmel */
 	{"IFX0102", 0},		/* Infineon */
 	{"BCM0101", 0},		/* Broadcom */
+	{"BCM0102", 0},		/* Broadcom */
 	{"NSC1200", 0},		/* National */
 	{"ICO0102", 0},		/* Intel */
 	/* Add new here */
-- 

On Thu, 2008-07-10 at 01:03 +0200, eledisez wrote:
> Hi,
> 
> all right, for the next time.
> 
> Thanks.
> Erwan.
> 
> On Wed, 09 Jul 2008 18:49:51 -0300, Rajiv Andrade
> <srajiv@linux.vnet.ibm.com> wrote:
> > Please add the Signed-off-by and whenever possible submit the patch in
> > `patch -p1' form.
> > 
> > Thanks,
> > Rajiv
> > 
> > On Sat, 2008-07-05 at 12:12 +0200, Erwan LE DISEZ wrote:
> >> This patch adds Broadcom TPM TIS device HID : BCM0102.
> >> 
> >> Tested with by DELL D630 Laptop computer.
> >> Best regards. LE DISEZ Erwan.
> >>
> > -------------------------------------------------------------------------
> >> Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW!
> >> Studies have shown that voting for your favorite open source project,
> >> along with a healthy diet, reduces your potential for chronic lameness
> >> and boredom. Vote Now at http://www.sourceforge.net/community/cca08
> >> _______________________________________________ tpmdd-devel mailing list
> > tpmdd-devel@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/tpmdd-devel


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [tpmdd-devel] Patch for Broadcom TPM TIS device HID
  2008-07-10  0:34     ` [tpmdd-devel] Patch for Broadcom TPM TIS device HID Rajiv Andrade
@ 2008-07-11 19:16       ` Andrew Morton
  2008-07-12 17:44         ` Rajiv Andrade
  0 siblings, 1 reply; 3+ messages in thread
From: Andrew Morton @ 2008-07-11 19:16 UTC (permalink / raw)
  To: Rajiv Andrade; +Cc: eledisez, tpmdd-devel, linux-kernel

On Wed, 09 Jul 2008 21:34:23 -0300 Rajiv Andrade <srajiv@linux.vnet.ibm.com> wrote:

> This depends on patch posted with "[PATCH] tpm: add Intel TPM TIS device HID" subject.
> 
> From: LE DISEZ Erwan <eledisez@grounation.org>
> Subject: add Broadcom TPM TIS device HID
> 
> 	Signed-off-by: Rajiv Andrade <srajiv@linux.vnet.ibm.com>
> ---
>  drivers/char/tpm/tpm_tis.c |    1 +
>  1 files changed, 1 insertions(+), 0 deletions(-)
> 
> diff --git a/drivers/char/tpm/tpm_tis.c b/drivers/char/tpm/tpm_tis.c
> index c7a977b..ed1879c 100644
> --- a/drivers/char/tpm/tpm_tis.c
> +++ b/drivers/char/tpm/tpm_tis.c
> @@ -622,6 +622,7 @@ static struct pnp_device_id tpm_pnp_tbl[] __devinitdata = {
>  	{"ATM1200", 0},		/* Atmel */
>  	{"IFX0102", 0},		/* Infineon */
>  	{"BCM0101", 0},		/* Broadcom */
> +	{"BCM0102", 0},		/* Broadcom */
>  	{"NSC1200", 0},		/* National */
>  	{"ICO0102", 0},		/* Intel */
>  	/* Add new here */

Thanks.  I'll see if we can squeeze this into 2.6.26.

I'm a bit confused over who wrote the patch?  Your changelog implies it
was LE DISEZ Erwan <eledisez@grounation.org>.  Is that correct?

Also: Debora and Rajiv, could we please get your email addresses
into ./MAINTAINERS?  At present all we have is

TPM DEVICE DRIVER
P:     Debora Velarde
P:     Rajiv Andrade
M:      tpmdd-devel@lists.sourceforge.net
W:      http://tpmdd.sourceforge.net
P:      Marcel Selhorst
M:      tpm@selhorst.net
W:      http://www.prosec.rub.de/tpm/
L:      tpmdd-devel@lists.sourceforge.net
S:      Maintained

(pls fix the whitespace there too!)

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [tpmdd-devel] Patch for Broadcom TPM TIS device HID
  2008-07-11 19:16       ` Andrew Morton
@ 2008-07-12 17:44         ` Rajiv Andrade
  0 siblings, 0 replies; 3+ messages in thread
From: Rajiv Andrade @ 2008-07-12 17:44 UTC (permalink / raw)
  To: Andrew Morton; +Cc: eledisez, tpmdd-devel, linux-kernel


On Fri, 2008-07-11 at 12:16 -0700, Andrew Morton wrote: 
> On Wed, 09 Jul 2008 21:34:23 -0300 Rajiv Andrade <srajiv@linux.vnet.ibm.com> wrote:
> 
> > This depends on patch posted with "[PATCH] tpm: add Intel TPM TIS device HID" subject.
> > 
> > From: LE DISEZ Erwan <eledisez@grounation.org>
> > Subject: add Broadcom TPM TIS device HID
> > 
> > 	Signed-off-by: Rajiv Andrade <srajiv@linux.vnet.ibm.com>
> > ---
> >  drivers/char/tpm/tpm_tis.c |    1 +
> >  1 files changed, 1 insertions(+), 0 deletions(-)
> > 
> > diff --git a/drivers/char/tpm/tpm_tis.c b/drivers/char/tpm/tpm_tis.c
> > index c7a977b..ed1879c 100644
> > --- a/drivers/char/tpm/tpm_tis.c
> > +++ b/drivers/char/tpm/tpm_tis.c
> > @@ -622,6 +622,7 @@ static struct pnp_device_id tpm_pnp_tbl[] __devinitdata = {
> >  	{"ATM1200", 0},		/* Atmel */
> >  	{"IFX0102", 0},		/* Infineon */
> >  	{"BCM0101", 0},		/* Broadcom */
> > +	{"BCM0102", 0},		/* Broadcom */
> >  	{"NSC1200", 0},		/* National */
> >  	{"ICO0102", 0},		/* Intel */
> >  	/* Add new here */
> 
> Thanks.  I'll see if we can squeeze this into 2.6.26.
> 
> I'm a bit confused over who wrote the patch?  Your changelog implies it
> was LE DISEZ Erwan <eledisez@grounation.org>.  Is that correct?

Yes, it was him, I just added the Signed-off-by that he didn't and made it apply
cleanly after "[PATCH] tpm: add Intel TPM TIS device HID".

> 
> Also: Debora and Rajiv, could we please get your email addresses
> into ./MAINTAINERS?  At present all we have is
> 
> TPM DEVICE DRIVER
> P:     Debora Velarde
> P:     Rajiv Andrade
> M:      tpmdd-devel@lists.sourceforge.net
> W:      http://tpmdd.sourceforge.net
> P:      Marcel Selhorst
> M:      tpm@selhorst.net
> W:      http://www.prosec.rub.de/tpm/
> L:      tpmdd-devel@lists.sourceforge.net
> S:      Maintained

Sure! 
> 
> (pls fix the whitespace there too!)

My fault. I'd already submitted a patch correcting this, but I'm going to submit a new one with both fixes.

Thanks


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2008-07-12 17:47 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <2d97a3960807050312w76bde4c7hadeebb8a36aae761@mail.gmail.com>
     [not found] ` <1215640191.25273.45.camel@blackbox>
     [not found]   ` <379cac7442a57a702f75cb2194dee9eb@localhost>
2008-07-10  0:34     ` [tpmdd-devel] Patch for Broadcom TPM TIS device HID Rajiv Andrade
2008-07-11 19:16       ` Andrew Morton
2008-07-12 17:44         ` Rajiv Andrade

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox