1. 02 Nov, 2004 4 commits
    • Ben Dooks's avatar
      [ARM PATCH] 2190/1: S3C2410 - fix compile for S3C2440 CPUs · e78a70e4
      Ben Dooks authored
      Patch from Ben Dooks
      
      Fixes mis-labelled timer variables, and incldes the
      clock header to allow the code to compile. This
      was not caught on previous rounds as all the
      s3c2440 machine support is pending the finalisation
      of the new s3c2440 uart driver (arriving soon)
      
      Signed-off-by: Ben Dooks 
      e78a70e4
    • Ben Dooks's avatar
      [ARM PATCH] 2189/1: S3C2410 - select pclk as source for timer if none specified for machine · 4185fe53
      Ben Dooks authored
      Patch from Ben Dooks
      
      Select the PCLK based TIMER4 to provide the system timer tick
      if there is no machine specific timer setup specified. This
      should make it easier to add new machines, as well as cut down
      on the code required in time.c when they are added.
      
      Signed-off-by: Ben Dooks 
      4185fe53
    • George G. Davis's avatar
      [ARM PATCH] 2188/1: Add missing MODULE_LICENSE declaration in PXA Lubbock PCMCIA driver · dd271e16
      George G. Davis authored
      Patch from George G. Davis
      
      The Lubbock PCMCIA socket driver, drivers/pcmcia/pxa2xx_lubbock.c,
      lacks a MODULE_LICENSE declaration. This patch merely adds the missing
      MODULE_LICENSE declaration to eliminate tainted kernel warnings when
      this driver is built as a module. I have intentionally not used the
      Dual MPL/GPL license in this case because 1) current linux-2.6.10-rc1
      PXA PCMCIA drivers use only the GPL license, 2) the original source
      files on which the PXA PCMCIA drivers are based, i.e. the SA11xx PCMCIA
      drivers, state: "If you wish to allow the use of your version of this
      file only under the terms of the GPL and not to allow others to use your
      version of this file under the MPL, indicate your decision by deleting
      the provisions above and replace them with the notice and other
      provisions required by the GPL."
      
      
      Signed-off-by:: George G. Davis 
      dd271e16
    • Nicolas Pitre's avatar
      [ARM PATCH] 2187/1: fix lacking capability in pxa_gpio_mode() · 91a5dcd8
      Nicolas Pitre authored
      Patch from Nicolas Pitre
      
      This allows to set the default state of GPIOs before they're enabled 
      as output, eliminating spurious level transitions.
      
      Signed-off-by: Nicolas Pitre 
      91a5dcd8
  2. 01 Nov, 2004 2 commits
  3. 31 Oct, 2004 34 commits