- cd93d62 common: Drop linux/bitops.h from common header by Simon Glass · 4 years, 6 months ago
- c05ed00 common: Drop linux/delay.h from common header by Simon Glass · 4 years, 6 months ago
- eb41d8a common: Drop linux/bug.h from common header by Simon Glass · 4 years, 6 months ago
- f7ae49f common: Drop log.h from common header by Simon Glass · 4 years, 6 months ago
- ac28e59 usb: Migrate to support live DT for some driver by Kever Yang · 4 years, 8 months ago
- 336d461 dm: core: Create a new header file for 'compat' features by Simon Glass · 4 years, 9 months ago
- 61b29b8 dm: core: Require users of devres to include the header by Simon Glass · 4 years, 9 months ago
- 7d017d6 usb: musb-new: mt85xx: add musb-new gadget driver. by mingming lee · 4 years, 10 months ago
- 1058eec usb: Drop use of BUG_ON() and WARN_ON() by Simon Glass · 4 years, 10 months ago
- f516fd9 common: Move serial_printf() to the serial header by Simon Glass · 5 years ago
- 3437121 usb: Add nonblock argument to submit_int_msg by Michal Suchanek · 5 years ago
- 5608331 usb: musb-new: Add support for da8xx-musb by Adam Ford · 5 years ago
- 9adaa03 usb: musb-new: omap2430: Fix compilation warning with USB_MUSB_GADGET by Derald D. Woods · 5 years ago
- 17982a2 usb: Select USB_MUSB_DSPS with USB_MUSB_TI by Alex Kiernan · 6 years ago
- ad99147 configs: Migrate USB_MUSB_DISABLE_BULK_COMBINE_SPLIT to Kconfig by Alex Kiernan · 6 years ago
- b9aa0a9 musb-new: sunxi: Use CLK and RESET support by Jagan Teki · 6 years ago
- 46a3f27 usb: musb-new: sunxi: Fix null pointer access by Stefan Mavrodiev · 6 years ago
- 7d98dbc usb: musb-new: Add support for DM_USB by Jean-Jacques Hiblot · 6 years ago
- 1594c75 usb: musb-new: Allow the diver not to use the set_phy_power() callback by Jean-Jacques Hiblot · 6 years ago
- 0131162 dm: usb: create a new UCLASS ID for USB gadget devices by Jean-Jacques Hiblot · 6 years ago
- fd09c20 usb: s/CONFIG_DM_USB/CONFIG_IS_ENABLED(DM_USB)/ by Sven Schwermer · 6 years ago
- 15fd1b7 Merge branch 'master' of git://git.denx.de/u-boot-usb by Tom Rini · 6 years ago
- 12069bd usb: musb-new: Call musb_platform_exit from musb_stop by Jagan Teki · 6 years ago
- 14b6a07 usb: musb-new: sunxi: Add proper musb exit support by Jagan Teki · 6 years ago
- 1034bcc musb-new: sunxi: Access ahb_reset0_cfg via ccm offset by Jagan Teki · 6 years ago
- 622fd2b usb: musb-new: sunxi: Allocate struct phy in private by Jagan Teki · 6 years ago
- 8b8d59f usb: musb-new: Fix improper musb host pointer by Jagan Teki · 6 years ago
- 1a35526 usb: musb-new: omap2430: Enable DM_USB and OF support by Adam Ford · 6 years ago
- 10d5ed9 usb: musb-new: omap2430: Remove dead code by Adam Ford · 6 years ago
- 948f32c bug.h: introduce WARN_ONCE by Ramon Fried · 6 years ago
- dd32281 usb: sunxi: Switch to use generic-phy by Jagan Teki · 7 years ago
- aa29b11 phy: sun4i-usb: Add a sunxi specific function for setting squelch-detect by Jagan Teki · 7 years ago
- 223278c musb: sunxi: Add support for H3/H5/A64 by Jagan Teki · 7 years ago
- 5c5fe88 musb: sunxi: Use BIT instead of numerical shift by Jagan Teki · 7 years ago
- 9d12a82 musb: sunxi: Add OTG device clkgate and reset for H3/H5 by Jagan Teki · 7 years ago
- 97202dd musb: sunxi: Add fifo config by Jagan Teki · 7 years ago
- 98424b7 musb: sunxi: Use simple way to fill musb_hdrc pdata by Jagan Teki · 7 years ago
- ae8b78d musb: sunxi: Add proper macros instead of numericals by Jagan Teki · 7 years ago
- 831cc98 usb: sunxi: Simplify ccm reg base code by Jagan Teki · 7 years ago
- 83d290c SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 7 years ago
- ab9e12f spl: disk: usb: Add dependencies to sprintf/strto* by Alex Kiernan · 7 years ago
- 8636222 Convert CONFIG_USB_MUSB_OMAP2PLUS et al to Kconfig by Adam Ford · 7 years ago
- f4f9896 musb: sunxi: Use base address from device tree by Chen-Yu Tsai · 7 years ago
- 4f42a0d Merge git://git.denx.de/u-boot-sunxi by Tom Rini · 7 years ago
- 9b643e3 treewide: replace with error() with pr_err() by Masahiro Yamada · 7 years ago
- b44b302 printk: collect printk stuff into <linux/printk.h> with loglevel support by Masahiro Yamada · 7 years ago
- 3a61b08 musb: sunxi: switch to the device model by Maxime Ripard · 7 years ago
- daab59a avr32: Retire AVR32 for good by Andy Shevchenko · 7 years ago
- 45a2686 dm: core: Update device_bind_driver_to_node() to use ofnode by Simon Glass · 7 years ago
- a821c4a dm: Rename dev_addr..() functions by Simon Glass · 7 years ago
- 9d92245 dm: Use dm.h header when driver mode is used by Simon Glass · 7 years ago
- 77777f7 omap4: Drop redundant CONFIG_OMAP4430 symbol by Tom Rini · 7 years ago
- 2511b2e musb: properly detect failed initialization of controller by Heinrich Schuchardt · 8 years ago
- ea3310e Blackfin: Remove by Tom Rini · 8 years ago
- e160f7d dm: core: Replace of_offset with accessor by Simon Glass · 8 years ago
- ae6acf9 drivers: usb: musb: add ti musb host driver with driver model support by Mugunthan V N · 8 years ago
- 1cac34c drivers: usb: musb: adopt musb backend driver to driver model by Mugunthan V N · 8 years ago
- 28b8d5f drivers: usb: musb: add ti musb misc driver for wrapper by Mugunthan V N · 8 years ago
- 1221ce4 treewide: replace #include <asm/errno.h> with <linux/errno.h> by Masahiro Yamada · 8 years ago
- 7c22e26 sunxi: musb: Re-init musb controller on repeated probe calls by Hans de Goede · 8 years ago
- 57075a4 sunxi: musb: Power off OTG port VBUS when disabled by Chen-Yu Tsai · 8 years ago
- 62a3b7d Various, unrelated tree-wide typo fixes. by Robert P. J. Day · 8 years ago
- bca4c3c sunxi: musb: Properly turn of musb controller before booting by Hans de Goede · 8 years ago
- 3457bba usb: gadget: Move CONFIG_USB_GADGET_DUALSPEED to Kconfig by Sam Protsenko · 9 years ago
- bf31323 musb: Properly call musb_stop() on probe failure by Hans de Goede · 9 years ago
- 38b4a3e musb: sunxi: Do not allocate musb struct multiple times by Hans de Goede · 9 years ago
- 03b8e04 drivers: musb-new: Add USB DRC driver for Microchip PIC32 OTG controller. by Purna Chandra Mandal · 9 years ago
- 6d94810 drivers: remove writes{b,w,l,q} and reads{b,w,l,q}. by Purna Chandra Mandal · 9 years ago
- 96fccb1 musb: sunxi: Add support for A83T by Chen-Yu Tsai · 9 years ago
- 27754d1 usb: musb-new: omap2430: OMAP4 MUSB USB controller support by Paul Kocialkowski · 9 years ago
- 5b8031c Add more SPDX-License-Identifier tags by Tom Rini · 9 years ago
- ac3abf0 usb: musb: Fix hub port setting for SPLIT transactions by Stefan Brüns · 9 years ago
- faa7db2 usb: Move determination of TT hub address/port into separate function by Stefan Brüns · 9 years ago
- 6047a3a sunxi: musb: Implement dfu_usb_get_reset() by Siarhei Siamashka · 9 years ago
- 24b852a Move console definitions into a new console.h file by Simon Glass · 9 years ago
- da58dec Various Makefiles: Add SPDX-License-Identifier tags by Tom Rini · 9 years ago
- bcbe3d1 dm: Rename dev_get_parentdata() to dev_get_parent_priv() by Simon Glass · 9 years ago
- 68282f5 arm: Remove unused ST-Ericsson u8500 arch by Stefan Roese · 9 years ago
- 7806b75 sunxi: musb: Drop no longer accurate comment in Kconfig help text by Hans de Goede · 9 years ago
- c9f8947 sunxi: usb-phy: Never power off the usb ports by Hans de Goede · 9 years ago
- 1feda63 musb: sunxi: Force EP0 on re-enable by Maxime Ripard · 9 years ago
- 6bed24c sunxi: usb: USB_MUSB_SUNXI move to musb-new Kconfig by Paul Kocialkowski · 9 years ago
- 5d6c2f4 usb: musb-new: Kconfig support for USB_MUSB_HOST and USB_MUSB_GADGET by Paul Kocialkowski · 9 years ago
- 95de1e2 usb: musb-new: CONFIG_MUSB prefix replacement with CONFIG_USB_MUSB by Paul Kocialkowski · 9 years ago
- 9ecce97 sunxi: musb: Stop treating not having a vbus-det gpio as an error by Hans de Goede · 9 years ago
- 56a2085 sunxi: musb: Improve output during probing by Hans de Goede · 9 years ago
- 91183ba sunxi: musb: Use device-model for musb host mode by Hans de Goede · 9 years ago
- d42faf3 sunxi: musb: Move musb config and platdata to the sunxi-musb glue by Hans de Goede · 9 years ago
- 71cbe0d sunxi: musb: Add id pin support by Hans de Goede · 9 years ago
- b41972e sunxi: musb: Move vbus check to sunxi_musb_enable by Hans de Goede · 9 years ago
- 3721eaf linux_compat: remove cpu_relax() define by Masahiro Yamada · 9 years ago
- 09e7ea4 musb: Add device-model support to the musb-host u-boot glue by Hans de Goede · 9 years ago
- fc85d39 musb: Add musb_host_data struct to hold global data by Hans de Goede · 9 years ago
- 1398252 musb: Rename and wrap public functions by Hans de Goede · 9 years ago
- e740ca3 musb: Update usb-compat to work with struct usb_device without a parent ptr by Hans de Goede · 9 years ago
- 1583723 musb: Allow musb_platform_enable to return an error code by Hans de Goede · 9 years ago
- 8802f56 usb: Add an usb_device parameter to usb_reset_root_port by Hans de Goede · 9 years ago
- 998b8ab sunxi: musb: Remove unused sunxi_musb_exit method by Hans de Goede · 9 years ago
- e1abfa4 sunxi: musb: Do not fully reset the controler from sunxi_musb_disable by Hans de Goede · 9 years ago
- e13afee sunxi: usb: Do not call phy_probe from hcd code by Hans de Goede · 10 years ago