ARM: samsung: move pm check code to drivers/soc
Arnd Bergmann authored

This is the only part of plat-samsung that is really
shared between the s3c and s5p ports. Moving it to
drivers/soc/ lets us make them completely independent.
Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
Link: https://lore.kernel.org/r/20200806182059.2431-16-krzk@kernel.org

Signed-off-by: default avatarKrzysztof Kozlowski <krzk@kernel.org>
17132da7
Name Last commit Last update
Documentation Merge tag 'x86-urgent-2020-08-15' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
LICENSES LICENSES: Rename other to deprecated
arch ARM: samsung: move pm check code to drivers/soc
block Merge tag 'block-5.9-2020-08-14' of git://git.kernel.dk/linux-block
certs .gitignore: add SPDX License Identifier
crypto Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
drivers ARM: samsung: move pm check code to drivers/soc
fs Merge tag 'io_uring-5.9-2020-08-15' of git://git.kernel.dk/linux-block
include ARM: samsung: move pm check code to drivers/soc
init Merge tag 'for-linus' of git://github.com/openrisc/linux
ipc ipc/shm.c: remove the superfluous break
kernel Merge tag 'io_uring-5.9-2020-08-15' of git://git.kernel.dk/linux-block
lib iomap: constify ioreadX() iomem argument (as in generic implementation)
mm Merge branch 'akpm' (patches from Andrew)
net Merge tag '9p-for-5.9-rc1' of git://github.com/martinetd/linux
samples Merge tag 'kbuild-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild
scripts Merge tag 'kconfig-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild
security Merge branch 'akpm' (patches from Andrew)
sound Merge tag 'sound-fix-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound
tools Merge tag 'sh-for-5.9' of git://git.libc.org/linux-sh
usr Merge branch 'work.fdpic' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
virt Merge branch 'akpm' (patches from Andrew)
.clang-format block: add bio_for_each_bvec_all()
.cocciconfig scripts: add Linux .cocciconfig for coccinelle
.get_maintainer.ignore Opt out of scripts/get_maintainer.pl
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS
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.