| Commit message (Expand) | Author | Age | Files | Lines |
* | drivers/memstick/host/rtsx_pci_ms.c: add cancel_work when remove driver | Micky Ching | 2014-06-23 | 1 | -0/+1 |
* | memstick: Add realtek USB memstick host driver | Roger Tseng | 2014-04-28 | 3 | -0/+850 |
* | drivers/memstick/host/rtsx_pci_ms.c: fix ms card data transfer bug | Micky Ching | 2014-01-23 | 1 | -10/+20 |
* | tree-wide: use reinit_completion instead of INIT_COMPLETION | Wolfram Sang | 2013-11-15 | 2 | -2/+2 |
* | drivers/memstick/core/ms_block.c: fix spelling of MSB_RP_RECIVE_STATUS_REG | Andrew Morton | 2013-11-15 | 2 | -3/+3 |
* | drivers/memstick/core/ms_block.c: fix unreachable state in h_msb_read_page() | Roger Tseng | 2013-11-13 | 1 | -1/+1 |
* | drivers/memstick/core/mspro_block.c: fix attributes array allocation | Michal Nazarewicz | 2013-11-13 | 1 | -2/+2 |
* | memstick: convert bus code to use dev_groups | Greg Kroah-Hartman | 2013-10-16 | 1 | -9/+9 |
* | memstick: add support for legacy memorysticks | Maxim Levitsky | 2013-09-11 | 4 | -1/+2688 |
* | drivers/memstick/host/rtsx_pci_ms.c: remove unnecessary platform_set_drvdata() | Jingoo Han | 2013-09-11 | 1 | -2/+0 |
* | mmc: memstick: rtsx: Modify copyright comments | Wei WANG | 2013-08-30 | 1 | -2/+1 |
* | drivers/memstick/host/r592.c: convert to module_pci_driver | Libo Chen | 2013-07-03 | 1 | -12/+1 |
* | drivers/memstick/host/jmb38x_ms: convert to module_pci_driver | Libo Chen | 2013-07-03 | 1 | -12/+1 |
* | block_device_operations->release() should return void | Al Viro | 2013-05-07 | 1 | -5/+3 |
* | drivers/memstick/host/r592.c: make r592_pm_ops static | Jingoo Han | 2013-04-30 | 1 | -5/+3 |
* | memstick: move the dereference below the NULL test | Wei Yongjun | 2013-02-27 | 1 | -1/+2 |
* | memstick: convert to idr_alloc() | Tejun Heo | 2013-02-27 | 2 | -25/+13 |
* | Merge tag 'mfd-3.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/... | Linus Torvalds | 2013-02-24 | 1 | -0/+7 |
|\ |
|
| * | mfd: rtsx: Fix issue that booting OS with SD card inserted | Wei WANG | 2013-02-14 | 1 | -0/+7 |
* | | drivers/memstick: remove depends on CONFIG_EXPERIMENTAL | Kees Cook | 2013-01-21 | 1 | -1/+1 |
* | | drivers/memstick/host: remove depends on CONFIG_EXPERIMENTAL | Kees Cook | 2013-01-21 | 1 | -6/+6 |
|/ |
|
* | drivers/memstick: Add realtek pcie memstick host driver | Wei WANG | 2012-11-15 | 3 | -0/+652 |
* | memstick: remove the second argument of k[un]map_atomic() | Cong Wang | 2012-03-20 | 2 | -4/+4 |
* | module_param: make bool parameters really bool (drivers & misc) | Rusty Russell | 2012-01-13 | 3 | -3/+3 |
* | drivers/memstick: Add module.h to the prev. implicit modular users | Paul Gortmaker | 2011-10-31 | 4 | -0/+4 |
* | Fix common misspellings | Lucas De Marchi | 2011-03-31 | 3 | -5/+5 |
* | memstick: make enable_dma less generic in r592 | Stephen Rothwell | 2011-03-28 | 1 | -3/+3 |
* | memstick: add driver for Ricoh R5C592 card reader | Maxim Levitsky | 2011-03-25 | 4 | -0/+1096 |
* | memstick: change to new flag variable | matt mooney | 2011-03-17 | 3 | -11/+1 |
* | workqueue, freezer: unify spelling of 'freeze' + 'able' to 'freezable' | Tejun Heo | 2011-02-16 | 1 | -1/+1 |
* | memstick: factor out transfer initiating functionality in mspro_block.c | Alex Dubov | 2011-01-13 | 1 | -62/+74 |
* | memstick: remove mspro_block_mutex | Alex Dubov | 2011-01-13 | 1 | -8/+1 |
* | memstick: avert possible race condition between idr_pre_get and idr_get_new | Alex Dubov | 2011-01-13 | 2 | -9/+15 |
* | memstick: add support for JMicron JMB 385 and 390 controllers | Takashi Iwai | 2011-01-13 | 1 | -2/+15 |
* | memstick: set PMOS values propery for JMicron 38x controllers | Takashi Iwai | 2011-01-13 | 1 | -4/+33 |
* | memstick: fix setup for JMicron 38x controllers | Takashi Iwai | 2011-01-13 | 1 | -30/+36 |
* | memstick: core: fix device_register() error handling | Vasiliy Kulikov | 2011-01-13 | 1 | -0/+1 |
* | block: autoconvert trivial BKL users to private mutex | Arnd Bergmann | 2010-10-05 | 1 | -5/+6 |
* | memstick: fix hangs on unexpected device removal in mspro_blk | Maxim Levitsky | 2010-08-12 | 1 | -2/+3 |
* | memstick: init sysfs attributes | Maxim Levitsky | 2010-08-12 | 1 | -0/+1 |
* | block: push down BKL into .open and .release | Arnd Bergmann | 2010-08-07 | 1 | -1/+8 |
* | block: remove wrappers for request type/flags | Christoph Hellwig | 2010-08-07 | 1 | -1/+2 |
* | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 2010-03-30 | 3 | -0/+3 |
* | block: Consolidate phys_segment and hw_segment limits | Martin K. Petersen | 2010-02-26 | 1 | -2/+1 |
* | block: Rename blk_queue_max_sectors to blk_queue_max_hw_sectors | Martin K. Petersen | 2010-02-26 | 1 | -1/+1 |
* | memstick: move dev_dbg | Jiri Slaby | 2009-09-24 | 1 | -1/+1 |
* | const: make block_device_operations const | Alexey Dobriyan | 2009-09-22 | 1 | -1/+1 |
* | block: Do away with the notion of hardsect_size | Martin K. Petersen | 2009-05-22 | 1 | -1/+1 |
* | block: implement and enforce request peek/start/fetch | Tejun Heo | 2009-05-11 | 1 | -6/+3 |
* | block: convert to dequeueing model (easy ones) | Tejun Heo | 2009-05-11 | 1 | -3/+5 |