Hi,
Attaching the new patch which will replace all the occurrences of DID_ABORT
with DID_TIMOUT in USB Storage whenever it sees US_FLIDX_TIMED_OUT bit
is set.
Regards,
Vishal
-Original Message-
From: Alan Stern [mailto:st...@rowland.harvard.edu]
Sent: Friday, October 18, 2013 4:10 PM
T
On Fri, 18 Oct 2013, Andiry Xu wrote:
> Interesting. I used the following commands:
>
> #echo disabled > /sys/bus/pci/devices/:00:14.0/power/wakeup
> #echo enabled > /sys/bus/pci/devices/:00:14.0/usb3/power/wakeup
> #echo enabled > /sys/bus/pci/devices/:00:14.0/usb4/power/wakeup
>
>
On Thu, Oct 17, 2013 at 05:29:15PM -0700, Sarah Sharp wrote:
> The following changes since commit c00809d330cfe42469fcd1cfd63f0690b47ea9bb:
>
> USB: ohci-exynos: Remove non-DT support (2013-10-14 11:09:13 -0700)
>
> are available in the git repository at:
>
> git://git.kernel.org/pub/scm/lin
On Fri, Oct 18, 2013 at 04:36:11PM +0530, Majunath Goudar wrote:
> Suspend scenario in case of OHCI was not properly
> handled in ochi_suspend()routine. Alan Stern
> suggested, properly handle OHCI suspend scenario.
>
> This does generic proper handling of suspend
> scenario to all OHCI SOC.
>
>
On Thu, Oct 17, 2013 at 01:55:02PM +0530, Sachin Kamat wrote:
> 'of_match_ptr' is defined in linux/of.h. Include it explicitly to
> avoid build breakage in the future.
Why, what is going to happen in the "future"?
Kernel development is almost always about the "now", who knows what is
going to hap
On Thu, Oct 17, 2013 at 05:11:54PM -0400, Alan Stern wrote:
> On Thu, 17 Oct 2013, H Hartley Sweeten wrote:
>
> > Convert ep93xx to use the OHCI platform driver and remove the
> > ohci-ep93xx bus glue driver.
> >
> > Enable CONFIG_OHCI_HCD_PLATFORM in the ep93xx_defconfig so that USB
> > is still
On Thu, Oct 17, 2013 at 01:29:11PM -0700, H Hartley Sweeten wrote:
> Convert ep93xx to use the OHCI platform driver and remove the
> ohci-ep93xx bus glue driver.
>
> Enable CONFIG_OHCI_HCD_PLATFORM in the ep93xx_defconfig so that USB
> is still enabled by default on the EP93xx platform.
>
> Signe
On Sat, Oct 19, 2013 at 03:36:58PM -0400, Alan Stern wrote:
> On Fri, 18 Oct 2013, Andiry Xu wrote:
>
> > Interesting. I used the following commands:
> >
> > #echo disabled > /sys/bus/pci/devices/:00:14.0/power/wakeup
> > #echo enabled > /sys/bus/pci/devices/:00:14.0/usb3/power/wakeup
> >
On Sat, Oct 19, 2013 at 9:45 PM, Sarah Sharp
wrote:
> On Sat, Oct 19, 2013 at 03:36:58PM -0400, Alan Stern wrote:
>> On Fri, 18 Oct 2013, Andiry Xu wrote:
>>
>> > Interesting. I used the following commands:
>> >
>> > #echo disabled > /sys/bus/pci/devices/:00:14.0/power/wakeup
>> > #echo enable