From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751540AbeERPHS (ORCPT ); Fri, 18 May 2018 11:07:18 -0400 Received: from fllnx210.ext.ti.com ([198.47.19.17]:36660 "EHLO fllnx210.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750841AbeERPHQ (ORCPT ); Fri, 18 May 2018 11:07:16 -0400 Subject: Re: [PATCH v2 0/2] ti-cpufreq: minor fixes/cleanups To: Viresh Kumar CC: "Rafael J. Wysocki" , Dave Gerlach , Tero Kristo , , References: <20180402164958.20057-1-s-anna@ti.com> From: Suman Anna Message-ID: Date: Fri, 18 May 2018 10:07:12 -0500 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.7.0 MIME-Version: 1.0 In-Reply-To: <20180402164958.20057-1-s-anna@ti.com> Content-Type: text/plain; charset="utf-8" Content-Language: en-US Content-Transfer-Encoding: 7bit X-EXCLAIMER-MD-CONFIG: e1e8a2fd-e40a-4ac6-ac9b-f7e9cc9ee180 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 04/02/2018 11:49 AM, Suman Anna wrote: > Hi Viresh, > > Please find the updated series replacing the previous patch [1] fixing > couple of issues in the TI CPUFreq driver. I have split up the patches > as per your comments on v1. Final code diff remains the same as before. > > regards > Suman > > [1] https://patchwork.kernel.org/patch/10308925/ > > Suman Anna (2): > cpufreq: ti-cpufreq: Fix an incorrect error return value > cpufreq: ti-cpufreq: Use devres managed API in probe() Gentle reminder, I don't see these patches in -next. Who is picking up these patches? regards Suman > > drivers/cpufreq/ti-cpufreq.c | 7 ++----- > 1 file changed, 2 insertions(+), 5 deletions(-) >