Re: [GIT PULL] usb: chipidea: changes for v5.4-rc1

2019-09-05 Thread gre...@linuxfoundation.org
On Thu, Sep 05, 2019 at 02:31:14AM +, Peter Chen wrote: > The following changes since commit cdfee5623290bc893f595636b44fa28e8207c5b3: > > driver core: initialize a default DMA mask for platform device (2019-08-22 > 09:41:55 -0700) > > are available in the Git repository at: > > git://g

Re: [PATCH v10 0/6] Introduced new Cadence USBSS DRD Driver.

2019-07-22 Thread gre...@linuxfoundation.org
On Mon, Jul 22, 2019 at 01:56:45PM +0200, Pavel Machek wrote: > Hi! > > > > >> This patch introduce new Cadence USBSS DRD driver to linux kernel. > > > >> > > > >> The Cadence USBSS DRD Controller is a highly configurable IP Core which > > > >> can be instantiated as Dual-Role Device (DRD), Periph

Re: [PATCH v10 2/6] usb:common Separated decoding functions from dwc3 driver.

2019-07-22 Thread gre...@linuxfoundation.org
On Mon, Jul 22, 2019 at 10:06:38AM +, Pawel Laszczak wrote: > Hi, > > > > >On Sun, 2019-07-21 at 19:32 +0100, Pawel Laszczak wrote: > >> Patch moves some decoding functions from driver/usb/dwc3/debug.h driver > >> to driver/usb/common/debug.c file. These moved functions include: > >[] > >> dif

Re: [PATCH v10 0/6] Introduced new Cadence USBSS DRD Driver.

2019-07-22 Thread gre...@linuxfoundation.org
On Mon, Jul 22, 2019 at 09:58:42AM +, Pawel Laszczak wrote: > Hi, > > > > >> This patch introduce new Cadence USBSS DRD driver to linux kernel. > >> > >> The Cadence USBSS DRD Controller is a highly configurable IP Core which > >> can be instantiated as Dual-Role Device (DRD), Peripheral Only

Re: [GIT PULL] usb: chipidea: changes for v5.3-rc1

2019-07-04 Thread gre...@linuxfoundation.org
On Fri, Jul 05, 2019 at 03:32:40AM +, Peter Chen wrote: > The following changes since commit 8ea5b2abd07e2280a332bd9c1a7f4dd15b9b6c13: > > Merge branch 'fixes' of > git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs (2019-05-09 19:35:41 > -0700) > > are available in the git repository

Re: [PATCH 1/1] usb: chipidea: fix static checker warning for NULL pointer

2019-01-17 Thread gre...@linuxfoundation.org
On Thu, Jan 17, 2019 at 09:24:20AM +, Peter Chen wrote: > During the static checker, "data->usbmisc_data" may be NULL. I can not quite parse this sentance. Do you mean that a static checker found this issue? > Fix it by adding this pointer judgement before using. > > Reported-by: Dan Carpen

Re: [PATCH 1/2] dt-bindings: usb: renesas_usb3: add bindings for r8a77990

2018-10-02 Thread gre...@linuxfoundation.org
On Tue, Oct 02, 2018 at 03:52:38PM +0300, Felipe Balbi wrote: > > Hi, > > Yoshihiro Shimoda writes: > > Hi Felipe-san, > > > >> From: Felipe Balbi, Sent: Tuesday, October 2, 2018 9:18 PM > >> > >> Yoshihiro Shimoda writes: > >> > >> > This patch adds bindings for r8a77990 (R-Car E3). > >> > >

Re: [GIT PULL] usb: chipidea: changes for v4.19-rc1

2018-07-28 Thread gre...@linuxfoundation.org
On Fri, Jul 27, 2018 at 03:35:54AM +, Peter Chen wrote: > The following changes since commit dc748b66dbfbbfa187044f007d42d9cc01e5ab11: > > dt-bindings: usb: new ehci-npcm7xx dt (2018-06-25 21:59:15 +0800) > > are available in the git repository at: > > git://git.kernel.org/pub/scm/linux

Re: DWC2 maintainership change

2018-03-15 Thread Greg Kroah-Hartman (gre...@linuxfoundation.org)
On Thu, Mar 15, 2018 at 04:00:25AM +, John Youn wrote: > Hi Felipe, Greg, > > I won't be able to continue maintainership of dwc2. > > Minas Harutyunyan, has been doing most of the communication on linux-usb > lately and much of the maintenance and development work. He has excellent > knowle

Re: [PATCH] usb: dwc3: gadget: only unmap requests from DMA if mapped

2017-10-06 Thread gre...@linuxfoundation.org
On Tue, Oct 03, 2017 at 06:41:54PM +, Thinh Nguyen wrote: > Hi, > > On 9/11/2017 12:42 AM, Felipe Balbi wrote: > > > > Hi, > > > > Thinh Nguyen writes: > >>> Felipe Balbi writes: > Thinh Nguyen writes: > > > Hi Felipe, > > > > On 9/7/2017 12:16 AM, Felipe Balbi wrote

Re: [PATCH] staging: pl2303: adding TD620 Device ID

2017-09-19 Thread gre...@linuxfoundation.org
On Tue, Sep 19, 2017 at 09:41:48PM +, Schoon, Michael wrote: > Signed-off-by: Michael Schoon No changelog at all? I know I can't take patches like that, hopefully Johan has the same rule :) > --- >  drivers/usb/serial/pl2303.c | 1 + >  drivers/usb/serial/pl2303.h | 1 + >  2 files changed, 2

