This website requires JavaScript.
Explore
Drone CI
Help
Register
Sign In
lisa
/
android_kernel_xiaomi_sm8350
Watch
1
Star
0
Fork
0
You've already forked android_kernel_xiaomi_sm8350
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
a0e90ad8ce
android_kernel_xiaomi_sm8350
/
drivers
/
memory
/
samsung
/
Makefile
3 lines
78 B
Makefile
Raw
Normal View
History
Unescape
Escape
memory: samsung: Add SPDX license identifiers Replace GPL license statements with SPDX GPL-2.0 license identifiers. Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
2018-01-09 13:29:55 -05:00
# SPDX-License-Identifier: GPL-2.0
memory: Add support for Exynos SROM driver This patch adds Exynos SROM controller driver which will handle save restore of SROM registers during S2R. Signed-off-by: Pankaj Dubey <pankaj.dubey@samsung.com> Reviewed-by: Krzysztof Kozlowski <k.kozlowski@samsung.com> [p.fedin@samsung.com: tested on SMDK5410] Tested-by: Pavel Fedin <p.fedin@samsung.com> Signed-off-by: Kukjin Kim <kgene@kernel.org> [k.kozlowski: Minor COMPILE_TEST adjustments in Kconfig entries] Signed-off-by: Krzysztof Kozlowski <k.kozlowski@samsung.com>
2016-04-11 03:42:24 -04:00
obj-$(CONFIG_EXYNOS_SROM)
+=
exynos-srom.o
Reference in New Issue
Copy Permalink