index
:
u-boot.git
fedora
master
Unnamed repository; edit this file 'description' to name the repository.
Dennis Gilmore
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
usb
/
musb-new
Commit message (
Expand
)
Author
Age
Files
Lines
*
avr32: Retire AVR32 for good
Andy Shevchenko
2017-07-06
1
-1
/
+1
*
dm: core: Update device_bind_driver_to_node() to use ofnode
Simon Glass
2017-06-01
1
-1
/
+1
*
dm: Rename dev_addr..() functions
Simon Glass
2017-06-01
1
-1
/
+1
*
dm: Use dm.h header when driver mode is used
Simon Glass
2017-06-01
1
-0
/
+1
*
omap4: Drop redundant CONFIG_OMAP4430 symbol
Tom Rini
2017-05-15
2
-2
/
+2
*
musb: properly detect failed initialization of controller
Heinrich Schuchardt
2017-04-25
1
-1
/
+1
*
Blackfin: Remove
Tom Rini
2017-04-05
5
-268
/
+4
*
dm: core: Replace of_offset with accessor
Simon Glass
2017-02-08
2
-4
/
+4
*
drivers: usb: musb: add ti musb host driver with driver model support
Mugunthan V N
2016-12-02
1
-0
/
+191
*
drivers: usb: musb: adopt musb backend driver to driver model
Mugunthan V N
2016-12-02
2
-11
/
+11
*
drivers: usb: musb: add ti musb misc driver for wrapper
Mugunthan V N
2016-12-02
3
-0
/
+74
*
treewide: replace #include <asm/errno.h> with <linux/errno.h>
Masahiro Yamada
2016-09-23
4
-4
/
+4
*
sunxi: musb: Re-init musb controller on repeated probe calls
Hans de Goede
2016-09-18
1
-9
/
+11
*
sunxi: musb: Power off OTG port VBUS when disabled
Chen-Yu Tsai
2016-09-17
1
-16
/
+12
*
Various, unrelated tree-wide typo fixes.
Robert P. J. Day
2016-07-16
1
-1
/
+1
*
sunxi: musb: Properly turn of musb controller before booting
Hans de Goede
2016-06-10
1
-0
/
+7
*
usb: gadget: Move CONFIG_USB_GADGET_DUALSPEED to Kconfig
Sam Protsenko
2016-04-20
1
-0
/
+1
*
musb: Properly call musb_stop() on probe failure
Hans de Goede
2016-04-10
1
-1
/
+3
*
musb: sunxi: Do not allocate musb struct multiple times
Hans de Goede
2016-04-10
1
-4
/
+7
*
drivers: musb-new: Add USB DRC driver for Microchip PIC32 OTG controller.
Purna Chandra Mandal
2016-04-10
4
-1
/
+297
*
drivers: remove writes{b,w,l,q} and reads{b,w,l,q}.
Purna Chandra Mandal
2016-04-10
1
-7
/
+0
*
musb: sunxi: Add support for A83T
Chen-Yu Tsai
2016-03-31
1
-1
/
+1
*
usb: musb-new: omap2430: OMAP4 MUSB USB controller support
Paul Kocialkowski
2016-03-15
3
-0
/
+25
*
Add more SPDX-License-Identifier tags
Tom Rini
2016-01-19
16
-326
/
+16
*
usb: musb: Fix hub port setting for SPLIT transactions
Stefan Brüns
2015-12-31
1
-1
/
+1
*
usb: Move determination of TT hub address/port into separate function
Stefan Brüns
2015-12-31
2
-56
/
+7
*
sunxi: musb: Implement dfu_usb_get_reset()
Siarhei Siamashka
2015-11-22
1
-0
/
+12
*
Move console definitions into a new console.h file
Simon Glass
2015-11-19
1
-0
/
+1
*
Various Makefiles: Add SPDX-License-Identifier tags
Tom Rini
2015-11-10
1
-0
/
+2
*
dm: Rename dev_get_parentdata() to dev_get_parent_priv()
Simon Glass
2015-10-23
1
-5
/
+5
*
arm: Remove unused ST-Ericsson u8500 arch
Stefan Roese
2015-09-15
1
-1
/
+1
*
sunxi: musb: Drop no longer accurate comment in Kconfig help text
Hans de Goede
2015-08-31
1
-3
/
+1
*
sunxi: usb-phy: Never power off the usb ports
Hans de Goede
2015-08-08
1
-12
/
+16
*
musb: sunxi: Force EP0 on re-enable
Maxime Ripard
2015-08-05
1
-0
/
+3
*
sunxi: usb: USB_MUSB_SUNXI move to musb-new Kconfig
Paul Kocialkowski
2015-08-05
1
-0
/
+14
*
usb: musb-new: Kconfig support for USB_MUSB_HOST and USB_MUSB_GADGET
Paul Kocialkowski
2015-08-05
1
-0
/
+14
*
usb: musb-new: CONFIG_MUSB prefix replacement with CONFIG_USB_MUSB
Paul Kocialkowski
2015-08-05
7
-23
/
+23
*
sunxi: musb: Stop treating not having a vbus-det gpio as an error
Hans de Goede
2015-07-25
1
-1
/
+1
*
sunxi: musb: Improve output during probing
Hans de Goede
2015-07-25
1
-5
/
+6
*
sunxi: musb: Use device-model for musb host mode
Hans de Goede
2015-07-25
1
-0
/
+57
*
sunxi: musb: Move musb config and platdata to the sunxi-musb glue
Hans de Goede
2015-07-25
1
-10
/
+25
*
sunxi: musb: Add id pin support
Hans de Goede
2015-07-25
1
-0
/
+5
*
sunxi: musb: Move vbus check to sunxi_musb_enable
Hans de Goede
2015-07-25
1
-10
/
+9
*
linux_compat: remove cpu_relax() define
Masahiro Yamada
2015-07-22
1
-0
/
+1
*
musb: Add device-model support to the musb-host u-boot glue
Hans de Goede
2015-07-21
2
-1
/
+73
*
musb: Add musb_host_data struct to hold global data
Hans de Goede
2015-07-21
2
-54
/
+77
*
musb: Rename and wrap public functions
Hans de Goede
2015-07-21
1
-11
/
+59
*
musb: Update usb-compat to work with struct usb_device without a parent ptr
Hans de Goede
2015-07-21
3
-1
/
+75
*
musb: Allow musb_platform_enable to return an error code
Hans de Goede
2015-07-21
7
-3
/
+64
*
usb: Add an usb_device parameter to usb_reset_root_port
Hans de Goede
2015-07-21
1
-2
/
+2
[next]