Re: [PATCH] - TPM device driver layer (tpm.c|h) - 2nd repost

2007-11-20 Thread Richard MUSIL
Gentlemen, I am sorry for confusion, really do not have my day today :(. In the last patch I mistakenly removed call to original release. Now it should be OK. Richard >From 208991bcea7034202b9504c2e26c9b2edbf6e31d Mon Sep 17 00:00:00 2001 From: Richard Musil <[EMAIL PROTECTED]> Date

Re: [PATCH] - TPM device driver layer (tpm.c|h) - 2nd repost

2007-11-20 Thread Richard MUSIL
Hello Andrew, I am including 2nd version of the patch, slightly modified according to your comments. See inline my response: On 20.11.2007 7:37, Andrew Morton wrote: > On Tue, 25 Sep 2007 15:14:50 +0200 Richard MUSIL <[EMAIL PROTECTED]> wrote: > >> The patch follows even more

Re: [PATCH] - TPM device driver layer (tpm.c|h) - 2nd repost

2007-11-20 Thread Richard MUSIL
Hello Andrew, I am including 2nd version of the patch, slightly modified according to your comments. See inline my response: On 20.11.2007 7:37, Andrew Morton wrote: On Tue, 25 Sep 2007 15:14:50 +0200 Richard MUSIL [EMAIL PROTECTED] wrote: The patch follows even more below. Thanks. We

Re: [PATCH] - TPM device driver layer (tpm.c|h) - 2nd repost

2007-11-20 Thread Richard MUSIL
Gentlemen, I am sorry for confusion, really do not have my day today :(. In the last patch I mistakenly removed call to original release. Now it should be OK. Richard From 208991bcea7034202b9504c2e26c9b2edbf6e31d Mon Sep 17 00:00:00 2001 From: Richard Musil [EMAIL PROTECTED] Date: Tue, 20 Nov

Problem with http access to stable git - linux-2.6.23.y

2007-11-14 Thread Richard MUSIL
I am experiencing problem when accessing 2.6.23.y stable git over http. In my config I have: [core] repositoryformatversion = 0 filemode = true bare = false logallrefupdates = true [remote "origin"] url =

Problem with http access to stable git - linux-2.6.23.y

2007-11-14 Thread Richard MUSIL
I am experiencing problem when accessing 2.6.23.y stable git over http. In my config I have: [core] repositoryformatversion = 0 filemode = true bare = false logallrefupdates = true [remote origin] url =

Re: [PATCH] - TPM device driver layer (tpm.c|h) - repost

2007-09-25 Thread Richard MUSIL
it accepted. The patch follows even more below. Thanks, Richard Greg KH wrote: > On Thu, Aug 23, 2007 at 10:46:55AM +0200, Richard MUSIL wrote: >> Dear all, >> >> I am currently writing virtual TPM device driver. This driver exposes >> itself and behaves like regular TPM

[PATCH] - TPM device driver layer (tpm.c|h)

2007-08-23 Thread Richard MUSIL
ed. -- Richard >From bd80b63ca2e1edb761a3ffcf87bd86c30a44ca5f Mon Sep 17 00:00:00 2001 From: Richard Musil <[EMAIL PROTECTED]> Date: Tue, 21 Aug 2007 16:46:06 +0200 Subject: [PATCH] Change in TPM module: The clean up procedure now uses platform device "release" callback to handle memory clean up. For this pur

[PATCH] - TPM device driver layer (tpm.c|h)

2007-08-23 Thread Richard MUSIL
Sep 17 00:00:00 2001 From: Richard Musil [EMAIL PROTECTED] Date: Tue, 21 Aug 2007 16:46:06 +0200 Subject: [PATCH] Change in TPM module: The clean up procedure now uses platform device release callback to handle memory clean up. For this purpose release function callback was added to struct