Linux MIPS Architecture development
 help / color / mirror / Atom feed
From: "Svetoslav Neykov" <svetoslav@neykov.name>
To: "'Alexander Shishkin'" <alexander.shishkin@linux.intel.com>,
	"'Ralf Baechle'" <ralf@linux-mips.org>,
	"'Greg Kroah-Hartman'" <gregkh@linuxfoundation.org>,
	"'Gabor Juhos'" <juhosg@openwrt.org>,
	"'John Crispin'" <blogic@openwrt.org>,
	"'Alan Stern'" <stern@rowland.harvard.edu>,
	"'Luis R. Rodriguez'" <mcgrof@qca.qualcomm.com>
Cc: <linux-mips@linux-mips.org>, <linux-usb@vger.kernel.org>
Subject: RE: [PATCH 0/5] Chipidea driver support for the AR933x platform
Date: Tue, 26 Feb 2013 16:38:53 +0200	[thread overview]
Message-ID: <078801ce142f$0108dea0$031a9be0$@neykov.name> (raw)
In-Reply-To: <87k3pvxkn8.fsf@ashishki-desk.ger.corp.intel.com>

Hi Alex,
I am working on the incorporating all received comments - thanks to all for
taking their time to comment.
Apologies for not replying to the received mails, didn't want to spam with
OK replies to each separately.

Regards,
Svetoslav.


-----Original Message-----
From: Alexander Shishkin [mailto:alexander.shishkin@linux.intel.com] 
Sent: Tuesday, February 26, 2013 3:36 PM
To: Svetoslav Neykov; Ralf Baechle; Greg Kroah-Hartman; Gabor Juhos; John
Crispin; Alan Stern; Luis R. Rodriguez
Cc: linux-mips@linux-mips.org; linux-usb@vger.kernel.org; Svetoslav Neykov
Subject: Re: [PATCH 0/5] Chipidea driver support for the AR933x platform

Svetoslav Neykov <svetoslav@neykov.name> writes:

> Add support for the usb controller in AR933x platform.
> The processor is big-endian so all multi-byte values of the usb 
> descriptors must be converted explicitly. Another difference is that
> the controller supports both host and device modes but not OTG.
> The patches are tested on WR703n router running OpenWRT trunk.

Svetoslav, are you working on these or do you have time to address the
issues raised in review?

Thanks,
--
Alex

WARNING: multiple messages have this Message-ID (diff)
From: "Svetoslav Neykov" <svetoslav@neykov.name>
To: 'Alexander Shishkin' <alexander.shishkin@linux.intel.com>,
	'Ralf Baechle' <ralf@linux-mips.org>,
	'Greg Kroah-Hartman' <gregkh@linuxfoundation.org>,
	'Gabor Juhos' <juhosg@openwrt.org>,
	'John Crispin' <blogic@openwrt.org>,
	'Alan Stern' <stern@rowland.harvard.edu>,
	"'Luis R. Rodriguez'" <mcgrof@qca.qualcomm.com>
Cc: linux-mips@linux-mips.org, linux-usb@vger.kernel.org
Subject: RE: [PATCH 0/5] Chipidea driver support for the AR933x platform
Date: Tue, 26 Feb 2013 16:38:53 +0200	[thread overview]
Message-ID: <078801ce142f$0108dea0$031a9be0$@neykov.name> (raw)
Message-ID: <20130226143853.RVCZ1EuLKh1J8dV52c0ov1xIrqx-at6bAUh4cekaFag@z> (raw)
In-Reply-To: <87k3pvxkn8.fsf@ashishki-desk.ger.corp.intel.com>

Hi Alex,
I am working on the incorporating all received comments - thanks to all for
taking their time to comment.
Apologies for not replying to the received mails, didn't want to spam with
OK replies to each separately.

Regards,
Svetoslav.


-----Original Message-----
From: Alexander Shishkin [mailto:alexander.shishkin@linux.intel.com] 
Sent: Tuesday, February 26, 2013 3:36 PM
To: Svetoslav Neykov; Ralf Baechle; Greg Kroah-Hartman; Gabor Juhos; John
Crispin; Alan Stern; Luis R. Rodriguez
Cc: linux-mips@linux-mips.org; linux-usb@vger.kernel.org; Svetoslav Neykov
Subject: Re: [PATCH 0/5] Chipidea driver support for the AR933x platform

Svetoslav Neykov <svetoslav@neykov.name> writes:

> Add support for the usb controller in AR933x platform.
> The processor is big-endian so all multi-byte values of the usb 
> descriptors must be converted explicitly. Another difference is that
> the controller supports both host and device modes but not OTG.
> The patches are tested on WR703n router running OpenWRT trunk.

Svetoslav, are you working on these or do you have time to address the
issues raised in review?

Thanks,
--
Alex

  parent reply	other threads:[~2013-02-26 14:39 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-02-13 21:38 [PATCH 0/5] Chipidea driver support for the AR933x platform Svetoslav Neykov
2013-02-13 21:38 ` [PATCH 1/5] usb: chipidea: big-endian support Svetoslav Neykov
2013-02-13 21:38 ` [PATCH 2/5] usb: chipidea: flags to force usb mode (host/device) Svetoslav Neykov
2013-02-14  9:01   ` Michael Grzeschik
2013-02-13 21:38 ` [PATCH 3/5] usb: chipidea: Don't access OTG related registers Svetoslav Neykov
2013-02-14 11:45   ` Alexander Shishkin
2013-02-14 11:45     ` Alexander Shishkin
2013-02-13 21:38 ` [PATCH 4/5] usb: chipidea: AR933x platform support for the chipidea driver Svetoslav Neykov
2013-02-14 11:23   ` Alexander Shishkin
2013-02-14 11:23     ` Alexander Shishkin
2013-02-14 14:19   ` Gabor Juhos
2013-02-13 21:38 ` [PATCH 5/5] usb: chipidea: Fix incorrect check of function return value Svetoslav Neykov
2013-02-14 11:08   ` Alexander Shishkin
2013-02-14 11:08     ` Alexander Shishkin
2013-02-26 13:35 ` [PATCH 0/5] Chipidea driver support for the AR933x platform Alexander Shishkin
2013-02-26 13:35   ` Alexander Shishkin
2013-02-26 14:38   ` Svetoslav Neykov [this message]
2013-02-26 14:38     ` Svetoslav Neykov
2013-02-26 14:47     ` Alexander Shishkin
2013-02-26 14:54       ` Svetoslav Neykov
2013-02-26 14:54         ` Svetoslav Neykov
2013-02-26 15:45       ` Marc Kleine-Budde

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='078801ce142f$0108dea0$031a9be0$@neykov.name' \
    --to=svetoslav@neykov.name \
    --cc=alexander.shishkin@linux.intel.com \
    --cc=blogic@openwrt.org \
    --cc=gregkh@linuxfoundation.org \
    --cc=juhosg@openwrt.org \
    --cc=linux-mips@linux-mips.org \
    --cc=linux-usb@vger.kernel.org \
    --cc=mcgrof@qca.qualcomm.com \
    --cc=ralf@linux-mips.org \
    --cc=stern@rowland.harvard.edu \
    /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