Re: [PATCH -next] crypto: caam: Convert to DEFINE_SHOW_ATTRIBUTE

2020-09-17 Thread miaoqinglang
在 2020/7/20 20:01, Horia Geantă 写道: On 7/16/2020 12:00 PM, Qinglang Miao wrote: From: Liu Shixin Use DEFINE_SHOW_ATTRIBUTE macro to simplify the code. Signed-off-by: Liu Shixin Reviewed-by: Horia Geantă This patch depends on linux-next commit 4d4901c6d748 ("seq_file: switch over direct

Re: [PATCH -next] crypto: caam: Convert to DEFINE_SHOW_ATTRIBUTE

2020-09-17 Thread miaoqinglang
在 2020/7/25 20:05, Herbert Xu 写道: On Sat, Jul 25, 2020 at 05:00:02PM +0800, miaoqinglang wrote: Or If you don't mind, I can resend a patch besed on mainline rather than -next now. Please don't as that will just cause more conflicts. Hi Herbert, I've resent a new patch against linux-next

Re: [PATCH -next] crypto: caam: Convert to DEFINE_SHOW_ATTRIBUTE

2020-07-25 Thread Herbert Xu
On Sat, Jul 25, 2020 at 05:00:02PM +0800, miaoqinglang wrote: > > Or If you don't mind, I can resend a patch besed on mainline rather than > -next now. Please don't as that will just cause more conflicts. Thanks, -- Email: Herbert Xu Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: htt

Re: [PATCH -next] crypto: caam: Convert to DEFINE_SHOW_ATTRIBUTE

2020-07-25 Thread miaoqinglang
在 2020/7/23 15:25, Herbert Xu 写道: Horia Geantă wrote: On 7/16/2020 12:00 PM, Qinglang Miao wrote: From: Liu Shixin Use DEFINE_SHOW_ATTRIBUTE macro to simplify the code. Signed-off-by: Liu Shixin Reviewed-by: Horia Geantă This patch depends on linux-next commit 4d4901c6d748 ("seq_file

Re: [PATCH -next] crypto: caam: Convert to DEFINE_SHOW_ATTRIBUTE

2020-07-23 Thread Herbert Xu
Horia Geantă wrote: > On 7/16/2020 12:00 PM, Qinglang Miao wrote: >> From: Liu Shixin >> >> Use DEFINE_SHOW_ATTRIBUTE macro to simplify the code. >> >> Signed-off-by: Liu Shixin > Reviewed-by: Horia Geantă > > This patch depends on linux-next > commit 4d4901c6d748 ("seq_file: switch over dir

Re: [PATCH -next] crypto: caam: Convert to DEFINE_SHOW_ATTRIBUTE

2020-07-20 Thread Horia Geantă
On 7/16/2020 12:00 PM, Qinglang Miao wrote: > From: Liu Shixin > > Use DEFINE_SHOW_ATTRIBUTE macro to simplify the code. > > Signed-off-by: Liu Shixin Reviewed-by: Horia Geantă This patch depends on linux-next commit 4d4901c6d748 ("seq_file: switch over direct seq_read method calls to seq_re

[PATCH -next] crypto: caam: Convert to DEFINE_SHOW_ATTRIBUTE

2020-07-16 Thread Qinglang Miao
From: Liu Shixin Use DEFINE_SHOW_ATTRIBUTE macro to simplify the code. Signed-off-by: Liu Shixin --- drivers/crypto/caam/dpseci-debugfs.c | 23 ++- 1 file changed, 2 insertions(+), 21 deletions(-) diff --git a/drivers/crypto/caam/dpseci-debugfs.c b/drivers/crypto/caam/dps