Re: Consult on the Multifunction Composite Gadget problem

2017-07-01 Thread gre...@linuxfoundation.org
On Sat, Jul 01, 2017 at 08:41:20AM +, Lipengcheng wrote: > Hi, > > Now I am prepared based on 3.18 linux kernel development Multifunction > Composite Gadget, which RNDIS + CDC Serial + USB Webcam Gadget, the kernel > community has this development plan, or what needs attention. I have no idea

Re: [PATCH v4] USB: Proper handling of Race Condition when two USB class drivers try to call init_usb_class simultaneously

2017-03-23 Thread gre...@linuxfoundation.org
On Fri, Mar 17, 2017 at 10:56:37AM +, Ajay Kaher wrote: > There is race condition when two USB class drivers try to call > init_usb_class at the same time and leads to crash. > code path: probe->usb_register_dev->init_usb_class > > To solve this, mutex locking has been added in init_usb_class(

Re: Subject: [PATCH v4] USB:Core: BugFix: Proper handling of Race Condition when two USB class drivers try to call init_usb_class simultaneously

2017-03-09 Thread gre...@linuxfoundation.org
On Thu, Mar 09, 2017 at 11:34:25AM +, Ajay Kaher wrote: > From febeb10887d5026a489658fd9e911656e76038ac Mon Sep 17 00:00:00 2001 > From: Ajay Kaher > Date: Thu, 9 Mar 2017 16:07:54 +0530 > Subject: [PATCH v4] USB:Core: BugFix: Proper handling of Race Condition when > two > USB class drivers

Re: Subject: [PATCH v4] USB:Core: BugFix: Proper handling of Race Condition when two USB class drivers try to call init_usb_class simultaneously

2017-03-08 Thread gre...@linuxfoundation.org
On Tue, Mar 07, 2017 at 04:35:37AM +, Ajay Kaher wrote: >   >   >   > > On Fri, 3 Mar 2017, Ajay Kaher wrote: > >  > > > > usb_class->kref is not accessible outside the file.c > > > > as usb_class is _static_ inside the file.c and > > > > pointer of usb_class->kref is not passed anywhere. > > >

Re: [PATCH 08/29] drivers, md: convert mddev.active from atomic_t to refcount_t

2017-03-08 Thread gre...@linuxfoundation.org
On Wed, Mar 08, 2017 at 09:42:09AM +, Reshetova, Elena wrote: > > On Mon, Mar 06, 2017 at 04:20:55PM +0200, Elena Reshetova wrote: > > > refcount_t type and corresponding API should be > > > used instead of atomic_t when the variable is used as > > > a reference counter. This allows to avoid ac

Re: Re: Re: Subject: [PATCH v1] USB:Core: BugFix: Proper handling of Race Condition when two USB class drivers try to call init_usb_class simultaneously

2017-02-01 Thread gre...@linuxfoundation.org
On Wed, Feb 01, 2017 at 07:24:44AM +, Ajay Kaher wrote: >   > >> At boot time, probe function of multiple connected devices > >> (proprietary devices) execute simultaneously. > > > >What exactly do you mean here? How can probe happen "simultaneously"? > >The USB core prevents this, right? > >

Re: Re: Subject: [PATCH v1] USB:Core: BugFix: Proper handling of Race Condition when two USB class drivers try to call init_usb_class simultaneously

2017-01-30 Thread gre...@linuxfoundation.org
A: http://en.wikipedia.org/wiki/Top_post Q: Were do I find info about this thing called top-posting? A: Because it messes up the order in which people normally read text. Q: Why is top-posting such a bad thing? A: Top-posting. Q: What is the most annoying thing in e-mail? A: No. Q: Should I inclu

Re: Subject: [PATCH v1] USB:Core: BugFix: Proper handling of Race Condition when two USB class drivers try to call init_usb_class simultaneously

2017-01-30 Thread gre...@linuxfoundation.org
On Mon, Jan 30, 2017 at 08:25:25AM +, Ajay Kaher wrote: > First off, you are sending html email, which the mailing list keeps rejecting, why are you ignoring that? > > There is race condition when two USB class drivers try to call > > init_usb_class at the same time and leads to crash.

Re: unable to handle EVENT RING FULL error in xhci

2017-01-20 Thread gre...@linuxfoundation.org
On Fri, Jan 20, 2017 at 07:59:48AM +, Anurag Kumar Vulisha wrote: > Hi, Hi! Minor nit, vger.kernel.org rejects html emails, so this didn't make it through to that list. Now it should with my response :) > I have a usecase where I want to stream a stereo video from the ZED Stereo > Camera (

Re: [RFC PATCH] usb: host: xhci: plat: add support for otg_set_host() call

2017-01-02 Thread gre...@linuxfoundation.org
Q: Why is top-posting such a bad thing? A: Top-posting. Q: What is the most annoying thing in e-mail? A: No. Q: Should I include quotations after my reply? http://daringfireball.net/2007/07/on_top On Mon, Jan 02, 2017 at 09:35:21AM +, Manish Narani wrote: > Hi Greg, > > > I need to have t

Re: [RFC PATCH] usb: host: xhci: plat: add support for otg_set_host() call

2017-01-02 Thread gre...@linuxfoundation.org
On Mon, Jan 02, 2017 at 06:30:02AM +, Manish Narani wrote: > Ping !! > > -Original Message- > From: Manish Narani [mailto:manish.nar...@xilinx.com] > Sent: Thursday, December 15, 2016 1:24 PM > To: mathias.ny...@intel.com; gre...@linuxfoundation.org; > linu

Re: [PATCH] usb: hub: no error logs in case of enomem

2016-11-30 Thread gre...@linuxfoundation.org
On Wed, Nov 30, 2016 at 02:32:07PM +, Atul Raj wrote: > All kmalloc-based functions print enough information on failures. > > Signed-off-by: Atul Raj > --- > drivers/usb/core/hub.c | 1 - > 1 file changed, 1 deletion(-) I told you to wait, relax, and work on drivers/staging/ instead. Sorry

Re: [PATCH] usb: host: replace symbolic permission with octal

2016-11-30 Thread gre...@linuxfoundation.org
On Wed, Nov 30, 2016 at 01:49:02PM +, Amit Kumar Kushwaha wrote: > This patch handles warning message for preferring octal > permissions over Symbolic permission for module parameter That makes no sense at all. What warning message? Build time? Run time? Please do cleanup patches on driver

Re: usb device to ether is not identification in 64bit Windows OS

2016-09-18 Thread gre...@linuxfoundation.org
On Sun, Sep 18, 2016 at 01:16:59PM +, Lipengcheng wrote: > Hi, > kernel version:4.8.0 > file:Documentation / usb / linux.inf > problem:PC windows is 32bit OS, using Ethernet gadget driver, it can > be correct identification. But PC windows is 64bit OS, while modifying > linux.inf file LinuxDevi

Re: DTS Support for max3421 SPI-USB Host controller

2016-09-02 Thread gre...@linuxfoundation.org
On Fri, Sep 02, 2016 at 12:02:12PM +, Hoefle Marco wrote: > Hello Jaewon Kim, > Please find the extended driver which allows configuring the gpout feature of > the MAX3421 via DeviceTree. > Please check and if ok I'll send a patch. A patch is the only way we can review a driver. Please subm

Re: [PATCH v5] Axi-usb: Add support for 64-bit addressing.

2016-09-01 Thread gre...@linuxfoundation.org
On Fri, Sep 02, 2016 at 06:02:14AM +, Nava kishore Manne wrote: > This email and any attachments are intended for the sole use of the named > recipient(s) and contain(s) confidential information that may be proprietary, > privileged or copyrighted under applicable law. If you are not the inte

Re: [PATCH] usb: core: fix a double free in the usb driver

2016-05-26 Thread gre...@linuxfoundation.org
On Fri, May 27, 2016 at 01:38:17AM +, Chung-Geol Kim wrote: > There is a double free problem in the usb driver. Which driver? > This is caused by delayed deregister for scsi device. > <*> at Insert USB Storage > - USB bus #1 register > usb_create_hcd (primary-kref==1) > * prima

[PATCH] USB: serial: option: add more ZTE device ids

2016-05-03 Thread gre...@linuxfoundation.org
From: lei liu More ZTE device ids. Signed-off-by: lei liu Cc: stable [properly sort them - gregkh] Signed-off-by: Greg Kroah-Hartman diff --git a/drivers/usb/serial/option.c b/drivers/usb/serial/option.c index c6f497f16526..c25ca7f77c42 100644 --- a/drivers/usb/serial/option.c +++ b/drivers/

Re: add device id to linux kernel

2016-05-03 Thread gre...@linuxfoundation.org
On Tue, May 03, 2016 at 07:56:54AM +0700, Lars Melin wrote: > On 2016-05-02 20:43, gre...@linuxfoundation.org wrote: > > On Mon, May 02, 2016 at 09:22:57AM +0300, Felipe Balbi wrote: > > > > > > Hi, > > > > > > 刘磊 writes: > > > > dear

Re: add device id to linux kernel

2016-05-02 Thread gre...@linuxfoundation.org
On Mon, May 02, 2016 at 09:22:57AM +0300, Felipe Balbi wrote: > > Hi, > > 刘磊 writes: > > dear linuxfoundation: > > I am liulei come from ZTEMT. We need add some device ID to linux > > kernel, We need some help from yours. > > Looking forward to you reply, thanks! > > > > > > Signed-off-by

Re: [PATCH v1 1/2] usbip: modifications to event handler

2016-03-22 Thread gre...@linuxfoundation.org
On Wed, Mar 23, 2016 at 01:54:21AM +, fx IWATA NOBUO wrote: > Hello Greg, > > > adds errors and the second fixes it. > > I divided patches as > 1/2 event handler itself > 2/2 programs use event handler. > > So, programs use event handler which will be modified by 2/2 has errors at > 1/2. T

Re: [PATCH v1 1/2] usbip: modifications to event handler

2016-03-22 Thread gre...@linuxfoundation.org
On Tue, Mar 22, 2016 at 11:45:16PM +, fx IWATA NOBUO wrote: > Hi, > > The errors are cleared by patch 2/2. That's not ok, you can not have one patch that adds errors and the second fixes it. Each has to have no problems on their own. > Should I complete in patch 1/2? You need to fix patch

Re: 答复: 答复: 【xhci】suspend and resume core dump problem

2016-03-21 Thread gre...@linuxfoundation.org
On Tue, Mar 22, 2016 at 03:51:27AM +, Lipengcheng wrote: > Hi, >Thanks Lu Baolu, > >The core dump says "PC is at xhci_mem_cleanup+0x4e4/0x574 [xhci_hcd] ". > >But this call flow shows error happens in dma allocation. Which is correct? > >Or, anything I misunderstood? > Sorry . I am not des

Re: 答复: 【xhci】suspend and resume core dump problem

2016-03-21 Thread gre...@linuxfoundation.org
On Tue, Mar 22, 2016 at 11:36:47AM +0800, Lu Baolu wrote: > Hi, > > On 03/22/2016 11:17 AM, Lipengcheng wrote: > > Hi, > > Thanks for your reply. > > When the suspend and resume process , the operation of press ctrl + c > > will produce an interruput and cause to allocate memory failed. It ca

Re: 答复: 【xhci】suspend and resume core dump problem

2016-03-21 Thread gre...@linuxfoundation.org
On Tue, Mar 22, 2016 at 03:17:08AM +, Lipengcheng wrote: > Hi, > Thanks for your reply. > When the suspend and resume process , the operation of press ctrl + c will > produce an interruput and cause to allocate memory failed. It causes the usb3 > module can not be used and core dump after

Re: 【xhci】suspend and resume core dump problem

2016-03-21 Thread gre...@linuxfoundation.org
On Tue, Mar 22, 2016 at 01:31:40AM +, Lipengcheng wrote: >Hi, > we have a problem like that we can start kernel successfully without > processing any other operations, but failed after pressing ctrl + c. After > our analsys, it is because of that, ctrl + c will produce an interrupu

Re: ehci and ohci reset number doubt

2016-03-19 Thread gre...@linuxfoundation.org
On Thu, Mar 17, 2016 at 02:16:56AM +, Lipengcheng wrote: > > > Hi, Please resend in non-html format so that the mailing list does not reject your messages. thanks, greg k-h -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to majord...@vger

Re: [PATCH v2] usb: Use memdup_user to reuse the code

2015-12-11 Thread gre...@linuxfoundation.org
On Wed, Dec 09, 2015 at 08:02:53AM +, Pathak, Rahul (R.) wrote: > Hello Alan, > > Should I resend this patch version with the tear line correction? Yes please. -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to majord...@vger.kernel.org More

Re: [PATCH v2] usb: Use memdup_user to reuse the code

2015-12-09 Thread gre...@linuxfoundation.org
On Wed, Dec 09, 2015 at 08:02:53AM +, Pathak, Rahul (R.) wrote: > Hello Alan, > > Should I resend this patch version with the tear line correction? Why wouldn't you? -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to majord...@vger.kernel.org

Re: [PATCH 1/3][v2] drivers:usb:fsl: Replace macros with enumerated type

2015-06-26 Thread gre...@linuxfoundation.org
On Fri, Jun 26, 2015 at 05:12:04PM +, Badola Nikhil wrote: > > -Original Message- > > From: Nikhil Badola [mailto:nikhil.bad...@freescale.com] > > Sent: Monday, June 15, 2015 3:47 PM > Could you please provide comments for this patch and the subsequent > patches in this patch set, if

Re: Possible no longer required cast in the function,usbhs_parse_dt in common.c

2015-03-17 Thread gre...@linuxfoundation.org
On Tue, Mar 17, 2015 at 03:37:42AM +, Peter Chen wrote: > > > > > Greetings All, > > I have been getting the below build warnings: > > drivers/usb/renesas_usbhs/common.c: In function ‘usbhs_parse_dt’: > > drivers/usb/renesas_usbhs/common.c:482:25: warning: cast from pointer to > > integer of

Re: New maintainer for dwc2

2015-01-12 Thread gre...@linuxfoundation.org
On Mon, Jan 12, 2015 at 11:14:54PM +, Paul Zimmerman wrote: > Hi everyone, > > I will be leaving Synopsys on Friday, Jan 16th, so the dwc2 driver > will need a new maintainer. > > I am recommending John Youn as the new > maintainer. > > On the plus side, John has quite a bit of experience w

Re: [PATCH] USB: enable all functions remote wakeup for USB3 composite device

2014-11-30 Thread gre...@linuxfoundation.org
On Sun, Nov 30, 2014 at 03:51:37AM +, Li, Aixiong wrote: > Hi all, > > The patch format still have some problem since I copied it from the html > mail. I fix it in this mail. :) And it's still not in any format that I can apply it in. Your company has training on how to properly do this, pl

