1. 08 Dec, 2011 1 commit
  2. 23 Nov, 2011 6 commits
  3. 22 Nov, 2011 8 commits
  4. 17 Nov, 2011 2 commits
  5. 16 Nov, 2011 6 commits
    • Shawn Guo's avatar
      ARM: Update mach-types to fix mxs build breakage · 9b7c547f
      Shawn Guo authored
      Add entry m28evk to fix the following mxs build breakage.
      
        CHK     include/generated/compile.h
        CC      arch/arm/mach-mxs/clock-mx28.o
      arch/arm/mach-mxs/clock-mx28.c: In function 'clk_misc_init':
      arch/arm/mach-mxs/clock-mx28.c:748: error: implicit declaration of
      function 'machine_is_m28evk'
      make[1]: *** [arch/arm/mach-mxs/clock-mx28.o] Error 1
      make: *** [arch/arm/mach-mxs] Error 2
      Signed-off-by: default avatarShawn Guo <shawn.guo@linaro.org>
      Acked-by: default avatarUwe Kleine-König <u.kleine-koenig@pengutronix.de>
      9b7c547f
    • Axel Lin's avatar
      ARM: SAMSUNG: include linux/types.h at gpio-cfg.h · dc2c8358
      Axel Lin authored
      Include linux/types.h to fix below build error:
      
        CC      drivers/power/max8903_charger.o
      In file included from arch/arm/plat-samsung/include/plat/gpio-fns.h:27,
                       from arch/arm/mach-s3c2410/include/mach/gpio-fns.h:1,
                       from arch/arm/mach-s3c2410/include/mach/gpio.h:27,
                       from /home/axel/repos/git/linux-2.6/arch/arm/include/asm/gpio.h:5,
                       from include/linux/gpio.h:30,
                       from drivers/power/max8903_charger.c:23:
      arch/arm/plat-samsung/include/plat/gpio-cfg.h:27: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'samsung_gpio_pull_t'
      arch/arm/plat-samsung/include/plat/gpio-cfg.h:28: error: expected '=', ',', ';', 'asm' or '__attribute__' before 's5p_gpio_drvstr_t'
      arch/arm/plat-samsung/include/plat/gpio-cfg.h:55: error: expected specifier-qualifier-list before 'samsung_gpio_pull_t'
      arch/arm/plat-samsung/include/plat/gpio-cfg.h:146: error: expected declaration specifiers or '...' before 'samsung_gpio_pull_t'
      arch/arm/plat-samsung/include/plat/gpio-cfg.h:154: error: expected '=', ',', ';', 'asm' or '__attribute__' before 's3c_gpio_getpull'
      arch/arm/plat-samsung/include/plat/gpio-cfg.h:173: error: expected declaration specifiers or '...' before 'samsung_gpio_pull_t'
      arch/arm/plat-samsung/include/plat/gpio-cfg.h: In function 's3c_gpio_cfgrange_nopull':
      arch/arm/plat-samsung/include/plat/gpio-cfg.h:178: error: '__force' undeclared (first use in this function)
      arch/arm/plat-samsung/include/plat/gpio-cfg.h:178: error: (Each undeclared identifier is reported only once
      arch/arm/plat-samsung/include/plat/gpio-cfg.h:178: error: for each function it appears in.)
      arch/arm/plat-samsung/include/plat/gpio-cfg.h:178: error: expected ')' before 'samsung_gpio_pull_t'
      arch/arm/plat-samsung/include/plat/gpio-cfg.h:178: error: expected ')' before numeric constant
      arch/arm/plat-samsung/include/plat/gpio-cfg.h:178: error: too many arguments to function 's3c_gpio_cfgall_range'
      arch/arm/plat-samsung/include/plat/gpio-cfg.h: At top level:
      arch/arm/plat-samsung/include/plat/gpio-cfg.h:197: error: expected '=', ',', ';', 'asm' or '__attribute__' before 's5p_gpio_get_drvstr'
      arch/arm/plat-samsung/include/plat/gpio-cfg.h:208: error: expected declaration specifiers or '...' before 's5p_gpio_drvstr_t'
      make[2]: *** [drivers/power/max8903_charger.o] Error 1
      make[1]: *** [drivers/power] Error 2
      make: *** [drivers] Error 2
      Signed-off-by: default avatarAxel Lin <axel.lin@gmail.com>
      Cc: stable@kernel.org
      Signed-off-by: default avatarKukjin Kim <kgene.kim@samsung.com>
      dc2c8358
    • Kukjin Kim's avatar
      ARM: SAMSUNG: inclusion export.h instead of module.h · a69e4c28
      Kukjin Kim authored
      Only for THIS_MODULE, the <linux/export.h> file should be
      added instead of <linux/module.h>.
      Signed-off-by: default avatarKukjin Kim <kgene.kim@samsung.com>
      a69e4c28
    • Kukjin Kim's avatar
      ARM: S5P: Fix export.h inclusion · 12b248eb
      Kukjin Kim authored
      Commit 32aaeffb ("Merge branch 'modsplit-Oct31 2011'...")
      breaks build like following and this fixes it to add inclusion
      <linux/export.h>.
      
      arch/arm/plat-s5p/sysmmu.c:302: error: 'THIS_MODULE' undeclared here (not in a function)
      Signed-off-by: default avatarKukjin Kim <kgene.kim@samsung.com>
      12b248eb
    • Will Deacon's avatar
      ARM: mach-imx: convert logical CPU numbers to physical numbers · eaa142ca
      Will Deacon authored
      This patch uses the new cpu_logical_map() macro for converting logical
      CPU numbers into physical numbers when releasing CPUs during the SMP
      boot and CPU hotplug paths.
      
      Cc: Sascha Hauer <s.hauer@pengutronix.de>
      Acked-by: default avatarShawn Guo <shawn.guo@linaro.org>
      Signed-off-by: default avatarWill Deacon <will.deacon@arm.com>
      eaa142ca
    • Will Deacon's avatar
      ARM: highbank: convert logical CPU numbers to physical numbers · bf14fc54
      Will Deacon authored
      This patch uses the new cpu_logical_map() macro for converting logical
      CPU numbers into physical numbers when releasing CPUs during the SMP
      boot and CPU hotplug paths.
      Acked-by: default avatarRob Herring <rob.herring@calxeda.com>
      Signed-off-by: default avatarWill Deacon <will.deacon@arm.com>
      bf14fc54
  6. 15 Nov, 2011 7 commits
  7. 14 Nov, 2011 8 commits
  8. 13 Nov, 2011 1 commit
  9. 12 Nov, 2011 1 commit