summaryrefslogtreecommitdiff
path: root/common/usb_storage.c
AgeCommit message (Expand)Author
2022-04-25bootstd: usb: Add a bootdev driverSimon Glass
2022-04-09usb: storage: call device_probe() after scanningAKASHI Takahiro
2021-09-30WS cleanup: remove SPACE(s) followed by TABWolfgang Denk
2021-01-06Merge tag 'xilinx-for-v2021.04' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini
2021-01-04common: usb_storage: Fix code indentationMichal Simek
2020-12-13dm: treewide: Rename dev_get_platdata() to dev_get_plat()Simon Glass
2020-12-13dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass
2020-12-13dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass
2020-05-18common: Drop linux/delay.h from common headerSimon Glass
2020-05-18common: Drop log.h from common headerSimon Glass
2020-05-18common: Drop part.h from common headerSimon Glass
2020-05-18common: Drop net.h from common headerSimon Glass
2020-04-09usb: Keep async schedule running only across mass storage xfersMarek Vasut
2019-10-31usb: storage: Only clear READY flag on errorMarek Vasut
2019-10-31usb: storage: Limit transfer size to 120 kiBMarek Vasut
2019-09-11usb: Add nonblock argument to submit_int_msgMichal Suchanek
2019-09-11usb: storage: submit_int_msg -> usb_int_msgMichal Suchanek
2018-11-26usb: storage: s/CONFIG_BLK/CONFIG_IS_ENABLED(BLK)/Sven Schwermer
2018-11-26usb: s/CONFIG_DM_USB/CONFIG_IS_ENABLED(DM_USB)/Sven Schwermer
2018-11-14blk: Call part_init() in the post_probe() methodBin Meng
2018-09-10Remove <inttypes.h> includes and PRI* usages in printf() entirelyMasahiro Yamada
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini
2017-10-01usb: storage: Fix overwritten in usb_stor_set_max_xfer_blk()Bin Meng
2017-09-27dm: usb: storage: Fix broken read/write when both EHCD and xHCD are enabledBin Meng
2017-09-27usb: storage: Refactor to use max_xfer_blk from struct us_dataBin Meng
2017-07-11dm: scsi: Drop the ccb typedefSimon Glass
2017-05-15Kconfig: USB: Migrate CONFIG_USB_EHCI to CONFIG_USB_EHCI_HCDTom Rini
2017-04-14usb: return 0 from usb_stor_get_info even if removable mediaTroy Kisky
2017-01-17usb: storage: Show number of storage devices detected for DM_USBMichal Simek
2016-09-23usb: squash lines for immediate returnMasahiro Yamada
2016-05-17dm: blk: Add a easier way to create a named block deviceSimon Glass
2016-05-17dm: usb: Drop the get_dev() functionSimon Glass
2016-05-17dm: usb: Add a legacy block interface for USB storageSimon Glass
2016-03-22usb: Correct return value in usb_stor_info()Simon Glass
2016-03-22Fix spelling of "transferred".Vagrant Cascadian
2016-03-14dm: usb: Convert USB storage to use driver-model for block devsSimon Glass
2016-03-14dm: usb: Tidy up storage code ready for driver model conversionSimon Glass
2016-03-14dm: usb: Avoid exceeding available array size for storage devicesSimon Glass
2016-03-14dm: block: Rename device number member dev to devnumSimon Glass
2016-03-14dm: part: Rename some partition functionsSimon Glass
2016-03-14dm: Drop the block_dev_desc_t typedefSimon Glass
2016-01-20usb: Define USB_MAX_STOR_DEV in only one placeSimon Glass
2016-01-13block: pass block dev not num to read/write/erase()Stephen Warren
2016-01-07usb: Allow up to 7 storage devicesSimon Glass
2015-11-03common/usb_storage.c: Clean up usb_storage_probe()Tom Rini
2015-10-23dm: Rename dev_get_parentdata() to dev_get_parent_priv()Simon Glass
2015-09-11Move ALLOC_CACHE_ALIGN_BUFFER() to the new memalign.h headerSimon Glass
2015-07-21dm: usb: Adjust the USB_DEVICE() macro namingSimon Glass
2015-04-18dm: usb: Convert usb_storage to driver modelSimon Glass
2015-04-18dm: usb: Move storage device scanning into its own functionSimon Glass