From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752834AbcHQLOL (ORCPT ); Wed, 17 Aug 2016 07:14:11 -0400 Received: from mga11.intel.com ([192.55.52.93]:18122 "EHLO mga11.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751591AbcHQLOJ (ORCPT ); Wed, 17 Aug 2016 07:14:09 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.28,529,1464678000"; d="scan'208";a="749880838" Date: Wed, 17 Aug 2016 14:14:05 +0300 From: Heikki Krogerus To: Tal Shorer Cc: gregkh@linuxfoundation.org, linux-usb@vger.kernel.org, linux-kernel@vger.kernel.org, balbi@kernel.org Subject: Re: [PATCH v3 3/8] usb: dwc3: ulpi: use new api Message-ID: <20160817111405.GL9927@kuha.fi.intel.com> References: <1471363493-7836-1-git-send-email-tal.shorer@gmail.com> <1471363493-7836-4-git-send-email-tal.shorer@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1471363493-7836-4-git-send-email-tal.shorer@gmail.com> User-Agent: Mutt/1.6.2 (2016-07-01) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Aug 16, 2016 at 07:04:48PM +0300, Tal Shorer wrote: > The old read, write callbacks in struct ulpi_ops have been deprecated > in favor of new callbacks that pass the parent device directly. > Replace the used callbacks in dwc3's ulpi component with the new api. > > Signed-off-by: Tal Shorer Reviewed-by: Heikki Krogerus Thanks, -- heikki