Re: [PATCH] USB: enable all functions remote wakeup for USB3 composite device

2014-11-29 Thread gre...@linuxfoundation.org
On Sat, Nov 29, 2014 at 04:22:41PM +, Li, Aixiong wrote: > Hi USB maintainers, Your email is sent in html format and rejected by the mailing list, please fix up and try again. -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to majord...@vger.ker

Re: [PATCH 4/4] usb: xhci: rework root port wake bits if controller isn't allowed to wakeup

2014-11-17 Thread gre...@linuxfoundation.org
On Mon, Nov 17, 2014 at 02:57:05PM +, David Laight wrote: > From: Felipe Balbi > > > > On Fri, Nov 14, 2014 at 07:23:52PM +0200, Mathias Nyman wrote: > > > From: Lu Baolu > > > > > > When system is being suspended, if host device is not allowed to do > > > wakeup, > > > xhci_suspend() needs

Re: FIX ME in oxu210p-hcd.c

2014-09-21 Thread gre...@linuxfoundation.org
Damm, didn't configure my kill-file correctly, and this snuck in, so might as well respond... On Sun, Sep 21, 2014 at 10:36:18PM -0400, nick wrote: > On 14-09-21 10:24 PM, gre...@linuxfoundation.org wrote: > >> Sorry Greg, > >> I don't want to get banned again. I w

