From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752160AbbCYVQs (ORCPT ); Wed, 25 Mar 2015 17:16:48 -0400 Received: from comal.ext.ti.com ([198.47.26.152]:55872 "EHLO comal.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752093AbbCYVQq (ORCPT ); Wed, 25 Mar 2015 17:16:46 -0400 Message-ID: <551325B0.1090308@ti.com> Date: Thu, 26 Mar 2015 02:46:32 +0530 From: Kishon Vijay Abraham I User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.4.0 MIME-Version: 1.0 To: NeilBrown CC: Tony Lindgren , , GTA04 owners , , Pavel Machek Subject: Re: [PATCH 0/5] Enhancements to twl4030 phy to support better charging - V2 References: <20150322223307.21765.62974.stgit@notabene.brown> In-Reply-To: <20150322223307.21765.62974.stgit@notabene.brown> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi, On Monday 23 March 2015 04:05 AM, NeilBrown wrote: > Hi Kishon, > I wonder if you could queue the following for the next merge window. > They allow the twl4030 phy to provide more information to the > twl4030 battery charger. > There are only minimal changes since the first version, particularly > documentation has been improved. There are quite a few things in this series which use the USB PHY library interface which is kindof deprecated. We should try and use the Generic PHY library for all of them. It would also be better to add features to the PHY framework if the we can't achieve something with the existing PHY framework. -Kishon