mmc: sdhci-msm: Define new Register address map
Sayali Lokhande authored

For SDCC version 5.0.0, MCI registers are removed from SDCC
interface and some registers are moved to HC.
Define a new data structure where we can statically define
the address offsets for the registers in different SDCC versions.
Signed-off-by: default avatarSayali Lokhande <sayalil@codeaurora.org>
Signed-off-by: default avatarVijay Viswanath <vviswana@codeaurora.org>
Reviewed-by: default avatarEvan Green <evgreen@chromium.org>
Acked-by: default avatarAdrian Hunter <adrian.hunter@intel.com>
Signed-off-by: default avatarUlf Hansson <ulf.hansson@linaro.org>
f1535888
Name Last commit Last update
Documentation Merge tag 'kbuild-fixes-v4.18-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild
LICENSES LICENSES: Add Linux-OpenIB license text
arch Merge branch 'next_pxa_dma' into next
block Merge tag 'for-linus-20180713' of git://git.kernel.dk/linux-block
certs certs/blacklist: fix const confusion
crypto Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLL
drivers mmc: sdhci-msm: Define new Register address map
firmware kbuild: remove all dummy assignments to obj-
fs reiserfs: fix buffer overflow with long warning messages
include mmc: tmio: add eMMC HS400 mode support
init Merge tag 'kbuild-fixes-v4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild
ipc ipc: use new return type vm_fault_t
kernel Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
lib Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
mm Merge branch 'akpm' (patches from Andrew)
net net/9p/client.c: put refcount of trans_mod in error case in parse_opts()
samples sample: vfio-mdev: avoid deadlock in mdev_access()
scripts checkpatch: fix duplicate invalid vsprintf pointer extension '%p<foo>' messages
security Merge tag 'selinux-pr-20180629' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/selinux
sound Merge branch 'next_pxa_dma' into next
tools Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
usr kbuild: rename built-in.o to built-in.a
virt KVM: arm64: Prevent KVM_COMPAT from being selected
.clang-format clang-format: add configuration file
.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.