1. 16 12月, 2008 5 次提交
    • B
      [ARM] S3C: Make i2c device definition common to plat-s3c · 3e1b776c
      Ben Dooks 提交于
      Make the device i2c0 common to plat-s3c and move the
      definitions from arch/arm/plat-s3c24xx/devs.c
      Signed-off-by: NBen Dooks <ben-linux@fluff.org>
      3e1b776c
    • B
      [ARM] S3C64XX: Add initial clock framework · 4b31d8b2
      Ben Dooks 提交于
      Add the initial clocks definitions for the s3c6400
      and s3c6410. Move the epll and ext clock from the
      s3c2443 support into the common code.
      Signed-off-by: NBen Dooks <ben-linux@fluff.org>
      4b31d8b2
    • B
      [ARM] S3C24XX: Update clock data on resume · e425382e
      Ben Dooks 提交于
      Update the clock settings on resume for suspend/resume
      support so that if the boot loader changes anything or
      the system's PLL is reset then we return with the correct
      settings.
      Signed-off-by: NBen Dooks <ben-linux@fluff.org>
      e425382e
    • B
      [ARM] S3C24XX: Split pll code out of regs-clock.h · e24b864a
      Ben Dooks 提交于
      Move the PLL calculation code into it's own header
      file for re-use with the other plat-s3c24xx based
      systems such as the S3C24A0.
      
      Note, we change the name of s3c2410_get_pll to the
      more generically named s3c24xx_get_pll as well as
      the related defintions.
      Signed-off-by: NBen Dooks <ben-linux@fluff.org>
      e24b864a
    • B
      [ARM] S3C24XX: Move initialisation code to arch/arm/plat-s3c · 74b265d4
      Ben Dooks 提交于
      We need to add plat-s3c to the build to get the headers
      that will go in here once moved from include/asm-arm so
      we may as well put some useful common s3c code in here
      to stop the errors generated form having nothing built.
      
      The cpu setup is now passed the cpu idcode and the table
      of supported cpus to s3c_init_cpu() to abstract the
      cpu identification out of the initial io setup.
      
      As well as moving the cpu initialisation code, we move the
      map of the board specific items up to the calling code as
      none of the map_io() functions actually do anything other
      than pass this to iotable_init().
      
      This patch does not rename any of the init functions that
      will be common to s3c24xx and any other s3c architectures
      as this can be done at a later date as it will touch all
      the board support files which use functions such as
      s3c24xx_init_clocks() and s3c24xx_init_uarts().
      
      Note, the header arch/arm/plat-s3c24xx/include/plat/cpu.h
      still has functions that are used by both the cpu and
      board initialisation functions. This means that each board
      has definitions specific to the cpu support included and
      the vice-versa.
      Signed-off-by: NBen Dooks <ben-linux@fluff.org>
      74b265d4
  2. 30 11月, 2008 1 次提交
    • R
      [ARM] Hide ISA DMA API when ISA_DMA_API is unset · dcea83ad
      Russell King 提交于
      When ISA_DMA_API is unset, we're not implementing the ISA DMA API,
      so there's no point in publishing the prototypes via asm/dma.h, nor
      including the machine dependent parts of that API.
      
      This allows us to remove a lot of mach/dma.h files which don't contain
      any useful code.  Unfortunately though, some platforms put their own
      private non-ISA definitions into mach/dma.h, so we leave these behind
      and fix the appropriate #include statments.
      Signed-off-by: NRussell King <rmk+kernel@arm.linux.org.uk>
      dcea83ad
  3. 27 11月, 2008 1 次提交
  4. 30 10月, 2008 5 次提交
  5. 09 10月, 2008 1 次提交
  6. 08 10月, 2008 2 次提交
  7. 06 9月, 2008 1 次提交
  8. 27 8月, 2008 1 次提交
  9. 09 8月, 2008 1 次提交
  10. 07 8月, 2008 2 次提交
  11. 03 7月, 2008 9 次提交
  12. 18 4月, 2008 1 次提交
  13. 28 1月, 2008 10 次提交