public inbox for linux-arm-kernel@lists.infradead.org 
 help / color / mirror / Atom feed
From: Bin Liu <b-liu@ti•com>
To: Chunfeng Yun <chunfeng.yun@mediatek•com>
Cc: Peter Chen <Peter.Chen@nxp•com>,
	Alexandre Belloni <alexandre.belloni@bootlin•com>,
	"Gustavo A. R. Silva" <gustavo@embeddedor•com>,
	Yangtao Li <tiny.windzz@gmail•com>,
	linux-kernel@vger•kernel.org,
	Minas Harutyunyan <hminas@synopsys•com>,
	Laurent Pinchart <laurent.pinchart@ideasonboard•com>,
	Fabio Estevam <festevam@gmail•com>,
	Florian Fainelli <f.fainelli@gmail•com>,
	Robert Jarzmik <robert.jarzmik@free•fr>,
	Kevin Cernekee <cernekee@gmail•com>,
	Ludovic Desroches <ludovic.desroches@microchip•com>,
	bcm-kernel-feedback-list@broadcom•com,
	NXP Linux Team <linux-imx@nxp•com>,
	Cristian Birsan <cristian.birsan@microchip•com>,
	linux-media@vger•kernel.org,
	Fabrizio Castro <fabrizio.castro@bp•renesas.com>,
	Sascha Hauer <s.hauer@pengutronix•de>,
	Haojian Zhuang <haojian.zhuang@gmail•com>,
	Stephen Boyd <swboyd@chromium•org>,
	linux-mediatek@lists•infradead.org,
	Matthias Brugger <matthias.bgg@gmail•com>,
	Mauro Carvalho Chehab <mchehab@kernel•org>,
	linux-arm-kernel@lists•infradead.org,
	Biju Das <biju.das@bp•renesas.com>,
	Felipe Balbi <balbi@kernel•org>,
	Greg Kroah-Hartman <gregkh@linuxfoundation•org>,
	Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas•com>,
	linux-usb@vger•kernel.org,
	Pengutronix Kernel Team <kernel@pengutronix•de>,
	Colin Ian King <colin.king@canonical•com>,
	Shawn Guo <shawnguo@kernel•org>, Daniel Mack <daniel@zonque•org>
Subject: Re: [PATCH v2 05/13] usb: musb: create debugfs directory under usb root
Date: Tue, 12 Nov 2019 09:28:57 -0600	[thread overview]
Message-ID: <20191112152857.GA5853@uda0271908> (raw)
In-Reply-To: <1573541519-28488-5-git-send-email-chunfeng.yun@mediatek.com>

Hi,

On Tue, Nov 12, 2019 at 02:51:51PM +0800, Chunfeng Yun wrote:
> Now the USB gadget subsystem can use the USB debugfs root directory,
> so move musb's directory from the root of the debugfs filesystem into
> the root of usb

My opinion is this move is unnecessary. I breaks existing debug tools or
documentation which is already published on Internet. 

-Bin.


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists•infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

  reply	other threads:[~2019-11-12 15:27 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-11-12  6:51 [PATCH v2 01/13] media: uvcvideo: drop error check of debugfs_create_dir() Chunfeng Yun
2019-11-12  6:51 ` [PATCH v2 02/13] usb: chipidea: debug: create debugfs directory under usb root Chunfeng Yun
2019-11-12  6:51 ` [PATCH v2 03/13] usb: host: imx21: " Chunfeng Yun
2019-11-12  6:51 ` [PATCH v2 04/13] usb: dwc3: " Chunfeng Yun
2019-11-12  6:51 ` [PATCH v2 05/13] usb: musb: " Chunfeng Yun
2019-11-12 15:28   ` Bin Liu [this message]
2019-11-14  3:20     ` Greg Kroah-Hartman
2019-11-14 14:02       ` Bin Liu
2019-11-15  3:21         ` Greg Kroah-Hartman
2019-11-15 13:45           ` Bin Liu
2019-11-12  6:51 ` [PATCH v2 06/13] usb: musb: dsps: " Chunfeng Yun
2019-11-12  6:51 ` [PATCH v2 07/13] usb: dwc2: " Chunfeng Yun
2019-11-12  6:51 ` [PATCH v2 08/13] usb: gadget: bcm63xx_udc: " Chunfeng Yun
2019-11-12  6:51 ` [PATCH v2 09/13] usb: gadget: atmel: " Chunfeng Yun
2019-11-12  6:51 ` [PATCH v2 10/13] usb: gadget: udc: renesas_usb3: " Chunfeng Yun
2019-11-12  6:51 ` [PATCH v2 11/13] usb: gadget: pxa27x: " Chunfeng Yun
2019-11-12  6:51 ` [PATCH v2 12/13] usb: gadget: udc: gr_udc: " Chunfeng Yun
2019-11-14  3:21   ` Greg Kroah-Hartman
2019-11-14  8:24     ` Chunfeng Yun
2019-11-12  6:51 ` [PATCH v2 13/13] usb: gadget: udc: s3c2410_udc: " Chunfeng Yun

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=20191112152857.GA5853@uda0271908 \
    --to=b-liu@ti$(echo .)com \
    --cc=Peter.Chen@nxp$(echo .)com \
    --cc=alexandre.belloni@bootlin$(echo .)com \
    --cc=balbi@kernel$(echo .)org \
    --cc=bcm-kernel-feedback-list@broadcom$(echo .)com \
    --cc=biju.das@bp$(echo .)renesas.com \
    --cc=cernekee@gmail$(echo .)com \
    --cc=chunfeng.yun@mediatek$(echo .)com \
    --cc=colin.king@canonical$(echo .)com \
    --cc=cristian.birsan@microchip$(echo .)com \
    --cc=daniel@zonque$(echo .)org \
    --cc=f.fainelli@gmail$(echo .)com \
    --cc=fabrizio.castro@bp$(echo .)renesas.com \
    --cc=festevam@gmail$(echo .)com \
    --cc=gregkh@linuxfoundation$(echo .)org \
    --cc=gustavo@embeddedor$(echo .)com \
    --cc=haojian.zhuang@gmail$(echo .)com \
    --cc=hminas@synopsys$(echo .)com \
    --cc=kernel@pengutronix$(echo .)de \
    --cc=laurent.pinchart@ideasonboard$(echo .)com \
    --cc=linux-arm-kernel@lists$(echo .)infradead.org \
    --cc=linux-imx@nxp$(echo .)com \
    --cc=linux-kernel@vger$(echo .)kernel.org \
    --cc=linux-media@vger$(echo .)kernel.org \
    --cc=linux-mediatek@lists$(echo .)infradead.org \
    --cc=linux-usb@vger$(echo .)kernel.org \
    --cc=ludovic.desroches@microchip$(echo .)com \
    --cc=matthias.bgg@gmail$(echo .)com \
    --cc=mchehab@kernel$(echo .)org \
    --cc=robert.jarzmik@free$(echo .)fr \
    --cc=s.hauer@pengutronix$(echo .)de \
    --cc=shawnguo@kernel$(echo .)org \
    --cc=swboyd@chromium$(echo .)org \
    --cc=tiny.windzz@gmail$(echo .)com \
    --cc=yoshihiro.shimoda.uh@renesas$(echo .)com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html
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