u-boot-brain/arch/arm/mach-exynos
Minkyu Kang 55a70c51ac arm: exynos: clean up checkpatch issues
This patch will fix these checkpatch issues.

ERROR: Macros with complex values should be enclosed in parentheses
+#define DEFAULT_DQS_X4		(DEFAULT_DQS << 24) || (DEFAULT_DQS << 16) \
+				|| (DEFAULT_DQS << 8) || (DEFAULT_DQS << 0)

		ERROR: space prohibited before that ',' (ctx:WxW)
+	writel(val , &drex0->concontrol);
 	           ^

ERROR: space prohibited before that ',' (ctx:WxW)
+	writel(val , &drex1->concontrol);
    	           ^

Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
2015-11-02 10:38:22 +09:00
..
include/mach dm: adc: add Exynos54xx compatible ADC driver 2015-11-02 10:38:00 +09:00
clock_init_exynos4.c
clock_init_exynos5.c Exynos5422/5800: set cpu id to 0x5422 2015-11-02 10:37:59 +09:00
clock_init.h
clock.c Exynos5422/5800: set cpu id to 0x5422 2015-11-02 10:37:59 +09:00
common_setup.h Exynos5422/5800: set cpu id to 0x5422 2015-11-02 10:37:59 +09:00
config.mk
dmc_common.c
dmc_init_ddr3.c arm: exynos: clean up checkpatch issues 2015-11-02 10:38:22 +09:00
dmc_init_exynos4.c
exynos4_setup.h
exynos5_setup.h
Kconfig
lowlevel_init.c
Makefile
pinmux.c Exynos4412: pinmux: disable pull for MMC pins 2015-11-02 10:38:10 +09:00
power.c Exynos5422/5800: set cpu id to 0x5422 2015-11-02 10:37:59 +09:00
sec_boot.S
soc.c
spl_boot.c
system.c
tzpc.c