mmc: dw_mmc: hi3798cv200: add MMC_CAP_CMD23 cap
Igor Opaniuk authored

Enable access to the RPMB on the on-board eMMC of the
Poplar board.
Signed-off-by: default avatarIgor Opaniuk <igor.opaniuk@linaro.org>
Acked-by: default avatarShawn Guo <shawn.guo@linaro.org>
Signed-off-by: default avatarUlf Hansson <ulf.hansson@linaro.org>
ed3ae724
Name Last commit Last update
Documentation mmc: renesas_sdhi: Add r8a774a1 support
LICENSES LICENSES: Add Linux-OpenIB license text
arch Merge tag 'powerpc-4.19-4' of https://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux
block blk-mq: I/O and timer unplugs are inverted in blktrace
certs export.h: remove VMLINUX_SYMBOL() and VMLINUX_SYMBOL_STR()
crypto Merge tag 'dmaengine-4.19-rc1' of git://git.infradead.org/users/vkoul/slave-dma
drivers mmc: dw_mmc: hi3798cv200: add MMC_CAP_CMD23 cap
firmware kbuild: remove all dummy assignments to obj-
fs ocfs2: fix locking for res->tracking and dlm->tracking_list
include Merge tag 'char-misc-4.19-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc
init Merge tag 'kbuild-v4.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild
ipc ipc/shm.c: use ERR_CAST() for shm_lock() error return
kernel Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
lib lib/xz: Put CRC32_POLY_LE in xz_private.h
mm Merge branch 'akpm'
net ipv6: take rcu lock in rawv6_send_hdrinc()
samples samples/bpf: all XDP samples should unload xdp/bpf prog on SIGTERM
scripts Merge tag 'linux-kselftest-4.19-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest
security Revert "uapi/linux/keyctl.h: don't use C++ reserved keyword as a struct member name"
sound ALSA: hda/realtek - Cannot adjust speaker's volume on Dell XPS 27 7760
tools Merge tag 'char-misc-4.19-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc
usr initramfs: move gen_initramfs_list.sh from scripts/ to usr/
virt KVM: Remove obsolete kvm_unmap_hva notifier backend
.clang-format clang-format: Set IndentWrappedFunctionNames false
.cocciconfig scripts: add Linux .cocciconfig for coccinelle
.get_maintainer.ignore
.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.
See Documentation/00-INDEX for a list of what is contained in each file.

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.