On Thu, Oct 23, 2014 at 11:39:50AM +0800, Greg Kroah-Hartman wrote:
> On Wed, Oct 22, 2014 at 11:31:34PM -0400, Perry Hung wrote:
> > An official recent Windows driver from FTDI detects counterfeit devices
> > and reprograms the internal EEPROM containing the USB PID to 0, effectively
> > bricking
On Wed, Oct 22, 2014 at 11:02:26AM +0300, Tomi Valkeinen wrote:
> On 18/10/14 00:13, Jani Nikula wrote:
> > Documentation/kbuild/kconfig-language.txt warns to use select with care,
> > and in general use select only for non-visible symbols and for symbols
> > with no dependencies, because select wi
On Thu, Oct 23, 2014 at 09:58:20AM +0200, Johan Hovold wrote:
> On Thu, Oct 23, 2014 at 11:39:50AM +0800, Greg Kroah-Hartman wrote:
> > On Wed, Oct 22, 2014 at 11:31:34PM -0400, Perry Hung wrote:
> > > An official recent Windows driver from FTDI detects counterfeit devices
> > > and reprograms the
On Thu, Oct 23, 2014 at 04:10:54PM +0800, Greg Kroah-Hartman wrote:
> On Thu, Oct 23, 2014 at 09:58:20AM +0200, Johan Hovold wrote:
> > On Thu, Oct 23, 2014 at 11:39:50AM +0800, Greg Kroah-Hartman wrote:
> > > On Wed, Oct 22, 2014 at 11:31:34PM -0400, Perry Hung wrote:
> > > > An official recent Wi
On Thu, Oct 23, 2014 at 10:17:03AM +0200, Johan Hovold wrote:
> On Thu, Oct 23, 2014 at 04:10:54PM +0800, Greg Kroah-Hartman wrote:
> > On Thu, Oct 23, 2014 at 09:58:20AM +0200, Johan Hovold wrote:
> > > On Thu, Oct 23, 2014 at 11:39:50AM +0800, Greg Kroah-Hartman wrote:
> > > > On Wed, Oct 22, 201
On Thu, Oct 23, 2014 at 04:27:50PM +0800, Perry Hung wrote:
> It doesn't seem so, there's an IDA pro dump from somebody who decompiled the
> driver:
>
> https://twitter.com/marcan42/status/525126731431038977/photo/1
A picture of the source code created by disassembling a binary driver
that was wr
ehci/ohci just define .suspend/.resume functions for dev_pm_ops, but
in order to support both STR(suspend-to-ram) and hibernation, other
callbacks such as .freeze/.thaw are also required.
Registering all required callbacks for both STR and hibernation can
be done by SIMPLE_DEV_PM_OPS macro functio
From: Russ Dill
This patch provides the FTDI genuine product verification steps
as contained within the new 2.12.00 official release. It ensures
that counterfeiters don't exploit engineering investment made
by FTDI. Counterfeit ICs are destroying innovation in the
industry.
FTDI recommends that
On Thu, Oct 23, 2014 at 01:52:24AM -0700, russ.d...@gmail.com wrote:
> From: Russ Dill
>
> This patch provides the FTDI genuine product verification steps
> as contained within the new 2.12.00 official release. It ensures
> that counterfeiters don't exploit engineering investment made
> by FTDI.
On Thu, Oct 23, 2014 at 11:40 AM, Greg KH wrote:
> On Thu, Oct 23, 2014 at 01:52:24AM -0700, russ.d...@gmail.com wrote:
>> From: Russ Dill
>>
>> This patch provides the FTDI genuine product verification steps
>> as contained within the new 2.12.00 official release. It ensures
>> that counterfeite
Signed-off-by: Geert Uytterhoeven
Cc: linux-usb@vger.kernel.org
---
drivers/uwb/rsv.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/uwb/rsv.c b/drivers/uwb/rsv.c
index 0887ae982783b7df..536ad42b0a4b1d7e 100644
--- a/drivers/uwb/rsv.c
+++ b/drivers/uwb/rsv.c
@@ -2
On Fri, Oct 17, 2014 at 07:05:19PM +, Paul Zimmerman wrote:
> > From: Felipe Balbi [mailto:ba...@ti.com]
> > Sent: Friday, October 17, 2014 11:52 AM
> >
> > On Fri, Oct 17, 2014 at 06:50:19PM +, Paul Zimmerman wrote:
> > > > From: Sudip Mukherjee [mailto:sudipm.mukher...@gmail.com]
> > > >
On 10/22/2014 04:03 PM, Pavitrakumar Managutte wrote:
> Fixed the return value on failure. status variable
> is set to 0 at usb_assign_descriptors call and the same is
> returned on error which is incorrect.
>
> Signed-off-by: Pavitrakumar Managutte
Acked-by: Sebastian Andrzej Siewior
I spotted
On Thu, Oct 23, 2014 at 03:37:14PM +0530, Sudip Mukherjee wrote:
> On Fri, Oct 17, 2014 at 07:05:19PM +, Paul Zimmerman wrote:
> > > From: Felipe Balbi [mailto:ba...@ti.com]
> > > Sent: Friday, October 17, 2014 11:52 AM
> > >
> > > On Fri, Oct 17, 2014 at 06:50:19PM +, Paul Zimmerman wrote
> > drivers/usb/serial/ftdi_sio.c | 111
> > +-
> > drivers/usb/serial/ftdi_sio.h | 41
> > 2 files changed, 151 insertions(+), 1 deletion(-)
>
> Funny patch, you should have saved it for April 1, otherwise people
> might have actually ta
On Thu, Oct 23, 2014 at 12:18:15PM +0100, One Thousand Gnomes wrote:
> > > drivers/usb/serial/ftdi_sio.c | 111
> > > +-
> > > drivers/usb/serial/ftdi_sio.h | 41
> > > 2 files changed, 151 insertions(+), 1 deletion(-)
> >
> > Funny patch
On 23/10/14 11:10, Daniel Vetter wrote:
> If we want to make BACKLIGHT_CLASS_DEVICE into a library thing then I
> guess we could do that, but we must then also drag it out of all the other
> meta options to make sure it's always available. No need I think to ditch
BACKLIGHT_CLASS_DEVICE only depe
On 23.10.2014 12:52, russ.d...@gmail.com
wrote:
From: Russ Dill
This patch provides the FTDI genuine product verification steps
as contained within the new 2.12.00 official release. It ensures
that counterfeiters don't exploit engineering investment made
by FTDI. Counterfeit ICs are destroying
These drives hang when receiving ATA12 commands, so set the US_FL_NO_ATA_1X
quirk to filter these out.
Cc: sta...@vger.kernel.org # 3.16
Signed-off-by: Hans de Goede
---
drivers/usb/storage/unusual_uas.h | 14 ++
1 file changed, 14 insertions(+)
diff --git a/drivers/usb/storage/unus
On Thu, Oct 23, 2014 at 12:18:15PM +0100, One Thousand Gnomes wrote:
> > > drivers/usb/serial/ftdi_sio.c | 111
> > > +-
> > > drivers/usb/serial/ftdi_sio.h | 41
> > > 2 files changed, 151 insertions(+), 1 deletion(-)
> > Funny patch, yo
Hi!
With a recent Update from Kernel 3.16.14-1-x86_64 to
linux-3.17.1-1-x86_64 my machine isn't able anymore to recognise my TI
Tiva Lauchpad.
lsusb normally has the following entry:
Bus 004 Device 010: ID 1cbe:00fd Luminary Micro Inc. In-Circuit Debug
Interface
It vanishes with 3.17. I downgraded
On Wed, Oct 22, 2014 at 10:14:54AM -0400, Alan Stern wrote:
> On Wed, 22 Oct 2014, Anton Tikhomirov wrote:
>
> > > That's right, and it's true for USB-2 as well. A ZLP is needed only in
> > > cases where the host otherwise wouldn't know the transfer is over,
> > > i.e., when the transfer length i
Hi,
On Thu, Oct 23, 2014 at 08:48:08AM -0500, Felipe Balbi wrote:
> On Wed, Oct 22, 2014 at 10:14:54AM -0400, Alan Stern wrote:
> > On Wed, 22 Oct 2014, Anton Tikhomirov wrote:
> >
> > > > That's right, and it's true for USB-2 as well. A ZLP is needed only in
> > > > cases where the host otherwi
On Mon, Oct 20, 2014 at 08:45:02AM +0200, Robert Baldyga wrote:
> Hi Felipe,
>
> On 10/17/2014 07:17 PM, Felipe Balbi wrote:
> > now that no UDC driver relies on the extra
> > 'driver' argument to ->udc_stop(), we can
> > safely remove it.
> >
> > Signed-off-by: Felipe Balbi
>
> I have already
On Mon, Oct 20, 2014 at 11:02:44AM +0800, Peter Chen wrote:
> On Fri, Oct 17, 2014 at 12:16:07PM -0500, Felipe Balbi wrote:
> > Hi folks,
> >
> > here's a giant set of patches which I already have pending
> > for v3.19 merge window. They still sit in my testing/next
> > and will only be moved to n
On Tue, Oct 21, 2014 at 04:31:10PM -0700, Jack Pham wrote:
> On ISOC endpoints the last trb_pool entry used as a
> LINK TRB is not getting zeroed out correctly due to
> memset being called incorrectly and in the wrong place.
> If pool allocated from DMA was not zero-initialized
> to begin with this
On Thu, 23 Oct 2014, Wonhong Kwon wrote:
> ehci/ohci just define .suspend/.resume functions for dev_pm_ops, but
> in order to support both STR(suspend-to-ram) and hibernation, other
> callbacks such as .freeze/.thaw are also required.
>
> Registering all required callbacks for both STR and hibern
On Thu, 23 Oct 2014, Felipe Balbi wrote:
> here's v2:
>
> 8<--
>
> From 1080b54d66e3e77410b41732e76746ed8e2c01c7 Mon Sep 17 00:00:00 2001
> From: Felipe Balbi
> Date: Tue, 30 Sep 2014 10:39:14 -0500
> Subject: [PATCH] usb: dwc3: ep0: f
On Thu, Oct 23, 2014 at 6:48 AM, Wonhong Kwon wrote:
> -#else /* !CONFIG_PM */
> +#else /* !CONFIG_PM_SLEEP */
> #define ehci_platform_suspend NULL
> #define ehci_platform_resume NULL
No need for these NULL defines anymore as you switched to SIMPLE_DEV_PM_OPS.
> -#else /* !CONFIG_PM */
> +
Hi,
On Thu, Oct 23, 2014 at 10:18:27AM -0400, Alan Stern wrote:
> On Thu, 23 Oct 2014, Felipe Balbi wrote:
>
> > here's v2:
> >
> > 8<--
> >
> > From 1080b54d66e3e77410b41732e76746ed8e2c01c7 Mon Sep 17 00:00:00 2001
> > From: Felipe Ba
On Mon, Oct 20, 2014 at 12:45:34PM +0200, Marek Szyprowski wrote:
> This patch fixes probe function to match the pattern used elsewhere in
> the driver, where power regulators are turned off as the last element in
> the device shutdown procedure.
>
> Signed-off-by: Marek Szyprowski
Paul, can I h
On Mon, Oct 20, 2014 at 12:45:33PM +0200, Marek Szyprowski wrote:
> udc_stop() should clear ->driver pointer unconditionally to let the UDC
> framework to work correctly with both registering/unregistering gadgets
> and enabling/disabling gadgets by writing to
> /sys/class/udc/*hsotg/soft_connect i
On Wed, Oct 22, 2014 at 04:19:45PM +0200, Rafael J. Wysocki wrote:
> On Wednesday, October 22, 2014 10:33:08 AM Adrian Hunter wrote:
> > On 21/10/14 16:13, Adrian Hunter wrote:
> > > On 21/10/14 16:08, Rafael J. Wysocki wrote:
> > >> On Tuesday, October 21, 2014 03:27:45 PM Adrian Hunter wrote:
> >
Moritz wrote:
> With a recent Update from Kernel 3.16.14-1-x86_64 to
> linux-3.17.1-1-x86_64 my machine isn't able anymore to recognise my TI
> Tiva Lauchpad.
> lsusb normally has the following entry:
> Bus 004 Device 010: ID 1cbe:00fd Luminary Micro Inc. In-Circuit Debug
> Interface
> It vanishes
On Wed, Oct 15, 2014 at 05:48:08PM +0300, Octavian Purdila wrote:
Here's some late feedback due to travels. You managed to get two updates
in there so commenting on the diff from v6.
> +struct dln2_event_cb_entry {
> + struct list_head list;
> + u16 id;
> + struct platform_device *pde
On Wed, Oct 15, 2014 at 05:48:09PM +0300, Octavian Purdila wrote:
> +static int dln2_i2c_xfer(struct i2c_adapter *adapter,
> + struct i2c_msg *msgs, int num)
> +{
> + struct dln2_i2c *dln2 = i2c_get_adapdata(adapter);
> + struct i2c_msg *pmsg;
> + struct device *de
On 10/22/2014 03:27 PM, Paul Bolle wrote:
> On Tue, 2014-10-21 at 15:47 -0500, Dinh Nguyen wrote:
>> On 10/20/2014 02:42 PM, Paul Bolle wrote:
>>> (Side note: drivers/usb/dwc2/Kconfig is sourced (in drivers/usb/Kconfig)
>>> even if USB is _not_ set. But USB_DCW2 still depends on USB. Why is
>>> tha
On Thu, Oct 23, 2014 at 09:10:03AM -0500, Felipe Balbi wrote:
> > Fixes: f6bafc6a1c ("usb: dwc3: convert TRBs into bitshifts")
> > Signed-off-by: Jack Pham
> > Cc: sta...@vger.kernel.org
>
> you should add a # v3.4+ after stable email, I'll add that myself this
> time.
Good to know for next time
On Thu, 2014-10-23 at 10:05 -0500, Dinh Nguyen wrote:
> On 10/22/2014 03:27 PM, Paul Bolle wrote:
> > On Tue, 2014-10-21 at 15:47 -0500, Dinh Nguyen wrote:
> Well, CONFIG_USB enables the host stack that is needed by the DWC2
> driver, without CONFIG_USB, the DWC2 driver will not be able to build.
>
> From: Felipe Balbi [mailto:ba...@ti.com]
> Sent: Thursday, October 23, 2014 8:01 AM
>
> On Mon, Oct 20, 2014 at 12:45:34PM +0200, Marek Szyprowski wrote:
> > This patch fixes probe function to match the pattern used elsewhere in
> > the driver, where power regulators are turned off as the last e
> From: Felipe Balbi [mailto:ba...@ti.com]
> Sent: Thursday, October 23, 2014 8:02 AM
>
> On Mon, Oct 20, 2014 at 12:45:33PM +0200, Marek Szyprowski wrote:
> > udc_stop() should clear ->driver pointer unconditionally to let the UDC
> > framework to work correctly with both registering/unregisterin
> From: Bartlomiej Zolnierkiewicz [mailto:b.zolnier...@samsung.com]
> Sent: Wednesday, October 22, 2014 5:26 AM
>
> On Monday, October 20, 2014 01:52:06 PM dingu...@opensource.altera.com wrote:
> > From: Dinh Nguyen
> >
> > config USB_DWC2_PLATFORM
> > bool "DWC2 Platform"
> > - depends on
On 10/23/2014 01:28 PM, Paul Zimmerman wrote:
>> From: Bartlomiej Zolnierkiewicz [mailto:b.zolnier...@samsung.com]
>> Sent: Wednesday, October 22, 2014 5:26 AM
>>
>> On Monday, October 20, 2014 01:52:06 PM dingu...@opensource.altera.com wrote:
>>> From: Dinh Nguyen
>>>
>>> config USB_DWC2_PLATFOR
On Thu, Oct 23, 2014 at 06:18:51PM +, Paul Zimmerman wrote:
> > From: Felipe Balbi [mailto:ba...@ti.com]
> > Sent: Thursday, October 23, 2014 8:02 AM
> >
> > On Mon, Oct 20, 2014 at 12:45:33PM +0200, Marek Szyprowski wrote:
> > > udc_stop() should clear ->driver pointer unconditionally to let
On Thu, Oct 23, 2014 at 06:15:57PM +, Paul Zimmerman wrote:
> > From: Felipe Balbi [mailto:ba...@ti.com]
> > Sent: Thursday, October 23, 2014 8:01 AM
> >
> > On Mon, Oct 20, 2014 at 12:45:34PM +0200, Marek Szyprowski wrote:
> > > This patch fixes probe function to match the pattern used elsewh
On Thu, Oct 23, 2014 at 09:36:14AM -0700, Jack Pham wrote:
> On Thu, Oct 23, 2014 at 09:10:03AM -0500, Felipe Balbi wrote:
> > > Fixes: f6bafc6a1c ("usb: dwc3: convert TRBs into bitshifts")
> > > Signed-off-by: Jack Pham
> > > Cc: sta...@vger.kernel.org
> >
> > you should add a # v3.4+ after stab
On Wed, Oct 22, 2014 at 08:54:00PM +, Paul Zimmerman wrote:
> > From: Bartlomiej Zolnierkiewicz [mailto:b.zolnier...@samsung.com]
> > Sent: Wednesday, October 22, 2014 4:16 AM
> >
> > On Monday, October 20, 2014 01:52:01 PM dingu...@opensource.altera.com
> > wrote:
> > > From: Dinh Nguyen
>
The OMAP2+ MUSB glue layer still uses a bare number for the DEVCTL.B-Device bit
in one place, while there's #define MUSB_DEVCTL_BDEVICE for that.
Signed-off-by: Sergei Shtylyov
---
The patch is against the 'next' branch of Felipe Balbi's 'usb.git' repo.
drivers/usb/musb/omap2430.c |3 ++-
On Thursday, October 23, 2014 10:15:50 PM Francis Moreau wrote:
> Hello,
>
> After resuming from a suspend (to RAM), I can't use an external USB hard
> drive anymore, the kernel seems to fail to detect it.
>
> Here is the kernel log when doing a suspend/resume cycle.
>
> [Oct23 22:03] wlp2s0: de
On Thursday, October 23, 2014 10:06:05 AM Felipe Balbi wrote:
>
> --HSQ3hISbU3Um6hch
> Content-Type: text/plain; charset=us-ascii
> Content-Disposition: inline
> Content-Transfer-Encoding: quoted-printable
>
> On Wed, Oct 22, 2014 at 04:19:45PM +0200, Rafael J. Wysocki wrote:
> > On Wednesday, Oc
Hi,
On Thu, 23 Oct 2014, Alan Stern wrote:
> On Thu, 23 Oct 2014, Felipe Balbi wrote:
>
> > here's v2:
> >
> > 8<--
> >
> > From 1080b54d66e3e77410b41732e76746ed8e2c01c7 Mon Sep 17 00:00:00
> 2001
> > From: Felipe Balbi
> > Date: Tue,
HI,
On Fri, Oct 24, 2014 at 10:14:19AM +0900, Anton Tikhomirov wrote:
>
> Hi,
>
> On Thu, 23 Oct 2014, Alan Stern wrote:
> > On Thu, 23 Oct 2014, Felipe Balbi wrote:
> >
> > > here's v2:
> > >
> > > 8<--
> > >
> > > From 1080b54d66e3e7
> On Thu, Oct 23, 2014 at 04:27:50PM +0800, Perry Hung wrote:
>> It doesn't seem so, there's an IDA pro dump from somebody who decompiled the
>> driver:
>>
>> https://twitter.com/marcan42/status/525126731431038977/photo/1
>
> A picture of the source code created by disassembling a binary driver
>
On Thu, Oct 23, 2014 at 10:18:41PM -0500, Felipe Balbi wrote:
> HI,
>
> On Fri, Oct 24, 2014 at 10:14:19AM +0900, Anton Tikhomirov wrote:
> >
> > Hi,
> >
> > On Thu, 23 Oct 2014, Alan Stern wrote:
> > > On Thu, 23 Oct 2014, Felipe Balbi wrote:
> > >
> > > > here's v2:
> > > >
> > > > 8<
Hi,
> On Thu, Oct 23, 2014 at 10:18:41PM -0500, Felipe Balbi wrote:
> > HI,
> >
> > On Fri, Oct 24, 2014 at 10:14:19AM +0900, Anton Tikhomirov wrote:
> > >
> > > Hi,
> > >
> > > On Thu, 23 Oct 2014, Alan Stern wrote:
> > > > On Thu, 23 Oct 2014, Felipe Balbi wrote:
> > > >
> > > > > here's v2:
> >
On Wed, Oct 08, 2014 at 03:27:55PM +0900, Yoshihiro Shimoda wrote:
> (2014/10/08 15:24), Yoshihiro Shimoda wrote:
> > This patch is based on Simon's renesas.git branch and
> > renesas-devel-20141007-v3.17 tag.
> > Since koelsch and henninger doesn't have a USB3.0 connector,
> > I submit a patch fo
On Wed, Oct 08, 2014 at 03:24:28PM +0900, Yoshihiro Shimoda wrote:
> This series is based on Simon's renesas.git branch and
> renesas-devel-20141007-v3.17 tag. If we use the generic phy
> driver for R-Car Gen2 (drivers/phy/phy-rcar-gen2.c), we can use
> the USB3.0 on lager.
>
> Yoshihiro Shimoda
Hi Simon-san,
> On Wed, Oct 08, 2014 at 03:24:28PM +0900, Yoshihiro Shimoda wrote:
> > This series is based on Simon's renesas.git branch and
> > renesas-devel-20141007-v3.17 tag. If we use the generic phy driver for
> > R-Car Gen2 (drivers/phy/phy-rcar-gen2.c), we can use the USB3.0 on
> > lager
Hi Simon-san,
> On Wed, Oct 08, 2014 at 03:27:55PM +0900, Yoshihiro Shimoda wrote:
> > (2014/10/08 15:24), Yoshihiro Shimoda wrote:
> > > This patch is based on Simon's renesas.git branch and
> > > renesas-devel-20141007-v3.17 tag.
> > > Since koelsch and henninger doesn't have a USB3.0 connector
ehci/ohci-platform just define .suspend/.resume functions for dev_pm_ops,
but in order to support both STR(suspend-to-ram) and hibernation, other
callbacks such as .freeze/.thaw are also required.
Registering all required callbacks for both STR and hibernation can
be done by SIMPLE_DEV_PM_OPS macr
On Fri, Oct 24, 2014 at 04:44:28AM +, yoshihiro shimoda wrote:
> Hi Simon-san,
>
> > On Wed, Oct 08, 2014 at 03:24:28PM +0900, Yoshihiro Shimoda wrote:
> > > This series is based on Simon's renesas.git branch and
> > > renesas-devel-20141007-v3.17 tag. If we use the generic phy driver for
> >
On Fri, Oct 24, 2014 at 04:43:55AM +, yoshihiro shimoda wrote:
> Hi Simon-san,
>
> > On Wed, Oct 08, 2014 at 03:27:55PM +0900, Yoshihiro Shimoda wrote:
> > > (2014/10/08 15:24), Yoshihiro Shimoda wrote:
> > > > This patch is based on Simon's renesas.git branch and
> > > > renesas-devel-201410
On Wed, Oct 08, 2014 at 11:53:11PM +0400, Sergei Shtylyov wrote:
> Hello.
>
>Here's the set of 2 patches against Simon Horman's 'renesas.git' repo,
> 'renesas-devel-20141007-v3.17' tag. Here we add the HS-USB device tree support
> on the R8A7790/Lager reference board. The patchset requires the
Hi Simon-san,
(2014/10/24 14:09), Simon Horman wrote:
> On Wed, Oct 08, 2014 at 11:53:11PM +0400, Sergei Shtylyov wrote:
>> Hello.
>>
>>Here's the set of 2 patches against Simon Horman's 'renesas.git' repo,
>> 'renesas-devel-20141007-v3.17' tag. Here we add the HS-USB device tree
>> support
>
Hi Simon-san,
(2014/10/09 2:59), Sergei Shtylyov wrote:
> Hello.
>
>Here's the set of 3 patches against Simon Horman's 'renesas.git' repo,
> 'renesas-devel-20141007-v3.17' tag. Here we add the HS-USB device tree support
> on the R8A7791/Koelsch/Henninger reference boards. The patchset require
65 matches
Mail list logo