aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/memstick/host (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-03-20memstick: remove the second argument of k[un]map_atomic()Cong Wang2-4/+4
2012-01-13module_param: make bool parameters really bool (drivers & misc)Rusty Russell3-3/+3
2011-10-31drivers/memstick: Add module.h to the prev. implicit modular usersPaul Gortmaker2-0/+2
2011-03-31Fix common misspellingsLucas De Marchi2-4/+4
2011-03-28memstick: make enable_dma less generic in r592Stephen Rothwell1-3/+3
2011-03-25memstick: add driver for Ricoh R5C592 card readerMaxim Levitsky4-0/+1096
2011-03-17memstick: change to new flag variablematt mooney1-4/+0
2011-01-13memstick: add support for JMicron JMB 385 and 390 controllersTakashi Iwai1-2/+15
2011-01-13memstick: set PMOS values propery for JMicron 38x controllersTakashi Iwai1-4/+33
2011-01-13memstick: fix setup for JMicron 38x controllersTakashi Iwai1-30/+36
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2009-04-07dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)Yang Hongyang1-1/+1
2009-01-06memstick: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers1-2/+2
2008-09-13memstick: fix MSProHG 8-bit interface mode supportAlex Dubov1-12/+27
2008-07-26memstick: use fully asynchronous request processingAlex Dubov2-30/+54
2008-07-26memstick: allow "set_param" method to return an error codeAlex Dubov2-27/+57
2008-07-21driver core: remove DEVICE_ID_SIZE defineGreg Kroah-Hartman1-2/+2
2008-04-19memstick: convert struct class_device to struct deviceGreg Kroah-Hartman1-8/+8
2008-03-28memstick: suppress uninitialized-var warningAndrew Morton1-1/+3
2008-03-19memstick: optimize setup of JMicron host parametersAlex Dubov1-30/+30
2008-03-19memstick: automatically retrieve "INT" value from command responseAlex Dubov2-28/+37
2008-03-19memstick: drivers/memstick/host/jmb38x_ms.c: suppress uninitialized var warningAndrew Morton1-1/+3
2008-03-19memstick: drivers/memstick/host/jmb38x_ms.c needs dma-mapping.hAndrew Morton1-0/+1
2008-03-10memstick: add support for JMicron jmb38x MemoryStick host controllerAlex Dubov3-3/+958
2008-03-10tifm: fix memorystick host initialization codeAlex Dubov1-25/+15
2008-03-10tifm: fix the MemoryStick host fifo handling codeAlex Dubov1-261/+263
2008-03-10memstick: drop DRIVER_VERSION numbers as meaninglessAlex Dubov1-2/+0
2008-03-10memstick: add memstick_suspend/resume_host methodsAlex Dubov1-4/+4
2008-03-10memstick: introduce correct definitions in the headerAlex Dubov1-10/+9
2008-02-13drivers/memstick/host/tifm_ms.c breakageAl Viro1-1/+1
2008-02-09memstick: initial commit for Sony MemoryStick supportAlex Dubov3-0/+717