thermal: exynos: Read soc_type from match data
Maciej Purski authored

Device context's field data->soc is currently obtained by comparing
of_compatible's. Provide soc_type as .data field in device's match
table, as it is done in most drivers.
Signed-off-by: default avatarMaciej Purski <m.purski@samsung.com>
Signed-off-by: default avatarBartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
Acked-by: default avatarDaniel Lezcano <daniel.lezcano@linaro.org>
Signed-off-by: default avatarEduardo Valentin <edubezval@gmail.com>
fee88e2b
Name Last commit Last update
Documentation thermal: imx: add i.MX7 thermal sensor support
LICENSES LICENSES: Add MPL-1.1 license
arch Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
block blk-mq: fix sysfs inflight counter
certs certs/blacklist_nohashes.c: fix const confusion in certs blacklist
crypto crypto: drbg - set freed buffers to NULL
drivers thermal: exynos: Read soc_type from match data
firmware kbuild: remove all dummy assignments to obj-
fs Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
include Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
init Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
ipc ipc/shm: fix use-after-free of shm file via remap_file_pages()
kernel Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
lib swiotlb: fix inversed DMA_ATTR_NO_WARN test
mm Merge tag 'for-linus-20180504' of git://git.kernel.dk/linux-block
net Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
samples bpf: sockmap sample use clang flag, -target bpf
scripts Merge tag 'kbuild-fixes-v4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild
security Merge branch 'userns-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace
sound ALSA: pcm: Check PCM state at xfern compat ioctl
tools Merge tag 'acpi-4.17-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
usr kbuild: rename built-in.o to built-in.a
virt Merge tag 'kvmarm-fixes-for-4.17-2' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm
.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.