mbox series

[0/4] coresight: next v5.1-rc7

Message ID 20190502165405.31573-1-mathieu.poirier@linaro.org
Headers show
Series coresight: next v5.1-rc7 | expand

Message

Mathieu Poirier May 2, 2019, 4:54 p.m. UTC
Hi Greg,

Please see if you can add these to your tree for the coming merge window.
They are confined to the CoreSight subsystem and have been in linux-next for
a week now.

We can simply wait for the next cycle if you think it is too late for this one.

Thanks,
Mathieu

Leo Yan (4):
  dt-bindings: arm: coresight: Add new compatible for static replicator
  coresight: replicator: Add new device id for static replicator
  dt-bindings: arm: coresight: Unify funnel DT binding
  coresight: funnel: Support static funnel

 .../devicetree/bindings/arm/coresight.txt     |  60 +++++++--
 .../hwtracing/coresight/coresight-funnel.c    | 116 ++++++++++++++----
 .../coresight/coresight-replicator.c          |   6 +-
 3 files changed, 147 insertions(+), 35 deletions(-)

-- 
2.17.1

Comments

Greg Kroah-Hartman May 2, 2019, 5:14 p.m. UTC | #1
On Thu, May 02, 2019 at 10:54:01AM -0600, Mathieu Poirier wrote:
> Hi Greg,

> 

> Please see if you can add these to your tree for the coming merge window.

> They are confined to the CoreSight subsystem and have been in linux-next for

> a week now.

> 

> We can simply wait for the next cycle if you think it is too late for this one.


Snuck them in right now :)

thanks,

greg k-h