1. 12 11月, 2009 30 次提交
  2. 04 11月, 2009 1 次提交
  3. 03 11月, 2009 2 次提交
  4. 01 11月, 2009 1 次提交
  5. 30 10月, 2009 2 次提交
  6. 29 10月, 2009 4 次提交
    • B
      ARM: S3C2410: Fix sparse warnings in arch/arm/mach-s3c2410/gpio.c · 620abe28
      Ben Dooks 提交于
      Fix sparse warning in arch/arm/mach-s3c2410/gpio.c due to missing
      include of <mach/gpio-fns.h>. Fixes the following warning:
      
      warning: symbol 's3c2410_gpio_irqfilter' was not declared. Should it be static?
      Signed-off-by: NBen Dooks <ben-linux@fluff.org>
      620abe28
    • B
      ARM: S3C2440: mini2440: Fix spare warnings · 00709947
      Ben Dooks 提交于
      Fix the following sparse warnings in arch/arm/mach-s3c2440/mach-mini2440.c
      due to missing 'static'.
      
      warning: symbol 'mini2440_lcd_cfg' was not declared. Should it be static?
      warning: symbol 'mini2440_fb_info' was not declared. Should it be static?
      Signed-off-by: NBen Dooks <ben-linux@fluff.org>
      00709947
    • B
      ARM: S3C24XX: Fix warnings in arch/arm/plat-s3c24xx/gpio.c · 365854af
      Ben Dooks 提交于
      Fix the following warnings from sparse in arch/arm/plat-s3c24xx/gpio.
      due to the missing include of <mach/gpio-fns.h>
      
      gpio.c:36:6: warning: symbol 's3c2410_gpio_cfgpin' was not declared. Should it be static?
      gpio.c:84:14: warning: symbol 's3c2410_gpio_getcfg' was not declared. Should it be static?
      gpio.c:103:6: warning: symbol 's3c2410_gpio_pullup' was not declared. Should it be static?
      gpio.c:125:5: warning: symbol 's3c2410_gpio_getpull' was not declared. Should it be static?
      gpio.c:138:6: warning: symbol 's3c2410_gpio_setpin' was not declared. Should it be static?
      gpio.c:157:14: warning: symbol 's3c2410_gpio_getpin' was not declared. Should it be static?
      gpio.c:184:5: warning: symbol 's3c2410_gpio_getirq' was not declared. Should it be static?
      Signed-off-by: NBen Dooks <ben-linux@fluff.org>
      365854af
    • B
      ARM: S3C2440: mini2440: Fix missing CONFIG_S3C_DEV_USB_HOST · 0bfb34f3
      Ben Dooks 提交于
      Fix missing select of S3C_DEV_USB_HOST when building for mini2440
      only. Fixes the following error:
      
      built-in.o: undefined reference to `s3c_device_usb`
      Signed-off-by: NBen Dooks <ben-linux@fluff.org>
      0bfb34f3