Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756052AbbFOT7U (ORCPT ); Mon, 15 Jun 2015 15:59:20 -0400 Received: from mail.savoirfairelinux.com ([209.172.62.77]:55553 "EHLO mail.savoirfairelinux.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752087AbbFOT7J (ORCPT ); Mon, 15 Jun 2015 15:59:09 -0400 From: Vivien Didelot To: linux-watchdog@vger.kernel.org Cc: Vivien Didelot , Wim Van Sebroeck , Guenter Roeck , linux-kernel@vger.kernel.org, kernel@savoirfairelinux.com Subject: [RESEND PATCH 0/3] watchdog: MAX63xx cleanup and platform settings Date: Mon, 15 Jun 2015 15:58:38 -0400 Message-Id: <1434398321-16035-1-git-send-email-vivien.didelot@savoirfairelinux.com> X-Mailer: git-send-email 2.4.2 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1684 Lines: 42 The first version of this patchset from January, 29 [1] got no feedback from the maintainer. 1/4 [2] was applied to watchdog-next on May, 30 though. A concern about constants removal was raised in the preliminary 2/4 cleanup patch, the explanation has been added to the related commit message. Thus, resend the patchset. Below come the details about the changes: The purpose of this patchset is to add a platform data structure for the max63xx_wdt driver in order to setup the device in a platform code. This is especially handy if the driver is built-in and/or the device registers aren't memory mapped. First, clean up the driver to help distinguish different device connections and ease the introduction of new features. Then, add new platform settings to support GPIO wired MAX63xx devices, and a different heartbeat. Tested with a GPIO wired MAX6373 on an Atom platform, with a built-in driver. [1] https://lkml.org/lkml/2015/1/29/753 [2] https://lkml.org/lkml/2015/1/29/752 Vivien Didelot (3): watchdog: max63xx: cleanup watchdog: max63xx: add GPIO support watchdog: max63xx: add heartbeat to platform data drivers/watchdog/Kconfig | 9 +- drivers/watchdog/max63xx_wdt.c | 297 +++++++++++++++++++----------- include/linux/platform_data/max63xx_wdt.h | 29 +++ 3 files changed, 226 insertions(+), 109 deletions(-) create mode 100644 include/linux/platform_data/max63xx_wdt.h -- 2.4.2 -- 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/