Re: FIX ME in oxu210p-hcd.c

2014-09-21 Thread gre...@linuxfoundation.org
On Sun, Sep 21, 2014 at 10:17:38PM -0400, nick wrote: > > > On 14-09-21 10:11 PM, gre...@linuxfoundation.org wrote: > > On Sun, Sep 21, 2014 at 10:03:28PM -0400, nick wrote: > >> > >> > >> On 14-09-21 07:53 PM, Peter Chen wrote: > >>&g

Re: FIX ME in oxu210p-hcd.c

2014-09-21 Thread gre...@linuxfoundation.org
On Sun, Sep 21, 2014 at 10:03:28PM -0400, nick wrote: > > > On 14-09-21 07:53 PM, Peter Chen wrote: > > > > > >> Subject: Re: FIX ME in oxu210p-hcd.c > >> > >> > >> I found a unfixed FIX ME in the file stated in my above message. I am > >> wondering what to set hcd->self.comtroller->dma_mask t

Re: Take dwc2 driver through Felipe's tree?

2014-09-19 Thread gre...@linuxfoundation.org
On Fri, Sep 19, 2014 at 08:52:07PM +, Paul Zimmerman wrote: > Hi Greg, > > How would you feel about Felipe taking the dwc2 driver into his tree? > There has been quite a bit of increased activity with dwc2 lately, and > I know you already have more than enough stuff on your plate already. > So

