1. 22 Feb, 2011 1 commit
  2. 18 Feb, 2011 2 commits
    • jacob.jun.pan@linux.intel.com's avatar
      x86: mrst: Remove apb timer read workaround · 5df91509
      jacob.jun.pan@linux.intel.com authored
      APB timer current count was unreliable in the earlier silicon, which
      could result in time going backwards. This problem has been fixed in
      the current silicon stepping. This patch removes the workaround which
      was used to check and prevent timer rolling back when APB timer is
      used as clocksource device.
      
      The workaround code was also flawed by potential race condition
      around the cached read value last_read. Though a fix can be done
      by assigning last_read to a local variable at the beginning of
      apbt_read_clocksource(), but this is not necessary anymore.
      
      [ tglx: A sane timer on an Intel chip - I can't believe it ]
      Signed-off-by: default avatarJacob Pan <jacob.jun.pan@linux.intel.com>
      Cc: Arjan van de Ven <arjan@linux.intel.com>
      Cc: Alan Cox <alan@linux.intel.com>
      LKML-Reference: <1298065374-25532-1-git-send-email-jacob.jun.pan@linux.intel.com>
      Signed-off-by: default avatarThomas Gleixner <tglx@linutronix.de>
      5df91509
    • Sebastian Andrzej Siewior's avatar
      x86/pci: Remove unused variable · 13884c66
      Sebastian Andrzej Siewior authored
      |arch/x86/pci/ce4100.c: In function `ce4100_conf_read':
      |arch/x86/pci/ce4100.c:257:9: warning: unused variable `retval'
      Signed-off-by: default avatarSebastian Andrzej Siewior <bigeasy@linutronix.de>
      Cc: dirk.brandewie@gmail.com
      LKML-Reference: <1292600033-12271-16-git-send-email-bigeasy@linutronix.de>
      Signed-off-by: default avatarThomas Gleixner <tglx@linutronix.de>
      13884c66
  3. 14 Feb, 2011 2 commits
  4. 04 Feb, 2011 2 commits
  5. 01 Feb, 2011 1 commit
  6. 31 Jan, 2011 27 commits
  7. 29 Jan, 2011 5 commits