Commit Graph

103 Commits (lime2-spi)

Author SHA1 Message Date
Masahiro Yamada dee37fc99d Remove <inttypes.h> includes and PRI* usages in printf() entirely 6 years ago
Tom Rini 83d290c56f SPDX: Convert all of our single license tags to Linux Kernel style 6 years ago
Bin Meng 72ac8f3fc2 usb: storage: Fix overwritten in usb_stor_set_max_xfer_blk() 7 years ago
Bin Meng ea7fad9101 dm: usb: storage: Fix broken read/write when both EHCD and xHCD are enabled 7 years ago
Bin Meng 6158d0b424 usb: storage: Refactor to use max_xfer_blk from struct us_data 7 years ago
Simon Glass b9560ad649 dm: scsi: Drop the ccb typedef 7 years ago
Tom Rini 8850c5d57c Kconfig: USB: Migrate CONFIG_USB_EHCI to CONFIG_USB_EHCI_HCD 7 years ago
Troy Kisky 1e5eca7d42 usb: return 0 from usb_stor_get_info even if removable media 7 years ago
Michal Simek b984700ca4 usb: storage: Show number of storage devices detected for DM_USB 7 years ago
Masahiro Yamada 8319aeb1da usb: squash lines for immediate return 8 years ago
Simon Glass 9107c973d3 dm: blk: Add a easier way to create a named block device 8 years ago
Simon Glass 57ebf67bad dm: usb: Drop the get_dev() function 8 years ago
Simon Glass c0543bf6be dm: usb: Add a legacy block interface for USB storage 8 years ago
Simon Glass b94fc8518e usb: Correct return value in usb_stor_info() 8 years ago
Vagrant Cascadian a6f70a3d14 Fix spelling of "transferred". 8 years ago
Simon Glass 07b2b78ce4 dm: usb: Convert USB storage to use driver-model for block devs 8 years ago
Simon Glass 9807c3b78a dm: usb: Tidy up storage code ready for driver model conversion 8 years ago
Simon Glass c89e79d419 dm: usb: Avoid exceeding available array size for storage devices 8 years ago
Simon Glass bcce53d048 dm: block: Rename device number member dev to devnum 8 years ago
Simon Glass 3e8bd46950 dm: part: Rename some partition functions 8 years ago
Simon Glass 4101f68792 dm: Drop the block_dev_desc_t typedef 8 years ago
Simon Glass 4ef7909970 usb: Define USB_MAX_STOR_DEV in only one place 8 years ago
Stephen Warren 7c4213f6a5 block: pass block dev not num to read/write/erase() 8 years ago
Simon Glass 70caa97108 usb: Allow up to 7 storage devices 8 years ago
Tom Rini f5fb78a274 common/usb_storage.c: Clean up usb_storage_probe() 9 years ago
Simon Glass bcbe3d1579 dm: Rename dev_get_parentdata() to dev_get_parent_priv() 9 years ago
Simon Glass cf92e05c01 Move ALLOC_CACHE_ALIGN_BUFFER() to the new memalign.h header 9 years ago
Simon Glass abb59cffcf dm: usb: Adjust the USB_DEVICE() macro naming 9 years ago
Simon Glass acf277af68 dm: usb: Convert usb_storage to driver model 9 years ago
Simon Glass 91557579af dm: usb: Move storage device scanning into its own function 9 years ago
Simon Glass 7fc2c1ea7b Revert "usb_storage : scan all interfaces to find a storage device" 9 years ago
Simon Glass 051081323f dm: usb: Adjust usb_storage to work with sandbox 9 years ago
Simon Glass 84073b6f3c dm: usb: Simply device finding code in usb_storage 9 years ago
Simon Glass 1d5827a12e dm: usb: Fix type problems in usb_stor_get_info() 9 years ago
Simon Glass 2e17c87ebb dm: usb: Move USB storage definitions to usb_defs.h 9 years ago
Sergey Temerkhanov f657087134 usb_storage:Fix USB storage capacity detection on 64 bit architectures 9 years ago
Franck Jullien cd749658d5 usb_storage : scan all interfaces to find a storage device 9 years ago
Soeren Moch 6a559bbe2f usb_storage: blacklist Enclosure Service Devices 10 years ago
Simon Glass 4fd074de03 usb: Use correct printf() format string for uintptr_t 10 years ago
Wolfgang Denk 1a4596601f Add GPL-2.0+ SPDX-License-Identifier to source files 11 years ago
Sascha Silbe ff8fef5666 Fix block device accesses beyond 2TiB 11 years ago
Vivek Gautam 605bd75af5 USB: Some cleanup prior to USB 3.0 interface addition 11 years ago
Vivek Gautam ceb4972a8f usb: common: Weed out USB_**_PRINTFs from usb framework 11 years ago
Egbert Eich 0472fbfd32 part/dev_desc: Add log2 of blocksize to block_dev_desc data struct 11 years ago
Vincent Palatin 8b57e2f081 usb: properly detect empty mass storage media reader 12 years ago
Kim Phillips 199adb601f common/misc: sparse fixes 12 years ago
Gabe Black e81e79ede1 usb: Support the CONFIG_SYS_64BIT_LBA option 12 years ago
Lucas Stach 93c2582fea usb: add support for multiple usb controllers 12 years ago
Jim Shimer b7006958ea usb: Optimize USB storage read/write 12 years ago
Benoît Thébaudeau 3e8581bb95 usb_stor_BBB_transport: Do not delay when not required 12 years ago