aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/storage/realtek_cr.c
AgeCommit message (Expand)AuthorFilesLines
2022-03-15USB: storage: ums-realtek: fix error code in rts51x_read_mem()Dan Carpenter1-1/+1
2019-09-10usb-storage: export symbols in USB_STORAGE namespaceMatthias Maennich1-0/+1
2019-08-28USB: storage: ums-realtek: Whitelist auto-delink supportKai-Heng Feng1-5/+8
2019-08-28USB: storage: ums-realtek: Update module parameter description for auto_delin...Kai-Heng Feng1-1/+1
2019-04-19USB: core: Fix bug caused by duplicate interface PM usage counterAlan Stern1-8/+5
2017-11-21treewide: setup_timer() -> timer_setup()Kees Cook1-4/+3
2017-11-04USB: storage: Remove redundant license textGreg Kroah-Hartman1-13/+0
2017-11-04USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman1-0/+1
2017-07-22USB: realtek_cr: remove unneeded MODULE_VERSION() usageGreg Kroah-Hartman1-1/+0
2016-04-26usb: storage: fix multi-line comment styleFelipe Balbi1-4/+8
2015-05-10usb: storage: fix module reference for scsi hostAkinobu Mita1-3/+9
2014-11-03usb: storage: fix build warnings !CONFIG_PMLuis Henriques1-0/+2
2014-09-23usb: Fixed a few typosMickael Maison1-2/+2
2013-05-16USB: usb-stor: realtek_cr: Fix compile errorWei WANG1-4/+4
2013-04-30drivers/usb/storage/realtek_cr.c: fix buildAndrew Morton1-4/+1
2013-04-19usb: storage: Convert US_DEBUGP to usb_stor_dbgJoe Perches1-83/+45
2012-12-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+1
2012-11-19Fix misspellings of "whether" in comments.Adam Buchbinder1-1/+1
2012-10-30USB: ums_realtek: fix build warningJingoo Han1-1/+1
2012-09-05usb: remove libusualSebastian Andrzej Siewior1-1/+1
2012-02-28usb/storage: redefine US_BULK_FLAG_IN and use itSebastian Andrzej Siewior1-2/+2
2012-02-24USB: ums_realtek: do not use stack memory for DMA in __do_config_autodelinkjwboyer@redhat.com1-1/+7
2012-02-10Merge tag 'usb-3.3-rc3' into usb-nextGreg Kroah-Hartman1-1/+1
2012-01-26USB: Realtek cr: fix autopm scheduling while atomicStanislaw Gruszka1-1/+1
2012-01-24usb: Disable dynamic id of USB storage subdriversHuajun Li1-0/+1
2012-01-09Merge branch 'usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds1-8/+6
2011-11-18USB: convert drivers/usb/* to use module_usb_driver()Greg Kroah-Hartman1-12/+1
2011-11-15USB: Realtek cr: Use kmemdup rather than duplicating its implementationThomas Meyer1-2/+1
2011-11-15usb: storagE: realtek_cr: fix sparse warningsFelipe Balbi1-6/+5
2011-10-25Merge branch 'usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds1-9/+107
2011-09-18USB: Realtek cr: Fix driver freeze issueedwin_rong1-4/+77
2011-09-15Remove unneeded version.h includes (and add where needed) for drivers/usb/Jesper Juhl1-1/+0
2011-08-24ums_realtek: do not use stack memory for DMAAdam Cozzette1-5/+30
2011-07-01Realtek cr: Add autosuspend function.edwin_rong1-12/+365
2011-07-01Realtek cr: Remove unused Macrosedwin_rong1-9/+0
2011-07-01Realtek cr: clean up unnecessary whitespaces.edwin_rong1-54/+56
2011-02-17usb_storage: realtek_cr patch: add const modifierwwang1-1/+1
2011-02-17usb_storage: realtek_cr patch: fix sparse warningwwang1-2/+2
2011-01-22USB: usb_storage: add ums-realtek driverwwang1-0/+675