1. 28 7月, 2008 1 次提交
    • B
      i2c: S3C2410: Pass the I2C bus number via drivers platform data · 399dee23
      Ben Dooks 提交于
      Allow the platform data to specify the bus bumber that the
      new I2C bus will be given. This is to allow the use of the
      board registration mechanism to specify the new style of
      I2C device registration which allows boards to provide a
      list of attached devices.
      
      Note, as discussed on the mailing list, we have dropped
      backwards compatibility of adding an dynamic bus number
      as it should not affect most boards to have the bus pinned
      to 0 if they have either not specified platform data for
      driver. Any board supplying platform data will automatically
      have the bus_num field set to 0, and anyone who needs the
      driver on a different bus number can supply platform data
      to set bus_num.
      Signed-off-by: NBen Dooks <ben-linux@fluff.org>
      399dee23
  2. 03 7月, 2008 1 次提交
  3. 23 4月, 2008 3 次提交
  4. 06 3月, 2008 1 次提交
  5. 31 10月, 2007 1 次提交
  6. 23 8月, 2007 1 次提交
  7. 23 7月, 2007 2 次提交
    • B
      [ARM] 4524/1: S3C: Move register out of include/asm-arm/arch-s3c2410 · 06cfa556
      Ben Dooks 提交于
      Move register and other definitions out of the
      include/asm-arm/arch-s3c2410 into the the arch
      directories of include/asm-arm/plat-s3c24xx and
      include/asm-arm/plat-s3c.
      
      This move is in preperation of the merging of
      s3c2400 and s3c6400.
      
      The following git mv commands are needed before
      this patch can be applied:
      
      git mv include/asm-arm/arch-s3c2410/regs-ac97.h include/asm-arm/plat-s3c/regs-ac97.h
      git mv include/asm-arm/arch-s3c2410/regs-adc.h include/asm-arm/plat-s3c/regs-adc.h
      git mv include/asm-arm/arch-s3c2410/regs-iis.h include/asm-arm/plat-s3c24xx/regs-iis.h
      git mv include/asm-arm/arch-s3c2410/regs-spi.h include/asm-arm/plat-s3c24xx/regs-spi.h
      git mv include/asm-arm/arch-s3c2410/regs-udc.h include/asm-arm/plat-s3c24xx/regs-udc.h
      git mv include/asm-arm/arch-s3c2410/udc.h include/asm-arm/plat-s3c24xx/udc.h
      Signed-off-by: NBen Dooks <ben-linux@fluff.org>
      Signed-off-by: NRussell King <rmk+kernel@arm.linux.org.uk>
      06cfa556
    • B
      [ARM] 4521/2: S3C: Reorganise VA mapping headers · 530ef3c2
      Ben Dooks 提交于
      Reorganise the definition of the virtual addresses
      used into a common header and update the users to
      rename S3C2410 items into a more common S3C defined
      macros.
      Signed-off-by: NBen Dooks <ben-linux@fluff.org>
      Signed-off-by: NRussell King <rmk+kernel@arm.linux.org.uk>
      530ef3c2
  8. 22 7月, 2007 5 次提交