History for barebox / drivers / usb
2019-04-09
@Sascha Hauer
Merge branch 'for-next/warnings'
Sascha Hauer committed on 9 Apr 2019
@Sascha Hauer
Merge branch 'for-next/usb-storage'
Sascha Hauer committed on 9 Apr 2019
2019-03-21
@Masahiro Yamada
treewide: surround Kconfig file paths with double quotes ...
Masahiro Yamada authored on 20 Mar 2019 Sascha Hauer committed on 21 Mar 2019
2019-03-18
@Sascha Hauer
treewide: Make locally used functions static ...
Sascha Hauer committed on 18 Mar 2019
@Andrey Smirnov
usb: dwc3: Toggle GCTL.CORESOFTRESET as a first step ...
Andrey Smirnov authored on 13 Mar 2019 Sascha Hauer committed on 18 Mar 2019
2019-03-11
@Andrey Smirnov
usb: storage: Inline usb_limit_blk_cnt() ...
Andrey Smirnov authored on 7 Mar 2019 Sascha Hauer committed on 11 Mar 2019
@Andrey Smirnov
usb: storage: Drop unnecessary assignment ...
Andrey Smirnov authored on 7 Mar 2019 Sascha Hauer committed on 11 Mar 2019
@Andrey Smirnov
usb: storage: Simplify I/O loop in usb_stor_blk_io() ...
Andrey Smirnov authored on 7 Mar 2019 Sascha Hauer committed on 11 Mar 2019
@Andrey Smirnov
usb: storage: Use simple boolean to speficy read vs. write operation ...
Andrey Smirnov authored on 7 Mar 2019 Sascha Hauer committed on 11 Mar 2019
@Andrey Smirnov
usb: storage: Drop needless macro ...
Andrey Smirnov authored on 7 Mar 2019 Sascha Hauer committed on 11 Mar 2019
@Andrey Smirnov
usb: storage: Drop unnecessary check in usb_stor_blk_io() ...
Andrey Smirnov authored on 7 Mar 2019 Sascha Hauer committed on 11 Mar 2019
@Andrey Smirnov
usb: Drop usb_disable_asynch() ...
Andrey Smirnov authored on 7 Mar 2019 Sascha Hauer committed on 11 Mar 2019
@Andrey Smirnov
usb: storage: Use put_unaligned_be* helpers ...
Andrey Smirnov authored on 7 Mar 2019 Sascha Hauer committed on 11 Mar 2019
@Andrey Smirnov
usb: storage: Introduce usb_stor_transport() ...
Andrey Smirnov authored on 7 Mar 2019 Sascha Hauer committed on 11 Mar 2019
@Andrey Smirnov
usb: storage: Drop unused us_blkdev_list ...
Andrey Smirnov authored on 7 Mar 2019 Sascha Hauer committed on 11 Mar 2019
@Andrey Smirnov
usb: storage: Drop unused fields in struct us_data ...
Andrey Smirnov authored on 7 Mar 2019 Sascha Hauer committed on 11 Mar 2019
@Andrey Smirnov
usb: hub: Do not include <scsi.h> ...
Andrey Smirnov authored on 7 Mar 2019 Sascha Hauer committed on 11 Mar 2019
@Andrey Smirnov
usb: storage: Drop struct SCSI_cmd_block ...
Andrey Smirnov authored on 7 Mar 2019 Sascha Hauer committed on 11 Mar 2019
@Andrey Smirnov
usb: storage: Remove unused variables ...
Andrey Smirnov authored on 7 Mar 2019 Sascha Hauer committed on 11 Mar 2019
@Andrey Smirnov
usb: storage: Make usb_stor_request_sense() a standalone function ...
Andrey Smirnov authored on 7 Mar 2019 Sascha Hauer committed on 11 Mar 2019
@Andrey Smirnov
usb: storage: Share code for READ(10) and WRITE(10) ...
Andrey Smirnov authored on 7 Mar 2019 Sascha Hauer committed on 11 Mar 2019
@Andrey Smirnov
usb: storage: Drop extra call to transport in usb_stor_write_10() ...
Andrey Smirnov authored on 7 Mar 2019 Sascha Hauer committed on 11 Mar 2019
@Andrey Smirnov
usb: storage: Make usb_stor_write_10() a standalone function ...
Andrey Smirnov authored on 7 Mar 2019 Sascha Hauer committed on 11 Mar 2019
@Andrey Smirnov
usb: storage: Make usb_stor_read_10() a standalone function ...
Andrey Smirnov authored on 7 Mar 2019 Sascha Hauer committed on 11 Mar 2019
@Andrey Smirnov
usb: storage: Make usb_stor_test_unit_ready() a standalone function ...
Andrey Smirnov authored on 7 Mar 2019 Sascha Hauer committed on 11 Mar 2019
@Andrey Smirnov
usb: storage: Make usb_stor_inquiry() a standalone function ...
Andrey Smirnov authored on 7 Mar 2019 Sascha Hauer committed on 11 Mar 2019
@Andrey Smirnov
usb: storage: Make usb_stor_read_capacity() a standalone function ...
Andrey Smirnov authored on 7 Mar 2019 Sascha Hauer committed on 11 Mar 2019
@Andrey Smirnov
usb: storage: Don't use "unsigned long" for 32-bit values ...
Andrey Smirnov authored on 7 Mar 2019 Sascha Hauer committed on 11 Mar 2019
@Andrey Smirnov
usb: storage: Replace custom debug tracing with dev_dbg ...
Andrey Smirnov authored on 7 Mar 2019 Sascha Hauer committed on 11 Mar 2019
@Andrey Smirnov
usb: storage: Simplify memory allocation in usb_stor_probe() ...
Andrey Smirnov authored on 7 Mar 2019 Sascha Hauer committed on 11 Mar 2019