1. 16 12月, 2008 1 次提交
    • B
      [ARM] S3C24XX: Reduce code lineage of gpiolib.c · f2edc756
      Ben Dooks 提交于
      All the s3c24xx gpiolib chips share the same get/set
      calls and all but one bank shares the same calls for
      .direction_input and .direction_output methods.
      
      Change the initialisation process to use an new call
      to register the chips that fills in any blank calls
      with the default values to avoid having to fill them
      in the structure initialisers.
      Signed-off-by: NBen Dooks <ben-linux@fluff.org>
      f2edc756
  2. 27 8月, 2008 1 次提交
    • B
      [ARM] S3C24XX: Fix sparse warnings in arch/arm/plat-s3c24xx/gpiolib.c · f4cb1a89
      Ben Dooks 提交于
      Fix the following problems spotted by sparse:
      
      warning: symbol 's3c24xx_gpiolib_input' was not declared. Should it be static?
      warning: symbol 's3c24xx_gpiolib_output' was not declared. Should it be static?
      warning: symbol 's3c24xx_gpiolib_set' was not declared. Should it be static?
      warning: symbol 's3c24xx_gpiolib_get' was not declared. Should it be static?
      warning: symbol 'gpios' was not declared. Should it be static?
      Signed-off-by: NBen Dooks <ben-linux@fluff.org>
      f4cb1a89
  3. 07 8月, 2008 2 次提交
  4. 03 7月, 2008 1 次提交