From patchwork Wed Jan 13 04:40:42 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Felipe Balbi X-Patchwork-Id: 59644 Delivered-To: patch@linaro.org Received: by 10.112.130.2 with SMTP id oa2csp3136148lbb; Tue, 12 Jan 2016 20:40:50 -0800 (PST) X-Received: by 10.66.100.228 with SMTP id fb4mr190760078pab.84.1452660050378; Tue, 12 Jan 2016 20:40:50 -0800 (PST) Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id x14si3850865pfi.39.2016.01.12.20.40.50; Tue, 12 Jan 2016 20:40:50 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754728AbcAMEks (ORCPT + 29 others); Tue, 12 Jan 2016 23:40:48 -0500 Received: from arroyo.ext.ti.com ([192.94.94.40]:33574 "EHLO arroyo.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754390AbcAMEkq (ORCPT ); Tue, 12 Jan 2016 23:40:46 -0500 Received: from dflxv15.itg.ti.com ([128.247.5.124]) by arroyo.ext.ti.com (8.13.7/8.13.7) with ESMTP id u0D4ej1r029947; Tue, 12 Jan 2016 22:40:45 -0600 Received: from DFLE73.ent.ti.com (dfle73.ent.ti.com [128.247.5.110]) by dflxv15.itg.ti.com (8.14.3/8.13.8) with ESMTP id u0D4ejLg032265; Tue, 12 Jan 2016 22:40:45 -0600 Received: from dlep33.itg.ti.com (157.170.170.75) by DFLE73.ent.ti.com (128.247.5.110) with Microsoft SMTP Server id 14.3.224.2; Tue, 12 Jan 2016 22:40:45 -0600 Received: from localhost (ileax41-snat.itg.ti.com [10.172.224.153]) by dlep33.itg.ti.com (8.14.3/8.13.8) with ESMTP id u0D4eisf017563; Tue, 12 Jan 2016 22:40:44 -0600 From: Felipe Balbi To: Greg KH , Linus Torvalds , Andrew Morton CC: , Subject: Re: [GIT PULL] USB driver patches for 4.5-rc1 In-Reply-To: <20160113043231.GA6085@kroah.com> References: <20160113043231.GA6085@kroah.com> User-Agent: Notmuch/0.21 (http://notmuchmail.org) Emacs/25.0.50.1 (x86_64-pc-linux-gnu) Date: Tue, 12 Jan 2016 22:40:42 -0600 Message-ID: <87pox6ay7p.fsf@ti.com> MIME-Version: 1.0 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Greg, Greg KH writes: > Felipe Balbi (14): > usb: dwc3: gadget: simplify dwc3_gadget_ep_queue() > usb: dwc3: gadget: purge dev_dbg() calls > usb: dwc3: core: purge dev_dbg() calls > usb: dwc3: ep0: purge dev_dbg() calls > usb: dwc3: gadget: simplify next_request() return check > usb: dwc3: ep0: fix setup_packet_pending initialization > usb: dwc3: add generic OF glue layer > usb: dwc3: remove dwc3-qcom in favor of dwc3-of-simple > usb: dwc3: gadget: handle request->zero > usb: dwc3: trace: show request flags > usb: dwc3: gadget: pass a condition to dev_WARN_ONCE() > usb: of: fix build breakage on !OF > ARM: OMAP2+: AM43xx: select ARM TWD timer wondering how this ended up here ? It's not on my usb-for-v4.5 tag :-s $ git log --oneline --author="Felipe Balbi" \ 9f9499ae8e6415cefc4fe0a96ad0e27864353c89..usb-for-v4.5 5072cfc40a80 usb: dwc3: of-simple: fix build warning on !PM be99c8430095 usb: of: fix build breakage on !OF 95ca961c758c usb: dwc3: gadget: pass a condition to dev_WARN_ONCE() 46a01427e969 usb: dwc3: trace: show request flags 04c03d10e507 usb: dwc3: gadget: handle request->zero b084662776be usb: dwc3: remove dwc3-qcom in favor of dwc3-of-simple 16adc674d0d6 usb: dwc3: add generic OF glue layer b5d335e5ea6a usb: dwc3: ep0: fix setup_packet_pending initialization ac7bdcc1b3ad usb: dwc3: gadget: simplify next_request() return check acc38c4970ca usb: dwc3: ep0: purge dev_dbg() calls 1407bf13e3bf usb: dwc3: core: purge dev_dbg() calls ec5e795cdefb usb: dwc3: gadget: purge dev_dbg() calls bb423984c28e usb: dwc3: gadget: simplify dwc3_gadget_ep_queue() In fact, that commit is already in mainline: $ git show 54011103fb45 commit 54011103fb457ba8b23aed6699609c0ad65b05fb Author: Felipe Balbi Date: Mon Dec 14 22:34:06 2015 +0200 ARM: OMAP2+: AM43xx: select ARM TWD timer Make sure to tell the kernel that AM437x devices have ARM TWD timer. Signed-off-by: Felipe Balbi [grygorii.strashko@ti.com: drop ARM Global timer selection, because it's incompatible with PM (cpuidle/cpufreq). So, it's unsafe to enable it unconditionally] Signed-off-by: Grygorii Strashko Signed-off-by: Tony Lindgren $ git describe 54011103fb45 v4.4-rc3-6-g54011103fb45 Looks like a script failure to me ;-) cheers -- balbi diff --git a/arch/arm/mach-omap2/Kconfig b/arch/arm/mach-omap2/Kconfig index 32a0086f967d..0517f0c1581a 100644 --- a/arch/arm/mach-omap2/Kconfig +++ b/arch/arm/mach-omap2/Kconfig @@ -66,6 +66,7 @@ config SOC_AM43XX select MIGHT_HAVE_CACHE_L2X0 select HAVE_ARM_SCU select GENERIC_CLOCKEVENTS_BROADCAST + select HAVE_ARM_TWD config SOC_DRA7XX bool "TI DRA7XX"