All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH V2 00/27] Drivers: ccree - align block comments
@ 2017-05-30  6:09 ` Derek Robson
  0 siblings, 0 replies; 9+ messages in thread
From: Derek Robson @ 2017-05-30  6:09 UTC (permalink / raw)
  To: gilad, gregkh
  Cc: linux-crypto, driverdev-devel, devel, linux-kernel, Derek Robson

Fixed block comments across whole ccree driver

Version #1 has some trailing white space issue in a few patches


Derek Robson (27):
  Drivers: ccree: ssi_sysfs.h - align block comments
  Drivers: ccree: ssi_sysfs.c - align block comments
  Drivers: ccree: ssi_request_mgr.h - align block comments
  Drivers: ccree: ssi_request_mgr.c - align block comments
  Drivers: ccree: ssi_pm_ext.h - align block comments
  Drivers: ccree: ssi_pm_ext.c - align block comments
  Drivers: ccree: ssi_pm.h - align block comments
  Drivers: ccree: ssi_ivgen.c - align block comments
  Drivers: ccree: ssi_hash.h - align block comments
  Drivers: ccree: ssi_hash.c - align block comments
  Drivers: ccree: ssi_fips_local.c - align block comments
  Drivers: ccree: ssi_fips_ll.c - align block comments
  Drivers: ccree: ssi_fips_ext.c - align block comments
  Drivers: ccree: ssi_fips_data.h - align block comments
  Drivers: ccree: ssi_fips.h - align block comments
  Drivers: ccree: ssi_fips.c - align block comments
  Drivers: ccree: ssi_driver.h - align block comments
  Drivers: ccree: ssi_config.h - align block comments
  Drivers: ccree: ssi_cipher.h - align block comments
  Drivers: ccree: ssi_buffer_mgr.h - align block comments
  Drivers: ccree: ssi_buffer_mgr.c - align block comments
  Drivers: ccree: ssi_aead.h - align block comments
  Drivers: ccree: ssi_aead.c - align block comments
  Drivers: ccree: hash_defs.h - align block comments
  Drivers: ccree: cc_regs.h - align block comments
  Drivers: ccree: cc_hw_queue_defs.h - align block comments
  Drivers: ccree: cc_crypto_ctx.h - align block comments

 drivers/staging/ccree/cc_crypto_ctx.h    | 17 +++---
 drivers/staging/ccree/cc_hw_queue_defs.h | 32 +++++------
 drivers/staging/ccree/cc_regs.h          | 13 ++---
 drivers/staging/ccree/hash_defs.h        | 15 +++---
 drivers/staging/ccree/ssi_aead.c         | 45 ++++++++++------
 drivers/staging/ccree/ssi_aead.h         |  7 +--
 drivers/staging/ccree/ssi_buffer_mgr.c   | 87 +++++++++++++++++-------------
 drivers/staging/ccree/ssi_buffer_mgr.h   |  2 +-
 drivers/staging/ccree/ssi_cipher.h       |  2 +-
 drivers/staging/ccree/ssi_config.h       |  5 +-
 drivers/staging/ccree/ssi_driver.h       | 16 +++---
 drivers/staging/ccree/ssi_fips.c         | 16 +++---
 drivers/staging/ccree/ssi_fips.h         |  6 +--
 drivers/staging/ccree/ssi_fips_data.h    | 93 ++++++++++++++++----------------
 drivers/staging/ccree/ssi_fips_ext.c     | 46 ++++++++--------
 drivers/staging/ccree/ssi_fips_ll.c      | 21 ++++----
 drivers/staging/ccree/ssi_fips_local.c   | 21 ++++----
 drivers/staging/ccree/ssi_hash.c         |  9 ++--
 drivers/staging/ccree/ssi_hash.h         |  2 +-
 drivers/staging/ccree/ssi_ivgen.c        |  6 ++-
 drivers/staging/ccree/ssi_pm.h           |  2 +-
 drivers/staging/ccree/ssi_pm_ext.c       | 14 ++---
 drivers/staging/ccree/ssi_pm_ext.h       |  2 +-
 drivers/staging/ccree/ssi_request_mgr.c  | 37 +++++++------
 drivers/staging/ccree/ssi_request_mgr.h  |  2 +-
 drivers/staging/ccree/ssi_sysfs.c        |  3 +-
 drivers/staging/ccree/ssi_sysfs.h        |  2 +-
 27 files changed, 288 insertions(+), 235 deletions(-)

-- 
2.13.0

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

* [PATCH V2 00/27] Drivers: ccree - align block comments
@ 2017-05-30  6:09 ` Derek Robson
  0 siblings, 0 replies; 9+ messages in thread
