1. 05 9月, 2014 5 次提交
  2. 31 8月, 2014 1 次提交
  3. 23 6月, 2014 1 次提交
  4. 13 6月, 2014 5 次提交
  5. 12 6月, 2014 1 次提交
  6. 31 5月, 2014 1 次提交
  7. 28 5月, 2014 1 次提交
  8. 16 5月, 2014 3 次提交
  9. 13 5月, 2014 1 次提交
  10. 13 3月, 2014 1 次提交
    • M
      arm: exynos: Squash bogus warnings in pinmux · 47c9c76b
      Marek Vasut 提交于
      Squash these warnings in pinmux.c found with GCC 4.8:
      
      /arch/arm/cpu/armv7/exynos/pinmux.c: In function 'exynos_pinmux_config':
      /arch/arm/cpu/armv7/exynos/pinmux.c:687:28: warning: 'count' may be used uninitialized in this function [-Wmaybe-uninitialized]
        for (i = start; i < start + count; i++) {
                                  ^
      /arch/arm/cpu/armv7/exynos/pinmux.c:663:16: note: 'count' was declared here
        int i, start, count;
                      ^
      /arch/arm/cpu/armv7/exynos/pinmux.c:687:28: warning: 'start' may be used uninitialized in this function [-Wmaybe-uninitialized]
        for (i = start; i < start + count; i++) {
                                  ^
      /arch/arm/cpu/armv7/exynos/pinmux.c:663:9: note: 'start' was declared here
        int i, start, count;
               ^
      /arch/arm/cpu/armv7/exynos/pinmux.c:689:19: warning: 'bank' may be used uninitialized in this function [-Wmaybe-uninitialized]
         s5p_gpio_cfg_pin(bank, i, GPIO_FUNC(0x2));
                         ^
      /arch/arm/cpu/armv7/exynos/pinmux.c:662:24: note: 'bank' was declared here
        struct s5p_gpio_bank *bank;
                              ^
      /arch/arm/cpu/armv7/exynos/pinmux.c: In function 'exynos_pinmux_config':
      /arch/arm/cpu/armv7/exynos/pinmux.c:687:28: warning: 'count' may be used uninitialized in this function [-Wmaybe-uninitialized]
        for (i = start; i < start + count; i++) {
                                  ^
      /arch/arm/cpu/armv7/exynos/pinmux.c:663:16: note: 'count' was declared here
        int i, start, count;
                      ^
      /arch/arm/cpu/armv7/exynos/pinmux.c:687:28: warning: 'start' may be used uninitialized in this function [-Wmaybe-uninitialized]
        for (i = start; i < start + count; i++) {
                                  ^
      /arch/arm/cpu/armv7/exynos/pinmux.c:663:9: note: 'start' was declared here
        int i, start, count;
               ^
      /arch/arm/cpu/armv7/exynos/pinmux.c:689:19: warning: 'bank' may be used uninitialized in this function [-Wmaybe-uninitialized]
         s5p_gpio_cfg_pin(bank, i, GPIO_FUNC(0x2));
                         ^
      /arch/arm/cpu/armv7/exynos/pinmux.c:662:24: note: 'bank' was declared here
        struct s5p_gpio_bank *bank;
                              ^
      
      Note that the warning is bogus, the function can never be called with invalid
      'peripheral' argument. GCC just cannot analyze this.
      Signed-off-by: NMarek Vasut <marex@denx.de>
      Cc: Naveen Krishna Chatradhi <ch.naveen@samsung.com>
      Cc: Akshay Saraswat <akshay.s@samsung.com>
      Cc: Simon Glass <sjg@chromium.org>
      Cc: Tom Rini <trini@ti.com>
      Acked-by: NSimon Glass <sjg@chromium.org>
      Acked-by: NRajeshwari S Shinde <rajeshwari.s@samsung.com>
      Signed-off-by: NLukasz Majewski <l.majewski@samsung.com>
      Signed-off-by: NMinkyu Kang <mk7.kang@samsung.com>
      47c9c76b
  11. 12 3月, 2014 1 次提交
  12. 10 2月, 2014 2 次提交
  13. 05 2月, 2014 2 次提交
  14. 14 1月, 2014 1 次提交
  15. 30 12月, 2013 3 次提交
  16. 06 12月, 2013 1 次提交
    • M
      arm: exynos: adds ifdef for spi boot · d8fa31a7
      Minkyu Kang 提交于
      This patch fix following errors and warnings
      
      spl_boot.c: In function 'exynos_spi_copy':
      spl_boot.c:111:49: error: 'CONFIG_ENV_SPI_BASE' undeclared (first use in this function)
      spl_boot.c:111:49: note: each undeclared identifier is reported only once for each function it appears in
      spl_boot.c:142:2: error: 'SPI_FLASH_UBOOT_POS' undeclared (first use in this function)
      spl_boot.c: In function 'copy_uboot_to_ram':
      spl_boot.c:189:28: warning: unused variable 'param' [-Wunused-variable]
      spl_boot.c: At top level:
      spl_boot.c:107:13: warning: 'exynos_spi_copy' defined but not used [-Wunused-function]
      Signed-off-by: NMinkyu Kang <mk7.kang@samsung.com>
      Cc: Albert ARIBAUD <albert.u.boot@aribaud.net>
      d8fa31a7
  17. 03 12月, 2013 2 次提交
  18. 01 11月, 2013 1 次提交
  19. 21 10月, 2013 1 次提交
  20. 24 9月, 2013 1 次提交
  21. 24 7月, 2013 1 次提交
  22. 16 7月, 2013 1 次提交
  23. 09 7月, 2013 1 次提交
  24. 05 7月, 2013 2 次提交