From patchwork Thu Aug 20 16:01:52 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?b?QW50dGkgU2VwcMOkbMOk?= X-Patchwork-Id: 509094 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from arrakis.dune.hu (arrakis.dune.hu [78.24.191.176]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id CFA7A1402A2 for ; Fri, 21 Aug 2015 02:05:57 +1000 (AEST) Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=gmail.com header.i=@gmail.com header.b=kD/nZO0C; dkim-atps=neutral Received: from arrakis.dune.hu (localhost [127.0.0.1]) by arrakis.dune.hu (Postfix) with ESMTP id 5EE4A28BC57; Thu, 20 Aug 2015 18:02:26 +0200 (CEST) X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on arrakis.dune.hu X-Spam-Level: X-Spam-Status: No, score=-1.5 required=5.0 tests=BAYES_00,FREEMAIL_FROM, T_DKIM_INVALID autolearn=unavailable version=3.3.2 Received: from arrakis.dune.hu (localhost [127.0.0.1]) by arrakis.dune.hu (Postfix) with ESMTP id 0938028BC08 for ; Thu, 20 Aug 2015 18:02:03 +0200 (CEST) X-policyd-weight: NOT_IN_SBL_XBL_SPAMHAUS=-1.5 NOT_IN_SPAMCOP=-1.5 NOT_IN_BL_NJABL=-1.5 CL_IP_EQ_HELO_IP=-2 (check from: .gmail. - helo: .mail-lb0-f171.google. - helo-domain: .google.) FROM/MX_MATCHES_HELO(DOMAIN)=-2; rate: -8.5 Received: from mail-lb0-f171.google.com (mail-lb0-f171.google.com [209.85.217.171]) by arrakis.dune.hu (Postfix) with ESMTPS for ; Thu, 20 Aug 2015 18:01:53 +0200 (CEST) Received: by lbcbn3 with SMTP id bn3so26765790lbc.2 for ; Thu, 20 Aug 2015 09:02:41 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-type:content-transfer-encoding; bh=tRKM0Wu5wxGGrlUv5oOEu8Z6YOnMxvn+r4X3jYh2RhQ=; b=kD/nZO0CV/FWEh5kvczFRb2Mc0pm4AuLNnSLaGouDi4mXroMFq41V+n7t+mQJq5y0M a6Ah0dNGinIK+l+MfnfVty03nEoA2xzy40I10+jA0dLB7rHbzQ84Kowa2TjIJJlmxeTm MnD67fStEe7Bf19bWnsyaYe6drZrXplPUDB3uWCI9pQoeHOZoNIo9gYW73+tD16i48pL t1KZg/64Rt/4AXyQxLz1lwo2rQUH1dn2qCkCclweYcuZ1qNhGIMFnLj1ptRKnBQKoEGl ykjBXLkSmyKa38oErRhhBb1EFBaXR+bu3onYbCQiXTE28OEgtfk33wRj5Zvfr8A/9vYm 0UCA== X-Received: by 10.152.23.38 with SMTP id j6mr3416641laf.47.1440086561612; Thu, 20 Aug 2015 09:02:41 -0700 (PDT) Received: from griffin.lan (85-76-182-202-nat.elisa-mobile.fi. [85.76.182.202]) by smtp.gmail.com with ESMTPSA id k9sm1348291lbp.13.2015.08.20.09.02.40 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Thu, 20 Aug 2015 09:02:41 -0700 (PDT) From: =?UTF-8?q?Antti=20Sepp=C3=A4l=C3=A4?= To: openwrt-devel@lists.openwrt.org Date: Thu, 20 Aug 2015 19:01:52 +0300 Message-Id: <1440086512-12772-5-git-send-email-a.seppala@gmail.com> X-Mailer: git-send-email 2.4.6 In-Reply-To: <1440086512-12772-1-git-send-email-a.seppala@gmail.com> References: <1440086512-12772-1-git-send-email-a.seppala@gmail.com> MIME-Version: 1.0 Subject: [OpenWrt-Devel] [PATCH 4/4] dwc2: Add missing config symbol definition X-BeenThere: openwrt-devel@lists.openwrt.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: OpenWrt Development List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: openwrt-devel-bounces@lists.openwrt.org Sender: "openwrt-devel" DWC2 driver has config symbol CONFIG_USB_DWC2_DEBUG_PERIODIC which should be defined for the module build. Signed-off-by: Antti Seppälä --- package/kernel/linux/modules/usb.mk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package/kernel/linux/modules/usb.mk b/package/kernel/linux/modules/usb.mk index 8f6013c..986f53f 100644 --- a/package/kernel/linux/modules/usb.mk +++ b/package/kernel/linux/modules/usb.mk @@ -466,7 +466,8 @@ define KernelPackage/usb-dwc2 CONFIG_USB_DWC2_PLATFORM \ CONFIG_USB_DWC2_DEBUG=n \ CONFIG_USB_DWC2_VERBOSE=n \ - CONFIG_USB_DWC2_TRACK_MISSED_SOFS=n + CONFIG_USB_DWC2_TRACK_MISSED_SOFS=n \ + CONFIG_USB_DWC2_DEBUG_PERIODIC=n FILES:= \ $(LINUX_DIR)/drivers/usb/dwc2/dwc2.ko \ $(LINUX_DIR)/drivers/usb/dwc2/dwc2_platform.ko