Re: [PATCH 0/2] usb: dwc2: Revert patches causing problems

2014-09-11 Thread gre...@linuxfoundation.org
On Thu, Sep 11, 2014 at 07:11:20PM +, Paul Zimmerman wrote: > > From: Robert Baldyga [mailto:r.bald...@samsung.com] > > Sent: Thursday, September 11, 2014 5:53 AM > > > > These two patches breaks dwc2 driver. The first one causes build break, > > the second breaks gadget at Samsung platforms.

Re: [PATCH RESEND v3 00/12] usb: dwc2/gadget: fix series

2014-08-19 Thread gre...@linuxfoundation.org
On Tue, Aug 19, 2014 at 03:46:58PM +, Paul Zimmerman wrote: > > From: Robert Baldyga [mailto:r.bald...@samsung.com] > > Sent: Tuesday, August 19, 2014 1:54 AM > > > > Hi Paul, > > > > I'm resending this patchset rebased on linux-next. Now it should apply. > > > > Thanks, > > Robert Baldyga >

Re: [PATCH v3] uas: replace WARN_ON_ONCE() with lockdep_assert_held()

2014-08-19 Thread gre...@linuxfoundation.org
On Tue, Aug 19, 2014 at 06:33:04AM +, Sharma, Sanjeev wrote: > Hi Greg, > > Any feedback on this patch ? The merge window ended 2 days ago, _and_ I'm at the kernel summit this week, _and_ my queue is currently sitting at: $ mdfrm -c ~/mail/todo/ 1317 messages in /home/gregkh/m

Re: [PATCH v3 00/12] usb: dwc2/gadget: fix series

2014-08-04 Thread gre...@linuxfoundation.org
On Mon, Aug 04, 2014 at 07:53:35PM +, Paul Zimmerman wrote: > > From: gre...@linuxfoundation.org [mailto:gre...@linuxfoundation.org] > > Sent: Monday, August 04, 2014 12:11 PM > > > > On Mon, Aug 04, 2014 at 06:58:23PM +, Paul Zimmerman wrote: > > > &g

Re: [PATCH v3 00/12] usb: dwc2/gadget: fix series

2014-08-04 Thread gre...@linuxfoundation.org
On Mon, Aug 04, 2014 at 06:58:23PM +, Paul Zimmerman wrote: > > From: Paul Zimmerman > > Sent: Friday, July 18, 2014 12:19 PM > > > > > From: Robert Baldyga [mailto:r.bald...@samsung.com] > > > Sent: Friday, July 18, 2014 4:39 AM > > > > > > This patchset contains fixes for dwc2 gadget driver.

Re: [Patch V3 0/2] usb: gadget: zero: Add support for interrupt EP

2014-06-09 Thread gre...@linuxfoundation.org
On Mon, Jun 09, 2014 at 10:44:38AM +0530, Amit Virdi wrote: > Felipe, Alan, > > On 5/23/2014 12:01 PM, Amit VIRDI wrote: > >This patchset adds support for interrupt EP and the corresponding test cases > >to > >gadget zero. The code has been rebased and tested on Kernel v3.15-rc5 > > > >V2 -> V3 >

Re: [PATCH v2 0/2] Re-organize usb common