From: Derek Robson @ 2017-05-30  6:09 UTC (permalink / raw)
  To: gilad, gregkh
  Cc: devel, Derek Robson, driverdev-devel, linux-crypto, linux-kernel

Fixed block comments across whole ccree driver

Version #1 has some trailing white space issue in a few patches


Derek Robson (27):
  Drivers: ccree: ssi_sysfs.h - align block comments
  Drivers: ccree: ssi_sysfs.c - align block comments
  Drivers: ccree: ssi_request_mgr.h - align block comments
  Drivers: ccree: ssi_request_mgr.c - align block comments
  Drivers: ccree: ssi_pm_ext.h - align block comments
  Drivers: ccree: ssi_pm_ext.c - align block comments
  Drivers: ccree: ssi_pm.h - align block comments
  Drivers: ccree: ssi_ivgen.c - align block comments
  Drivers: ccree: ssi_hash.h - align block comments
  Drivers: ccree: ssi_hash.c - align block comments
  Drivers: ccree: ssi_fips_local.c - align block comments
  Drivers: ccree: ssi_fips_ll.c - align block comments
  Drivers: ccree: ssi_fips_ext.c - align block comments
  Drivers: ccree: ssi_fips_data.h - align block comments
  Drivers: ccree: ssi_fips.h - align block comments
  Drivers: ccree: ssi_fips.c - align block comments
  Drivers: ccree: ssi_driver.h - align block comments
  Drivers: ccree: ssi_config.h - align block comments
  Drivers: ccree: ssi_cipher.h - align block comments
  Drivers: ccree: ssi_buffer_mgr.h - align block comments
  Drivers: ccree: ssi_buffer_mgr.c - align block comments
  Drivers: ccree: ssi_aead.h - align block comments
  Drivers: ccree: ssi_aead.c - align block comments
  Drivers: ccree: hash_defs.h - align block comments
  Drivers: ccree: cc_regs.h - align block comments
  Drivers: ccree: cc_hw_queue_defs.h - align block comments
  Drivers: ccree: cc_crypto_ctx.h - align block comments

 drivers/staging/ccree/cc_crypto_ctx.h    | 17 +++---
 drivers/staging/ccree/cc_hw_queue_defs.h | 32 +++++------
 drivers/staging/ccree/cc_regs.h          | 13 ++---
 drivers/staging/ccree/hash_defs.h        | 15 +++---
 drivers/staging/ccree/ssi_aead.c         | 45 ++++++++++------
 drivers/staging/ccree/ssi_aead.h         |  7 +--
 drivers/staging/ccree/ssi_buffer_mgr.c   | 87 +++++++++++++++++-------------
 drivers/staging/ccree/ssi_buffer_mgr.h   |  2 +-
 drivers/staging/ccree/ssi_cipher.h       |  2 +-
 drivers/staging/ccree/ssi_config.h       |  5 +-
 drivers/staging/ccree/ssi_driver.h       | 16 +++---
 drivers/staging/ccree/ssi_fips.c         | 16 +++---
 drivers/staging/ccree/ssi_fips.h         |  6 +--
 drivers/staging/ccree/ssi_fips_data.h    | 93 ++++++++++++++++----------------
 drivers/staging/ccree/ssi_fips_ext.c     | 46 ++++++++--------
 drivers/staging/ccree/ssi_fips_ll.c      | 21 ++++----
 drivers/staging/ccree/ssi_fips_local.c   | 21 ++++----
 drivers/staging/ccree/ssi_hash.c         |  9 ++--
 drivers/staging/ccree/ssi_hash.h         |  2 +-
 drivers/staging/ccree/ssi_ivgen.c        |  6 ++-
 drivers/staging/ccree/ssi_pm.h           |  2 +-
 drivers/staging/ccree/ssi_pm_ext.c       | 14 ++---
 drivers/staging/ccree/ssi_pm_ext.h       |  2 +-
 drivers/staging/ccree/ssi_request_mgr.c  | 37 +++++++------
 drivers/staging/ccree/ssi_request_mgr.h  |  2 +-
 drivers/staging/ccree/ssi_sysfs.c        |  3 +-
 drivers/staging/ccree/ssi_sysfs.h        |  2 +-
 27 files changed, 288 insertions(+), 235 deletions(-)

