index
:
blackbird-op-linux
master
Blackbird™ Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
memstick
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'for-4.11/next' into for-4.11/linus-merge
Jens Axboe
2017-02-17
2
-24
/
+0
|
\
|
*
mspro_block: remove pointless prep_fn
Christoph Hellwig
2017-01-31
1
-13
/
+0
|
*
ms_block: remove pointless prep_fn
Christoph Hellwig
2017-01-31
1
-11
/
+0
*
|
drivers/memstick/core/memstick.c: avoid -Wnonnull warning
Arnd Bergmann
2017-01-24
1
-1
/
+1
|
/
*
Merge branch 'for-4.10/block' of git://git.kernel.dk/linux-block
Linus Torvalds
2016-12-13
2
-2
/
+2
|
\
|
*
block: split out request-only flags into a new namespace
Christoph Hellwig
2016-10-28
2
-2
/
+2
*
|
memstick: rtsx_usb_ms: Manage runtime PM when accessing the device
Ulf Hansson
2016-10-17
1
-0
/
+4
*
|
memstick: rtsx_usb_ms: Runtime resume the device when polling for cards
Alan Stern
2016-10-17
1
-0
/
+2
|
/
*
memstick: don't allocate unused major for ms_block
NeilBrown
2016-08-02
1
-15
/
+2
*
memstick: don't allow REQ_TYPE_BLOCK_PC requests
Christoph Hellwig
2016-07-20
2
-4
/
+2
*
block: convert to device_add_disk()
Dan Williams
2016-06-27
2
-4
/
+2
*
drivers/memstick/core/mspro_block: use kmemdup
Muhammad Falak R Wani
2016-05-23
1
-2
/
+1
*
rtsx_usb_ms: use schedule_timeout_idle() in polling loop
Oleksandr Natalenko
2016-05-23
1
-1
/
+1
*
memstick: trivial fix of spelling mistake on management
Colin Ian King
2016-04-28
2
-9
/
+9
*
drivers/memstick/host/r592.c: avoid gcc-6 warning
Arnd Bergmann
2016-03-25
1
-2
/
+1
*
memstick: use sector_div instead of do_div
Arnd Bergmann
2016-01-20
1
-1
/
+1
*
memstick: remove deprecated use of pci api
Quentin Lambert
2015-06-30
2
-11
/
+11
*
memstick: mspro_block: add missing curly braces
Dan Carpenter
2015-04-17
1
-1
/
+2
*
memstick: host: drop owner assignment from platform_drivers
Wolfram Sang
2014-10-20
2
-2
/
+0
*
memstick: r592: fix build warnings for !PM_SLEEP
Thierry Reding
2014-10-14
1
-0
/
+2
*
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
[next]