Good Day

2015-09-19 Thread frag sobibra
Hello Dear, Cordial Greeting to you. I am El Frag Sobibra Karim i am presently working with the Bank of Africa, here in Ouagadougou, Burkina Faso. I am sending you this brief mail just to seek your interest and honest partnership to transfer into your Bank Account the sum of Fifteen million United

Re: First kernel patch (optimization)

2015-09-19 Thread Theodore Ts'o
On Fri, Sep 18, 2015 at 10:18:27PM -0700, Greg KH wrote: > And again, don't knock the basic whitespace patch. It is non-trivial, > see the tutorials for proof of that. > > And please, NEVER chide someone for contributing whitespace patches, > it's a sure way to ensure that this person never contr

Re: First kernel patch (optimization)

2015-09-19 Thread Alexander Holler
Am 19.09.2015 um 07:18 schrieb Greg KH: I have been saying for years that we have a lack of real projects / tasks / ideas for people who are skilled, yet have no idea what to do. I know of well over a hundred people I have email addresses of that have asked me for these types of things, and have

[PATCH v3 0/4] usb: host: Fix module autoload for OF platform drivers

2015-09-19 Thread Luis de Bethencourt
Hi, Resending the whole series as Greg asked, and also doing it as a thread patch series. Sorry for not doing this properly before, I'm learning the development process. I was using mutt but now I switched to git send-email. Hopefully procedure will be correct this time. These patches add the mis

[PATCH v3 1/4] usb: host: ehci-spear: Fix module autoload for OF platform driver

2015-09-19 Thread Luis de Bethencourt
This platform driver has a OF device ID table but the OF module alias information is not created so module autoloading won't work. Signed-off-by: Luis de Bethencourt --- drivers/usb/host/ehci-spear.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/usb/host/ehci-spear.c b/drivers/usb/

[PATCH v3 2/4] usb: host: fsl-mph-dr-of: Fix module autoload for OF platform driver

2015-09-19 Thread Luis de Bethencourt
This platform driver has a OF device ID table but the OF module alias information is not created so module autoloading won't work. Signed-off-by: Luis de Bethencourt --- drivers/usb/host/fsl-mph-dr-of.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/usb/host/fsl-mph-dr-of.c b/driver

[PATCH v3 4/4] usb: host: uhci-platform: Fix module autoload for OF platform driver

2015-09-19 Thread Luis de Bethencourt
This platform driver has a OF device ID table but the OF module alias information is not created so module autoloading won't work. Signed-off-by: Luis de Bethencourt --- drivers/usb/host/uhci-platform.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/usb/host/uhci-platform.c b/driver

[PATCH v3 3/4] usb: host: ohci-spear: Fix module autoload for OF platform driver

2015-09-19 Thread Luis de Bethencourt
This platform driver has a OF device ID table but the OF module alias information is not created so module autoloading won't work. Signed-off-by: Luis de Bethencourt --- drivers/usb/host/ohci-spear.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/usb/host/ohci-spear.c b/drivers/usb/

Re: First kernel patch (optimization)

2015-09-19 Thread Alexander Holler
Am 19.09.2015 um 14:52 schrieb Alexander Holler: Am 19.09.2015 um 07:18 schrieb Greg KH: I have been saying for years that we have a lack of real projects / tasks / ideas for people who are skilled, yet have no idea what to do. I know of well over a hundred people I have email addresses of that

Re: First kernel patch (optimization)

2015-09-19 Thread Theodore Ts'o
On Sat, Sep 19, 2015 at 02:52:06PM +0200, Alexander Holler wrote: > > I've recently posted a proof of concept for wiping files, or in other words > to really delete files, And it was a disaster because if someone posts > imperfect pathhes on this list, people have fun trying to eat you (because >

Re: [PATCH 2/2] usb: gadget: f_midi: check for error on usb_ep_queue

2015-09-19 Thread Sergei Shtylyov
Hello. On 9/18/2015 8:12 PM, e...@felipetonello.com wrote: From: "Felipe F. Tonello" f_midi is not checking weather the is an error on usb_ep_queue request, ignoring potential problems, such as memory leaks. Signed-off-by: Felipe F. Tonello --- drivers/usb/gadget/function/f_midi.c | 10 ++

[PATCH 0/3] fix allmodconfig failure of avr32

2015-09-19 Thread Sudip Mukherjee
Build of allmodconfig with avr32 used to fail with the errors: error: implicit declaration of function 'pci_iomap' error: implicit declaration of function 'pci_iounmap' and "at91_pmc_base" [drivers/usb/gadget/udc/atmel_usba_udc.ko] undefined! First two patches fixes these two problems. Third patch

[PATCH 3/3] page-flags: rectify forward declaration

2015-09-19 Thread Sudip Mukherjee
compound_head is defined as inline in page-flags.h but in the forward declaration of compound_head in the same file missed "inline". As a result we got plenty of build warnings while building for some architecture like avr32. The warning showed as: warning: 'compound_head' declared inline after bei

[PATCH 1/3] avr32: fix build failure

2015-09-19 Thread Sudip Mukherjee
While building avr32 with allmodconfig, the build used to fail with the message: error: implicit declaration of function 'pci_iomap' error: implicit declaration of function 'pci_iounmap' Create dummy pci_io{map,unmap} functions to fix the build. Signed-off-by: Sudip Mukherjee --- Tested with de

[PATCH 2/3] usb: gadget: at91_udc: mention proper dependency

