1. 29 11月, 2012 1 次提交
  2. 06 1月, 2012 1 次提交
    • A
      watchdog: convert drivers/watchdog/* to use module_platform_driver() · b8ec6118
      Axel Lin 提交于
      This patch converts the drivers in drivers/watchdog/* to use the
      module_platform_driver() macro which makes the code smaller and a bit
      simpler.
      Signed-off-by: NAxel Lin <axel.lin@gmail.com>
      Cc: Nicolas Thill <nico@openwrt.org>
      Cc: Florian Fainelli <florian@openwrt.org>
      Cc: "David S. Miller" <davem@davemloft.net>
      Cc: Paul Cercueil <paul@crapouillou.net>
      Cc: Marc Zyngier <maz@misterjones.org>
      Cc: Wan ZongShun <mcuos.com@gmail.com>
      Cc: Alejandro Cabrera <aldaya@gmail.com>
      Cc: "George G. Davis" <gdavis@mvista.com>
      Cc: Sylver Bruneau <sylver.bruneau@googlemail.com>
      Cc: Vitaly Wool <vital@embeddedalley.com>
      Cc: Mika Westerberg <mika.westerberg@iki.fi>
      Cc: Timo Kokkonen <timo.t.kokkonen@nokia.com>
      Signed-off-by: NWim Van Sebroeck <wim@iguana.be>
      b8ec6118
  3. 22 7月, 2011 1 次提交
  4. 28 6月, 2011 3 次提交
  5. 19 5月, 2011 1 次提交
    • M
      MIPS: Alchemy: Clean up GPIO registers and accessors · b7f720d6
      Manuel Lauss 提交于
      remove au_readl/au_writel, remove the predefined GPIO1/2 KSEG1 register
      addresses and fix the fallout in all boards and drivers.
      
      This also fixes a bug in the mtx-1_wdt driver which was introduced by
      commit 6ea8115b
      ("Convert mtx1 wdt to be a platform device and use generic GPIO API")
      before this patch mtx-1_wdt only modified GPIO215, the patch then
      used the gpio resource information as bit index into the GPIO2 register
      but the conversion to the GPIO API didn't realize that.
      With this patch the drivers original behaviour is restored and GPIO15
      is left alone.
      Signed-off-by: NManuel Lauss <manuel.lauss@googlemail.com>
      Cc: Florian Fainelli <florian@openwrt.org>
      To: Linux-MIPS <linux-mips@linux-mips.org>
      Cc: linux-watchdog@vger.kernel.org
      Cc: Wim Van Sebroeck <wim@iguana.be>
      Patchwork: https://patchwork.linux-mips.org/patch/2381/
      Signed-off-by: Ralf Baechle <ralf@linux-mips.org
      b7f720d6
  6. 16 3月, 2011 1 次提交
  7. 18 6月, 2009 1 次提交
  8. 25 3月, 2009 1 次提交
  9. 21 11月, 2008 1 次提交
  10. 07 8月, 2008 1 次提交
  11. 06 8月, 2008 1 次提交
    • W
      [WATCHDOG] Coding style - Indentation - part 2 · 0c06090c
      Wim Van Sebroeck 提交于
      This brings the watchdog drivers into line with coding style.
      This patch takes cares of the indentation as described in chapter 1.
      Main changes:
      * Re-structure the ioctl switch call for all drivers as follows:
      	switch (cmd) {
      	case WDIOC_GETSUPPORT:
      	case WDIOC_GETSTATUS:
      	case WDIOC_GETBOOTSTATUS:
      	case WDIOC_GETTEMP:
      	case WDIOC_SETOPTIONS:
      	case WDIOC_KEEPALIVE:
      	case WDIOC_SETTIMEOUT:
      	case WDIOC_GETTIMEOUT:
      	case WDIOC_GETTIMELEFT:
      	default:
      	}
      
      This to make the migration from the drivers to the uniform watchdog
      device driver easier in the future.
      Signed-off-by: NWim Van Sebroeck <wim@iguana.be>
      0c06090c
  12. 14 6月, 2008 1 次提交
  13. 11 4月, 2008 1 次提交
  14. 06 3月, 2008 1 次提交
  15. 19 2月, 2008 1 次提交
  16. 26 1月, 2008 1 次提交
  17. 18 10月, 2007 1 次提交
  18. 24 7月, 2007 1 次提交
  19. 07 5月, 2007 1 次提交