1. 25 3月, 2009 19 次提交
  2. 09 3月, 2009 1 次提交
    • E
      [ARM] pxa: separate definitions from pxa-regs.h and remove it finally · 5bf3df3f
      Eric Miao 提交于
      The remaining registers are separated into:
      
         - <mach/regs-ost.h>
         - <mach/regs-rtc.h>
         - <mach/regs-intc.h>
      
      and then we can remove pxa-regs.h completely. Instead of #include this
      file, let's:
      
      1. include the specific <mach/regs-*.h> with care (if that's absolutely
         necessary)
      
      2. define the registers in the driver, make cleanly defined API to expose
         the register access to external with sufficient reason
      Signed-off-by: NEric Miao <eric.miao@marvell.com>
      5bf3df3f
  3. 06 3月, 2009 1 次提交
    • W
      [WATCHDOG] orion5x_wdt.c: 'ORION5X_TCLK' undeclared · c9a0c8a6
      Wim Van Sebroeck 提交于
      orion5x_wdt no longer compiled after the changes in commit
      ebe35aff ("Orion: prepare for
      runtime-determined timer tick rate").
      
      The tick rate define (ORION5X_TCLK) was removed in favor of a runtime
      detection. The quick fix is to add the define in the watchdog driver.
      The fix is not correct for all supported orion5x platforms, but since
      the supported platforms right now are 133 Mhz and 166 Mhz, it won't
      be _that_ far off. ;-) A fix that uses the runtime-determined timer
      tick rate will be applied later.
      Signed-off-by: NWim Van Sebroeck <wim@iguana.be>
      Cc: Kristof Provost <kristof@sigsegv.be>
      Acked-by: NLennert Buytenhek <buytenh@wantstofly.org>
      Cc: Nicolas Pitre <nico@cam.org>
      Cc: Russell King <rmk@arm.linux.org.uk>
      Cc: Andrew Morton <akpm@linux-foundation.org>
      c9a0c8a6
  4. 05 3月, 2009 2 次提交
  5. 24 2月, 2009 2 次提交
  6. 15 2月, 2009 1 次提交
    • A
      [ARM] 5390/1: AT91: Watchdog fixes · 2af29b78
      Andrew Victor 提交于
      The recently merged AT91SAM9 watchdog driver uses the
      AT91SAM9X_WATCHDOG config variable, whereas the original version of
      the driver (and the platform support code) used AT91SAM9_WATCHDOG.
      This causes the watchdog platform_device to never be registered, and
      therefore the driver not to be initialized.
      
      This patch:
      - updates the platform support code to use AT91SAM9X_WATCHDOG.
      - includes <linux/io.h> to fix compile error (same fix as was applied
      to at91rm9200_wdt.c)
      - fixes comment regarding watchdog clock-rates in at91rm9200.
      Signed-off-by: NAndrew Victor <linux@maxim.org.za>
      Signed-off-by: NRussell King <rmk+kernel@arm.linux.org.uk>
      2af29b78
  7. 14 2月, 2009 1 次提交
  8. 09 2月, 2009 2 次提交
  9. 25 1月, 2009 1 次提交
  10. 24 1月, 2009 1 次提交
  11. 19 1月, 2009 1 次提交
    • I
      x86, rdc321x: remove/move leftover files · 5662a2f8
      Ingo Molnar 提交于
      Impact: cleanup
      
      Move/remove leftover RDC321 files. Now that it's not a subarch anymore,
      arch/x86/mach-rdc321x and arch/x86/include/asm/mach-rdc321x/ are not
      needed.
      
      One include file was still in use: rdc321x_defs.h, move that to the
      generic x86 asm header directory.
      Signed-off-by: NIngo Molnar <mingo@elte.hu>
      5662a2f8
  12. 13 1月, 2009 3 次提交
  13. 01 1月, 2009 3 次提交
  14. 29 12月, 2008 1 次提交
  15. 04 12月, 2008 1 次提交