From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758967Ab2FADwW (ORCPT ); Thu, 31 May 2012 23:52:22 -0400 Received: from mail1.windriver.com ([147.11.146.13]:37732 "EHLO mail1.windriver.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1758894Ab2FADwT (ORCPT ); Thu, 31 May 2012 23:52:19 -0400 From: To: , , , , , , , , CC: , , , , , Subject: [PATCHv2 0/3] omap3 and omap4: add device tree support for wdt Date: Fri, 1 Jun 2012 12:44:13 +0800 Message-ID: <1338525856-4359-1-git-send-email-jgq516@gmail.com> X-Mailer: git-send-email 1.7.3 MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Xiao Jiang Changes compared to previous version: - created document for omap wdt - some modifications per the comments from Benoit and Jon This series is based on latest Linus'tree, and also can be applied to dt branch of linux-omap tree. Tested with omap4430 blaze board and am37xx board. Xiao Jiang (3): arm/dts: add wdt node for omap3 and omap4 OMAP: avoid build wdt platform device if with dt support watchdog: omap_wdt: add device tree support .../devicetree/bindings/watchdog/omap-wdt.txt | 14 ++++++++++++++ arch/arm/boot/dts/omap3.dtsi | 5 +++++ arch/arm/boot/dts/omap4.dtsi | 5 +++++ arch/arm/mach-omap2/devices.c | 2 +- drivers/watchdog/omap_wdt.c | 7 +++++++ 5 files changed, 32 insertions(+), 1 deletions(-) create mode 100644 Documentation/devicetree/bindings/watchdog/omap-wdt.txt -- 1.7.3 From mboxrd@z Thu Jan 1 00:00:00 1970 From: Subject: [PATCHv2 0/3] omap3 and omap4: add device tree support for wdt Date: Fri, 1 Jun 2012 12:44:13 +0800 Message-ID: <1338525856-4359-1-git-send-email-jgq516@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Sender: linux-kernel-owner@vger.kernel.org To: grant.likely@secretlab.ca, rob.herring@calxeda.com, rob@landley.net, linux@arm.linux.org.uk, b-cousson@ti.com, rnayak@ti.com, tony@atomide.com, wim@iguana.be, jon-hunter@ti.com Cc: devicetree-discuss@lists.ozlabs.org, linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-omap@vger.kernel.org, linux-watchdog@vger.kernel.org List-Id: devicetree@vger.kernel.org From: Xiao Jiang Changes compared to previous version: - created document for omap wdt - some modifications per the comments from Benoit and Jon This series is based on latest Linus'tree, and also can be applied to dt branch of linux-omap tree. Tested with omap4430 blaze board and am37xx board. Xiao Jiang (3): arm/dts: add wdt node for omap3 and omap4 OMAP: avoid build wdt platform device if with dt support watchdog: omap_wdt: add device tree support .../devicetree/bindings/watchdog/omap-wdt.txt | 14 ++++++++++++++ arch/arm/boot/dts/omap3.dtsi | 5 +++++ arch/arm/boot/dts/omap4.dtsi | 5 +++++ arch/arm/mach-omap2/devices.c | 2 +- drivers/watchdog/omap_wdt.c | 7 +++++++ 5 files changed, 32 insertions(+), 1 deletions(-) create mode 100644 Documentation/devicetree/bindings/watchdog/omap-wdt.txt -- 1.7.3 From mboxrd@z Thu Jan 1 00:00:00 1970 From: jgq516@gmail.com (jgq516 at gmail.com) Date: Fri, 1 Jun 2012 12:44:13 +0800 Subject: [PATCHv2 0/3] omap3 and omap4: add device tree support for wdt Message-ID: <1338525856-4359-1-git-send-email-jgq516@gmail.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org From: Xiao Jiang Changes compared to previous version: - created document for omap wdt - some modifications per the comments from Benoit and Jon This series is based on latest Linus'tree, and also can be applied to dt branch of linux-omap tree. Tested with omap4430 blaze board and am37xx board. Xiao Jiang (3): arm/dts: add wdt node for omap3 and omap4 OMAP: avoid build wdt platform device if with dt support watchdog: omap_wdt: add device tree support .../devicetree/bindings/watchdog/omap-wdt.txt | 14 ++++++++++++++ arch/arm/boot/dts/omap3.dtsi | 5 +++++ arch/arm/boot/dts/omap4.dtsi | 5 +++++ arch/arm/mach-omap2/devices.c | 2 +- drivers/watchdog/omap_wdt.c | 7 +++++++ 5 files changed, 32 insertions(+), 1 deletions(-) create mode 100644 Documentation/devicetree/bindings/watchdog/omap-wdt.txt -- 1.7.3