aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mmc/host/vub300.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 372Thomas Gleixner1-4/+1
2017-11-02mmc: vub300: Use common code in __download_offload_pseudocode()Markus Elfring1-12/+10
2017-11-02mmc: Convert timers to use timer_setup()Kees Cook1-8/+9
2017-10-30mmc-host: vub300: use setup_timer() helper.Allen1-6/+4
2017-08-30mmc: vub300: constify usb_device_idArvind Yadav1-1/+1
2017-08-30mmc: vub300: constify mmc_host_ops structuresJulia Lawall1-1/+1
2017-06-20mmc: vub3000: add missing USB-descriptor endianness conversionsJohan Hovold1-1/+2
2017-02-13mmc: vub300: Don't use mmc_card_present() when validating for inserted cardUlf Hansson1-4/+2
2017-02-13mmc: vub300: Remove bogus check of irqs_queuedShawn Lin1-2/+0
2016-09-27mmc: host: vub300: don't print error when allocating urb failsWolfram Sang1-2/+0
2015-10-26mmc: vub300: Remove unneded semicolonsJavier Martinez Canillas1-3/+3
2015-01-21mmc: vub300: remove unreachable return value handlingNicholas Mc Guire1-3/+1
2013-10-30mmc: vub300: Move away from using deprecated APIsUlf Hansson1-16/+2
2013-08-24mmc: vub300: Staticize vub300_init_cardSachin Kamat1-1/+1
2012-12-06mmc: vub300: add missing usb_put_devMarina Makienko1-0/+1
2012-10-10Merge tag 'mmc-merge-for-3.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmcLinus Torvalds1-2/+2
2012-09-04mmc: vub300: add missing usb_free_urbJulia Lawall1-2/+2
2012-09-01mmc: fix comment typosMasanari Iida1-1/+1
2012-01-13module_param: make bool parameters really bool (drivers & misc)Rusty Russell1-5/+5
2011-12-19mmc: vub300: fix type of firmware_rom_wait_states module parameterRusty Russell1-1/+1
2011-07-11Merge branch 'master' into for-nextJiri Kosina1-7/+4
2011-06-24treewide: Fix recieve/receive typosJoe Perches1-2/+2
2011-06-18mmc: vub300: fix null dereferences in error handlingChris Ball1-7/+4
2011-05-24mmc: Add new VUB300 USB-to-SD/SDIO/MMC driverTony Olech1-0/+2506