summaryrefslogtreecommitdiffstats
path: root/drivers/mmc/host/vub300.c
Commit message (Expand)AuthorAgeFilesLines
* mmc: vub300: Use scnprintf() for avoiding potential buffer overflowTakashi Iwai2020-03-241-1/+1
* mmc: Replace zero-length array with flexible-array memberGustavo A. R. Silva2020-03-241-1/+1
* mmc: vub300: Drop redundant host ops ->init_card()Ulf Hansson2019-11-131-7/+0
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 372Thomas Gleixner2019-06-051-4/+1
* mmc: vub300: Use common code in __download_offload_pseudocode()Markus Elfring2017-11-021-12/+10
* mmc: Convert timers to use timer_setup()Kees Cook2017-11-021-8/+9
* mmc-host: vub300: use setup_timer() helper.Allen2017-10-301-6/+4
* mmc: vub300: constify usb_device_idArvind Yadav2017-08-301-1/+1
* mmc: vub300: constify mmc_host_ops structuresJulia Lawall2017-08-301-1/+1
* mmc: vub3000: add missing USB-descriptor endianness conversionsJohan Hovold2017-06-201-1/+2
* mmc: vub300: Don't use mmc_card_present() when validating for inserted cardUlf Hansson2017-02-131-4/+2
* mmc: vub300: Remove bogus check of irqs_queuedShawn Lin2017-02-131-2/+0
* mmc: host: vub300: don't print error when allocating urb failsWolfram Sang2016-09-271-2/+0
* mmc: vub300: Remove unneded semicolonsJavier Martinez Canillas2015-10-261-3/+3
* mmc: vub300: remove unreachable return value handlingNicholas Mc Guire2015-01-211-3/+1
* mmc: vub300: Move away from using deprecated APIsUlf Hansson2013-10-301-16/+2
* mmc: vub300: Staticize vub300_init_cardSachin Kamat2013-08-241-1/+1
* mmc: vub300: add missing usb_put_devMarina Makienko2012-12-061-0/+1
* Merge tag 'mmc-merge-for-3.7-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2012-10-101-2/+2
|\
| * mmc: vub300: add missing usb_free_urbJulia Lawall2012-09-041-2/+2
* | mmc: fix comment typosMasanari Iida2012-09-011-1/+1
|/
* module_param: make bool parameters really bool (drivers & misc)Rusty Russell2012-01-131-5/+5
* mmc: vub300: fix type of firmware_rom_wait_states module parameterRusty Russell2011-12-191-1/+1
* Merge branch 'master' into for-nextJiri Kosina2011-07-111-7/+4
|\
| * mmc: vub300: fix null dereferences in error handlingChris Ball2011-06-181-7/+4
* | treewide: Fix recieve/receive typosJoe Perches2011-06-241-2/+2
|/
* mmc: Add new VUB300 USB-to-SD/SDIO/MMC driverTony Olech2011-05-241-0/+2506