Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753482AbaB1SLB (ORCPT ); Fri, 28 Feb 2014 13:11:01 -0500 Received: from devils.ext.ti.com ([198.47.26.153]:50732 "EHLO devils.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751978AbaB1SKj (ORCPT ); Fri, 28 Feb 2014 13:10:39 -0500 From: Ivan Khoronzhuk To: CC: , , , , , , , , , , , , , , , Ivan Khoronzhuk , Dmitry Eremin-Solenikov , David Woodhouse , Grant Likely , Rob Herring , Pawel Moll , Mark Rutland , Ian Campbell , Kumar Gala , Rob Landley , Russell King Subject: [PATCH 0/5] Introduce keystone reset driver Date: Fri, 28 Feb 2014 20:07:40 +0200 Message-ID: <1393610865-23630-1-git-send-email-ivan.khoronzhuk@ti.com> X-Mailer: git-send-email 1.8.3.2 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 These patches introduce keystone reset driver. The keystone SoC can be rebooted in several ways. By external reset pin, by soft and by watchdogs. This driver allows software reset or reset by one of the watchdogs. Also added opportunity to set soft/hard reset type. Based on v3.14-rc4 CC: Dmitry Eremin-Solenikov CC: David Woodhouse CC: Grant Likely CC: Rob Herring CC: Pawel Moll CC: Mark Rutland CC: Ian Campbell CC: Kumar Gala CC: Rob Landley CC: Santosh Shilimkar CC: Russell King Ivan Khoronzhuk (5): Power: reset: keystone-reset: introduce keystone reset driver Power: reset: add bindings for keystone reset driver ARM: keystone: remove redundant reset stuff ARM: dts: keystone: update reset node to work with reset driver ARM: keystone: enable reset driver support .../bindings/power/reset/keystone-reset.txt | 59 +++++++ arch/arm/boot/dts/keystone.dtsi | 4 +- arch/arm/configs/keystone_defconfig | 3 + arch/arm/mach-keystone/keystone.c | 35 ----- drivers/power/reset/Kconfig | 7 + drivers/power/reset/Makefile | 1 + drivers/power/reset/keystone-reset.c | 171 +++++++++++++++++++++ 7 files changed, 244 insertions(+), 36 deletions(-) create mode 100644 Documentation/devicetree/bindings/power/reset/keystone-reset.txt create mode 100644 drivers/power/reset/keystone-reset.c -- 1.8.3.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/