2014-05-22 Thread gre...@linuxfoundation.org
On Fri, May 23, 2014 at 01:16:37AM +, Peter Chen wrote: > > > > > Hi Greg, > > > > This patch set creates usb/common for usb common things, and moves otg > > fsm implementation from usb/phy/ to usb/common/. I have a discussion with > > Felipe about it at below link: > > http://www.spinics.n

Re: [PATCH v6 0/3] usb: dwc2/s3c-hsotg: move s3c-hsotg driver into dwc2

2014-04-17 Thread gre...@linuxfoundation.org
On Thu, Apr 17, 2014 at 08:38:11PM +, Paul Zimmerman wrote: > > From: Paul Zimmerman > > Sent: Monday, April 14, 2014 2:14 PM > > > > From: Dinh Nguyen > > > > This is a shortened version of the patch to combine the dwc2/s3c-hsotg into > > a > > single dual-role driver. The series will only

Re: move ZTE CDMA device pid from zte_ev.c back to option.c

2014-04-16 Thread gre...@linuxfoundation.org
On Tue, Apr 08, 2014 at 07:59:28PM +0800, 刘磊 wrote: > dear linuxfoundation: >     I'm not sure if you receive our mails in lase week , i resend it now.   > Please confirm whether it is correct format for submit. > Looking forward to your reply. >      > modify reason: > 1. Move device pid fffe from

Re: About a USB patch on linux kernal

2014-04-10 Thread gre...@linuxfoundation.org
On Fri, Apr 11, 2014 at 02:41:02AM +, Yanan, SUO(MBB-SZ-TCT) wrote: > Hi : > > We have check the linux kernel patch list ,but We can’t find ours > USB-PID&VID > patch . What specific patch is this? And what patch list did you check? We deal with many thousands of patches every month, y

Re: move ZTE CDMA device pid from zte_ev.c back to option.c

2014-04-08 Thread gre...@linuxfoundation.org
On Tue, Apr 08, 2014 at 07:59:28PM +0800, 刘磊 wrote: > dear linuxfoundation: >     I'm not sure if you receive our mails in lase week , i resend it now.   > Please confirm whether it is correct format for submit. > Looking forward to your reply. >      > modify reason: > 1. Move device pid fffe from

Re: move ZTE CDMA device pid from zte_ev.c back to option.c

2014-03-28 Thread gre...@linuxfoundation.org
On Thu, Mar 27, 2014 at 02:40:23PM +0800, 刘磊 wrote: > dear linuxfoundation: "Linux Foundation" is a non-profit group, not a person :) And please don't send HTML email, the mailing list rejects it. > Because of the time difference, can not respond promptly. That's not an issue, don't worry a

Re: [PATCH] usb: gadget: fsl: Add FSL USB Gadget entry in platform device id

2014-03-20 Thread gre...@linuxfoundation.org
On Thu, Mar 20, 2014 at 03:01:56PM +, suresh.gu...@freescale.com wrote: > > > > > > @@ -2654,6 +2654,8 @@ static const struct platform_device_id > > > > fsl_udc_devtype[] = { > > > > > > }, { > > > > > > .name = "imx-udc-mx51", > > > > > > }, { > > > > > > + .name

Re: [PATCH] usb: gadget: fsl: Add FSL USB Gadget entry in platform device id

2014-03-19 Thread gre...@linuxfoundation.org
On Wed, Mar 19, 2014 at 02:25:25PM +, suresh.gu...@freescale.com wrote: > Hi > > > -Original Message- > > From: Felipe Balbi [mailto:ba...@ti.com] > > Sent: Saturday, March 15, 2014 7:10 AM > > To: Gupta Suresh-B42813 > > Cc: ba...@ti.com; g

Re: [GIT PULL] PHY for 3.15

2014-03-09 Thread gre...@linuxfoundation.org
On Sun, Mar 09, 2014 at 11:15:46PM +0530, Kishon Vijay Abraham I wrote: > Hi Greg, > > Pls find the updated PULL request. > > It contains new PHY drivers (SATA, USB) adapted to generic PHY framework > for a couple of platforms and a bunch of cleanups and fixes. The > Documentation problem with

Re: [PATCH 2/7] usb: chipidea: add freescale imx28 special write register method

2014-01-10 Thread &#x27;gre...@linuxfoundation.org'
On Fri, Jan 10, 2014 at 03:09:03PM +, David Laight wrote: > > > This code ought to be defensive against 'imx28_write_fix' being > > > set when the kernel isn't compiled with CONFIG_SOC_IMX28. > > > This can easily be done by changing the #else block to do an iowrite(). > > > > You missed the l

Re: [PATCH 2/7] usb: chipidea: add freescale imx28 special write register method

2014-01-10 Thread gre...@linuxfoundation.org
On Fri, Jan 10, 2014 at 10:25:54AM +, David Laight wrote: > From: Peter Chen > ... > > +#ifdef > > +static inline void imx28_ci_writel(u32 val, volatile void __iomem *addr) > > +{ > > + __asm__ ("swp %0, %0, [%1]" : : "r"(val), "r"(addr)); > > +} > > +#else > > +static inline void imx28_ci_w

Re: [PATCH v6 1/3] usb: ehci: add freescale imx28 special write register method

2013-12-04 Thread gre...@linuxfoundation.org
On Wed, Dec 04, 2013 at 07:10:42AM +, Peter Chen wrote: > > > > > > On Tue, Nov 26, 2013 at 08:11:26PM +0800, Peter Chen wrote: > > > According to Freescale imx28 Errata, "ENGR119653 USB: ARM to USB > > > register error issue", All USB register write operations must > > > use the ARM SWP in

Re: [PATCH] A patch fro support alcatel's new products

2013-11-27 Thread gre...@linuxfoundation.org
On Wed, Nov 27, 2013 at 05:54:03AM +, Yanan, SUO(MBB-SZ-TCT) wrote: > Hi : > > We want make our new product work well on Linux(fedora, Debian, Ubuntu) && > Android, and have make patch tested ,It,s perfect. It is? :) Unfortunatly you sent this email in html form, with a base64 attachment,

