>From 66e467548861c39c52de1d3d899ddc980c6cb925 Mon Sep 17 00:00:00 2001
From: Chunfeng Yun
Date: Sun, 18 Oct 2015 11:39:45 +0800
Subject: [PATCH v10 0/3] Mediatek xHCI support
The patch supports MediaTek's xHCI controller.
There are some differences from xHCI spec:
1. The interval is specified i
add a DT binding documentation of xHCI host controller for the
MT8173 SoC from Mediatek.
Signed-off-by: Chunfeng Yun
---
.../devicetree/bindings/usb/mt8173-xhci.txt| 51 ++
1 file changed, 51 insertions(+)
create mode 100644 Documentation/devicetree/bindings/usb/mt81
There some vendor quirks for MTK xhci host controller:
1. It defines some extra SW scheduling parameters for HW
to minimize the scheduling effort for synchronous and
interrupt endpoints. The parameters are put into reseved
DWs of slot context and endpoint context.
2. Its IMODI unit for Interr
add xHCI and phy drivers for MT8173-EVB
Signed-off-by: Chunfeng Yun
---
arch/arm64/boot/dts/mediatek/mt8173-evb.dts | 16 +++
arch/arm64/boot/dts/mediatek/mt8173.dtsi| 42 +
2 files changed, 58 insertions(+)
diff --git a/arch/arm64/boot/dts/mediatek/mt817
Hi,
On Thu, 2015-10-15 at 17:46 +0300, Mathias Nyman wrote:
> On 29.09.2015 06:01, Chunfeng Yun wrote:
> > There some vendor quirks for MTK xhci host controller:
> > 1. It defines some extra SW scheduling parameters for HW
> >to minimize the scheduling effort for synchronous and
> >interrup
On 17 Oct 2015, at 16:06, Alan Stern wrote:
> On Sat, 17 Oct 2015, Paul Jones wrote:
>
>> On 17 Oct 2015, at 12:30, Alan Stern wrote:
>>
>>> Paul, can you tell your email client to wrap lines after 72 columns or
>>> so? It would make replying a lot easier…
>> Mac Mail is not very friendly i
On Sat, Oct 17, 2015 at 03:39:20PM -0400, Rob Clark wrote:
> On Sat, Oct 17, 2015 at 2:59 PM, Greg Kroah-Hartman
> wrote:
> > On Sat, Oct 17, 2015 at 02:45:34PM -0400, Rob Clark wrote:
> >> On Sat, Oct 17, 2015 at 2:27 PM, Greg Kroah-Hartman
> >> wrote:
> >> > On Sat, Oct 17, 2015 at 01:54:43PM -
On Sat, 17 Oct 2015, Paul Jones wrote:
> On 17 Oct 2015, at 12:30, Alan Stern wrote:
>
> > Paul, can you tell your email client to wrap lines after 72 columns or
> > so? It would make replying a lot easier…
> Mac Mail is not very friendly in this respect, but I can pay attention to
> not make
On Sat, Oct 17, 2015 at 3:04 PM, Noralf Trønnes wrote:
>
> Den 17.10.2015 20:45, skrev Rob Clark:
>>
>> On Sat, Oct 17, 2015 at 2:27 PM, Greg Kroah-Hartman
>> wrote:
>>>
>>> On Sat, Oct 17, 2015 at 01:54:43PM -0400, Rob Clark wrote:
On Sat, Oct 17, 2015 at 12:56 PM, Greg Kroah-Hartman
>
On Sat, Oct 17, 2015 at 2:59 PM, Greg Kroah-Hartman
wrote:
> On Sat, Oct 17, 2015 at 02:45:34PM -0400, Rob Clark wrote:
>> On Sat, Oct 17, 2015 at 2:27 PM, Greg Kroah-Hartman
>> wrote:
>> > On Sat, Oct 17, 2015 at 01:54:43PM -0400, Rob Clark wrote:
>> >> On Sat, Oct 17, 2015 at 12:56 PM, Greg Kro
The change adds missing clk_disable_unprepare(usb_otg_clk) call, also
the disabled clocks are sorted in order opposite to enabled clocks.
Signed-off-by: Vladimir Zapolskiy
---
drivers/usb/host/ohci-nxp.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/drivers/usb/host/ohci-
If common clock framework is configured, the driver generates a warning,
which is fixed by this change:
WARNING: CPU: 0 PID: 573 at drivers/clk/clk.c:728
clk_core_enable+0x2c/0xf0()
Modules linked in: ohci_nxp(+) sc16is7xx snd_soc_uda1380
CPU: 0 PID: 573 Comm: udevd Not tainted 4.3.0-
There is no need to unregister the I2C device, which serves as a phy
from host code, this should be done in the correspondent phy driver.
Signed-off-by: Vladimir Zapolskiy
---
drivers/usb/host/ohci-nxp.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/drivers/usb/host/ohci-nxp.c b/drivers/usb
The changeset contains a couple of fixes in the LPC32xx OHCI driver
related to clock enable/disable usage and one more fix of improper
phy device release on driver removal.
Vladimir Zapolskiy (3):
usb: host: lpc32xx: fix warnings caused by enabling unprepared clock
usb: host: lpc32xx: balance
This patch make changes to an if else statement which simplifies the code
allowing to remove a return.
CC: Joe Perches
Signed-off-by: Peter Senna Tschudin
---
Subject was: [PATCH 3/9] usb/host/fotg210: Remove useless else statement
To be applied on top of V1.
Changes from V1:
Instead of jus
If common clock framework is configured, the driver generates warnings,
which is fixed by this change:
WARNING: CPU: 0 PID: 1 at drivers/clk/clk.c:728 clk_core_enable+0x2c/0xf0()
Modules linked in:
CPU: 0 PID: 1 Comm: swapper Not tainted 4.3.0-rc2+ #284
Hardware name: LPC32XX SoC (
Den 17.10.2015 20:45, skrev Rob Clark:
On Sat, Oct 17, 2015 at 2:27 PM, Greg Kroah-Hartman
wrote:
On Sat, Oct 17, 2015 at 01:54:43PM -0400, Rob Clark wrote:
On Sat, Oct 17, 2015 at 12:56 PM, Greg Kroah-Hartman
wrote:
I'm guessing the time is a matter of probing and undoing the probes
rather
On Sat, Oct 17, 2015 at 02:45:34PM -0400, Rob Clark wrote:
> On Sat, Oct 17, 2015 at 2:27 PM, Greg Kroah-Hartman
> wrote:
> > On Sat, Oct 17, 2015 at 01:54:43PM -0400, Rob Clark wrote:
> >> On Sat, Oct 17, 2015 at 12:56 PM, Greg Kroah-Hartman
> >> wrote:
> >> >> I'm guessing the time is a matter
On 17 Oct 2015, at 12:30, Alan Stern wrote:
> Paul, can you tell your email client to wrap lines after 72 columns or
> so? It would make replying a lot easier…
Mac Mail is not very friendly in this respect, but I can pay attention to
not make long lines :)
> ...
>>> One thing you did not sho
On Sat, Oct 17, 2015 at 2:27 PM, Greg Kroah-Hartman
wrote:
> On Sat, Oct 17, 2015 at 01:54:43PM -0400, Rob Clark wrote:
>> On Sat, Oct 17, 2015 at 12:56 PM, Greg Kroah-Hartman
>> wrote:
>> >> I'm guessing the time is a matter of probing and undoing the probes
>> >> rather than slow h/w. We could
On Sat, Oct 17, 2015 at 01:54:43PM -0400, Rob Clark wrote:
> On Sat, Oct 17, 2015 at 12:56 PM, Greg Kroah-Hartman
> wrote:
> >> I'm guessing the time is a matter of probing and undoing the probes
> >> rather than slow h/w. We could maybe improve things by making sure
> >> drivers move what they de
On Sat, Oct 17, 2015 at 12:56 PM, Greg Kroah-Hartman
wrote:
>> I'm guessing the time is a matter of probing and undoing the probes
>> rather than slow h/w. We could maybe improve things by making sure
>> drivers move what they defer on to the beginning of probe, but that
>> seems like a horrible,
On Sat, Oct 17, 2015 at 11:28:29AM -0500, Rob Herring wrote:
> On Sat, Oct 17, 2015 at 10:47 AM, Greg Kroah-Hartman
> wrote:
> > On Sat, Oct 17, 2015 at 10:04:55AM -0500, Rob Herring wrote:
> >> On Sat, Oct 17, 2015 at 1:57 AM, Greg Kroah-Hartman
> >> wrote:
> >> > On Wed, Oct 14, 2015 at 10:34:0
Paul, can you tell your email client to wrap lines after 72 columns or
so? It would make replying a lot easier...
On Fri, 16 Oct 2015, Paul Jones wrote:
> >> The slow queuing of transfers seems to be due to waiting in a spin lock on
> >> ep->dev->lock (4+ us).
> >> I�m guessing this is caused
On Sat, Oct 17, 2015 at 10:47 AM, Greg Kroah-Hartman
wrote:
> On Sat, Oct 17, 2015 at 10:04:55AM -0500, Rob Herring wrote:
>> On Sat, Oct 17, 2015 at 1:57 AM, Greg Kroah-Hartman
>> wrote:
>> > On Wed, Oct 14, 2015 at 10:34:00AM +0200, Tomeu Vizoso wrote:
>> >> Hi Rob,
>> >>
>> >> here is the pull
On Sat, Oct 17, 2015 at 10:04:55AM -0500, Rob Herring wrote:
> On Sat, Oct 17, 2015 at 1:57 AM, Greg Kroah-Hartman
> wrote:
> > On Wed, Oct 14, 2015 at 10:34:00AM +0200, Tomeu Vizoso wrote:
> >> Hi Rob,
> >>
> >> here is the pull request you asked for, with no changes from the version
> >> that I
On Fri, Oct 16, 2015 at 4:23 PM, Olof Johansson wrote:
> Hi,
>
> I've bisected boot failures in next-20151016 down to patches in this branch:
>
> On Thu, Oct 15, 2015 at 4:42 AM, Tomeu Vizoso
> wrote:
>> Tomeu Vizoso (20):
>> driver core: handle -EPROBE_DEFER from bus_type.match()
>
> The m
On Fri, 16 Oct 2015, Greg Kroah-Hartman wrote:
> On Mon, Oct 05, 2015 at 04:45:32PM +0200, Tomeu Vizoso wrote:
> > Have dev_pm_ops.prepare return 1 for USB devices and ports so that USB
> > devices can remain runtime-suspended when the system goes to a sleep
> > state, if their wakeup state is cor
On Sat, Oct 17, 2015 at 1:57 AM, Greg Kroah-Hartman
wrote:
> On Wed, Oct 14, 2015 at 10:34:00AM +0200, Tomeu Vizoso wrote:
>> Hi Rob,
>>
>> here is the pull request you asked for, with no changes from the version
>> that I posted last to the list.
>>
>> The following changes since commit 6ff33f390
On 10/17/2015 9:39 AM, Greg KH wrote:
Toshiba Portege 4000 quirk entry can be written shorter using the
PCI_DEVICE_SUB() macro.
Signed-off-by: Sergei Shtylyov
---
The patch is against the 'usb-next' branch of Greg KH's 'usb.git' repo.
drivers/usb/host/ohci-pci.c |6 ++
1 file cha
30 matches
Mail list logo