1. 04 Mar, 2011 3 commits
    • Lars-Peter Clausen's avatar
      ARM: S3C2440: Fix usage gpio bank j pin definitions on GTA02 · 6a53048d
      Lars-Peter Clausen authored
      The gta02 header file still uses the old S3C2410_GPJx defines instead of the
      S3C2410_GPJ(x) macro. Since the S3C2410_GPJx defines have already been removed
      this causes the following build failure:
      
      	sound/soc/samsung/neo1973_wm8753.c: In function 'lm4853_set_spk':
      	sound/soc/samsung/neo1973_wm8753.c:259: error: 'S3C2440_GPJ2' undeclared (first use in this function)
      	sound/soc/samsung/neo1973_wm8753.c:259: error: (Each undeclared identifier is reported only once
      	sound/soc/samsung/neo1973_wm8753.c:259: error: for each function it appears in.)
      	sound/soc/samsung/neo1973_wm8753.c: In function 'lm4853_get_spk':
      	sound/soc/samsung/neo1973_wm8753.c:267: error: 'S3C2440_GPJ2' undeclared (first use in this function)
      	sound/soc/samsung/neo1973_wm8753.c: In function 'lm4853_event':
      	sound/soc/samsung/neo1973_wm8753.c:276: error: 'S3C2440_GPJ1' undeclared (first use in this function)
      	sound/soc/samsung/neo1973_wm8753.c: At top level:
      	sound/soc/samsung/neo1973_wm8753.c:439: error: 'S3C2440_GPJ2' undeclared here (not in a function)
      	sound/soc/samsung/neo1973_wm8753.c:440: error: 'S3C2440_GPJ1' undeclared here (not in a function)
      
      This patches fixes the issue by doing a s,S3C2410_GPJ([\d]+),S3C2410_GPJ(\1),g
      on the file.
      Signed-off-by: default avatarLars-Peter Clausen <lars@metafoo.de>
      Signed-off-by: default avatarKukjin Kim <kgene.kim@samsung.com>
      6a53048d
    • Banajit Goswami's avatar
      ARM: S5P64X0: Fix number of GPIO lines in Bank F · f33f3149
      Banajit Goswami authored
      This patch modifies the number of total GPIO lines for Bank F
      for Samsung S5P6440 and S5P6450 SoCs from 2 to 16.
      This is necessary as the GPIO lines from 0 to 13 are reserved
      and only lines 14 and 15 are used. As during initialization,
      the line number starts at 0, putting 2 does not solve the
      intended purpose.
      Signed-off-by: default avatarBanajit Goswami <banajit.g@samsung.com>
      Signed-off-by: default avatarKukjin Kim <kgene.kim@samsung.com>
      f33f3149
    • Lars-Peter Clausen's avatar
      ARM: S3C2440: Select missing S3C_DEV_USB_HOST on GTA02 · 8c00ae98
      Lars-Peter Clausen authored
      The gta02 mach file references the ohci device.
      So we need to select S3C_DEV_USB_HOST to have the device available.
      
      This fixes the following linker errors:
      	arch/arm/mach-s3c2440/built-in.o: In function 'gta02_machine_init':
      	mach-gta02.c:(.init.text+0x370): undefined reference to 's3c_ohci_set_platdata'
      	arch/arm/mach-s3c2440/built-in.o:(.init.data+0xac): undefined reference to 's3c_device_ohci'
      Signed-off-by: default avatarLars-Peter Clausen <lars@metafoo.de>
      Signed-off-by: default avatarKukjin Kim <kgene.kim@samsung.com>
      8c00ae98
  2. 01 Mar, 2011 12 commits
  3. 28 Feb, 2011 6 commits
  4. 26 Feb, 2011 4 commits
  5. 25 Feb, 2011 15 commits