-- 
2.13.0

_______________________________________________
devel mailing list
devel@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel

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

* Re: [PATCH V2 00/27] Drivers: ccree - align block comments
  2017-05-30  6:09 ` Derek Robson
@ 2017-05-30  6:49   ` Antoine Tenart
  -1 siblings, 0 replies; 9+ messages in thread
From: Antoine Tenart @ 2017-05-30  6:49 UTC (permalink / raw)
  To: Derek Robson
  Cc: gilad, gregkh, linux-crypto, driverdev-devel, devel, linux-kernel

[-- Attachment #1: Type: text/plain, Size: 394 bytes --]

Hello Derek,

On Tue, May 30, 2017 at 06:09:37PM +1200, Derek Robson wrote:
> Fixed block comments across whole ccree driver

Since all these commits are doing the same logical change across a
single driver, you could probably squash them all into a single one.

Thanks!
Antoine

-- 
Antoine Ténart, Free Electrons
Embedded Linux and Kernel engineering
http://free-electrons.com

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 819 bytes --]

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

* Re: [PATCH V2 00/27] Drivers: ccree - align block comments
@ 2017-05-30  6:49   ` Antoine Tenart
  0 siblings, 0 replies; 9+ messages in thread
From: Antoine Tenart @ 2017-05-30  6:49 UTC (permalink / raw)
  To: Derek Robson; +Cc: devel, gregkh, driverdev-devel, linux-kernel, linux-crypto


[-- Attachment #1.1: Type: text/plain, Size: 394 bytes --]

Hello Derek,

On Tue, May 30, 2017 at 06:09:37PM +1200, Derek Robson wrote:
> Fixed block comments across whole ccree driver

Since all these commits are doing the same logical change across a
single driver, you could probably squash them all into a single one.

Thanks!
Antoine

-- 
Antoine Ténart, Free Electrons
Embedded Linux and Kernel engineering
http://free-electrons.com

[-- Attachment #1.2: signature.asc --]
[-- Type: application/pgp-signature, Size: 819 bytes --]

[-- Attachment #2: Type: text/plain, Size: 169 bytes --]

_______________________________________________
devel mailing list
devel@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel

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

* Re: [PATCH V2 00/27] Drivers: ccree - align block comments
  2017-05-30  6:49   ` Antoine Tenart
