Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1461526

[PATCH 00/13] various remoteproc/rpmsg trivial cleanups

From Suman Anna <s-anna@ti.com>
Newsgroups linux.kernel
Subject [PATCH 00/13] various remoteproc/rpmsg trivial cleanups
Date 2016-08-13 01:50 +0200
Message-ID <s5un7-6A-3@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


Hi Bjorn,

Following are a bunch of trivial cleanups in remoteproc core, rpmsg
bus core and couple of cleanups in OMAP remoteproc driver. The patches
are baselined on 4.8-rc1 + your rproc-next branch.

The only non-cleanup patches are the last two patches - the first of
which switches a hex_dump to a dynamic hex dump, and the second one is
a fix to rpmsg client sample to scale for multiple instances when you
have more than one remoteproc publishing the same rpmsg channel.

regards
Suman

Suman Anna (13):
  remoteproc: use proper format-specifier for printing dma_addr_t
  remoteproc: fix couple of minor typos
  remoteproc: use variable names for sizeof() operator
  remoteproc: fix bare unsigned type usage
  remoteproc: align code with open parenthesis
  remoteproc: print hex numbers with a leading 0x format
  remoteproc/omap: fix various code formatting issues
  remoteproc/omap: revise a minor error trace message
  rpmsg: remove pointless OOM prints
  rpmsg: use proper format-specifier for printing dma_addr_t
  rpmsg: align code with open parenthesis
  rpmsg: use dynamic_hex_dump for hex dump traces
  samples/rpmsg: add support for multiple instances

 drivers/remoteproc/da8xx_remoteproc.c         |  2 +-
 drivers/remoteproc/omap_remoteproc.c          |  5 +-
 drivers/remoteproc/remoteproc_core.c          | 51 ++++++++++-----------
 drivers/remoteproc/remoteproc_debugfs.c       | 20 ++++----
 drivers/remoteproc/remoteproc_elf_loader.c    |  6 +--
 drivers/remoteproc/remoteproc_internal.h      | 15 +++---
 drivers/remoteproc/remoteproc_virtio.c        | 22 ++++-----
 drivers/rpmsg/virtio_rpmsg_bus.c              | 66 +++++++++++++--------------
 include/linux/platform_data/remoteproc-omap.h |  6 +--
 include/linux/remoteproc.h                    |  6 +--
 include/linux/rpmsg.h                         |  6 +--
 samples/rpmsg/rpmsg_client_sample.c           | 18 ++++++--
 12 files changed, 118 insertions(+), 105 deletions(-)

-- 
2.9.0

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

[PATCH 00/13] various remoteproc/rpmsg trivial cleanups Suman Anna <s-anna@ti.com> - 2016-08-13 01:50 +0200
  [PATCH 01/13] remoteproc: use proper format-specifier for printing dma_addr_t Suman Anna <s-anna@ti.com> - 2016-08-13 01:50 +0200
  [PATCH 06/13] remoteproc: print hex numbers with a leading 0x format Suman Anna <s-anna@ti.com> - 2016-08-13 01:50 +0200
  Re: [PATCH 00/13] various remoteproc/rpmsg trivial cleanups Bjorn Andersson <bjorn.andersson@linaro.org> - 2016-08-13 07:20 +0200

csiph-web