From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-7.0 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, INCLUDES_PATCH,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_PASS,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 492C3C10F14 for ; Tue, 23 Apr 2019 09:21:08 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 202E7206A3 for ; Tue, 23 Apr 2019 09:21:08 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726555AbfDWJVH (ORCPT ); Tue, 23 Apr 2019 05:21:07 -0400 Received: from mail-ua1-f67.google.com ([209.85.222.67]:44153 "EHLO mail-ua1-f67.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725955AbfDWJVH (ORCPT ); Tue, 23 Apr 2019 05:21:07 -0400 Received: by mail-ua1-f67.google.com with SMTP id p13so4516563uaa.11 for ; Tue, 23 Apr 2019 02:21:07 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=tQ2QIDWikydlFD8+0opWAcEBmyM580I9oRwV4u1bzKg=; b=PTzfxvMoOS0zZUdl3dTCdnIwVqQq5fy6UPVKUtzlmfhrn/HzMeGgoaFg/RcyOdQri0 k3OjyvGMlgXWdwBEhckAa6ffYAQS8cfeC+hXtOgTMvWWAJx1QQoiGAD7Agl8fCYQYR4c +Uf/KmlZ3vzIAU7Q06AFnB9v4WF2+FFokCJhOV9o8/R2/HxykPqxVcYUsuKNlzl2afgt LjshU1XZ+HEzjnLg+rJGB7WYp5k+0LuXifUMPT3GDD8YFFf47P+Pd5UHyOlI6mquV+kD IJ3q8nEm6yrtdsmc9I42C+1VBjP8yhZURa87RHCPUTmqLz1xcmw/SlkLxjzyojY43NCN RC+A== X-Gm-Message-State: APjAAAUQElu4wjLzdtNMVmInjdupZHemube1U0pgCkeRmsTTpAsLZROe /uWVdQb/rEQZncIwwQB12uN+gjiXL/yNLC+7L9Q= X-Google-Smtp-Source: APXvYqxME44byMFDtuQIYG13DjPVslwDNayOiO/Y7UOr3Pe86mlBYOKL8tLZh1owP9j5KophtVE5PZYyj7lQJXtdyEk= X-Received: by 2002:ab0:791:: with SMTP id c17mr1855645uaf.96.1556011266487; Tue, 23 Apr 2019 02:21:06 -0700 (PDT) MIME-Version: 1.0 References: <0cd4f4f10245d1d9616e00245093f46acd198141.1555654474.git.horms+renesas@verge.net.au> In-Reply-To: <0cd4f4f10245d1d9616e00245093f46acd198141.1555654474.git.horms+renesas@verge.net.au> From: Geert Uytterhoeven Date: Tue, 23 Apr 2019 11:20:55 +0200 Message-ID: Subject: Re: [PATCH 4/5] ARM: shmobile: Enable PHY_RCAR_GEN3_USB2 in shmobile_defconfig To: Simon Horman , Biju Das Cc: Linux-Renesas , Magnus Damm , Linux ARM Content-Type: text/plain; charset="UTF-8" Sender: linux-renesas-soc-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-renesas-soc@vger.kernel.org Hi Simon, Biju, On Fri, Apr 19, 2019 at 4:36 PM Simon Horman wrote: > From: Biju Das > > Enable PHY_RCAR_GEN3_USB2 in shmobile_defconfig so that boards > based on RZ/G1C SoC design can use the corresponding driver. > > Signed-off-by: Biju Das > Signed-off-by: Simon Horman > --- > arch/arm/configs/shmobile_defconfig | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/arch/arm/configs/shmobile_defconfig b/arch/arm/configs/shmobile_defconfig > index 291abdd650ed..30abd8176010 100644 > --- a/arch/arm/configs/shmobile_defconfig > +++ b/arch/arm/configs/shmobile_defconfig > @@ -197,6 +197,7 @@ CONFIG_PWM_RENESAS_TPU=y > CONFIG_RESET_CONTROLLER=y > CONFIG_GENERIC_PHY=y > CONFIG_PHY_RCAR_GEN2=y > +CONFIG_PHY_RCAR_GEN3_USB2=y As PHY_RCAR_GEN3_USB2 selects GENERIC_PHY, the line CONFIG_GENERIC_PHY=y should be removed from shmobile_defconfig. > # CONFIG_DNOTIFY is not set > CONFIG_MSDOS_FS=y > CONFIG_VFAT_FS=y Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say "programmer" or something like that. -- Linus Torvalds From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-7.0 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH,MAILING_LIST_MULTI, SIGNED_OFF_BY,SPF_PASS,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 10D57C10F14 for ; Tue, 23 Apr 2019 09:21:19 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id D45BF206A3 for ; Tue, 23 Apr 2019 09:21:18 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="e2OQN3k8" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org D45BF206A3 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=linux-m68k.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender: Content-Transfer-Encoding:Content-Type:Cc:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:To:Subject:Message-ID:Date:From: In-Reply-To:References:MIME-Version:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=XygKQtXZxHFKcRsM3RaaOdvuNxneyyqjdND+mxZAozE=; b=e2OQN3k8utItOi fFioF8PdILIL5Co7PkVJ1XBzrMjdpHttvGVi7bG7hnESD5RbJ/Eczs0xoiXBpOJ/k+jrZ7q0Wm7f0 JHuVX5ViTmuuS/kWjjySsMCQFvLoLneexF6LwMwGAD9nAI76ufWfsAhIdQiwWg27auIAMhXDoMoXW TdQ0S5DOMrVxzjVzF4A59GdFo6+7osPs25FUMbWzoBq79oPwLQdntyj2BXYUwnXxPMJBBkCHZOiFO /dh4JoW6r5R9I3z07AJ32oryJLPdZWLHzCtvwVgviQeNVfdYsgkSzQv3yHNE+ytXYILL5Y6HR9O+E FYCq8sEgBPv2kgongK7Q==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.90_1 #2 (Red Hat Linux)) id 1hIrby-0006Ob-Uk; Tue, 23 Apr 2019 09:21:10 +0000 Received: from mail-ua1-f68.google.com ([209.85.222.68]) by bombadil.infradead.org with esmtps (Exim 4.90_1 #2 (Red Hat Linux)) id 1hIrbw-0006OE-0L for linux-arm-kernel@lists.infradead.org; Tue, 23 Apr 2019 09:21:09 +0000 Received: by mail-ua1-f68.google.com with SMTP id l17so4528991uar.4 for ; Tue, 23 Apr 2019 02:21:07 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=tQ2QIDWikydlFD8+0opWAcEBmyM580I9oRwV4u1bzKg=; b=PnmDOe0jeHgOLn3UbbEohpSWjkuIqNUcvm2nbolAGxoYDVWkK80SxSd8jfXoaYDVwn jjv2UGRAHrLtjrGy6+DWAsWR2Bb9pH+iHCtWO8wX6m10N3MMzQP7YMBdElfHFhoHrEb5 A2qdBBhvIzrFfkhrqXIoetyYVu4q+DvF14ZewXENFg9XjU13NdzKy0123dnBynkIeMs3 Woug3ZqRawTGmuU1QLLmVsxP7lzWccl2naEbY3fV6XZVQbKz0wTz2r/9TrfsI8Zt/rVo KIzru1TxWHaauW8nq5M89WBraiZWMJcPMA8UuN5vI50BUSWGDYXoezQ5N8CIRgZhJgW5 Vw9w== X-Gm-Message-State: APjAAAXJfyTirr5eTECLHp6wOa/s2l0tJJLhfo6u4utbfkpXiB1FfV4y 1ilW8OB5YOcuD+e3k6TIv71ntRshV2d7t1TL3GM= X-Google-Smtp-Source: APXvYqxME44byMFDtuQIYG13DjPVslwDNayOiO/Y7UOr3Pe86mlBYOKL8tLZh1owP9j5KophtVE5PZYyj7lQJXtdyEk= X-Received: by 2002:ab0:791:: with SMTP id c17mr1855645uaf.96.1556011266487; Tue, 23 Apr 2019 02:21:06 -0700 (PDT) MIME-Version: 1.0 References: <0cd4f4f10245d1d9616e00245093f46acd198141.1555654474.git.horms+renesas@verge.net.au> In-Reply-To: <0cd4f4f10245d1d9616e00245093f46acd198141.1555654474.git.horms+renesas@verge.net.au> From: Geert Uytterhoeven Date: Tue, 23 Apr 2019 11:20:55 +0200 Message-ID: Subject: Re: [PATCH 4/5] ARM: shmobile: Enable PHY_RCAR_GEN3_USB2 in shmobile_defconfig To: Simon Horman , Biju Das X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20190423_022108_043704_52CF4898 X-CRM114-Status: GOOD ( 17.77 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Linux-Renesas , Magnus Damm , Linux ARM Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org Hi Simon, Biju, On Fri, Apr 19, 2019 at 4:36 PM Simon Horman wrote: > From: Biju Das > > Enable PHY_RCAR_GEN3_USB2 in shmobile_defconfig so that boards > based on RZ/G1C SoC design can use the corresponding driver. > > Signed-off-by: Biju Das > Signed-off-by: Simon Horman > --- > arch/arm/configs/shmobile_defconfig | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/arch/arm/configs/shmobile_defconfig b/arch/arm/configs/shmobile_defconfig > index 291abdd650ed..30abd8176010 100644 > --- a/arch/arm/configs/shmobile_defconfig > +++ b/arch/arm/configs/shmobile_defconfig > @@ -197,6 +197,7 @@ CONFIG_PWM_RENESAS_TPU=y > CONFIG_RESET_CONTROLLER=y > CONFIG_GENERIC_PHY=y > CONFIG_PHY_RCAR_GEN2=y > +CONFIG_PHY_RCAR_GEN3_USB2=y As PHY_RCAR_GEN3_USB2 selects GENERIC_PHY, the line CONFIG_GENERIC_PHY=y should be removed from shmobile_defconfig. > # CONFIG_DNOTIFY is not set > CONFIG_MSDOS_FS=y > CONFIG_VFAT_FS=y Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say "programmer" or something like that. -- Linus Torvalds _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel