From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754833AbbIUHHN (ORCPT ); Mon, 21 Sep 2015 03:07:13 -0400 Received: from mga11.intel.com ([192.55.52.93]:53653 "EHLO mga11.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752128AbbIUHHL (ORCPT ); Mon, 21 Sep 2015 03:07:11 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.17,566,1437462000"; d="scan'208";a="773311102" Date: Mon, 21 Sep 2015 10:06:56 +0300 From: Heikki Krogerus To: Felipe Balbi Cc: David Cohen , linux-usb@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 1/5] usb: common: of_usb_get_maximum_speed to usb_get_maximum_speed Message-ID: <20150921070656.GA20759@kuha.fi.intel.com> References: <1440500675-55872-1-git-send-email-heikki.krogerus@linux.intel.com> <1440500675-55872-2-git-send-email-heikki.krogerus@linux.intel.com> <20150918194215.GE5721@saruman.tx.rr.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20150918194215.GE5721@saruman.tx.rr.com> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Sep 18, 2015 at 02:42:15PM -0500, Felipe Balbi wrote: > On Tue, Aug 25, 2015 at 02:04:31PM +0300, Heikki Krogerus wrote: > > By using the unified device property interface, the function > > can be made available for all platforms and not just the > > ones using DT. > > > > Signed-off-by: Heikki Krogerus > > this breaks compilation of my current testing/next. OK. I'll rebase these on top of that branch. Thanks, -- heikki