[PATCH V9 12/18] coresight: etm3x: implementing user/kernel mode tracing
Adding new mode to limit tracing to kernel or user space. Signed-off-by: Mathieu Poirier <mathieu.poirier@linaro.org> --- drivers/hwtracing/coresigh
View Article[PATCH V9 13/18] coresight: etm3x: implementing perf_enable/disable() API
That way traces can be enabled and disabled automatically from the Perf subystem using the PMU abstraction. Signed-off-by: Mathieu Poirier <mathieu.p
View Article[PATCH V9 14/18] coresight: etb10: moving to local atomic operations
Moving to use local atomic operations to take advantage of the lockless implementation, something that will come handy when the ETB is accessed from t
View Article[PATCH V9 15/18] coresight: etb10: adding operation mode for sink->enable()
Adding an operation mode to the sink->enable() API in order to prevent simultaneous access from different callers. TPIU and TMC won't be supplemented
View Article[PATCH V9 16/18] coresight: etb10: implementing AUX API
Adding an ETB10 specific AUX area operations to be used by the perf framework when events are initialised. Part of this operation involves modeling t
View Article[PATCH V9 17/18] coresight: etm-perf: new PMU driver for ETM tracers
Perf is a well known and used tool for performance monitoring and much more. A such it is an ideal candidate for integration with coresight based HW t
View Article[PATCH V9 18/18] coresight: introducing a global trace ID function
TraceID values have to be unique for all tracers and consistent between drivers and user space. As such introducing a central function to be used whe
View Article[PATCH v2 00/12] Add support for the Armada 3700 SoC an mvebu ARM64 based
Hi, This series introduce the support of the Armada 3700 family: it is the first ARM64 SoC of the mvebu family submitted to the mainline! Currently
View Article[PATCH v2 01/12] irqchip: armada-370-xp: add Kconfig option for the driver
From: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Instead of building the irq-armada-370-xp driver directly when CONFIG_ARCH_MVEBU is enab
View Article[PATCH v2 02/12] irqchip: armada-370-xp: do not enable it by default when...
The irq-armada-370-xp driver can only be built for ARM 32 bits. The mvebu family had grown with a new ARM64 SoC which will also select the ARCH_MEVBU
View Article[PATCH v2 03/12] serial: mvebu-uart: initial support for Armada-3700 serial port
From: Wilson Ding <dingwei@marvell.com> Armada-3700's uart is a simple serial port, which doesn't support. Configuring the modem control lines. The u
View Article[PATCH v2 04/12] ata: ahci_mvebu: add support for Armada 3700 variant
From: Lior Amsalem <alior@marvell.com> The main difference in the new Armada 3700 is that no address decoding needs to take place in the driver probe
View Article[PATCH v2 05/12] arm64: add mvebu architecture entry
The Armada 3700 is an mvebu ARM64 SoC using one or two Cortex-A53 cores depending of the variant. Signed-off-by: Gregory CLEMENT <gregory.clement@fre
View Article[PATCH v2 06/12] Documentation: dt-bindings: Add a new compatible for the...
The AHCI interfaces used in the Armada 3700 has a few differences with the one used in the Armada 38x, so it deserves its own compatible string. Sign
View Article[PATCH v2 07/12] Documentation: dt: Tidy up the Marvell related files
Over the last releases we have added more and more Marvell related binding directly in the arm directory. It's time to have our proper directory insid
View Article[PATCH v2 08/12] devicetree: bindings: add DT binding for the Marvell Armada...
The Marvell Armada 3700 is a family of ARMv8 CA53 SoCs. This commit introduces the Device Tree binding that documents the top-level compatible strings
View Article[PATCH v2 09/12] arm64: dts: add the Marvell Armada 3700 family and a...
Add initial dtsi files to support Marvell Armada 3700 SoC with Cortex-A53 CPUs. There are two members in this family: the Armada 3710 (Single CPU) and
View Article[PATCH v2 10/12] MAINTAINERS: Extend dts entry for ARM64 mvebu files
Extend the mvebu entry to ARM64 device tree sources. Signed-off-by: Gregory CLEMENT <gregory.clement@free-electrons.com> Reviewed-by: Thomas Petazzon
View Article[PATCH v2 11/12] Documentation: arm: update supported Marvell EBU processors
Now that we support Armada 37xx, let's add this family of SoC to the Marvell documentation, and a reference to a link with more details about those pr
View Article[PATCH v2 12/12] arm64: defconfig: enable Armada 3700 related config
This patch enables the configuration for the Armada 3700 family and for the related driver it uses. Signed-off-by: Gregory CLEMENT <gregory.clement@f
View Article