Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751840AbaBLNfL (ORCPT ); Wed, 12 Feb 2014 08:35:11 -0500 Received: from mail-ea0-f171.google.com ([209.85.215.171]:51075 "EHLO mail-ea0-f171.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751115AbaBLNfI (ORCPT ); Wed, 12 Feb 2014 08:35:08 -0500 From: Michal Simek To: linux-kernel@vger.kernel.org, monstr@monstr.eu Cc: Guenter Roeck , devicetree@vger.kernel.org, linux-watchdog@vger.kernel.org, linux-doc@vger.kernel.org, Kumar Gala , Rob Landley , Wim Van Sebroeck , Ian Campbell , Rob Herring , Pawel Moll , Mark Rutland , Grant Likely , linux-arm-kernel@lists.infradead.org, Arnd Bergmann Subject: [PATCH v3 0/11] Xilinx watchdog changes Date: Wed, 12 Feb 2014 14:34:31 +0100 Message-Id: X-Mailer: git-send-email 1.8.2.3 Content-Type: multipart/signed; boundary="=_mimegpg-monstr-desktop-11813-1392212082-0001"; micalg=pgp-sha1; protocol="application/pgp-signature" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org This is a MIME GnuPG-signed message. If you see this text, it means that your E-mail or Usenet software does not support MIME signed messages. The Internet standard for MIME PGP messages, RFC 2015, was published in 1996. To open this message correctly you will need to install E-mail or Usenet software that supports modern Internet standards. --=_mimegpg-monstr-desktop-11813-1392212082-0001 Hi, This series contains changes for Xilinx watchdog. The whole code series have been reviewed by Guenter and device-tree binding was acked by Arnd. I have also pushed this v3 to git repo for easier pulling here: git://git.monstr.eu/linux-2.6-microblaze.git watchdog Thanks, Michal Changes in v3: - Remove one if checking and use variable directly Changes in v2: - Fix enable_once logic - Change patch subject - New patch in this series Michal Simek (11): watchdog: xilinx: Convert driver to the watchdog framework watchdog: xilinx: Move control_status_reg to functions watchdog: xilinx: Simplify probe and remove functions watchdog: xilinx: Move no_timeout to probe function watchdog: xilinx: Allocate private structure per device watchdog: xilinx: Fix all printk messages watchdog: xilinx: Use of_property_read_u32 watchdog: xilinx: Use correct comment indentation watchdog: xilinx: Add missing binding watchdog: xilinx: Enable this driver for Zynq watchdog: xilinx: Remove no_timeout variable .../devicetree/bindings/watchdog/of-xilinx-wdt.txt | 23 ++ drivers/watchdog/Kconfig | 21 +- drivers/watchdog/of_xilinx_wdt.c | 389 ++++++--------------- 3 files changed, 148 insertions(+), 285 deletions(-) create mode 100644 Documentation/devicetree/bindings/watchdog/of-xilinx-wdt.txt -- 1.8.2.3 --=_mimegpg-monstr-desktop-11813-1392212082-0001 Content-Type: application/pgp-signature Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (GNU/Linux) iEYEABECAAYFAlL7eHIACgkQykllyylKDCGYTwCfUU55kYNt9V5oEXsFda27HqgV lqAAoIYkTIAh/gOIUZlnIAjxLSQymP5O =M1ne -----END PGP SIGNATURE----- --=_mimegpg-monstr-desktop-11813-1392212082-0001-- -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/