Commit Graph

60 Commits (eea72d5fdf59879edb2c6639b0b7cc385e0df646)

Author SHA1 Message Date
Lucas De Marchi 25985edced Fix common misspellings 14 years ago
Stephen Rothwell 5ede9ddfba memstick: make enable_dma less generic in r592 14 years ago
Maxim Levitsky 9263412501 memstick: add driver for Ricoh R5C592 card reader 14 years ago
matt mooney 41d9c644fc memstick: change to new flag variable 14 years ago
Tejun Heo 58a69cb47e workqueue, freezer: unify spelling of 'freeze' + 'able' to 'freezable' 14 years ago
Alex Dubov 496fc1a68a memstick: factor out transfer initiating functionality in mspro_block.c 14 years ago
Alex Dubov edb50b3b1d memstick: remove mspro_block_mutex 14 years ago
Alex Dubov d8256d4878 memstick: avert possible race condition between idr_pre_get and idr_get_new 14 years ago
Takashi Iwai 8930c8aa74 memstick: add support for JMicron JMB 385 and 390 controllers 14 years ago
Takashi Iwai 68860b96eb memstick: set PMOS values propery for JMicron 38x controllers 14 years ago
Takashi Iwai 23c5947ac3 memstick: fix setup for JMicron 38x controllers 14 years ago
Vasiliy Kulikov 0193383a58 memstick: core: fix device_register() error handling 14 years ago
Arnd Bergmann 2a48fc0ab2 block: autoconvert trivial BKL users to private mutex 15 years ago
Maxim Levitsky d862b13bc8 memstick: fix hangs on unexpected device removal in mspro_blk 15 years ago
Maxim Levitsky 21fd0495ea memstick: init sysfs attributes 15 years ago
Arnd Bergmann 6e9624b8ca block: push down BKL into .open and .release 15 years ago
Christoph Hellwig 33659ebbae block: remove wrappers for request type/flags 15 years ago
Tejun Heo 5a0e3ad6af include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h 15 years ago
Martin K. Petersen 8a78362c4e block: Consolidate phys_segment and hw_segment limits 15 years ago
Martin K. Petersen 086fa5ff08 block: Rename blk_queue_max_sectors to blk_queue_max_hw_sectors 15 years ago
Jiri Slaby b873c2f34e memstick: move dev_dbg 16 years ago
Alexey Dobriyan 83d5cde47d const: make block_device_operations const 16 years ago
Martin K. Petersen e1defc4ff0 block: Do away with the notion of hardsect_size 16 years ago
Tejun Heo 9934c8c045 block: implement and enforce request peek/start/fetch 16 years ago
Tejun Heo 296b2f6ae6 block: convert to dequeueing model (easy ones) 16 years ago
Tejun Heo 1011c1b9f2 block: blk_rq_[cur_]_{sectors|bytes}() usage cleanup 16 years ago
Tejun Heo 83096ebf12 block: convert to pos and nr_sectors accessors 16 years ago
Tejun Heo 40cbbb781d block: implement and use [__]blk_end_request_all() 16 years ago
Yang Hongyang 284901a90a dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32) 16 years ago
Harvey Harrison 69347a236b memstick: annotate endianness of attribute structs 16 years ago
Kay Sievers 0252c3b4f0 memstick: struct device - replace bus_id with dev_name(), dev_set_name() 16 years ago
Al Viro 5d9a54b665 [PATCH] switch memstick 17 years ago
Al Viro d4430d62fa [PATCH] beginning of methods conversion 17 years ago
Parag Warudkar 01e8ef11bc x86: sysfs: kill owner field from attribute 17 years ago
Kiyoshi Ueda 2a9df5055a memstick: change to use __blk_end_request() 17 years ago
Tejun Heo f331c0296f block: don't depend on consecutive minor space 17 years ago
Alex Dubov 8e82f8c34b memstick: fix MSProHG 8-bit interface mode support 17 years ago
Alex Dubov f1d8269802 memstick: use fully asynchronous request processing 17 years ago
Alex Dubov 17017d8d2c memstick: add "start" and "stop" methods to memstick device 17 years ago
Alex Dubov b77899985b memstick: allow "set_param" method to return an error code 17 years ago
Greg Kroah-Hartman b98cb4b7fe driver core: remove DEVICE_ID_SIZE define 17 years ago
Greg Kroah-Hartman c4c66cf178 memstick: convert struct class_device to struct device 17 years ago
Andrew Morton d250dad64a memstick: suppress uninitialized-var warning 17 years ago
Alex Dubov cf821e8f53 memstick: optimize setup of JMicron host parameters 17 years ago
Alex Dubov 962ee1b10b memstick: add support for 8-bit parallel mode 17 years ago
Alex Dubov ead7077360 memstick: automatically retrieve "INT" value from command response 17 years ago
Andrew Morton 8195096bf2 memstick: drivers/memstick/host/jmb38x_ms.c: suppress uninitialized var warning 17 years ago
Andrew Morton d3597ea2f2 memstick: drivers/memstick/host/jmb38x_ms.c needs dma-mapping.h 17 years ago
Alex Dubov 60fdd931d5 memstick: add support for JMicron jmb38x MemoryStick host controller 17 years ago
Alex Dubov 593672582e memstick: try harder to recover from unsuccessful interface mode switch 17 years ago