Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751995AbcJKHqy (ORCPT ); Tue, 11 Oct 2016 03:46:54 -0400 Received: from mx08-00178001.pphosted.com ([91.207.212.93]:43583 "EHLO mx07-00178001.pphosted.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1751297AbcJKHqx (ORCPT ); Tue, 11 Oct 2016 03:46:53 -0400 Subject: Re: [PATCH 15/19] reset: sti: Remove STiH415/6 reset support To: Philipp Zabel , Peter Griffin 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> CC: , , , , From: Patrice Chotard Message-ID: Date: Tue, 11 Oct 2016 09:05:05 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.3.0 MIME-Version: 1.0 In-Reply-To: <1474963347.2494.8.camel@pengutronix.de> Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit X-Originating-IP: [10.48.1.66] X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:,, definitions=2016-10-11_04:,, signatures=0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1039 Lines: 45 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 > In the latter case, > Acked-by: Philipp Zabel > to merge both together with the other patches. Currently there is no > conflict with changes queued from the reset tree. > > regards > Philipp > Thanks Patrice