1. 05 Mar, 2005 21 commits
  2. 04 Mar, 2005 15 commits
  3. 03 Mar, 2005 4 commits
    • Nicolas Pitre's avatar
      [ARM PATCH] 2509/1: fix watchdog timer frequency for PXA27x · 6a5d4f1d
      Nicolas Pitre authored
      Patch from Nicolas Pitre
      
      Signed-off-by: Nicolas Pitre
      Signed-off-by: Russell King
      6a5d4f1d
    • Ben Dooks's avatar
      [ARM PATCH] 2512/1: S3C2410 - remove bast-cpld.h from include/asm-arm/arch-s3c2410/hardware.h · 1234c028
      Ben Dooks authored
      Patch from Ben Dooks
      
      Remove the include of bast-cpld.h, as it shouldn't be here as
      it only defines some extra bast-specific registers, and does
      not affect the configuration of the hardware dependenat items.
      Ensure that the file is included in the one place it is needed
      and not included.
      This should discourage anyone else putting include files in
      which do not affect the over-all hardware definitions.
      
      Signed-off-by: Ben Dooks
      Signed-off-by: Russell King
      1234c028
    • Ben Dooks's avatar
      [ARM PATCH] 2511/1: SMDK2440 - base machine support · 14114680
      Ben Dooks authored
      Patch from Ben Dooks
      
      SMDK2440 core board support
      
      Signed-off-by: Ben Dooks
      
      Signed-off-by: Dimitry Andric
      Signed-off-by: Russell King
      14114680
    • Ben Dooks's avatar
      [ARM PATCH] 2508/1: S3C2440 - timer and irq device updates · f25b6a27
      Ben Dooks authored
      Patch from Ben Dooks
      
      The patch does a number of updates, which are inter-dependant
      on each other, for the s3c2440 support and some clean-ups for
      all s3c24xx architecture in general.
      1) Remove the s3c24xx_{fclk,hclk,pclk} variables, and pass
         these values to the clock core on initialisation. This
         removes the needless double copy, as only the timer code
         uses these directly (see point 4).
         Add an over-all xtal clock to the clock core
      2) Add a sysdev driver to the clock code to ensure all the
         s3c2440 clocks are added if an s3c2440 is present.
      3) Add the new IRQs to irq.c, and initialise them if the
         sysdev for the s3c2440 is present.
      4) Change the timer code to request the timer clk and
         use it to get the frequency.
      Depends on patch 2467/1
      Thanks to Guillaume Gourat for the original patches that
      prompted this re-write.
      
      Signed-off-by: Ben Dooks
      Signed-off-by: Russell King
      f25b6a27