1. 14 8月, 2010 11 次提交
  2. 09 8月, 2010 6 次提交
  3. 06 8月, 2010 1 次提交
  4. 05 8月, 2010 1 次提交
    • D
      WATCHDOG: Add watchdog driver for OCTEON SOCs · 4c076fb4
      David Daney 提交于
      The OCTEON is a MIPS64 based SOC family with an on chip watchdog unit.
      
      The driver is split into two source files one for the C code and one
      for assembly.  Assembly is needed to handle the NMI and then print the
      machine state before the reboot is triggered.
      Signed-off-by: NDavid Daney <ddaney@caviumnetworks.com>
      Cc: Wim Van Sebroeck <wim@iguana.be>
      Cc: Andrew Morton <akpm@linux-foundation.org>
      Cc: Russell King <rmk+kernel@arm.linux.org.uk>
      Cc: Tony Lindgren <tony@atomide.com>
      Cc: Marc Zyngier <maz@misterjones.org>
      Cc: Thierry Reding <thierry.reding@avionic-design.de>
      Cc: Sam Ravnborg <sam@ravnborg.org>
      To: linux-mips@linux-mips.org
      Cc: linux-kernel@vger.kernel.org,
      Patchwork: https://patchwork.linux-mips.org/patch/1503/Signed-off-by: NWim Van Sebroeck <wim@iguana.be>
      Signed-off-by: NRalf Baechle <ralf@linux-mips.org>
      
       create mode 100644 drivers/watchdog/octeon-wdt-main.c
       create mode 100644 drivers/watchdog/octeon-wdt-nmi.S
      4c076fb4
  5. 24 7月, 2010 1 次提交
  6. 29 6月, 2010 1 次提交
    • G
      sparc/of: Move of_device fields into struct pdev_archdata · 1636f8ac
      Grant Likely 提交于
      This patch moves SPARC architecture specific data members out of
      struct of_device and into the pdev_archdata structure.  The reason
      for this change is to unify the struct of_device definition amongst
      all the architectures.  It also remvoes the .sysdata, .slot, .portid
      and .clock_freq properties because they aren't actually used by
      anything.
      
      A subsequent patch will replace struct of_device entirely with struct
      platform_device and the of_platform support code will share common
      routines with the platform bus (but the bus instances themselves can
      remain separate).
      
      This patch also adds 'struct resources *resource' and num_resources
      to match the fields defined in struct platform_device.  After this
      change, 'struct platform_device' can be used as a drop-in replacement
      for 'struct of_platform'.
      
      This change is in preparation for merging the of_platform_bus_type
      with the platform_bus_type.
      Signed-off-by: NGrant Likely <grant.likely@secretlab.ca>
      Acked-by: NDavid S. Miller <davem@davemloft.net>
      Cc: Stephen Rothwell <sfr@canb.auug.org.au>
      1636f8ac
  7. 17 6月, 2010 1 次提交
  8. 13 6月, 2010 1 次提交
  9. 07 6月, 2010 1 次提交
  10. 03 6月, 2010 2 次提交
  11. 28 5月, 2010 2 次提交
  12. 25 5月, 2010 9 次提交
  13. 22 5月, 2010 1 次提交
    • G
      of: Remove duplicate fields from of_platform_driver · 4018294b
      Grant Likely 提交于
      .name, .match_table and .owner are duplicated in both of_platform_driver
      and device_driver.  This patch is a removes the extra copies from struct
      of_platform_driver and converts all users to the device_driver members.
      
      This patch is a pretty mechanical change.  The usage model doesn't change
      and if any drivers have been missed, or if anything has been fixed up
      incorrectly, then it will fail with a compile time error, and the fixup
      will be trivial.  This patch looks big and scary because it touches so
      many files, but it should be pretty safe.
      Signed-off-by: NGrant Likely <grant.likely@secretlab.ca>
      Acked-by: NSean MacLennan <smaclennan@pikatech.com>
      4018294b
  14. 21 5月, 2010 1 次提交
  15. 19 5月, 2010 1 次提交