All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jason Gunthorpe <jgunthorpe-ePGOBjL8dl3ta4EC/59zMFaTQe2KTcn/@public.gmane.org>
To: Nayna <nayna-23VcF4HTsmIX0ybBhKVfKdBPR1lH4CV8@public.gmane.org>
Cc: Andrew Azmansky
	<andrew.zamansky-KrzQf0k3Iz9BDgjK7y7TUQ@public.gmane.org>,
	David Heller <hellerda-r/Jw6+rmf7HQT0dZR+AlfA@public.gmane.org>,
	tpmdd-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org,
	George Wilson <gcwilson-r/Jw6+rmf7HQT0dZR+AlfA@public.gmane.org>
Subject: Re: Regarding recently Added TPM2.0 support to the Nuvoton i2c driver
Date: Tue, 26 Jul 2016 14:17:11 -0600	[thread overview]
Message-ID: <20160726201711.GA17742@obsidianresearch.com> (raw)
In-Reply-To: <5797A893.9020205-23VcF4HTsmIX0ybBhKVfKdBPR1lH4CV8@public.gmane.org>

On Tue, Jul 26, 2016 at 11:44:43PM +0530, Nayna wrote:
> I got these questions while testing some TPM2.0 stuff using the kernel 
> code from repo having this patch and am using Nuvoton TPM.
> 
> #1. It seems that support is added only for following device-ids.
>          {.compatible = "nuvoton,npct501"},
>          {.compatible = "winbond,wpct301"},
>          {.compatible = "nuvoton,npct601", .data = OF_IS_TPM2},
> 
> So, was wondering about why device id nuvoton,npct650  wasn't added for 
> the support ?

Yes, that was the device ID list for Nuvoton.

It is convention in device tree to include older device IDs if the
device is compatible.

So you might do

 compatible = "nuvoton,npct650", "nuvoton,npct601"

Andrew, is 601 even the right name?

> Was it expected to work with some wild-card type device-id as specified 
> in the first line of description comment of file i.e. npct6XX. ?

No.

> So, why is there hard-coded checking and not using tpm2_probe() method 
> which is itself based on direct TPM hardware response for setting the 
> TPM2 flag. ? Is there something I am missing in the design which 
> mandates to have .data set as OF_IS_TPM2.

Generally speaking probing is somewhat discouraged, currently we only
probe for PC platform tis (and even that might be a mistake), all
other drivers are designed to be explicit.

Jason

------------------------------------------------------------------------------
What NetFlow Analyzer can do for you? Monitors network bandwidth and traffic
patterns at an interface-level. Reveals which users, apps, and protocols are 
consuming the most bandwidth. Provides multi-vendor support for NetFlow, 
J-Flow, sFlow and other flows. Make informed decisions using capacity planning
reports.http://sdm.link/zohodev2dev

  parent reply	other threads:[~2016-07-26 20:17 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-07-26 18:14 Regarding recently Added TPM2.0 support to the Nuvoton i2c driver Nayna
     [not found] ` <5797A893.9020205-23VcF4HTsmIX0ybBhKVfKdBPR1lH4CV8@public.gmane.org>
2016-07-26 20:17   ` Jason Gunthorpe [this message]
     [not found]     ` <20160726201711.GA17742-ePGOBjL8dl3ta4EC/59zMFaTQe2KTcn/@public.gmane.org>
2016-07-26 20:39       ` George Wilson
     [not found]         ` <20160726203902.GA17730-r/Jw6+rmf7HQT0dZR+AlfA@public.gmane.org>
2016-07-26 21:03           ` Jason Gunthorpe
     [not found]             ` <20160726210344.GA18332-ePGOBjL8dl3ta4EC/59zMFaTQe2KTcn/@public.gmane.org>
2016-07-27 16:05               ` George Wilson
     [not found]                 ` <20160727160511.GA26597-r/Jw6+rmf7HQT0dZR+AlfA@public.gmane.org>
2016-07-27 16:31                   ` Jason Gunthorpe
     [not found]                     ` <20160727163152.GA27915-ePGOBjL8dl3ta4EC/59zMFaTQe2KTcn/@public.gmane.org>
2016-07-27 21:46                       ` George Wilson
2016-07-27 14:30       ` Dave Heller
     [not found]         ` <5798C571.1000309-23VcF4HTsmIX0ybBhKVfKdBPR1lH4CV8@public.gmane.org>
2016-07-27 16:24           ` Jason Gunthorpe
     [not found]             ` <20160727162415.GA18843-ePGOBjL8dl3ta4EC/59zMFaTQe2KTcn/@public.gmane.org>
2016-07-27 17:27               ` Dave Heller
     [not found]                 ` <5798EEFB.1000004-23VcF4HTsmIX0ybBhKVfKdBPR1lH4CV8@public.gmane.org>
2016-07-27 17:42                   ` Jason Gunthorpe
     [not found]                     ` <20160727174229.GA28681-ePGOBjL8dl3ta4EC/59zMFaTQe2KTcn/@public.gmane.org>
2016-07-27 22:34                       ` George Wilson
     [not found]                         ` <20160727223419.GA6132-r/Jw6+rmf7HQT0dZR+AlfA@public.gmane.org>
2016-07-29  6:40                           ` Nayna
2016-08-26  3:49       ` Jarkko Sakkinen

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=20160726201711.GA17742@obsidianresearch.com \
    --to=jgunthorpe-epgobjl8dl3ta4ec/59zmfatqe2ktcn/@public.gmane.org \
    --cc=andrew.zamansky-KrzQf0k3Iz9BDgjK7y7TUQ@public.gmane.org \
    --cc=gcwilson-r/Jw6+rmf7HQT0dZR+AlfA@public.gmane.org \
    --cc=hellerda-r/Jw6+rmf7HQT0dZR+AlfA@public.gmane.org \
    --cc=nayna-23VcF4HTsmIX0ybBhKVfKdBPR1lH4CV8@public.gmane.org \
    --cc=tpmdd-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org \
    /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.