public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Greg KH <gregkh@linuxfoundation.org>
To: Yuan-Hsin Chen <yhchen@faraday-tech.com>
Cc: stern@rowland.harvard.edu, sarah.a.sharp@linux.intel.com,
	balbi@ti.com, florian@openwrt.org, linux-usb@vger.kernel.org,
	linux-kernel@vger.kernel.org, yuanlmm@gmail.com,
	ratbert.chuang@gmail.com, john453@faraday-tech.com
Subject: Re: [PATCH] usb: host: Faraday fotg210-hcd driver
Date: Mon, 17 Jun 2013 13:39:48 -0700	[thread overview]
Message-ID: <20130617203948.GA32731@kroah.com> (raw)
In-Reply-To: <1370452543-19014-1-git-send-email-yhchen@faraday-tech.com>

On Wed, Jun 05, 2013 at 05:15:43PM +0000, Yuan-Hsin Chen wrote:
> FOTG210 is an OTG controller which can be configured as an
> USB2.0 host. FOTG210 host is an ehci-like controller with
> some differences. First, register layout of FOTG210 is
> incompatible with EHCI. Furthermore, FOTG210 is lack of
> siTDs which means iTDs are used for both HS and FS ISO
> transfer.
> 
> Signed-off-by: Yuan-Hsin Chen <yhchen@faraday-tech.com>
> ---
>  drivers/usb/Makefile           |    1 +
>  drivers/usb/host/Kconfig       |   12 +
>  drivers/usb/host/Makefile      |    1 +
>  drivers/usb/host/fotg210-hcd.c | 5967 ++++++++++++++++++++++++++++++++++++++++
>  drivers/usb/host/fotg210.h     |  746 +++++
>  5 files changed, 6727 insertions(+), 0 deletions(-)
>  create mode 100644 drivers/usb/host/fotg210-hcd.c
>  create mode 100644 drivers/usb/host/fotg210.h

You obviously didn't even run this through checkpatch.pl, did you?

$ ./scripts/checkpatch.pl --terse ../usb.mbox | tail -n 1
total: 138 errors, 618 warnings, 6742 lines checked

Please fix all of these if you wish us to at least start reviewing the
patch.  Your internal Q/A should have caught this first, please be more
careful in the future.

thanks,

greg k-h

  parent reply	other threads:[~2013-06-17 20:39 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <1370452543-19014-1-git-send-email-yhchen@faraday-tech.com>
2013-06-11  8:28 ` [PATCH] usb: host: Faraday fotg210-hcd driver Yuan-Hsin Chen
2013-06-17 20:39 ` Greg KH [this message]
2013-06-18  2:42   ` Yuan-Hsin Chen
2013-06-18  3:07     ` Sarah Sharp
2013-06-18  5:54       ` Yuan-Hsin Chen
2013-06-18 14:43         ` Alan Stern
2013-06-30 21:16           ` Sarah Sharp
2013-06-18 14:57     ` Greg KH
     [not found] ` <1371671584-8181-1-git-send-email-yhchen@faraday-tech.com>
2013-07-24 23:10   ` [PATCH v2] " Greg KH
2013-07-25 15:53     ` Yuan-Hsin Chen

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=20130617203948.GA32731@kroah.com \
    --to=gregkh@linuxfoundation.org \
    --cc=balbi@ti.com \
    --cc=florian@openwrt.org \
    --cc=john453@faraday-tech.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-usb@vger.kernel.org \
    --cc=ratbert.chuang@gmail.com \
    --cc=sarah.a.sharp@linux.intel.com \
    --cc=stern@rowland.harvard.edu \
    --cc=yhchen@faraday-tech.com \
    --cc=yuanlmm@gmail.com \
    /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