linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v5 0/2] Enable PPI sysfs interface for TPM 2.0
@ 2015-05-02 18:10 Jarkko Sakkinen
  2015-05-02 18:10 ` [PATCH v5 1/2] sysfs: added sysfs_link_entry_to_kobj() Jarkko Sakkinen
  2015-05-02 18:10 ` [PATCH v5 2/2] tpm: move the PPI attributes to character device directory Jarkko Sakkinen
  0 siblings, 2 replies; 10+ messages in thread
From: Jarkko Sakkinen @ 2015-05-02 18:10 UTC (permalink / raw)
  To: peterhuewe, tpmdd-devel, linux-kernel; +Cc: Jarkko Sakkinen

Changes since v4:
* Removed dangling export of kernfs_remove_by_name_ns() from the first
  patch.

Changes since v3:
* Use sysfs_remove_link()

Changes since v2:
* Fixed to_tpm_chip() macro.
* Split into two patches.
* Renamed sysfs_link_group_to_kobj to sysfs_link_entry_to_kobj
* Only create the "backwards compatibility" symlink for TPM 1.x devices.

Jarkko Sakkinen (2):
  sysfs: added sysfs_link_entry_to_kobj()
  tpm: move the PPI attributes to character device directory.

 drivers/char/tpm/tpm-chip.c | 24 ++++++++++++++++--------
 drivers/char/tpm/tpm.h      | 17 ++++++-----------
 drivers/char/tpm/tpm_ppi.c  | 34 +++++++++++-----------------------
 fs/sysfs/group.c            | 42 ++++++++++++++++++++++++++++++++++++++++++
 include/linux/sysfs.h       |  8 ++++++++
 5 files changed, 83 insertions(+), 42 deletions(-)

-- 
2.1.4


^ permalink raw reply	[flat|nested] 10+ messages in thread
* [PATCH v5 0/2] Enable PPI sysfs interface for TPM 2.0
@ 2015-05-13  6:43 Jarkko Sakkinen
  2015-05-13  6:43 ` [PATCH v5 1/2] sysfs: added sysfs_link_entry_to_kobj() Jarkko Sakkinen
  0 siblings, 1 reply; 10+ messages in thread
From: Jarkko Sakkinen @ 2015-05-13  6:43 UTC (permalink / raw)
  To: tpmdd-devel, linux-kernel
  Cc: peterhuewe, gregkh, jgunthorpe, Jarkko Sakkinen, Guenter Roeck,
	NeilBrown, Simon Wunderlich, Tejun Heo

Changes since v4:
* Removed dangling export of kernfs_remove_by_name_ns() from the sysfs
  patch.

Changes since v3:
* Use sysfs_remove_link()

Changes since v2:
* Fixed to_tpm_chip() macro.
* Split into two patches.
* Renamed sysfs_link_group_to_kobj to sysfs_link_entry_to_kobj
* Only create the "backwards compatibility" symlink for TPM 1.x devices.

Jarkko Sakkinen (2):
  sysfs: added sysfs_link_entry_to_kobj()
  tpm: move the PPI attributes to character device directory.

 drivers/char/tpm/tpm-chip.c | 24 ++++++++++++++++--------
 drivers/char/tpm/tpm.h      | 17 ++++++-----------
 drivers/char/tpm/tpm_ppi.c  | 34 +++++++++++-----------------------
 fs/sysfs/group.c            | 42 ++++++++++++++++++++++++++++++++++++++++++
 include/linux/sysfs.h       |  8 ++++++++
 5 files changed, 83 insertions(+), 42 deletions(-)

-- 
2.1.4


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

end of thread, other threads:[~2015-05-13  6:44 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-05-02 18:10 [PATCH v5 0/2] Enable PPI sysfs interface for TPM 2.0 Jarkko Sakkinen
2015-05-02 18:10 ` [PATCH v5 1/2] sysfs: added sysfs_link_entry_to_kobj() Jarkko Sakkinen
2015-05-03 18:00   ` Greg Kroah-Hartman
2015-05-04  6:57     ` Jarkko Sakkinen
2015-05-04  7:42       ` Greg Kroah-Hartman
2015-05-06  6:00         ` Jarkko Sakkinen
2015-05-10 14:11           ` Greg Kroah-Hartman
2015-05-11  8:14             ` Jarkko Sakkinen
2015-05-02 18:10 ` [PATCH v5 2/2] tpm: move the PPI attributes to character device directory Jarkko Sakkinen
  -- strict thread matches above, loose matches on Subject: below --
2015-05-13  6:43 [PATCH v5 0/2] Enable PPI sysfs interface for TPM 2.0 Jarkko Sakkinen
2015-05-13  6:43 ` [PATCH v5 1/2] sysfs: added sysfs_link_entry_to_kobj() Jarkko Sakkinen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).