From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757771AbcJTKgY (ORCPT ); Thu, 20 Oct 2016 06:36:24 -0400 Received: from metis.ext.4.pengutronix.de ([92.198.50.35]:40197 "EHLO metis.ext.4.pengutronix.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752837AbcJTKgX (ORCPT ); Thu, 20 Oct 2016 06:36:23 -0400 Message-ID: <1476959779.2709.39.camel@pengutronix.de> Subject: Re: [PATCH 15/19] reset: sti: Remove STiH415/6 reset support From: Philipp Zabel To: Patrice Chotard Cc: Peter Griffin , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, kernel@stlinux.com, devicetree@vger.kernel.org, lee.jones@linaro.org Date: Thu, 20 Oct 2016 12:36:19 +0200 In-Reply-To: References: <1473859677-9231-1-git-send-email-peter.griffin@linaro.org> <1473859677-9231-16-git-send-email-peter.griffin@linaro.org> <1474963347.2494.8.camel@pengutronix.de> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.12.9-1+b1 Mime-Version: 1.0 Content-Transfer-Encoding: 7bit X-SA-Exim-Connect-IP: 2001:67c:670:100:96de:80ff:fec2:9969 X-SA-Exim-Mail-From: p.zabel@pengutronix.de X-SA-Exim-Scanned: No (on metis.ext.pengutronix.de); SAEximRunCond expanded to false X-PTX-Original-Recipient: linux-kernel@vger.kernel.org Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Am Dienstag, den 11.10.2016, 09:05 +0200 schrieb Patrice Chotard: > Hi Philipp > > On 09/27/2016 10:02 AM, Philipp Zabel wrote: > > Hi Peter, > > > > Am Mittwoch, den 14.09.2016, 14:27 +0100 schrieb Peter Griffin: > >> Support for STiH415/6 SoCs is being removed from the > >> kernel because the platforms are obsolete. This patch removes > >> the reset drivers for these SoC's. > >> > >> Signed-off-by: Peter Griffin > >> Cc: > >> --- > > [...] > > >> - .driver = { > >> - .name = "reset-stih416", > >> - .of_match_table = stih416_reset_match, > >> - }, > >> -}; > >> - > >> -static int __init stih416_reset_init(void) > >> -{ > >> - return platform_driver_register(&stih416_reset_driver); > >> -} > >> -arch_initcall(stih416_reset_init); > > > > Can I pick up patches 15 and 19, or are there dependencies in the > > series? > > Yes, you can pick up patches 15 and 19 Done. regards Philipp From mboxrd@z Thu Jan 1 00:00:00 1970 From: p.zabel@pengutronix.de (Philipp Zabel) Date: Thu, 20 Oct 2016 12:36:19 +0200 Subject: [PATCH 15/19] reset: sti: Remove STiH415/6 reset support In-Reply-To: References: <1473859677-9231-1-git-send-email-peter.griffin@linaro.org> <1473859677-9231-16-git-send-email-peter.griffin@linaro.org> <1474963347.2494.8.camel@pengutronix.de> Message-ID: <1476959779.2709.39.camel@pengutronix.de> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Am Dienstag, den 11.10.2016, 09:05 +0200 schrieb Patrice Chotard: > Hi Philipp > > On 09/27/2016 10:02 AM, Philipp Zabel wrote: > > Hi Peter, > > > > Am Mittwoch, den 14.09.2016, 14:27 +0100 schrieb Peter Griffin: > >> Support for STiH415/6 SoCs is being removed from the > >> kernel because the platforms are obsolete. This patch removes > >> the reset drivers for these SoC's. > >> > >> Signed-off-by: Peter Griffin > >> Cc: > >> --- > > [...] > > >> - .driver = { > >> - .name = "reset-stih416", > >> - .of_match_table = stih416_reset_match, > >> - }, > >> -}; > >> - > >> -static int __init stih416_reset_init(void) > >> -{ > >> - return platform_driver_register(&stih416_reset_driver); > >> -} > >> -arch_initcall(stih416_reset_init); > > > > Can I pick up patches 15 and 19, or are there dependencies in the > > series? > > Yes, you can pick up patches 15 and 19 Done. regards Philipp