index
:
blackbird-obmc-uboot
v2016.07-aspeed-openbmc-04-16-2019
v2016.07-aspeed-openbmc-04-16-2019-i2c
Blackbird™ U-Boot sources for OpenBMC
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
common
/
usb_storage.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
usb: Correct return value in usb_stor_info()
Simon Glass
2016-03-22
1
-1
/
+1
*
Fix spelling of "transferred".
Vagrant Cascadian
2016-03-22
1
-1
/
+1
*
dm: usb: Convert USB storage to use driver-model for block devs
Simon Glass
2016-03-14
1
-6
/
+135
*
dm: usb: Tidy up storage code ready for driver model conversion
Simon Glass
2016-03-14
1
-56
/
+61
*
dm: usb: Avoid exceeding available array size for storage devices
Simon Glass
2016-03-14
1
-7
/
+7
*
dm: block: Rename device number member dev to devnum
Simon Glass
2016-03-14
1
-3
/
+3
*
dm: part: Rename some partition functions
Simon Glass
2016-03-14
1
-1
/
+1
*
dm: Drop the block_dev_desc_t typedef
Simon Glass
2016-03-14
1
-11
/
+11
*
usb: Define USB_MAX_STOR_DEV in only one place
Simon Glass
2016-01-20
1
-1
/
+0
*
block: pass block dev not num to read/write/erase()
Stephen Warren
2016-01-13
1
-8
/
+10
*
usb: Allow up to 7 storage devices
Simon Glass
2016-01-07
1
-1
/
+1
*
common/usb_storage.c: Clean up usb_storage_probe()
Tom Rini
2015-11-03
1
-27
/
+2
*
dm: Rename dev_get_parentdata() to dev_get_parent_priv()
Simon Glass
2015-10-23
1
-1
/
+1
*
Move ALLOC_CACHE_ALIGN_BUFFER() to the new memalign.h header
Simon Glass
2015-09-11
1
-0
/
+1
*
dm: usb: Adjust the USB_DEVICE() macro naming
Simon Glass
2015-07-21
1
-1
/
+1
*
dm: usb: Convert usb_storage to driver model
Simon Glass
2015-04-18
1
-2
/
+49
*
dm: usb: Move storage device scanning into its own function
Simon Glass
2015-04-18
1
-38
/
+59
*
Revert "usb_storage : scan all interfaces to find a storage device"
Simon Glass
2015-04-18
1
-28
/
+17
*
dm: usb: Adjust usb_storage to work with sandbox
Simon Glass
2015-04-18
1
-2
/
+4
*
dm: usb: Simply device finding code in usb_storage
Simon Glass
2015-04-18
1
-19
/
+11
*
dm: usb: Fix type problems in usb_stor_get_info()
Simon Glass
2015-04-18
1
-1
/
+5
*
dm: usb: Move USB storage definitions to usb_defs.h
Simon Glass
2015-04-18
1
-43
/
+2
*
usb_storage:Fix USB storage capacity detection on 64 bit architectures
Sergey Temerkhanov
2015-04-14
1
-21
/
+23
*
usb_storage : scan all interfaces to find a storage device
Franck Jullien
2015-04-14
1
-17
/
+28
*
usb_storage: blacklist Enclosure Service Devices
Soeren Moch
2014-11-08
1
-2
/
+5
*
usb: Use correct printf() format string for uintptr_t
Simon Glass
2014-10-27
1
-5
/
+6
*
Add GPL-2.0+ SPDX-License-Identifier to source files
Wolfgang Denk
2013-07-24
1
-18
/
+1
*
Fix block device accesses beyond 2TiB
Sascha Silbe
2013-06-26
1
-4
/
+4
*
USB: Some cleanup prior to USB 3.0 interface addition
Vivek Gautam
2013-05-05
1
-14
/
+16
*
usb: common: Weed out USB_**_PRINTFs from usb framework
Vivek Gautam
2013-05-05
1
-132
/
+121
*
part/dev_desc: Add log2 of blocksize to block_dev_desc data struct
Egbert Eich
2013-05-01
1
-0
/
+1
*
usb: properly detect empty mass storage media reader
Vincent Palatin
2012-12-17
1
-0
/
+10
*
common/misc: sparse fixes
Kim Phillips
2012-11-04
1
-10
/
+10
*
usb: Support the CONFIG_SYS_64BIT_LBA option
Gabe Black
2012-10-22
1
-10
/
+14
*
usb: add support for multiple usb controllers
Lucas Stach
2012-10-15
1
-1
/
+1
*
usb: Optimize USB storage read/write
Jim Shimer
2012-09-01
1
-12
/
+0
*
usb_stor_BBB_transport: Do not delay when not required
Benoît Thébaudeau
2012-09-01
1
-2
/
+9
*
usb_storage: Remove EHCI constraints
Benoît Thébaudeau
2012-09-01
1
-18
/
+15
*
usb_storage: Restore non-EHCI support
Benoît Thébaudeau
2012-09-01
1
-0
/
+4
*
usb_storage: fix ehci driver max transfer size
Stefan Herbrechtsmeier
2012-07-18
1
-17
/
+20
*
USB: Align buffers at cacheline
Puneet Saxena
2012-05-20
1
-31
/
+28
*
usb: replace wait_ms() with mdelay()
Mike Frysinger
2012-03-19
1
-8
/
+8
*
usb_storage: Fix EHCI "out of buffer pointers" with CD-ROM
Kyle Moffett
2012-01-05
1
-20
/
+25
*
GCC4.6: Squash subsequent warnings in usb_storage.c
Marek Vasut
2011-10-27
1
-13
/
+13
*
GCC4.6: Squash warning in usb_storage.c
Marek Vasut
2011-10-27
1
-3
/
+4
*
Revert "GCC4.6: Convert various empty macros to inline functions"
Wolfgang Denk
2011-10-04
1
-1
/
+1
*
GCC4.6: Convert various empty macros to inline functions
Marek Vasut
2011-10-01
1
-1
/
+1
*
disk/part.c: Make features optional
Matthew McClintock
2011-07-26
1
-1
/
+2
*
Fix misc spelling errors found by lintian
Loïc Minier
2011-04-12
1
-1
/
+1
*
Remove unnecessary reset in usb_stor_get_info
Erik Hansen
2011-04-02
1
-25
/
+0
[next]