Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751548AbdI1GVb convert rfc822-to-8bit (ORCPT ); Thu, 28 Sep 2017 02:21:31 -0400 Received: from mail.kernel.org ([198.145.29.99]:40280 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751236AbdI1GV3 (ORCPT ); Thu, 28 Sep 2017 02:21:29 -0400 DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 0C0A9218BA Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=krzk@kernel.org X-Google-Smtp-Source: AOwi7QDUROVcIx4qzKTvARnDy1HEuRhwZDk4D+IQgRDS83S1P8cVio4KY401Q2VnIEe6Xfta9Qr1S3fye1m66/YTbfs= MIME-Version: 1.0 In-Reply-To: <20170928024022.2071-1-linus.luessing@c0d3.blue> References: <20170928024022.2071-1-linus.luessing@c0d3.blue> From: Krzysztof Kozlowski Date: Thu, 28 Sep 2017 08:21:26 +0200 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [PATCH] ARM: multi_v7_defconfig: Enable USB3503 driver To: =?UTF-8?Q?Linus_L=C3=BCssing?= Cc: linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, linux-samsung-soc@vger.kernel.org, Kukjin Kim , Russell King , Tobias Jakobi Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8BIT Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 837 Lines: 26 On Thu, Sep 28, 2017 at 4:40 AM, Linus Lüssing wrote: > The Odroid U3 (Exynos 4412 based) for instance needs this driver, > otherwise its USB hub will not come up. > > exynos_defconfig already has this enabled as built-in, too. So > just doing the same here in multi_v7_defconfig. > > Signed-off-by: Linus Lüssing > > --- > Thanks to Tobias Jakobi, who indirectly made me aware of why USB > did not work for me. > > arch/arm/configs/multi_v7_defconfig | 1 + > 1 file changed, 1 insertion(+) Partially this was part of my patchset fixing powersequence for usb3503 and lan9730: https://patchwork.kernel.org/patch/9502939/ but that patch waits still for power sequence. Anyway please define this as a module (unless it can't... but it worked in my case). Best regards, Krzysztof