All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 00/12] staging: fsl-mc: cleanup and uprev to MC v10.x
@ 2016-10-26 16:20 Stuart Yoder
  2016-10-26 16:20 ` [PATCH v2 01/12] staging: fsl-mc: update MAINTAINERS Stuart Yoder
                   ` (11 more replies)
  0 siblings, 12 replies; 13+ messages in thread
From: Stuart Yoder @ 2016-10-26 16:20 UTC (permalink / raw)
  To: gregkh
  Cc: german.rivera, devel, linux-kernel, agraf, arnd, leoyang.li,
	ioana.ciornei, catalin.horghidan, Stuart Yoder

This patch does miscellaneous minor cleanup and uprevs the supported
MC firmware version to 10.x.

version 2 changes
  -move MAINTAINERS change so it's sorted properly
  -split whitespace cleanup into separate patches
  -split message cleanup into separate patches
  -use pr_fmt to set a message prefix
  -some commit message updates

Ioana Ciornei (3):
  staging: fsl-mc: whitespace cleanup: align function args
  staging: fsl-mc: whitespace cleanup: improve alignment in prototypes
  staging: fsl-mc: uprev binary interface to match MC v10.x

Stuart Yoder (9):
  staging: fsl-mc: update MAINTAINERS
  staging: fsl-mc: whitespace cleanup: remove blank lines
  staging: fsl-mc: whitespace cleanup: remove extraenous tabs
  staging: fsl-mc: cleanup comment style
  staging: fsl-mc: improve pr_* messages
  staging: fsl-mc: improve message clarity by adding __func__
  staging: fsl-mc: cleanup: improve clarity of messages
  staging: fsl-mc: improve wording in comments
  staging: fsl-mc: update copyright dates

 MAINTAINERS                                        |  13 +-
 drivers/staging/fsl-mc/bus/dpbp-cmd.h              |  61 ++--
 drivers/staging/fsl-mc/bus/dpbp.c                  |  71 +++-
 drivers/staging/fsl-mc/bus/dpcon-cmd.h             |   4 +-
 drivers/staging/fsl-mc/bus/dpmcp-cmd.h             |  49 ++-
 drivers/staging/fsl-mc/bus/dpmcp.c                 |  70 +++-
 drivers/staging/fsl-mc/bus/dpmcp.h                 | 127 +++----
 drivers/staging/fsl-mc/bus/dpmng-cmd.h             |  14 +-
 drivers/staging/fsl-mc/bus/dpmng.c                 |  37 +-
 drivers/staging/fsl-mc/bus/dprc-cmd.h              |  90 ++---
 drivers/staging/fsl-mc/bus/dprc-driver.c           |  21 +-
 drivers/staging/fsl-mc/bus/dprc.c                  |  69 +++-
 drivers/staging/fsl-mc/bus/fsl-mc-allocator.c      |  74 ++--
 drivers/staging/fsl-mc/bus/fsl-mc-bus.c            |  68 ++--
 drivers/staging/fsl-mc/bus/fsl-mc-msi.c            |   2 +-
 .../staging/fsl-mc/bus/irq-gic-v3-its-fsl-mc-msi.c |   2 +-
 drivers/staging/fsl-mc/bus/mc-io.c                 |   4 +-
 drivers/staging/fsl-mc/bus/mc-sys.c                |  12 +-
 drivers/staging/fsl-mc/include/dpbp.h              | 169 +++++----
 drivers/staging/fsl-mc/include/dpmng.h             |  18 +-
 drivers/staging/fsl-mc/include/dprc.h              | 402 +++++++++++----------
 drivers/staging/fsl-mc/include/mc-bus.h            |   2 +-
 drivers/staging/fsl-mc/include/mc-cmd.h            |  44 ++-
 drivers/staging/fsl-mc/include/mc-sys.h            |   3 +-
 drivers/staging/fsl-mc/include/mc.h                |   2 +-
 25 files changed, 783 insertions(+), 645 deletions(-)

-- 
1.9.0

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

end of thread, other threads:[~2016-10-26 16:29 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-10-26 16:20 [PATCH v2 00/12] staging: fsl-mc: cleanup and uprev to MC v10.x Stuart Yoder
2016-10-26 16:20 ` [PATCH v2 01/12] staging: fsl-mc: update MAINTAINERS Stuart Yoder
2016-10-26 16:20 ` [PATCH v2 02/12] staging: fsl-mc: whitespace cleanup: remove blank lines Stuart Yoder
2016-10-26 16:20 ` [PATCH v2 03/12] staging: fsl-mc: whitespace cleanup: remove extraenous tabs Stuart Yoder
2016-10-26 16:20 ` [PATCH v2 04/12] staging: fsl-mc: whitespace cleanup: align function args Stuart Yoder
2016-10-26 16:20 ` [PATCH v2 05/12] staging: fsl-mc: whitespace cleanup: improve alignment in prototypes Stuart Yoder
2016-10-26 16:20 ` [PATCH v2 06/12] staging: fsl-mc: cleanup comment style Stuart Yoder
2016-10-26 16:20 ` [PATCH v2 07/12] staging: fsl-mc: improve pr_* messages Stuart Yoder
2016-10-26 16:20 ` [PATCH v2 08/12] staging: fsl-mc: improve message clarity by adding __func__ Stuart Yoder
2016-10-26 16:20 ` [PATCH v2 09/12] staging: fsl-mc: cleanup: improve clarity of messages Stuart Yoder
2016-10-26 16:20 ` [PATCH v2 10/12] staging: fsl-mc: improve wording in comments Stuart Yoder
2016-10-26 16:20 ` [PATCH v2 11/12] staging: fsl-mc: update copyright dates Stuart Yoder
2016-10-26 16:20 ` [PATCH v2 12/12] staging: fsl-mc: uprev binary interface to match MC v10.x Stuart Yoder

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.