* [U-Boot] [PULL] u-boot-usb/master
@ 2015-04-14 3:50 Marek Vasut
2015-04-15 13:08 ` Tom Rini
2015-04-16 17:43 ` [U-Boot] [U-Boot,PULL] u-boot-usb/master Tom Rini
0 siblings, 2 replies; 8+ messages in thread
From: Marek Vasut @ 2015-04-14 3:50 UTC (permalink / raw)
To: u-boot
The following changes since commit f33cdaa4c3da4a8fd35aa2f9a3172f31cc887b35:
Prepare v2015.04 (2015-04-13 10:53:03 -0400)
are available in the git repository at:
git://git.denx.de/u-boot-usb.git HEAD
for you to fetch changes up to 7704fdbda3afb3d3bb0749378f444c71f92fb9ca:
usb: gadget: thor: Claim EP after allocating it in thor gadget (2015-04-14
05:48:12 +0200)
----------------------------------------------------------------
Franck Jullien (1):
usb_storage : scan all interfaces to find a storage device
Inha Song (2):
usb: gadget: UMS: Invoke board specific USB cleanup interface
usb: gadget: thor: Invoke board specific USB cleanup interface
Joonyoung Shim (1):
usb: dwc3: make dwc3_set_mode to static
Kishon Vijay Abraham I (40):
ARM: DRA7: Enable clocks for USB OTGSS and USB PHY
ARM: AM43xx: Enable clocks for USB OTGSS and USB PHY
usb: gadget: udc: add udc-core from linux kernel to u-boot
include: usb: modify gadget.h to include udc support
usb: gadget: udc: make udc-core compile in u-boot build
include: asm: dma-mapping: get rid of the compilation warning in udc-core
usb: dwc3: add dwc3 folder from linux kernel to u-boot
usb: dwc3: remove un-used files from dwc3 folder
usb: dwc3: Modify the file headers to u-boot format
usb: dwc3: remove trace_* APIs from dwc3 driver
usb: dwc3: fix dwc3 header files
usb: dwc3: remove pm related operations from dwc3 driver
arm: asm: dma-mapping: added dma_free_coherent API
usb: dwc3: linux-compat: Add header for dwc3 linux compatibiltiy
usb: dwc3: gadget: make dwc3 gadget build in uboot
include: asm: types: add resource_size_t type
usb: dwc3: ep0: make dwc3 ep0 build in uboot
include: usb: composite: add USB_GADGET_DELAYED_STATUS to avoid
compilation error
usb: dwc3: core: make dwc3 core build in uboot
include: dwc3-uboot: add a structure for populating platform data
dwc3: core: change probe and remove to uboot init and uboot exit code
dwc3: core: add support for multiple dwc3 controllers
dwc3: core: added an API to invoke irq handlers
usb: dwc3: dwc3-omap: make dwc3-omap build in uboot
include: dwc3-omap-uboot: add a structure for populating dwc3-omap
platform data
usb: dwc3: dwc3-omap: change probe and remove to uboot init and uboot exit
code
dwc3: dwc3-omap: add support for multiple dwc3-omap controllers
usb: dwc3: dwc3-omap: add interrupt status API to check for interrupts
usb: dwc3: TI PHY: PHY driver for dwc3 in TI platforms
dwc3: flush the buffers before using it
usb: dwc3: ep0: preparation for implementing chained TRB
usb: dwc3: Add chained TRB support for ep0
usb: dwc3: Makefile: Make dwc3 driver compile in u-boot
usb: gadget: defer setting maxpacket till ->setup()
common: cmd_dfu: invoke board_usb_cleanup() for cleaning up
board: ti: DRA7: added USB initializtion code
include: configs: Enable DWC3 and DFU in DRA7xx
board: ti: AM43xx: added USB initializtion code
include: configs: Enable DWC3 and DFU in AM43xx
usb: modify usb_gadget_handle_interrupts to take controller index
Marek Szyprowski (4):
usb: dwc3: add a workaround for too small OUT requests
usb: dwc3: gadget: add common endpoint configuration for dwc3 udc driver
usb: dwc3: optimize interrupt loop
usb: gadget: thor: Claim EP after allocating it in thor gadget
Paul Kocialkowski (3):
usb: usb_new_device return codes consistency
usb: Check usb_new_device for failure
usb: Early failure when the first descriptor read fails or is invalid
Rob Herring (2):
usb: ci_udc: fix warnings on 64-bit builds
ehci-hcd: fix warnings on 64-bit builds
Sergey Temerkhanov (3):
usb: Convert protocol header structures to use explicitly sized variables
usb: 64-bit architectures support for xHCI
usb_storage:Fix USB storage capacity detection on 64 bit architectures
Stephen Warren (17):
usb: fix first descriptor fetch error handling
usb: dwc2: unify waiting for transfer completion
usb: dwc2: refactor submit_bulk_msg to be common
usb: dwc2: usb chunk_msg() for control transfers too
usb: dwc2: remove control_data_toggle[]
usb: dwc2: simplify wait_for_chhltd
usb: dwc2: fix aligned buffer usage
usb: dwc2: remove restriction on buffer length
usb: dwc2: fix bulk transfers
Create API to map between CPU physical and bus addresses
ARM: bcm2835: implement phys_to_bus/bus_to_phys
usb: dwc2: use phys_to_bus/bus_to_phys
usb: dwc2: detect device speed correctly
ARM: bcm2835: use phys_to_bus() for mbox
usb: dwc2: correctly program hcchar for LS devices
usb: dwc2: implement interrupt transfers
usb: dwc2: retry NAK'd interrupt transfers
Thierry Reding (3):
usb: eth: asix: Build warning fixes for 64-bit
usb: ehci-tegra: Build warning fixes for 64-bit
usb: mass-storage: Build warning fixes for 64-bit
Tim Harvey (1):
usb: hub: allow pgood_delay to be specified via env
?ukasz Majewski (7):
usb: board: samsung: Add default board_usb_cleanup() definition for Exynos
SoCs
usb: board: goni: Add default board_usb_cleanup() definition for Goni
board
usb: composite: Add .reset callback to usb_gadget_driver structure
usb: dwc3: Remove BIT(x) macro from DWC3's gadget code
usb: dwc3: gadget: Set all ctrl fields of Transfer Control Blocks (TRB) to
be LST
usb: dwc3: gadget: Set non EP0 max packet limit to 512B
usb: dwc3: Correct clean up code for requests
Makefile | 2 +
arch/arm/cpu/armv7/am33xx/clock_am43xx.c | 12 +
arch/arm/cpu/armv7/omap5/hw_data.c | 14 +
arch/arm/cpu/armv7/omap5/prcm-regs.c | 10 +-
arch/arm/include/asm/arch-am33xx/cpu.h | 20 +-
arch/arm/include/asm/arch-am33xx/hardware_am43xx.h | 12 +
arch/arm/include/asm/arch-omap5/omap.h | 12 +
arch/arm/include/asm/dma-mapping.h | 9 +-
arch/arm/include/asm/omap_common.h | 4 +-
arch/arm/include/asm/types.h | 1 +
arch/arm/mach-bcm283x/Kconfig | 3 +
arch/arm/mach-bcm283x/Makefile | 2 +-
arch/arm/mach-bcm283x/mbox.c | 5 +-
arch/arm/mach-bcm283x/phys2bus.c | 22 +
board/samsung/common/board.c | 6 +
board/samsung/goni/goni.c | 5 +
board/ti/am43xx/board.c | 108 ++++
board/ti/dra7xx/evm.c | 109 ++++
common/cmd_dfu.c | 3 +-
common/cmd_fastboot.c | 2 +-
common/cmd_thordown.c | 1 +
common/cmd_usb_mass_storage.c | 3 +-
common/usb.c | 98 ++--
common/usb_hub.c | 8 +
common/usb_storage.c | 89 +--
drivers/Kconfig | 8 +
drivers/usb/dwc3/Makefile | 8 +
drivers/usb/dwc3/core.c | 785
+++++++++++++++++++++++++
drivers/usb/dwc3/core.h | 1032
+++++++++++++++++++++++++++++++++
drivers/usb/dwc3/dwc3-omap.c | 441 ++++++++++++++
drivers/usb/dwc3/ep0.c | 1112
++++++++++++++++++++++++++++++++++++
drivers/usb/dwc3/gadget.c | 2678
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
drivers/usb/dwc3/gadget.h | 108 ++++
drivers/usb/dwc3/io.h | 55 ++
drivers/usb/dwc3/linux-compat.h | 38 ++
drivers/usb/dwc3/ti_usb_phy.c | 309 ++++++++++
drivers/usb/eth/asix.c | 2 +-
drivers/usb/gadget/atmel_usba_udc.c | 2 +-
drivers/usb/gadget/ci_udc.c | 44 +-
drivers/usb/gadget/composite.c | 5 +-
drivers/usb/gadget/epautoconf.c | 24 +-
drivers/usb/gadget/ether.c | 12 +-
drivers/usb/gadget/f_mass_storage.c | 4 +-
drivers/usb/gadget/f_thor.c | 9 +-
drivers/usb/gadget/fotg210.c | 2 +-
drivers/usb/gadget/gadget_chips.h | 8 +
drivers/usb/gadget/pxa25x_udc.c | 2 +-
drivers/usb/gadget/s3c_udc_otg.c | 2 +-
drivers/usb/gadget/udc/Makefile | 4 +
drivers/usb/gadget/udc/udc-core.c | 354 ++++++++++++
drivers/usb/host/dwc2.c | 369 +++++-------
drivers/usb/host/dwc2.h | 3 +
drivers/usb/host/ehci-hcd.c | 82 +--
drivers/usb/host/ehci-tegra.c | 8 +-
drivers/usb/host/xhci-mem.c | 20 +-
drivers/usb/host/xhci-ring.c | 30 +-
drivers/usb/host/xhci.c | 10 +-
drivers/usb/host/xhci.h | 13 +-
drivers/usb/musb-new/musb_uboot.c | 2 +-
include/configs/am43xx_evm.h | 58 +-
include/configs/dra7xx_evm.h | 63 ++
include/configs/ti_omap5_common.h | 5 +
include/dwc3-omap-uboot.h | 32 ++
include/dwc3-uboot.h | 42 ++
include/linux/compat.h | 1 +
include/linux/usb/composite.h | 9 +
include/linux/usb/dwc3-omap.h | 19 +
include/linux/usb/gadget.h | 84 ++-
include/linux/usb/otg.h | 20 +
include/phys2bus.h | 25 +
include/ti-usb-phy-uboot.h | 22 +
include/usb.h | 18 +-
72 files changed, 8096 insertions(+), 447 deletions(-)
create mode 100644 arch/arm/mach-bcm283x/phys2bus.c
create mode 100644 drivers/usb/dwc3/Makefile
create mode 100644 drivers/usb/dwc3/core.c
create mode 100644 drivers/usb/dwc3/core.h
create mode 100644 drivers/usb/dwc3/dwc3-omap.c
create mode 100644 drivers/usb/dwc3/ep0.c
create mode 100644 drivers/usb/dwc3/gadget.c
create mode 100644 drivers/usb/dwc3/gadget.h
create mode 100644 drivers/usb/dwc3/io.h
create mode 100644 drivers/usb/dwc3/linux-compat.h
create mode 100644 drivers/usb/dwc3/ti_usb_phy.c
create mode 100644 drivers/usb/gadget/udc/Makefile
create mode 100644 drivers/usb/gadget/udc/udc-core.c
create mode 100644 include/dwc3-omap-uboot.h
create mode 100644 include/dwc3-uboot.h
create mode 100644 include/linux/usb/dwc3-omap.h
create mode 100644 include/linux/usb/otg.h
create mode 100644 include/phys2bus.h
create mode 100644 include/ti-usb-phy-uboot.h
^ permalink raw reply [flat|nested] 8+ messages in thread* [U-Boot] [PULL] u-boot-usb/master
2015-04-14 3:50 [U-Boot] [PULL] u-boot-usb/master Marek Vasut
@ 2015-04-15 13:08 ` Tom Rini
2015-04-15 13:29 ` Simon Glass
2015-04-16 17:43 ` [U-Boot] [U-Boot,PULL] u-boot-usb/master Tom Rini
1 sibling, 1 reply; 8+ messages in thread
From: Tom Rini @ 2015-04-15 13:08 UTC (permalink / raw)
To: u-boot
On Tue, Apr 14, 2015 at 05:50:50AM +0200, Marek Vasut wrote:
> The following changes since commit f33cdaa4c3da4a8fd35aa2f9a3172f31cc887b35:
>
> Prepare v2015.04 (2015-04-13 10:53:03 -0400)
>
> are available in the git repository at:
>
> git://git.denx.de/u-boot-usb.git HEAD
>
> for you to fetch changes up to 7704fdbda3afb3d3bb0749378f444c71f92fb9ca:
>
> usb: gadget: thor: Claim EP after allocating it in thor gadget (2015-04-14
> 05:48:12 +0200)
>
So this and the DM pull request conflict pretty badly. I can fixup
everything but common/usb_storage.c with a pretty good degree of
confidence. But in that case it looks like DM is trying to do something
similar to what came in also via the USB tree (better / wider probing,
roughly). How do you guys want to handle this? Thanks!
--
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20150415/968f11e9/attachment.sig>
^ permalink raw reply [flat|nested] 8+ messages in thread
* [U-Boot] [PULL] u-boot-usb/master
2015-04-15 13:08 ` Tom Rini
@ 2015-04-15 13:29 ` Simon Glass
2015-04-15 13:43 ` Tom Rini
0 siblings, 1 reply; 8+ messages in thread
From: Simon Glass @ 2015-04-15 13:29 UTC (permalink / raw)
To: u-boot
Hi Tom,
On 15 April 2015 at 07:08, Tom Rini <trini@konsulko.com> wrote:
>
> On Tue, Apr 14, 2015 at 05:50:50AM +0200, Marek Vasut wrote:
>
> > The following changes since commit f33cdaa4c3da4a8fd35aa2f9a3172f31cc887b35:
> >
> > Prepare v2015.04 (2015-04-13 10:53:03 -0400)
> >
> > are available in the git repository at:
> >
> > git://git.denx.de/u-boot-usb.git HEAD
> >
> > for you to fetch changes up to 7704fdbda3afb3d3bb0749378f444c71f92fb9ca:
> >
> > usb: gadget: thor: Claim EP after allocating it in thor gadget (2015-04-14
> > 05:48:12 +0200)
> >
>
> So this and the DM pull request conflict pretty badly. I can fixup
> everything but common/usb_storage.c with a pretty good degree of
> confidence. But in that case it looks like DM is trying to do something
> similar to what came in also via the USB tree (better / wider probing,
> roughly). How do you guys want to handle this? Thanks!
If it is mostly this patch:
usb_storage : scan all interfaces to find a storage device
then you could drop it and I could tidy it up and resend. But I'm not
sure what the conflicts are. There's a lot of non-USB stuff in the DM
pull request so I'm reluctant to unpick and retest. But we'll have to
do something. Marek what do you think?
Regards,
Simon
^ permalink raw reply [flat|nested] 8+ messages in thread* [U-Boot] [PULL] u-boot-usb/master
2015-04-15 13:29 ` Simon Glass
@ 2015-04-15 13:43 ` Tom Rini
2015-04-15 18:16 ` Marek Vasut
0 siblings, 1 reply; 8+ messages in thread
From: Tom Rini @ 2015-04-15 13:43 UTC (permalink / raw)
To: u-boot
On Wed, Apr 15, 2015 at 07:29:41AM -0600, Simon Glass wrote:
> Hi Tom,
>
> On 15 April 2015 at 07:08, Tom Rini <trini@konsulko.com> wrote:
> >
> > On Tue, Apr 14, 2015 at 05:50:50AM +0200, Marek Vasut wrote:
> >
> > > The following changes since commit f33cdaa4c3da4a8fd35aa2f9a3172f31cc887b35:
> > >
> > > Prepare v2015.04 (2015-04-13 10:53:03 -0400)
> > >
> > > are available in the git repository at:
> > >
> > > git://git.denx.de/u-boot-usb.git HEAD
> > >
> > > for you to fetch changes up to 7704fdbda3afb3d3bb0749378f444c71f92fb9ca:
> > >
> > > usb: gadget: thor: Claim EP after allocating it in thor gadget (2015-04-14
> > > 05:48:12 +0200)
> > >
> >
> > So this and the DM pull request conflict pretty badly. I can fixup
> > everything but common/usb_storage.c with a pretty good degree of
> > confidence. But in that case it looks like DM is trying to do something
> > similar to what came in also via the USB tree (better / wider probing,
> > roughly). How do you guys want to handle this? Thanks!
>
> If it is mostly this patch:
>
> usb_storage : scan all interfaces to find a storage device
>
> then you could drop it and I could tidy it up and resend. But I'm not
> sure what the conflicts are. There's a lot of non-USB stuff in the DM
> pull request so I'm reluctant to unpick and retest. But we'll have to
> do something. Marek what do you think?
Dropping that patch makes the rest of the rejects much easier to
understand, FWIW.
--
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20150415/caaa11db/attachment.sig>
^ permalink raw reply [flat|nested] 8+ messages in thread
* [U-Boot] [PULL] u-boot-usb/master
2015-04-15 13:43 ` Tom Rini
@ 2015-04-15 18:16 ` Marek Vasut
2015-04-16 17:30 ` Simon Glass
0 siblings, 1 reply; 8+ messages in thread
From: Marek Vasut @ 2015-04-15 18:16 UTC (permalink / raw)
To: u-boot
On Wednesday, April 15, 2015 at 03:43:37 PM, Tom Rini wrote:
> On Wed, Apr 15, 2015 at 07:29:41AM -0600, Simon Glass wrote:
> > Hi Tom,
> >
> > On 15 April 2015 at 07:08, Tom Rini <trini@konsulko.com> wrote:
> > > On Tue, Apr 14, 2015 at 05:50:50AM +0200, Marek Vasut wrote:
> > > > The following changes since commit
f33cdaa4c3da4a8fd35aa2f9a3172f31cc887b35:
> > > > Prepare v2015.04 (2015-04-13 10:53:03 -0400)
> > > >
> > > > are available in the git repository at:
> > > > git://git.denx.de/u-boot-usb.git HEAD
> > > >
> > > > for you to fetch changes up to 7704fdbda3afb3d3bb0749378f444c71f92fb9ca:
> > > > usb: gadget: thor: Claim EP after allocating it in thor gadget
> > > > (2015-04-14
> > > >
> > > > 05:48:12 +0200)
> > >
> > > So this and the DM pull request conflict pretty badly. I can fixup
> > > everything but common/usb_storage.c with a pretty good degree of
> > > confidence. But in that case it looks like DM is trying to do
> > > something similar to what came in also via the USB tree (better /
> > > wider probing, roughly). How do you guys want to handle this?
> > > Thanks!
> >
> > If it is mostly this patch:
> > usb_storage : scan all interfaces to find a storage device
> >
> > then you could drop it and I could tidy it up and resend. But I'm not
> > sure what the conflicts are. There's a lot of non-USB stuff in the DM
> > pull request so I'm reluctant to unpick and retest. But we'll have to
> > do something. Marek what do you think?
>
> Dropping that patch makes the rest of the rejects much easier to
> understand, FWIW.
Feel free to drop it then, but please notify the author to rebase it
and repost .
Thanks!
Best regards,
Marek Vasut
^ permalink raw reply [flat|nested] 8+ messages in thread
* [U-Boot] [PULL] u-boot-usb/master
2015-04-15 18:16 ` Marek Vasut
@ 2015-04-16 17:30 ` Simon Glass
0 siblings, 0 replies; 8+ messages in thread
From: Simon Glass @ 2015-04-16 17:30 UTC (permalink / raw)
To: u-boot
Hi Tom,
On 15 April 2015 at 12:16, Marek Vasut <marex@denx.de> wrote:
> On Wednesday, April 15, 2015 at 03:43:37 PM, Tom Rini wrote:
>> On Wed, Apr 15, 2015 at 07:29:41AM -0600, Simon Glass wrote:
>> > Hi Tom,
>> >
>> > On 15 April 2015 at 07:08, Tom Rini <trini@konsulko.com> wrote:
>> > > On Tue, Apr 14, 2015 at 05:50:50AM +0200, Marek Vasut wrote:
>> > > > The following changes since commit
> f33cdaa4c3da4a8fd35aa2f9a3172f31cc887b35:
>> > > > Prepare v2015.04 (2015-04-13 10:53:03 -0400)
>> > > >
>> > > > are available in the git repository at:
>> > > > git://git.denx.de/u-boot-usb.git HEAD
>> > > >
>> > > > for you to fetch changes up to 7704fdbda3afb3d3bb0749378f444c71f92fb9ca:
>> > > > usb: gadget: thor: Claim EP after allocating it in thor gadget
>> > > > (2015-04-14
>> > > >
>> > > > 05:48:12 +0200)
>> > >
>> > > So this and the DM pull request conflict pretty badly. I can fixup
>> > > everything but common/usb_storage.c with a pretty good degree of
>> > > confidence. But in that case it looks like DM is trying to do
>> > > something similar to what came in also via the USB tree (better /
>> > > wider probing, roughly). How do you guys want to handle this?
>> > > Thanks!
>> >
>> > If it is mostly this patch:
>> > usb_storage : scan all interfaces to find a storage device
>> >
>> > then you could drop it and I could tidy it up and resend. But I'm not
>> > sure what the conflicts are. There's a lot of non-USB stuff in the DM
>> > pull request so I'm reluctant to unpick and retest. But we'll have to
>> > do something. Marek what do you think?
>>
>> Dropping that patch makes the rest of the rejects much easier to
>> understand, FWIW.
>
> Feel free to drop it then, but please notify the author to rebase it
> and repost .
Is this looking OK? Do you need me to do anything to get the two pull
requests in?
Regards,
Simon
^ permalink raw reply [flat|nested] 8+ messages in thread
* [U-Boot] [U-Boot,PULL] u-boot-usb/master
2015-04-14 3:50 [U-Boot] [PULL] u-boot-usb/master Marek Vasut
2015-04-15 13:08 ` Tom Rini
@ 2015-04-16 17:43 ` Tom Rini
1 sibling, 0 replies; 8+ messages in thread
From: Tom Rini @ 2015-04-16 17:43 UTC (permalink / raw)
To: u-boot
On Tue, Apr 14, 2015 at 05:50:50AM +0200, Marek Vasut wrote:
> The following changes since commit f33cdaa4c3da4a8fd35aa2f9a3172f31cc887b35:
>
> Prepare v2015.04 (2015-04-13 10:53:03 -0400)
>
> are available in the git repository at:
>
> git://git.denx.de/u-boot-usb.git HEAD
>
> for you to fetch changes up to 7704fdbda3afb3d3bb0749378f444c71f92fb9ca:
>
> usb: gadget: thor: Claim EP after allocating it in thor gadget (2015-04-14
> 05:48:12 +0200)
>
As this was part of u-boot-dfu PR as well and I didn't notice (oops..),
applied to u-boot/master, thanks!
--
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20150416/93924642/attachment.sig>
^ permalink raw reply [flat|nested] 8+ messages in thread
* [U-Boot] [PULL] u-boot-usb/master
@ 2015-01-18 11:33 Marek Vasut
2015-01-20 21:44 ` [U-Boot] [U-Boot,PULL] u-boot-usb/master Tom Rini
0 siblings, 1 reply; 8+ messages in thread
From: Marek Vasut @ 2015-01-18 11:33 UTC (permalink / raw)
To: u-boot
The following changes since commit ab77f24119e80257de4ab017b877f92f96980562:
Merge branch 'master' of git://git.denx.de/u-boot-ti (2015-01-16 10:25:01
-0500)
are available in the git repository at:
git://git.denx.de/u-boot-usb.git master
for you to fetch changes up to 119339759266b81af1aa8883702b6b651d7752dd:
usb: eth: asix88179: add ability to modify MAC address (2015-01-18 12:31:36
+0100)
----------------------------------------------------------------
Alex Sadovsky (1):
usb: gadget: pxa25x_udc: fix use-before-initialized bug
Hans de Goede (13):
USB: make "usb start" start usb only once
config_distro_bootcmd.h: Remove unnecessary magic to avoid repeated USB
scans
usb: Add an interval parameter to create_int_queue
usb: Fix usb_kbd_deregister when console-muxing is used
usb: Do not log an error when no devices is plugged into a root-hub-less
hcd
musb-new: Add register defines for different reg layout on sunxi
musb-new: Add sunxi musb controller support
musb-new: Use time based timeouts rather then cpu-cycles based timeouts
musb-new: Fix interrupt transfers not working
musb-new: Fix reset sequence when in host mode
musb-new: Properly remove a transfer from the schedule on timeout
musb-new: Add urb and hep parameters to construct_urb
musb-new: Add interrupt queue support
Rene Griessl (1):
usb: eth: asix88179: add ability to modify MAC address
Stefan Roese (2):
usb: gadget: composite: Fix NULL pointer crash in USB compliance test
usb: gadget: f_dfu: Add get_alt function to pass the USB compliance test
common/cmd_usb.c | 48 +++++++++++-------
common/usb.c | 11 +++--
common/usb_kbd.c | 10 +++-
drivers/usb/eth/asix88179.c | 14 ++++++
drivers/usb/gadget/composite.c | 8 +++
drivers/usb/gadget/f_dfu.c | 8 +++
drivers/usb/gadget/pxa25x_udc.c | 4 +-
drivers/usb/host/ehci-hcd.c | 4 +-
drivers/usb/musb-new/Makefile | 1 +
drivers/usb/musb-new/musb_host.c | 12 +++--
drivers/usb/musb-new/musb_host.h | 1 +
drivers/usb/musb-new/musb_regs.h | 92 ++++++++++++++++++++++++++++++++++
drivers/usb/musb-new/musb_uboot.c | 178
+++++++++++++++++++++++++++++++++++++++++++++++-------------------
drivers/usb/musb-new/sunxi.c | 279
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
drivers/usb/musb-new/usb-compat.h | 1 +
include/config_distro_bootcmd.h | 12 +----
include/usb.h | 14 ++++--
17 files changed, 602 insertions(+), 95 deletions(-)
create mode 100644 drivers/usb/musb-new/sunxi.c
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2015-04-16 17:43 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-04-14 3:50 [U-Boot] [PULL] u-boot-usb/master Marek Vasut
2015-04-15 13:08 ` Tom Rini
2015-04-15 13:29 ` Simon Glass
2015-04-15 13:43 ` Tom Rini
2015-04-15 18:16 ` Marek Vasut
2015-04-16 17:30 ` Simon Glass
2015-04-16 17:43 ` [U-Boot] [U-Boot,PULL] u-boot-usb/master Tom Rini
-- strict thread matches above, loose matches on Subject: below --
2015-01-18 11:33 [U-Boot] [PULL] u-boot-usb/master Marek Vasut
2015-01-20 21:44 ` [U-Boot] [U-Boot,PULL] u-boot-usb/master Tom Rini
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox