diff options
author | Paul Mundt <lethal@linux-sh.org> | 2012-01-17 07:55:28 -0500 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2012-01-17 07:55:28 -0500 |
commit | 0c929238ca4baefe47f4034732db4c154f2329c6 (patch) | |
tree | 2636079800fa045501982a70e1be0425c1b968c2 /arch/sh | |
parent | 6d7120a713300283a8b73e7d86cd1bab8b9d1971 (diff) | |
parent | 78da107a7ed14fbc6ef77ff4c41d92b11edc9036 (diff) |
Merge branch 'sh/platform-updates' into sh-latest
Diffstat (limited to 'arch/sh')
-rw-r--r-- | arch/sh/boards/board-sh7757lcr.c | 3 | ||||
-rw-r--r-- | arch/sh/boards/mach-ap325rxa/setup.c | 2 | ||||
-rw-r--r-- | arch/sh/boards/mach-ecovec24/setup.c | 2 | ||||
-rw-r--r-- | arch/sh/boards/mach-kfr2r09/setup.c | 2 | ||||
-rw-r--r-- | arch/sh/boards/mach-migor/setup.c | 4 | ||||
-rw-r--r-- | arch/sh/boards/mach-se/7724/setup.c | 2 | ||||
-rw-r--r-- | arch/sh/kernel/process_32.c | 2 | ||||
-rw-r--r-- | arch/sh/kernel/process_64.c | 2 |
8 files changed, 10 insertions, 9 deletions
diff --git a/arch/sh/boards/board-sh7757lcr.c b/arch/sh/boards/board-sh7757lcr.c index 0838154dd216..33dc5b6e8e17 100644 --- a/arch/sh/boards/board-sh7757lcr.c +++ b/arch/sh/boards/board-sh7757lcr.c | |||
@@ -222,7 +222,8 @@ static struct sh_mmcif_dma sh7757lcr_mmcif_dma = { | |||
222 | static struct sh_mmcif_plat_data sh_mmcif_plat = { | 222 | static struct sh_mmcif_plat_data sh_mmcif_plat = { |
223 | .dma = &sh7757lcr_mmcif_dma, | 223 | .dma = &sh7757lcr_mmcif_dma, |
224 | .sup_pclk = 0x0f, | 224 | .sup_pclk = 0x0f, |
225 | .caps = MMC_CAP_4_BIT_DATA | MMC_CAP_8_BIT_DATA, | 225 | .caps = MMC_CAP_4_BIT_DATA | MMC_CAP_8_BIT_DATA | |
226 | MMC_CAP_NONREMOVABLE, | ||
226 | .ocr = MMC_VDD_32_33 | MMC_VDD_33_34, | 227 | .ocr = MMC_VDD_32_33 | MMC_VDD_33_34, |
227 | }; | 228 | }; |
228 | 229 | ||
diff --git a/arch/sh/boards/mach-ap325rxa/setup.c b/arch/sh/boards/mach-ap325rxa/setup.c index 74d49c01783b..6418e95c2b6b 100644 --- a/arch/sh/boards/mach-ap325rxa/setup.c +++ b/arch/sh/boards/mach-ap325rxa/setup.c | |||
@@ -207,7 +207,7 @@ static struct sh_mobile_lcdc_info lcdc_info = { | |||
207 | .clock_source = LCDC_CLK_EXTERNAL, | 207 | .clock_source = LCDC_CLK_EXTERNAL, |
208 | .ch[0] = { | 208 | .ch[0] = { |
209 | .chan = LCDC_CHAN_MAINLCD, | 209 | .chan = LCDC_CHAN_MAINLCD, |
210 | .bpp = 16, | 210 | .fourcc = V4L2_PIX_FMT_RGB565, |
211 | .interface_type = RGB18, | 211 | .interface_type = RGB18, |
212 | .clock_divider = 1, | 212 | .clock_divider = 1, |
213 | .lcd_cfg = ap325rxa_lcdc_modes, | 213 | .lcd_cfg = ap325rxa_lcdc_modes, |
diff --git a/arch/sh/boards/mach-ecovec24/setup.c b/arch/sh/boards/mach-ecovec24/setup.c index 9a19fb07276c..033ef2ba621f 100644 --- a/arch/sh/boards/mach-ecovec24/setup.c +++ b/arch/sh/boards/mach-ecovec24/setup.c | |||
@@ -324,7 +324,7 @@ static struct sh_mobile_lcdc_info lcdc_info = { | |||
324 | .ch[0] = { | 324 | .ch[0] = { |
325 | .interface_type = RGB18, | 325 | .interface_type = RGB18, |
326 | .chan = LCDC_CHAN_MAINLCD, | 326 | .chan = LCDC_CHAN_MAINLCD, |
327 | .bpp = 16, | 327 | .fourcc = V4L2_PIX_FMT_RGB565, |
328 | .lcd_size_cfg = { /* 7.0 inch */ | 328 | .lcd_size_cfg = { /* 7.0 inch */ |
329 | .width = 152, | 329 | .width = 152, |
330 | .height = 91, | 330 | .height = 91, |
diff --git a/arch/sh/boards/mach-kfr2r09/setup.c b/arch/sh/boards/mach-kfr2r09/setup.c index 5c3c71366848..2a18b06abdaf 100644 --- a/arch/sh/boards/mach-kfr2r09/setup.c +++ b/arch/sh/boards/mach-kfr2r09/setup.c | |||
@@ -143,7 +143,7 @@ static struct sh_mobile_lcdc_info kfr2r09_sh_lcdc_info = { | |||
143 | .clock_source = LCDC_CLK_BUS, | 143 | .clock_source = LCDC_CLK_BUS, |
144 | .ch[0] = { | 144 | .ch[0] = { |
145 | .chan = LCDC_CHAN_MAINLCD, | 145 | .chan = LCDC_CHAN_MAINLCD, |
146 | .bpp = 16, | 146 | .fourcc = V4L2_PIX_FMT_RGB565, |
147 | .interface_type = SYS18, | 147 | .interface_type = SYS18, |
148 | .clock_divider = 6, | 148 | .clock_divider = 6, |
149 | .flags = LCDC_FLAGS_DWPOL, | 149 | .flags = LCDC_FLAGS_DWPOL, |
diff --git a/arch/sh/boards/mach-migor/setup.c b/arch/sh/boards/mach-migor/setup.c index f8f9377d5684..68c3d6f42896 100644 --- a/arch/sh/boards/mach-migor/setup.c +++ b/arch/sh/boards/mach-migor/setup.c | |||
@@ -241,7 +241,7 @@ static struct sh_mobile_lcdc_info sh_mobile_lcdc_info = { | |||
241 | .clock_source = LCDC_CLK_BUS, | 241 | .clock_source = LCDC_CLK_BUS, |
242 | .ch[0] = { | 242 | .ch[0] = { |
243 | .chan = LCDC_CHAN_MAINLCD, | 243 | .chan = LCDC_CHAN_MAINLCD, |
244 | .bpp = 16, | 244 | .fourcc = V4L2_PIX_FMT_RGB565, |
245 | .interface_type = RGB16, | 245 | .interface_type = RGB16, |
246 | .clock_divider = 2, | 246 | .clock_divider = 2, |
247 | .lcd_cfg = migor_lcd_modes, | 247 | .lcd_cfg = migor_lcd_modes, |
@@ -255,7 +255,7 @@ static struct sh_mobile_lcdc_info sh_mobile_lcdc_info = { | |||
255 | .clock_source = LCDC_CLK_PERIPHERAL, | 255 | .clock_source = LCDC_CLK_PERIPHERAL, |
256 | .ch[0] = { | 256 | .ch[0] = { |
257 | .chan = LCDC_CHAN_MAINLCD, | 257 | .chan = LCDC_CHAN_MAINLCD, |
258 | .bpp = 16, | 258 | .fourcc = V4L2_PIX_FMT_RGB565, |
259 | .interface_type = SYS16A, | 259 | .interface_type = SYS16A, |
260 | .clock_divider = 10, | 260 | .clock_divider = 10, |
261 | .lcd_cfg = migor_lcd_modes, | 261 | .lcd_cfg = migor_lcd_modes, |
diff --git a/arch/sh/boards/mach-se/7724/setup.c b/arch/sh/boards/mach-se/7724/setup.c index 2585733e9bce..036fe1adaef1 100644 --- a/arch/sh/boards/mach-se/7724/setup.c +++ b/arch/sh/boards/mach-se/7724/setup.c | |||
@@ -179,7 +179,7 @@ static struct sh_mobile_lcdc_info lcdc_info = { | |||
179 | .clock_source = LCDC_CLK_EXTERNAL, | 179 | .clock_source = LCDC_CLK_EXTERNAL, |
180 | .ch[0] = { | 180 | .ch[0] = { |
181 | .chan = LCDC_CHAN_MAINLCD, | 181 | .chan = LCDC_CHAN_MAINLCD, |
182 | .bpp = 16, | 182 | .fourcc = V4L2_PIX_FMT_RGB565, |
183 | .clock_divider = 1, | 183 | .clock_divider = 1, |
184 | .lcd_size_cfg = { /* 7.0 inch */ | 184 | .lcd_size_cfg = { /* 7.0 inch */ |
185 | .width = 152, | 185 | .width = 152, |
diff --git a/arch/sh/kernel/process_32.c b/arch/sh/kernel/process_32.c index aaf6d59c2012..7ec665178125 100644 --- a/arch/sh/kernel/process_32.c +++ b/arch/sh/kernel/process_32.c | |||
@@ -70,7 +70,7 @@ void show_regs(struct pt_regs * regs) | |||
70 | /* | 70 | /* |
71 | * Create a kernel thread | 71 | * Create a kernel thread |
72 | */ | 72 | */ |
73 | ATTRIB_NORET void kernel_thread_helper(void *arg, int (*fn)(void *)) | 73 | __noreturn void kernel_thread_helper(void *arg, int (*fn)(void *)) |
74 | { | 74 | { |
75 | do_exit(fn(arg)); | 75 | do_exit(fn(arg)); |
76 | } | 76 | } |
diff --git a/arch/sh/kernel/process_64.c b/arch/sh/kernel/process_64.c index 210c1cabcb7f..cbd4e4bb9fc5 100644 --- a/arch/sh/kernel/process_64.c +++ b/arch/sh/kernel/process_64.c | |||
@@ -285,7 +285,7 @@ void show_regs(struct pt_regs *regs) | |||
285 | /* | 285 | /* |
286 | * Create a kernel thread | 286 | * Create a kernel thread |
287 | */ | 287 | */ |
288 | ATTRIB_NORET void kernel_thread_helper(void *arg, int (*fn)(void *)) | 288 | __noreturn void kernel_thread_helper(void *arg, int (*fn)(void *)) |
289 | { | 289 | { |
290 | do_exit(fn(arg)); | 290 | do_exit(fn(arg)); |
291 | } | 291 | } |