aboutsummaryrefslogtreecommitdiff
path: root/drivers/usb/musb-new/ti-musb.c
AgeCommit message (Expand)AuthorFilesLines
2023-09-24common: Drop linux/printk.h from common headerSimon Glass1-0/+1
2023-05-06drivers: use devfdt_get_addr_index_ptr when cast to pointerJohan Jonker1-1/+1
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass1-0/+1
2021-01-05dm: core: Access device ofnode through functionsSimon Glass1-1/+1
2020-12-13dm: treewide: Rename ..._platdata variables to just ..._platSimon Glass1-8/+8
2020-12-13dm: treewide: Rename ofdata_to_platdata() to of_to_plat()Simon Glass1-7/+7
2020-12-13dm: treewide: Rename dev_get_platdata() to dev_get_plat()Simon Glass1-6/+6
2020-12-13dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass1-27/+27
2020-12-13dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass1-4/+4
2020-05-18common: Drop log.h from common headerSimon Glass1-0/+1
2020-03-30usb: Migrate to support live DT for some driverKever Yang1-7/+5
2020-02-05dm: core: Create a new header file for 'compat' featuresSimon Glass1-0/+1
2018-12-14usb: musb-new: Add support for DM_USBJean-Jacques Hiblot1-46/+135
2018-11-26usb: s/CONFIG_DM_USB/CONFIG_IS_ENABLED(DM_USB)/Sven Schwermer1-2/+2
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2017-10-04treewide: replace with error() with pr_err()Masahiro Yamada1-6/+6
2017-06-01dm: core: Update device_bind_driver_to_node() to use ofnodeSimon Glass1-1/+1
2017-06-01dm: Rename dev_addr..() functionsSimon Glass1-1/+1
2017-02-08dm: core: Replace of_offset with accessorSimon Glass1-3/+3
2016-12-02drivers: usb: musb: add ti musb host driver with driver model supportMugunthan V N1-0/+191
2016-12-02drivers: usb: musb: add ti musb misc driver for wrapperMugunthan V N1-0/+64