Go to file
Mike Leach 835d722ba1 coresight: cti: Initial CoreSight CTI Driver
This introduces a baseline CTI driver and associated configuration files.

Uses the platform agnostic naming standard for CoreSight devices, along
with a generic platform probing method that currently supports device
tree descriptions, but allows for the ACPI bindings to be added once these
have been defined for the CTI devices.

Driver will probe for the device on the AMBA bus, and load the CTI driver
on CoreSight ID match to CTI IDs in tables.

Initial sysfs support for enable / disable provided.

Default CTI interconnection data is generated based on hardware
register signal counts, with no additional connection information.

Signed-off-by: Mike Leach <mike.leach@linaro.org>
Reviewed-by: Suzuki K Poulose <suzuki.poulose@arm.com>
Signed-off-by: Mathieu Poirier <mathieu.poirier@linaro.org>
Link: https://lore.kernel.org/r/20200320165303.13681-2-mathieu.poirier@linaro.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2020-03-21 11:32:18 +01:00
arch rtc/alpha: remove legacy rtc driver 2020-03-19 07:41:02 +01:00
block
certs
crypto
Documentation interconnect changes for 5.7 2020-03-20 13:45:25 +01:00
drivers coresight: cti: Initial CoreSight CTI Driver 2020-03-21 11:32:18 +01:00
fs
include coresight: cti: Initial CoreSight CTI Driver 2020-03-21 11:32:18 +01:00
init
ipc
kernel misc: cleanup minor number definitions in c file into miscdevice.h 2020-03-18 12:27:03 +01:00
lib
LICENSES
mm
net
samples
scripts bus: mhi: core: Add uevent support for module autoloading 2020-03-19 07:41:05 +01:00
security
sound
tools binderfs: add stress test for binderfs binder devices 2020-03-19 07:41:02 +01:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS MAINTAINERS: Add entry for MHI bus 2020-03-19 07:41:05 +01:00
Makefile
README

Linux kernel
============

There are several guides for kernel developers and users. These guides can
be rendered in a number of formats, like HTML and PDF. Please read
Documentation/admin-guide/README.rst first.

In order to build the documentation, use ``make htmldocs`` or
``make pdfdocs``.  The formatted documentation can also be read online at:

    https://www.kernel.org/doc/html/latest/

There are various text files in the Documentation/ subdirectory,
several of them using the Restructured Text markup notation.

Please read the Documentation/process/changes.rst file, as it contains the
requirements for building and running the kernel, and information about
the problems which may result by upgrading your kernel.