@ 2017-05-30 21:59     ` Tobin C. Harding
  -1 siblings, 0 replies; 9+ messages in thread
From: Tobin C. Harding @ 2017-05-30 21:59 UTC (permalink / raw)
  To: Antoine Tenart
  Cc: devel, Derek Robson, gregkh, driverdev-devel, linux-kernel, linux-crypto

On Tue, May 30, 2017 at 08:49:41AM +0200, Antoine Tenart wrote:
> Hello Derek,
> 
> On Tue, May 30, 2017 at 06:09:37PM +1200, Derek Robson wrote:
> > Fixed block comments across whole ccree driver
> 
> Since all these commits are doing the same logical change across a
> single driver, you could probably squash them all into a single one.

I suggested that when v1 was submitted ;)

> 
> Thanks!
> Antoine

thanks,
Tobin.

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

* Re: [PATCH V2 00/27] Drivers: ccree - align block comments
@ 2017-05-30 21:59     ` Tobin C. Harding
  0 siblings, 0 replies; 9+ messages in thread
From: Tobin C. Harding @ 2017-05-30 21:59 UTC (permalink / raw)
  To: Antoine Tenart
  Cc: Derek Robson, devel, gregkh, driverdev-devel, linux-kernel, linux-crypto

On Tue, May 30, 2017 at 08:49:41AM +0200, Antoine Tenart wrote:
> Hello Derek,
> 
> On Tue, May 30, 2017 at 06:09:37PM +1200, Derek Robson wrote:
> > Fixed block comments across whole ccree driver
> 
> Since all these commits are doing the same logical change across a
> single driver, you could probably squash them all into a single one.

I suggested that when v1 was submitted ;)

> 
> Thanks!
> Antoine

thanks,
Tobin.

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

* Re: [PATCH V2 00/27] Drivers: ccree - align block comments
  2017-05-30  6:09 ` Derek Robson
  (?)
@ 2017-06-03  8:53   ` Greg KH
  -1 siblings, 0 replies; 9+ messages in thread
From: Greg KH @ 2017-06-03  8:53 UTC (permalink / raw)
  To: Derek Robson; +Cc: devel, driverdev-devel, linux-crypto, linux-kernel

On Tue, May 30, 2017 at 06:09:37PM +1200, Derek Robson wrote:
> Fixed block comments across whole ccree driver
> 
> Version #1 has some trailing white space issue in a few patches

Some of these applied, some did not :(

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

* Re: [PATCH V2 00/27] Drivers: ccree - align block comments
@ 2017-06-03  8:53   ` Greg KH
  0 siblings, 0 replies; 9+ messages in thread
From: Greg KH @ 2017-06-03  8:53 UTC (permalink / raw)
  To: Derek Robson; +Cc: gilad, devel, driverdev-devel, linux-crypto, linux-kernel

On Tue, May 30, 2017 at 06:09:37PM +1200, Derek Robson wrote:
> Fixed block comments across whole ccree driver
> 
> Version #1 has some trailing white space issue in a few patches

Some of these applied, some did not :(

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

* Re: [PATCH V2 00/27] Drivers: ccree - align block comments
@ 2017-06-03  8:53   ` Greg KH
  0 siblings, 0 replies; 9+ messages in thread
From: Greg KH @ 2017-06-03  8:53 UTC (permalink / raw)
  To: Derek Robson; +Cc: devel, driverdev-devel, linux-crypto, linux-kernel

On Tue, May 30, 2017 at 06:09:37PM +1200, Derek Robson wrote:
> Fixed block comments across whole ccree driver
> 
> Version #1 has some trailing white space issue in a few patches

Some of these applied, some did not :(
_______________________________________________
devel mailing list
devel@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel

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

end of thread, other threads:[~2017-06-03 14:09 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-05-30  6:09 [PATCH V2 00/27] Drivers: ccree - align block comments Derek Robson
2017-05-30  6:09 ` Derek Robson
2017-05-30  6:49 ` Antoine Tenart
2017-05-30  6:49   ` Antoine Tenart
2017-05-30 21:59   ` Tobin C. Harding
2017-05-30 21:59     ` Tobin C. Harding
2017-06-03  8:53 ` Greg KH
2017-06-03  8:53   ` Greg KH
2017-06-03  8:53   ` Greg KH

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.