Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
9442e7404cebdd7d729a9f39a95c6ba13d205bd4
/
drivers
/
usb
/
musb-new
3f12cf1
usb: musb-new: omap2430: Fix compilation warning with USB_MUSB_GADGET
by Derald D. Woods
· 6 years ago
e8d02b6
usb: Select USB_MUSB_DSPS with USB_MUSB_TI
by Alex Kiernan
· 6 years ago
e1269f4
configs: Migrate USB_MUSB_DISABLE_BULK_COMBINE_SPLIT to Kconfig
by Alex Kiernan
· 6 years ago
ce8a697
musb-new: sunxi: Use CLK and RESET support
by Jagan Teki
· 6 years ago
4beaec1
usb: musb-new: sunxi: Fix null pointer access
by Stefan Mavrodiev
· 6 years ago
57118f6
usb: musb-new: Add support for DM_USB
by Jean-Jacques Hiblot
· 6 years ago
c1f9ba3
usb: musb-new: Allow the diver not to use the set_phy_power() callback
by Jean-Jacques Hiblot
· 6 years ago
9dc0d5c
dm: usb: create a new UCLASS ID for USB gadget devices
by Jean-Jacques Hiblot
· 6 years ago
8a3cb9f1
usb: s/CONFIG_DM_USB/CONFIG_IS_ENABLED(DM_USB)/
by Sven Schwermer
· 6 years ago
501607a
Merge branch 'master' of git://git.denx.de/u-boot-usb
by Tom Rini
· 6 years ago
7e8fd77
usb: musb-new: Call musb_platform_exit from musb_stop
by Jagan Teki
· 6 years ago
1d0d63e
usb: musb-new: sunxi: Add proper musb exit support
by Jagan Teki
· 6 years ago
2e8e67c
musb-new: sunxi: Access ahb_reset0_cfg via ccm offset
by Jagan Teki
· 6 years ago
d0edfee
usb: musb-new: sunxi: Allocate struct phy in private
by Jagan Teki
· 6 years ago
f0a6d79
usb: musb-new: Fix improper musb host pointer
by Jagan Teki
· 6 years ago
0b957cd
usb: musb-new: omap2430: Enable DM_USB and OF support
by Adam Ford
· 6 years ago
d5856d8
usb: musb-new: omap2430: Remove dead code
by Adam Ford
· 6 years ago
9aadafc
bug.h: introduce WARN_ONCE
by Ramon Fried
· 6 years ago
137fc75
usb: sunxi: Switch to use generic-phy
by Jagan Teki
· 7 years ago
37671e1
phy: sun4i-usb: Add a sunxi specific function for setting squelch-detect
by Jagan Teki
· 7 years ago
caad3d5
musb: sunxi: Add support for H3/H5/A64
by Jagan Teki
· 7 years ago
cecffaa
musb: sunxi: Use BIT instead of numerical shift
by Jagan Teki
· 7 years ago
767a58e
musb: sunxi: Add OTG device clkgate and reset for H3/H5
by Jagan Teki
· 7 years ago
65ce496
musb: sunxi: Add fifo config
by Jagan Teki
· 7 years ago
69bb76e
musb: sunxi: Use simple way to fill musb_hdrc pdata
by Jagan Teki
· 7 years ago
4e5af30
musb: sunxi: Add proper macros instead of numericals
by Jagan Teki
· 7 years ago
fda1569
usb: sunxi: Simplify ccm reg base code
by Jagan Teki
· 7 years ago
10e4779
SPDX: Convert all of our single license tags to Linux Kernel style
by Tom Rini
· 7 years ago
236fc69
spl: disk: usb: Add dependencies to sprintf/strto*
by Alex Kiernan
· 7 years ago
9d3e6c3
Convert CONFIG_USB_MUSB_OMAP2PLUS et al to Kconfig
by Adam Ford
· 7 years ago
6310755
musb: sunxi: Use base address from device tree
by Chen-Yu Tsai
· 7 years ago
121973a
Merge git://git.denx.de/u-boot-sunxi
by Tom Rini
· 7 years ago
81e1042
treewide: replace with error() with pr_err()
by Masahiro Yamada
· 7 years ago
bf9c293
printk: collect printk stuff into <linux/printk.h> with loglevel support
by Masahiro Yamada
· 7 years ago
847bcf0
musb: sunxi: switch to the device model
by Maxime Ripard
· 7 years ago
8cb5cdd
avr32: Retire AVR32 for good
by Andy Shevchenko
· 7 years ago
e6dd8da
dm: core: Update device_bind_driver_to_node() to use ofnode
by Simon Glass
· 8 years ago
ba1dea4
dm: Rename dev_addr..() functions
by Simon Glass
· 8 years ago
11c89f3
dm: Use dm.h header when driver mode is used
by Simon Glass
· 8 years ago
8d4bfb8
omap4: Drop redundant CONFIG_OMAP4430 symbol
by Tom Rini
· 8 years ago
5545c1c
musb: properly detect failed initialization of controller
by Heinrich Schuchardt
· 8 years ago
210ebce
Blackfin: Remove
by Tom Rini
· 8 years ago
dd79d6e
dm: core: Replace of_offset with accessor
by Simon Glass
· 8 years ago
2d6f8c0
drivers: usb: musb: add ti musb host driver with driver model support
by Mugunthan V N
· 8 years ago
9224f61
drivers: usb: musb: adopt musb backend driver to driver model
by Mugunthan V N
· 8 years ago
5b5479c
drivers: usb: musb: add ti musb misc driver for wrapper
by Mugunthan V N
· 8 years ago
56a931c
treewide: replace #include <asm/errno.h> with <linux/errno.h>
by Masahiro Yamada
· 8 years ago
4a67d73
sunxi: musb: Re-init musb controller on repeated probe calls
by Hans de Goede
· 8 years ago
d64afdc
sunxi: musb: Power off OTG port VBUS when disabled
by Chen-Yu Tsai
· 8 years ago
8d56db9
Various, unrelated tree-wide typo fixes.
by Robert P. J. Day
· 8 years ago
779afb6
sunxi: musb: Properly turn of musb controller before booting
by Hans de Goede
· 8 years ago
b4a0bf7
usb: gadget: Move CONFIG_USB_GADGET_DUALSPEED to Kconfig
by Sam Protsenko
· 9 years ago
2ec5be6
musb: Properly call musb_stop() on probe failure
by Hans de Goede
· 9 years ago
ec89e16
musb: sunxi: Do not allocate musb struct multiple times
by Hans de Goede
· 9 years ago
05bc3f4
drivers: musb-new: Add USB DRC driver for Microchip PIC32 OTG controller.
by Purna Chandra Mandal
· 9 years ago
043636d
drivers: remove writes{b,w,l,q} and reads{b,w,l,q}.
by Purna Chandra Mandal
· 9 years ago
1c47163
musb: sunxi: Add support for A83T
by Chen-Yu Tsai
· 9 years ago
d5a43ba
usb: musb-new: omap2430: OMAP4 MUSB USB controller support
by Paul Kocialkowski
· 9 years ago
e237880
Add more SPDX-License-Identifier tags
by Tom Rini
· 9 years ago
8f53bf0
usb: musb: Fix hub port setting for SPLIT transactions
by Stefan Brüns
· 9 years ago
a010568
usb: Move determination of TT hub address/port into separate function
by Stefan Brüns
· 9 years ago
bce07f6
sunxi: musb: Implement dfu_usb_get_reset()
by Siarhei Siamashka
· 9 years ago
a73bda4
Move console definitions into a new console.h file
by Simon Glass
· 9 years ago
0cab3ec
Various Makefiles: Add SPDX-License-Identifier tags
by Tom Rini
· 9 years ago
de44acf
dm: Rename dev_get_parentdata() to dev_get_parent_priv()
by Simon Glass
· 9 years ago
3b1bb09
arm: Remove unused ST-Ericsson u8500 arch
by Stefan Roese
· 9 years ago
da6c37b
sunxi: musb: Drop no longer accurate comment in Kconfig help text
by Hans de Goede
· 9 years ago
39c119d
sunxi: usb-phy: Never power off the usb ports
by Hans de Goede
· 9 years ago
9634fa5
musb: sunxi: Force EP0 on re-enable
by Maxime Ripard
· 9 years ago
e16ab87
sunxi: usb: USB_MUSB_SUNXI move to musb-new Kconfig
by Paul Kocialkowski
· 9 years ago
f4865f5
usb: musb-new: Kconfig support for USB_MUSB_HOST and USB_MUSB_GADGET
by Paul Kocialkowski
· 9 years ago
f34dfcb
usb: musb-new: CONFIG_MUSB prefix replacement with CONFIG_USB_MUSB
by Paul Kocialkowski
· 9 years ago
78c2e64
sunxi: musb: Stop treating not having a vbus-det gpio as an error
by Hans de Goede
· 9 years ago
31e4f6f
sunxi: musb: Improve output during probing
by Hans de Goede
· 9 years ago
0b3845a
sunxi: musb: Use device-model for musb host mode
by Hans de Goede
· 9 years ago
ea059bf
sunxi: musb: Move musb config and platdata to the sunxi-musb glue
by Hans de Goede
· 9 years ago
c77fbfb
sunxi: musb: Add id pin support
by Hans de Goede
· 9 years ago
c93ecd0
sunxi: musb: Move vbus check to sunxi_musb_enable
by Hans de Goede
· 9 years ago
34d20f8
linux_compat: remove cpu_relax() define
by Masahiro Yamada
· 9 years ago
fc64961
musb: Add device-model support to the musb-host u-boot glue
by Hans de Goede
· 9 years ago
5962748
musb: Add musb_host_data struct to hold global data
by Hans de Goede
· 9 years ago
52666e2
musb: Rename and wrap public functions
by Hans de Goede
· 9 years ago
4d8b8df
musb: Update usb-compat to work with struct usb_device without a parent ptr
by Hans de Goede
· 9 years ago
81c4998
musb: Allow musb_platform_enable to return an error code
by Hans de Goede
· 9 years ago
b869574
usb: Add an usb_device parameter to usb_reset_root_port
by Hans de Goede
· 9 years ago
74934df
sunxi: musb: Remove unused sunxi_musb_exit method
by Hans de Goede
· 9 years ago
836e334
sunxi: musb: Do not fully reset the controler from sunxi_musb_disable
by Hans de Goede
· 9 years ago
1168e09
sunxi: usb: Do not call phy_probe from hcd code
by Hans de Goede
· 10 years ago
26a9005
sunxi: usb: Rename the usbc.? files to usb_phy.?
by Hans de Goede
· 10 years ago
8697909
sunxi: usb: Rename sunxi_usbc_foo functions to sunxi_usb_phy_bar
by Hans de Goede
· 10 years ago
7e5aabd
sunxi: usb: Move setup of host controller clocks to the host controller drivers
by Hans de Goede
· 10 years ago
3702f14
sunxi: Add basic A33 basic support
by Vishnu Patekar
· 10 years ago
9b82eeb
dm: usb: Add a uclass for USB controllers
by Simon Glass
· 10 years ago
273ac5b
Merge branch 'master' of http://git.denx.de/u-boot-sunxi
by Tom Rini
· 10 years ago
7e9b7de
sunxi: common VBUS detection logic in usbc
by Paul Kocialkowski
· 10 years ago
d273edb
sunxi: usb: Drop AXP-sepcific VBUS detection and drive logic
by Paul Kocialkowski
· 10 years ago
4763e16
usb: modify usb_gadget_handle_interrupts to take controller index
by Kishon Vijay Abraham I
· 10 years ago
ab721ad
sunxi: musb: Fix some lo speed devices not working with musb host
by Hans de Goede
· 10 years ago
ebaf0a3
sunxi: musb: Return early on VBUS GPIO error instead of on a positive value
by Paul Kocialkowski
· 10 years ago
6834153
sunxi: musb: Support checking VBUS using AXP221 PMIC
by Chen-Yu Tsai
· 10 years ago
Next »