summaryrefslogtreecommitdiff
path: root/drivers/usb/musb-new
AgeCommit message (Expand)Author
2017-07-06avr32: Retire AVR32 for goodAndy Shevchenko
2017-06-01dm: core: Update device_bind_driver_to_node() to use ofnodeSimon Glass
2017-06-01dm: Rename dev_addr..() functionsSimon Glass
2017-06-01dm: Use dm.h header when driver mode is usedSimon Glass
2017-05-15omap4: Drop redundant CONFIG_OMAP4430 symbolTom Rini
2017-04-25musb: properly detect failed initialization of controllerHeinrich Schuchardt
2017-04-05Blackfin: RemoveTom Rini
2017-02-08dm: core: Replace of_offset with accessorSimon Glass
2016-12-03drivers: usb: musb: add ti musb host driver with driver model supportMugunthan V N
2016-12-03drivers: usb: musb: adopt musb backend driver to driver modelMugunthan V N
2016-12-03drivers: usb: musb: add ti musb misc driver for wrapperMugunthan V N
2016-09-23treewide: replace #include <asm/errno.h> with <linux/errno.h>Masahiro Yamada
2016-09-18sunxi: musb: Re-init musb controller on repeated probe callsHans de Goede
2016-09-17sunxi: musb: Power off OTG port VBUS when disabledChen-Yu Tsai
2016-07-16Various, unrelated tree-wide typo fixes.Robert P. J. Day
2016-06-10sunxi: musb: Properly turn of musb controller before bootingHans de Goede
2016-04-20usb: gadget: Move CONFIG_USB_GADGET_DUALSPEED to KconfigSam Protsenko
2016-04-10musb: Properly call musb_stop() on probe failureHans de Goede
2016-04-10musb: sunxi: Do not allocate musb struct multiple timesHans de Goede
2016-04-10drivers: musb-new: Add USB DRC driver for Microchip PIC32 OTG controller.Purna Chandra Mandal
2016-04-10drivers: remove writes{b,w,l,q} and reads{b,w,l,q}.Purna Chandra Mandal
2016-03-31musb: sunxi: Add support for A83TChen-Yu Tsai
2016-03-15usb: musb-new: omap2430: OMAP4 MUSB USB controller supportPaul Kocialkowski
2016-01-19Add more SPDX-License-Identifier tagsTom Rini
2015-12-31usb: musb: Fix hub port setting for SPLIT transactionsStefan Brüns
2015-12-31usb: Move determination of TT hub address/port into separate functionStefan Brüns
2015-11-22sunxi: musb: Implement dfu_usb_get_reset()Siarhei Siamashka
2015-11-20Move console definitions into a new console.h fileSimon Glass
2015-11-10Various Makefiles: Add SPDX-License-Identifier tagsTom Rini
2015-10-23dm: Rename dev_get_parentdata() to dev_get_parent_priv()Simon Glass
2015-09-15arm: Remove unused ST-Ericsson u8500 archStefan Roese
2015-08-31sunxi: musb: Drop no longer accurate comment in Kconfig help textHans de Goede
2015-08-08sunxi: usb-phy: Never power off the usb portsHans de Goede
2015-08-05musb: sunxi: Force EP0 on re-enableMaxime Ripard
2015-08-05sunxi: usb: USB_MUSB_SUNXI move to musb-new KconfigPaul Kocialkowski
2015-08-05usb: musb-new: Kconfig support for USB_MUSB_HOST and USB_MUSB_GADGETPaul Kocialkowski
2015-08-05usb: musb-new: CONFIG_MUSB prefix replacement with CONFIG_USB_MUSBPaul Kocialkowski
2015-07-25sunxi: musb: Stop treating not having a vbus-det gpio as an errorHans de Goede
2015-07-25sunxi: musb: Improve output during probingHans de Goede
2015-07-25sunxi: musb: Use device-model for musb host modeHans de Goede
2015-07-25sunxi: musb: Move musb config and platdata to the sunxi-musb glueHans de Goede
2015-07-25sunxi: musb: Add id pin supportHans de Goede
2015-07-25sunxi: musb: Move vbus check to sunxi_musb_enableHans de Goede
2015-07-22linux_compat: remove cpu_relax() defineMasahiro Yamada
2015-07-21musb: Add device-model support to the musb-host u-boot glueHans de Goede
2015-07-21musb: Add musb_host_data struct to hold global dataHans de Goede
2015-07-21musb: Rename and wrap public functionsHans de Goede
2015-07-21musb: Update usb-compat to work with struct usb_device without a parent ptrHans de Goede
2015-07-21musb: Allow musb_platform_enable to return an error codeHans de Goede
2015-07-21usb: Add an usb_device parameter to usb_reset_root_portHans de Goede