Go to file
Daniel Palmer 511bd85485 ARM: mstar: Select MStar intc
MediaTek recently introduced support for the MStar interrupt
controller that is also present in some of their chips as well
as the MStar/Sigmastar chips.

Almost all of the peripheral interrupts go through an instance of
this controller in MStar/SigmaStar Arm v7 chips so we want to select
it if CONFIG_ARCH_MSTARV7 is selected.

Link: https://lore.kernel.org/r/20201002133418.2250277-2-daniel@0x0f.com
Signed-off-by: Daniel Palmer <daniel@0x0f.com>
Signed-off-by: Olof Johansson <olof@lixom.net>
2020-10-03 12:47:56 -07:00
arch ARM: mstar: Select MStar intc 2020-10-03 12:47:56 -07:00
block
certs
crypto Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 2020-08-30 15:53:44 -07:00
Documentation Add initial genpd support for omaps to drop more platform data 2020-09-13 11:17:42 -07:00
drivers Samsung mach/soc changes for v5.10 2020-09-26 12:55:43 -07:00
fs DFS SMB1 Fix 2020-08-30 11:38:21 -07:00
include Add initial genpd support for omaps to drop more platform data 2020-09-13 11:17:42 -07:00
init
ipc
kernel Three interrupt related fixes for X86: 2020-08-30 12:01:23 -07:00
lib
LICENSES
mm powerpc fixes for 5.9 #4 2020-08-30 10:56:12 -07:00
net
samples
scripts
security
sound Samsung S3C24xx and S3C64xx machine code cleanup for v5.10 2020-09-13 11:15:01 -07:00
tools powerpc fixes for 5.9 #4 2020-08-30 10:56:12 -07:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS Samsung mach/soc changes for v5.10 2020-09-26 12:55:43 -07:00
Makefile Linux 5.9-rc3 2020-08-30 16:01:54 -07:00
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.