From patchwork Tue May 10 09:50:57 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Masahiro Yamada X-Patchwork-Id: 9056261 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork2.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.136]) by patchwork2.web.kernel.org (Postfix) with ESMTP id 40C6CBF29F for ; Tue, 10 May 2016 09:54:58 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 611C0200F0 for ; Tue, 10 May 2016 09:54:57 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.9]) (using TLSv1.2 with cipher AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 6EB59200EC for ; Tue, 10 May 2016 09:54:56 +0000 (UTC) Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1b04Lh-0005ST-KD; Tue, 10 May 2016 09:53:05 +0000 Received: from merlin.infradead.org ([2001:4978:20e::2]) by bombadil.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1b04KA-0003hY-2o for linux-arm-kernel@bombadil.infradead.org; Tue, 10 May 2016 09:51:30 +0000 Received: from conuserg-10.nifty.com ([210.131.2.77]) by merlin.infradead.org with esmtps (Exim 4.85_2 #1 (Red Hat Linux)) id 1b04K7-0000Xg-EN for linux-arm-kernel@lists.infradead.org; Tue, 10 May 2016 09:51:28 +0000 Received: from beagle.diag.org (p14092-ipngnfx01kyoto.kyoto.ocn.ne.jp [153.142.97.92]) (authenticated) by conuserg-10.nifty.com with ESMTP id u4A9o2qD001762; Tue, 10 May 2016 18:50:24 +0900 DKIM-Filter: OpenDKIM Filter v2.10.3 conuserg-10.nifty.com u4A9o2qD001762 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=nifty.com; s=dec2015msa; t=1462873824; bh=f7XVaO2juxX9gsCTOGetBb6/U7vRaCOmu2YguzPkOh0=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=C9FHb9pdzuV9NXHKSQi5ceQIsBU+tcL1jlfuQvDJ693Vhz5K5r1+/nKRYAbUwJrU9 Cn+7Th7ZVOeXSGt68JJ6xzr9WqJkl8hQBax1PmIjW1NdTMab9agahLHGDA9WjU+2lf g0IhP17mi1m1TkU3YCDgvk1i2yQGZz1cCu0DYnn1C0aT5Ita3Taa4tpoyn/967uiS1 Qg/TLxArHsTyB6kydpW/jkL/GNs4aOs6apS+d8FpFTNG/JQsASMK22wWWQoZS5G360 /zkXIXxo2pMQrTwiuGijv+Ivgr2AHAHj1rxUSmTqmOB1LOxvxWKzuPK9YA+AsM02TM WQuDVvD3Ju9XQ== X-Nifty-SrcIP: [153.142.97.92] From: Masahiro Yamada To: linux-clk@vger.kernel.org, Arnd Bergmann , Philipp Zabel Subject: [RFC PATCH 16/21] reset: uniphier: add reset driver for UniPhier PH1-Pro5 SoC Date: Tue, 10 May 2016 18:50:57 +0900 Message-Id: <1462873862-30940-17-git-send-email-yamada.masahiro@socionext.com> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1462873862-30940-1-git-send-email-yamada.masahiro@socionext.com> References: <1462873862-30940-1-git-send-email-yamada.masahiro@socionext.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20160510_055127_927018_A2918E09 X-CRM114-Status: GOOD ( 21.94 ) X-Spam-Score: -1.2 (-) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Masahiro Yamada , linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org MIME-Version: 1.0 Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Spam-Status: No, score=-6.2 required=5.0 tests=BAYES_00,DKIM_SIGNED, RCVD_IN_DNSWL_MED,RP_MATCHES_RCVD,T_DKIM_INVALID,UNPARSEABLE_RELAY autolearn=unavailable version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP This series is just for review. Please do not apply this patch. Signed-off-by: Masahiro Yamada --- drivers/reset/uniphier/Kconfig | 4 +++ drivers/reset/uniphier/Makefile | 1 + drivers/reset/uniphier/reset-uniphier-pro5.c | 46 ++++++++++++++++++++++++++++ 3 files changed, 51 insertions(+) create mode 100644 drivers/reset/uniphier/reset-uniphier-pro5.c diff --git a/drivers/reset/uniphier/Kconfig b/drivers/reset/uniphier/Kconfig index 307d563..92d9a5f 100644 --- a/drivers/reset/uniphier/Kconfig +++ b/drivers/reset/uniphier/Kconfig @@ -18,4 +18,8 @@ config RESET_UNIPHIER_SLD8 tristate "Reset driver for UniPhier PH1-sLD8 SoC" default ARM +config RESET_UNIPHIER_PRO5 + tristate "Reset driver for UniPhier PH1-Pro5 SoC" + default ARM + endif diff --git a/drivers/reset/uniphier/Makefile b/drivers/reset/uniphier/Makefile index e1001c6..537e3f8 100644 --- a/drivers/reset/uniphier/Makefile +++ b/drivers/reset/uniphier/Makefile @@ -3,3 +3,4 @@ obj-y += reset-uniphier-core.o obj-$(CONFIG_RESET_UNIPHIER_LD4) += reset-uniphier-ld4.o obj-$(CONFIG_RESET_UNIPHIER_PRO4) += reset-uniphier-pro4.o obj-$(CONFIG_RESET_UNIPHIER_SLD8) += reset-uniphier-sld8.o +obj-$(CONFIG_RESET_UNIPHIER_PRO5) += reset-uniphier-pro5.o diff --git a/drivers/reset/uniphier/reset-uniphier-pro5.c b/drivers/reset/uniphier/reset-uniphier-pro5.c new file mode 100644 index 0000000..dae6f54 --- /dev/null +++ b/drivers/reset/uniphier/reset-uniphier-pro5.c @@ -0,0 +1,46 @@ +/* + * Copyright (C) 2016 Socionext Inc. + * Author: Masahiro Yamada + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + */ + +#include +#include + +#include "reset-uniphier.h" + +static const struct uniphier_reset_data uniphier_pro5_reset_data[] = { + { + .id = 7, + .reg = 0x2000, + .mask = BIT(10), + .deassert_val = BIT(10), + }, + { .id = UNIPHIER_RESET_ID_END } +}; + +static int uniphier_pro5_reset_probe(struct platform_device *pdev) +{ + return uniphier_reset_probe(pdev, uniphier_pro5_reset_data); +} + +static struct platform_driver uniphier_pro5_reset_driver = { + .probe = uniphier_pro5_reset_probe, + .driver = { + .name = "uniphier-pro5-reset", + }, +}; +module_platform_driver(uniphier_pro5_reset_driver); + +MODULE_AUTHOR("Masahiro Yamada "); +MODULE_DESCRIPTION("UniPhier PH1-Pro5 Reset Controller Driver"); +MODULE_LICENSE("GPL");