Received: by 2002:ad5:474a:0:0:0:0:0 with SMTP id i10csp839942imu; Tue, 11 Dec 2018 08:20:54 -0800 (PST) X-Google-Smtp-Source: AFSGD/VznCS7JVGLFRDEYjaC0ykK149sminWqH6XLCIllp4Nf0pueGs3lTIbJ3KrTSecuUj3h+Fh X-Received: by 2002:a17:902:7c85:: with SMTP id y5mr16484963pll.63.1544545254336; Tue, 11 Dec 2018 08:20:54 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1544545254; cv=none; d=google.com; s=arc-20160816; b=Rzhx2zVUrQhwYz9hT3HjQ/3cLwt3VDPa0e9UMO0+HaaYrPz1CL0Ip/upo7FjXrM8qn K0f+bFNHUGKVCReM0+NaqSGUoJ/BqKpnkjqh4zQb69x3IG2v1h0U86NACor897nbbCn8 n2gzHv04Ir+NvHrgfAw2KQB4lXFhfJYQK59H4OJVSsZkNRhFXmb922c85F2DkPiKErHz KgOe37g6jEclUOD3JmQTFpiwxDA0lIFs54WehB/m4XLZ4FJcSN2UfIbbeIMO/rcMwlBX IWen+Wpxf0eP9ytTOifa6sjmfQdbBSfVSmRXou64KCNMjzYJbIdbKYHV1xGSlXgHx0xz ngiw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date; bh=nKHbdR91+G0fXJMcTNvk7uzgt357xypV3lCNjXkrDG4=; b=QxrvRfOtkHGwh0qFN46Ib5vMFZ3w/PjG7WH0ApBHX2Uj0AIPjcjdzmR4LNDWReYhcm 4r0JWVikkPLaC+YTHgDpXqP9He0xV5A4rNiTsTSNrFYPvyttfiscC9f4bs2dnD/MffEz 0ZumEOD6XLfmJT010kZN54GIC2hwFB529CizArvhewq8e/nZAlG1P4KOUJev6W4U1On/ qyfApt6kYHlLK7Acku4bRP35LTIuyWN7aVX5+1fNn3CON7UMqWyeHP8Bmv6Dz+u2KuZH gSt0E2KYbLF95v5aQBWXOmLAj5Z9pYMYktNmAC/8C1icLqZIZ47D9r5XhHDCQjLugPl5 TmZQ== ARC-Authentication-Results: i=1; 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 Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id r8si12271125plo.203.2018.12.11.08.20.39; Tue, 11 Dec 2018 08:20:54 -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 S1729133AbeLKQR7 (ORCPT + 99 others); Tue, 11 Dec 2018 11:17:59 -0500 Received: from muru.com ([72.249.23.125]:57420 "EHLO muru.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728837AbeLKQRz (ORCPT ); Tue, 11 Dec 2018 11:17:55 -0500 Received: from atomide.com (localhost [127.0.0.1]) by muru.com (Postfix) with ESMTPS id 813548027; Tue, 11 Dec 2018 16:17:58 +0000 (UTC) Date: Tue, 11 Dec 2018 08:17:52 -0800 From: Tony Lindgren To: Aaro Koskinen Cc: linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] ARM: OMAP1: fix USB configuration for device-only setups Message-ID: <20181211161752.GR6707@atomide.com> References: <20181204175742.2634-1-aaro.koskinen@iki.fi> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20181204175742.2634-1-aaro.koskinen@iki.fi> User-Agent: Mutt/1.10.1 (2018-07-13) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * Aaro Koskinen [181204 09:58]: > Currently we do USB configuration only if the host mode (CONFIG_USB) > is enabled. But it should be done also in the case of device-only setups, > so change the condition to CONFIG_USB_SUPPORT. This allows to use > omap_udc on Palm Tungsten E. I'll apply this into omap-for-v4.21/omap1 as it seems that it's been broken for ages :) Let me know if there is urgent need for the -rc cycle. Regards, Tony