1. 09 6月, 2009 2 次提交
  2. 24 4月, 2009 1 次提交
    • N
      [ARM] 5460/1: Orion: reduce namespace pollution · fdd8b079
      Nicolas Pitre 提交于
      Symbols like SOFT_RESET are way too generic to be exported at large.
      To avoid this, let's move the mbus bridge register defines into a
      separate file and include it where needed.  This affects mach-kirkwood,
      mach-loki, mach-mv78xx0 and mach-orion5x simultaneously as they all
      share code in plat-orion which relies on those defines.
      
      Some other defines have been moved to narrower scopes, or simply deleted
      when they had no user.
      
      This fixes compilation problem with mpt2sas on the above listed
      platforms.
      Signed-off-by: NNicolas Pitre <nico@marvell.com>
      Signed-off-by: NRussell King <rmk+kernel@arm.linux.org.uk>
      fdd8b079
  3. 08 4月, 2009 8 次提交
  4. 07 4月, 2009 1 次提交
  5. 31 3月, 2009 1 次提交
    • J
      dmi: Let dmi_walk() users pass private data · e7a19c56
      Jean Delvare 提交于
      At the moment, dmi_walk() lacks flexibility, users can't pass data to
      the callback function. Add a pointer for private data to make this
      function more flexible.
      Signed-off-by: NJean Delvare <khali@linux-fr.org>
      Cc: Hans de Goede <hdegoede@redhat.com>
      Cc: Matthew Garrett <mjg@redhat.com>
      Cc: Roland Dreier <rolandd@cisco.com>
      e7a19c56
  6. 25 3月, 2009 19 次提交
  7. 19 3月, 2009 1 次提交
  8. 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
  9. 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
  10. 05 3月, 2009 2 次提交
  11. 24 2月, 2009 2 次提交
  12. 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