Re: [PATCH 1/1] usb: chipidea: imx: avoid unnecessary probe defer every time

2013-11-22 Thread gre...@linuxfoundation.org
On Fri, Nov 22, 2013 at 04:34:14PM +0100, Marek Vasut wrote: > Hi Peter, > > > > > endif > > > > > > > > ifneq ($(CONFIG_OF),) > > > > > > > > - obj-$(CONFIG_USB_CHIPIDEA) += ci_hdrc_imx.o usbmisc_imx.o > > > > + obj-$(CONFIG_USB_CHIPIDEA) += usbmisc_imx.o ci_hdrc_imx.o

Re: [PATCH v3 2/5] usb: chipidea: add freescale imx28 special write register method

2013-10-29 Thread gre...@linuxfoundation.org
On Wed, Oct 30, 2013 at 08:53:42AM +0800, Peter Chen wrote: > On Tue, Oct 29, 2013 at 04:54:47PM -0700, gre...@linuxfoundation.org wrote: > > On Mon, Oct 28, 2013 at 11:47:53AM +0100, Marek Vasut wrote: > > > Dear Hector Palacios, > > > > > > > Dear Peter,

Re: [PATCH v3 2/5] usb: chipidea: add freescale imx28 special write register method

2013-10-29 Thread gre...@linuxfoundation.org
On Mon, Oct 28, 2013 at 11:47:53AM +0100, Marek Vasut wrote: > Dear Hector Palacios, > > > Dear Peter, > > > > On 10/25/2013 08:02 AM, Peter Chen wrote: > > > According to Freescale imx28 Errata, "ENGR119653 USB: ARM to USB > > > register error issue", All USB register write operations must > > >

Re: [PATCH 1/1] support new huawei devices in option.c

2013-10-11 Thread gre...@linuxfoundation.org
On Fri, Oct 11, 2013 at 03:48:21AM +, Fangxiaozhi (Franko) wrote: > 1. Add new supporting declarations to option.c, to support Huawei new devices > with new bInterfaceSubClass value. > Signed-off-by: fangxiaozhi In the future, can you use an email client that doesn't turn tabs into spaces, s

Re: About TRB_TO_EP_INDEX() macro using

2013-08-06 Thread &#x27;gre...@linuxfoundation.org'
On Tue, Aug 06, 2013 at 08:59:32AM +, Du, ChangbinX wrote: > > On Mon, Aug 05, 2013 at 08:07:25AM +, Du, ChangbinX wrote: > > > Recently when I check xHCI code, find that some functions try to get EP > > > index > > > from a Command Completion Event TRB via TRB_TO_EP_INDEX() macro. > > > >

Re: About TRB_TO_EP_INDEX() macro using

2013-08-05 Thread gre...@linuxfoundation.org
On Mon, Aug 05, 2013 at 08:07:25AM +, Du, ChangbinX wrote: > Recently when I check xHCI code, find that some functions try to get EP index > from a Command Completion Event TRB via TRB_TO_EP_INDEX() macro. > > This is totally wrong. The macro definition is: > > #define TRB_TO_EP_INDEX(

Re: [PATCH] staging: dwc2: add microframe scheduler from downstream Pi kernel

2013-07-18 Thread gre...@linuxfoundation.org
On Thu, Jul 18, 2013 at 11:34:47AM -0600, Stephen Warren wrote: > On 07/18/2013 10:45 AM, Paul Zimmerman wrote: > >> From: linux-usb-ow...@vger.kernel.org > >> [mailto:linux-usb-ow...@vger.kernel.org] On Behalf Of Gordon Hollingworth > >> Sent: Wednesday, July 17, 2013 11:00 PM > >> > >> I'd sugge

Re: [PATCH] staging: dwc2: add microframe scheduler from downstream Pi kernel

2013-07-18 Thread gre...@linuxfoundation.org
On Thu, Jul 18, 2013 at 04:45:55PM +, Paul Zimmerman wrote: > > From: linux-usb-ow...@vger.kernel.org > > [mailto:linux-usb-ow...@vger.kernel.org] On Behalf Of Gordon Hollingworth > > Sent: Wednesday, July 17, 2013 11:00 PM > > > > I'd suggest just adding a Raspberry Pi Foundation copyright.

Re: [PATCH -next] usb: fusbh200-hcd: fix error handling in fusbh200_hcd_fusbh200_probe()

2013-05-31 Thread gre...@linuxfoundation.org
On Fri, May 31, 2013 at 02:35:41AM +, Wendy Yuan-Hsin Chen(陳元馨) wrote: > > -Original Message- > From: Wei Yongjun [mailto:weiyj...@gmail.com] > Sent: Tuesday, May 21, 2013 10:41 AM > To: gre...@linuxfoundation.org; Wendy Yuan-Hsin Chen(陳元馨) > Cc: yongjun_...@trendm

Re: DWC2 driver to staging tree?

2013-03-08 Thread gre...@linuxfoundation.org
On Fri, Mar 08, 2013 at 09:18:51PM +, Paul Zimmerman wrote: > Hi Greg, > > It looks like the DWC2 driver is not going to be ready for mainline any > time soon, so would it be acceptable to add it to the staging tree as-is? > I really need to show some progress being made here, or my > managem

Re: [PATCH] usb: host: tegra: Reset Tegra USB controller before init

2013-03-04 Thread gre...@linuxfoundation.org
On Mon, Mar 04, 2013 at 09:55:44AM -0700, Stephen Warren wrote: > On 03/04/2013 12:55 AM, Venu Byravarasu wrote: > > Stephen Warren wrote at Thursday, February 28, 2013 11:47 PM: > >> On 02/27/2013 11:36 PM, Venu Byravarasu wrote: > >>> To clear any configurations made by U-Boot on Tegra USB contro

Re: [PATCH v4 0/5] DWC2 DesignWare HS OTG driver

2013-02-21 Thread gre...@linuxfoundation.org
On Thu, Feb 21, 2013 at 07:57:14PM +, Paul Zimmerman wrote: > > -Original Message- > > From: gre...@linuxfoundation.org [mailto:gre...@linuxfoundation.org] > > Sent: Thursday, February 21, 2013 11:43 AM > > > > On Thu, Feb 21, 2013 at 07:33:45

Re: [PATCH v4 0/5] DWC2 DesignWare HS OTG driver

2013-02-21 Thread gre...@linuxfoundation.org
On Thu, Feb 21, 2013 at 07:33:45PM +, Paul Zimmerman wrote: > > -Original Message- > > From: Felipe Balbi [mailto:ba...@ti.com] > > Sent: Thursday, February 21, 2013 12:58 AM > > > > On Thu, Feb 21, 2013 at 03:22:54AM +, Paul Zimmerman wrote: > > > Building and validating a new FPG

Re: [GIT PULL] ARM part of USB patches

2013-02-05 Thread gre...@linuxfoundation.org
On Tue, Feb 05, 2013 at 10:19:47AM -0800, Tony Lindgren wrote: > * gre...@linuxfoundation.org [130205 09:28]: > > On Tue, Feb 05, 2013 at 08:56:13PM +0530, kishon wrote: > > > Hi Tony, Greg, > > > > > > On Tuesday 05 February 2013 08:54 PM, kishon wrot

Re: [GIT PULL] ARM part of USB patches

2013-02-05 Thread gre...@linuxfoundation.org
On Tue, Feb 05, 2013 at 08:56:13PM +0530, kishon wrote: > Hi Tony, Greg, > > On Tuesday 05 February 2013 08:54 PM, kishon wrote: > >Hi Tony, > > > >As discussed, I'm sending a pull request for the arch/arm part of my USB > >patches. These patches are necessary to get MUSB functional in both dt > >

Re: [PATCH v2] USB: PHY: Re-organize Tegra USB PHY driver

2012-09-20 Thread gre...@linuxfoundation.org
On Thu, Sep 20, 2012 at 10:50:51AM +0530, Venu Byravarasu wrote: > Hi Greg & Felipe, > > Can any of you please review and merge this change? That's up to Felipe. -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to majord...@vger.kernel.org More maj

Re: [PATCH RESEND] USB/host: Cleanup unneccessary irq disable code

2012-09-06 Thread gre...@linuxfoundation.org
On Thu, Sep 06, 2012 at 02:00:16AM +, Liu, Chuansheng wrote: > Because the IRQF_DISABLED as the flag is now a NOOP and has been > deprecated and in hardirq context the interrupt is disabled. > > so in usb/host code: > Removing the usage of flag IRQF_DISABLED; > Removing the calling local_irq s

Re: [PATCH] USB/host: Cleanup unneccessary irq disable code

2012-09-05 Thread gre...@linuxfoundation.org
On Thu, Sep 06, 2012 at 12:39:09AM +, Liu, Chuansheng wrote: > > This patch is corrupted and can not be applied at all. Please fix your > > email > > client and try again. > > > > greg k-h > > I am very sorry to waste your time, resend it again. > > From: liu chuansheng > Subject: [PATCH]

Re: [PATCH] USB/host: Cleanup unneccessary irq disable code

2012-09-05 Thread gre...@linuxfoundation.org
On Sat, Sep 01, 2012 at 09:39:56AM +, Liu, Chuansheng wrote: > From: liu chuansheng > Subject: [PATCH] USB/host: Cleanup unneccessary irq disable code Don't include the Subject: in the patch body again, that is pointless and requires me to hand-edit the file. > Because the IRQF_DISABLED as t

Re: [PATCH v1] usb: host: Fix possible kernel crash

2012-07-10 Thread gre...@linuxfoundation.org
On Tue, Jul 10, 2012 at 09:56:39AM +0530, Venu Byravarasu wrote: > Thanks Alan for your comments. > > On Monday 09 July 2012 08:04 PM, Alan Stern wrote: > >On Mon, 9 Jul 2012, Venu Byravarasu wrote: > > > >>In functions itd_complete & sitd_complete, a pointer > >>by name stream may get dereferenc