2015-09-19 Thread Sudip Mukherjee
While building allmodconfig on avr32 the build failed with the error: "at91_pmc_base" [drivers/usb/gadget/udc/atmel_usba_udc.ko] undefined! On checking the code it turned out that if CONFIG_OF is defined then it is using at91_pmc_read() which is using at91_pmc_base. And unless COMMON_CLK_AT91 is d

Re: First kernel patch (optimization)

2015-09-19 Thread Alexander Holler
Am 19.09.2015 um 16:22 schrieb Theodore Ts'o: On Sat, Sep 19, 2015 at 02:52:06PM +0200, Alexander Holler wrote: I've recently posted a proof of concept for wiping files, or in other words to really delete files, And it was a disaster because if someone posts imperfect pathhes on this list, peop

Re: [PATCH] USB: serial: add Moxa UPORT 11x0 driver

2015-09-19 Thread Johan Hovold
On Fri, Sep 04, 2015 at 07:23:29AM +0200, Mathieu OTHACEHE wrote: > Add a driver which supports : > > - UPort 1110 : 1 port RS-232 USB to Serial Hub. > - UPort 1130 : 1 port RS-422/485 USB to Serial Hub. > - UPort 1130I : 1 port RS-422/485 USB to Serial Hub with Isolation. > - UPort 1150 : 1 po

Re: [PATCH v2 0/6] USB: io_ti: Cleanup download_fw and related functions

2015-09-19 Thread Johan Hovold
On Wed, Sep 16, 2015 at 03:12:57AM -0500, Peter E. Berger wrote: > From: "Peter E. Berger" > > While working on a previous patchset for this driver [1] we were > hampered by the facts that download_fw() is very long and its return > paths are so complicated. Thus we were compelled to put the pat

Re: [PATCH v3] usb: of: add an api to get dr_mode by the phy node

2015-09-19 Thread Hans de Goede
Hi, On 09/18/2015 04:27 PM, Bin Liu wrote: Some USB phy drivers have different handling for the controller in each dr_mode. But the phy driver does not have visibility to the dr_mode of the controller. This adds an api to return the dr_mode of the controller which associates the given phy node.

Re: [PATCH v3] usb: of: add an api to get dr_mode by the phy node

2015-09-19 Thread Hans de Goede
Hi, On 09/18/2015 10:41 PM, Felipe Balbi wrote: Hi, On Fri, Sep 18, 2015 at 03:27:58PM -0500, Bin Liu wrote: Some USB phy drivers have different handling for the controller in each dr_mode. But the phy driver does not have visibility to the dr_mode of the controller. This adds an api to retur

Re: [PATCH 6/6] USB: qcserial: update comment for Sierra Wireless MC7304/MC7354

2015-09-19 Thread Johan Hovold
On Wed, Sep 16, 2015 at 12:28:01PM -0400, David Ward wrote: > This comment is ambiguous since there are other MC73xx devices with > different USB IDs. This USB ID is found in the MC7304 and MC7354. > > Cc: Bjørn Mork > Signed-off-by: David Ward Nice job. I'll queue these up for 3.4. Thanks, Jo

Re: CH340/341: cannot open twice

2015-09-19 Thread Johan Hovold
On Sat, Sep 19, 2015 at 11:09:54PM +0200, C. SB wrote: > Hi, > I'm having a strange issue with a CH340 usb-serial IC : I can only > use/open it once. Here's what I try: > The only solution is to unplug+replug the IC; any code using open() > will fail with the same error. > > lsusb output: > Bus 0

Re: [PATCH 6/6] USB: qcserial: update comment for Sierra Wireless MC7304/MC7354

2015-09-19 Thread Johan Hovold
On Sat, Sep 19, 2015 at 03:02:02PM -0700, Johan Hovold wrote: > On Wed, Sep 16, 2015 at 12:28:01PM -0400, David Ward wrote: > > This comment is ambiguous since there are other MC73xx devices with > > different USB IDs. This USB ID is found in the MC7304 and MC7354. > > > > Cc: Bjørn Mork > > Sign

Re: xHCI reports “ERROR Unknown event condition 20, HC probably busted”

2015-09-19 Thread Steinar H. Gunderson
On Mon, Aug 31, 2015 at 05:28:10PM +0300, Mathias Nyman wrote: > The "ERROR Transfer event TRB DMA ptr not part of curren..." errors are a bit > worrying. > I was hoping these would no longer occur after the last off by one fix: > > commit 7895086afde2a05fa24a0e410d8e6b75ca7c8fdd > xhci: fix

Re: First kernel patch (optimization)

2015-09-19 Thread Theodore Ts'o
On Sat, Sep 19, 2015 at 07:47:22PM +0200, Alexander Holler wrote: > No. I don't want to lower the standards. Maybe in regard to silly style > stuff, but not in regard to code quality (and I mean real bugs like races, > deadlocks or such, and not if a line has more than 80 characters). I would > hav

Re: USB client crash on Vybrid with USB gadget RNDIS connection

2015-09-19 Thread Stefan Agner
On 2015-09-17 22:39, Peter Chen wrote: > On Wed, Sep 16, 2015 at 02:48:50PM +0530, maitysancha...@gmail.com wrote: >> On 15-09-16 15:54:21, Peter Chen wrote: >> > On Wed, Sep 16, 2015 at 02:18:49PM +0530, maitysancha...@gmail.com wrote: >> > > Hello Peter, >> > > >> > > > >> > > > Enable CONFIG_DEB