Message ID | 20200210213924.20037-1-mike.leach@linaro.org |
---|---|
Headers | show |
Series | CoreSight CTI Driver | expand |
On Tue, 11 Feb 2020 at 04:59, Sudeep Holla <sudeep.holla@arm.com> wrote: > > On Mon, Feb 10, 2020 at 09:39:20PM +0000, Mike Leach wrote: > > Add in CTI entries for Juno r0, r1 and r2 to device tree entries. > > > > I can take this patch alone unless you have plans to take all in go. Please hang on to it for the moment. I'll get back to you if/when we decide to move forward with this set. Thanks, Mathieu > > -- > Regards, > Sudeep
On Wed, Feb 12, 2020 at 03:12:21PM -0700, Mathieu Poirier wrote: > On Tue, 11 Feb 2020 at 04:59, Sudeep Holla <sudeep.holla@arm.com> wrote: > > > > On Mon, Feb 10, 2020 at 09:39:20PM +0000, Mike Leach wrote: > > > Add in CTI entries for Juno r0, r1 and r2 to device tree entries. > > > > > > > I can take this patch alone unless you have plans to take all in go. > > Please hang on to it for the moment. I'll get back to you if/when we > decide to move forward with this set. > Perfect, I will wait until you prod me again :)
On 10/02/2020 22:39, Mike Leach wrote: > Mike Leach (15): > coresight: cti: Initial CoreSight CTI Driver > coresight: cti: Add sysfs coresight mgmt reg access. > coresight: cti: Add sysfs access to program function regs > coresight: cti: Add sysfs trigger / channel programming API > dt-bindings: arm: Adds CoreSight CTI hardware definitions. > coresight: cti: Add device tree support for v8 arch CTI > coresight: cti: Add device tree support for custom CTI. > coresight: cti: Enable CTI associated with devices. > coresight: cti: Add connection information to sysfs > dt-bindings: qcom: Add CTI options for qcom msm8916 > dt-bindings: arm: Juno platform - add CTI entries to device tree. > dt-bindings: hisilicon: Add CTI bindings for hi-6220 > docs: coresight: Update documentation for CoreSight to cover CTI. > docs: sysfs: coresight: Add sysfs ABI documentation for CTI > Update MAINTAINERS to add reviewer for CoreSight. Some of the patch titles end with a full stop, others don't. (Dunno if it's worth the hassle, in case you respin) Regards.