public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Icenowy Zheng <icenowy@aosc.io>
To: u-boot@lists.denx.de
Subject: [U-Boot] [linux-sunxi] Re: [PATCH 12/16] configs: sun50i: enable ums on bananapi-m64
Date: Wed, 13 Dec 2017 09:36:26 +0800	[thread overview]
Message-ID: <8654871.lRVQAXlMUb@ice-x220i> (raw)
In-Reply-To: <20171212081213.tzz76ujoavxys35v@flea.lan>

在 2017年12月12日星期二 CST 下午4:12:13,Maxime Ripard 写道:
> Hi,
> 
> On Tue, Dec 12, 2017 at 12:28:27PM +0530, Jagan Teki wrote:
> > This patch enable ums through CMD_USB_MASS_STORAGE.
> > 
> > Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>
> > ---
> > 
> >  configs/bananapi_m64_defconfig | 1 +
> >  1 file changed, 1 insertion(+)
> > 
> > diff --git a/configs/bananapi_m64_defconfig
> > b/configs/bananapi_m64_defconfig index 55feafe..d4aade5 100644
> > --- a/configs/bananapi_m64_defconfig
> > +++ b/configs/bananapi_m64_defconfig
> > @@ -11,6 +11,7 @@ CONFIG_DEFAULT_DEVICE_TREE="sun50i-a64-bananapi-m64"
> > 
> >  CONFIG_SPL=y
> >  # CONFIG_CMD_FLASH is not set
> >  # CONFIG_CMD_FPGA is not set
> > 
> > +CONFIG_CMD_USB_MASS_STORAGE=y
> 
> How does that work with the current over-size issue we have on the
> A64?
> 
> And I'd also like to keep the way we did things for several years now,
> which is to *not* have board-specific options selected besides the
> hardware-related ones.
> 
> If you want to enable a general feature, do it for all the boards so
> that our users will have a consistent experience across boards, and we
> will not have to always chase all the defconfigs to provide it.

I think there's a problem on A64 -- the Pine series are all designed to be
host-only, and it's the most popular A64 board series.

> 
> And I guess the next question would be: what is the targetted use case
> and why should we enable it for all the boards? We're having binary
> size issues on the A64, so we really want to provide something
> meaningful for the majority of our users.
> 
> We won't enable something used by only a small fraction, especially
> when it's so easy to enable it.
> 
> Maxime

  parent reply	other threads:[~2017-12-13  1:36 UTC|newest]

Thread overview: 40+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-12-12  6:58 [U-Boot] [PATCH 00/16] sun50i: a64: add support for axp803, musb Jagan Teki
2017-12-12  6:58 ` [U-Boot] [PATCH 01/16] power: sunxi: add AXP803 PMIC support Jagan Teki
2017-12-12  7:58   ` Maxime Ripard
2017-12-12  8:50     ` Jagan Teki
2017-12-13  8:16       ` Maxime Ripard
2017-12-12  8:56     ` Jagan Teki
2017-12-12  6:58 ` [U-Boot] [PATCH 02/16] sunxi (sun50i): Set CONFIG_SUNXI_USB_PHYS to 2 (the A64 has 2 PHYs) Jagan Teki
2017-12-12  6:58 ` [U-Boot] [PATCH 03/16] sunxi: adjust usb bases between H3_H5 vs a64 Jagan Teki
2017-12-12  6:58 ` [U-Boot] [PATCH 04/16] musb-new: sunxi: add common SUNXI_MUSB_BASE Jagan Teki
2017-12-12  7:24   ` Chen-Yu Tsai
2017-12-12  6:58 ` [U-Boot] [PATCH 05/16] musb-new: sunxi: a64: add support to select shared phy Jagan Teki
2017-12-12  6:58 ` [U-Boot] [PATCH 06/16] musb-new: sunxi: a64: adds support for clearing the SIDDP Jagan Teki
2017-12-12  6:58 ` [U-Boot] [PATCH 07/16] usb: sunxi: set up usb_phy_passby only for HCI Jagan Teki
2017-12-12  6:58 ` [U-Boot] [PATCH 08/16] sunxi: clock: update a64 usb clock gating and module reset bits Jagan Teki
2017-12-12  8:02   ` Maxime Ripard
2017-12-12  6:58 ` [U-Boot] [PATCH 09/16] sunxi: usb_phy: Update a64 sunxi_usb_phy base Jagan Teki
2017-12-12  6:58 ` [U-Boot] [PATCH 10/16] arm64: allwinner: sync bananapi-m64 usb nodes from Linux Jagan Teki
2017-12-12  8:03   ` Maxime Ripard
2017-12-12  6:58 ` [U-Boot] [PATCH 11/16] configs: sun50i: add usb-otg support for bananapi-m64 Jagan Teki
2017-12-12  8:04   ` Maxime Ripard
2017-12-12  9:13     ` Jagan Teki
2017-12-13  8:17       ` Maxime Ripard
2017-12-12  6:58 ` [U-Boot] [PATCH 12/16] configs: sun50i: enable ums on bananapi-m64 Jagan Teki
2017-12-12  8:12   ` Maxime Ripard
2017-12-12  9:09     ` Jagan Teki
2017-12-13  8:21       ` Maxime Ripard
2017-12-13  1:36     ` Icenowy Zheng [this message]
2017-12-13  2:01       ` [U-Boot] [linux-sunxi] " Stefan Brüns
2017-12-13  5:07         ` Jagan Teki
2017-12-12  6:58 ` [U-Boot] [PATCH 13/16] arm64: allwinner: sync a64-olinuxino usb nodes from Linux Jagan Teki
2017-12-12  6:58 ` [U-Boot] [PATCH 14/16] configs: sun50i: add usb-otg support for a64-olinuxino Jagan Teki
2017-12-12  8:12   ` Maxime Ripard
2017-12-12  6:58 ` [U-Boot] [PATCH 15/16] configs: sun50i: enable ums on a64-olinuxino Jagan Teki
2017-12-12  6:58 ` [U-Boot] [PATCH 16/16] configs: sun50i: Enable eMMC " Jagan Teki
2017-12-12  8:05   ` Maxime Ripard
2017-12-12  8:17 ` [U-Boot] [PATCH 00/16] sun50i: a64: add support for axp803, musb Chen-Yu Tsai
2017-12-13 11:51   ` Jagan Teki
2017-12-14  3:02     ` Chen-Yu Tsai
2017-12-14  6:21       ` Jagan Teki
2017-12-14  6:23         ` Chen-Yu Tsai

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=8654871.lRVQAXlMUb@ice-x220i \
    --to=icenowy@aosc.io \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox