From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753014AbcHQLL6 (ORCPT ); Wed, 17 Aug 2016 07:11:58 -0400 Received: from mga14.intel.com ([192.55.52.115]:24024 "EHLO mga14.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752103AbcHQLLx (ORCPT ); Wed, 17 Aug 2016 07:11:53 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.28,529,1464678000"; d="scan'208";a="1015876563" Date: Wed, 17 Aug 2016 14:11:43 +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 2/8] usb: ulpi: add new api functions, {read|write}_dev() Message-ID: <20160817111143.GK9927@kuha.fi.intel.com> References: <1471363493-7836-1-git-send-email-tal.shorer@gmail.com> <1471363493-7836-3-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-3-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:47PM +0300, Tal Shorer wrote: > Add these two new api callbacks to struct ulpi_ops. These are different > than read, write in that they pass the parent device directly instead > of via the ops argument. > They are intended to replace the old api functions. > > If the new api callbacks are missing, revert to calling the old ones > as before. > > Signed-off-by: Tal Shorer Acked-by: Heikki Krogerus Thanks, -- heikki