Commit Graph

85 Commits (55eee80c6233c67217a6238dd94f1fc765c723d1)

Author SHA1 Message Date
Joe Perches 55eee80c62 drivers/block/floppy.c: remove macros CALL, WAIT and IWAIT 15 years ago
Joe Perches 86b12b48a2 drivers/block/floppy.c: remove [_]COPYIN [_]COPYOUT and ECALL macros 15 years ago
Joe Perches 4575b55281 drivers/block/floppy.c: remove most uses of CALL and ECALL macros 15 years ago
Joe Perches e029853612 drivers/block/floppy.c: remove [U]CLEARF, [U]SETF, and [U]TESTF macros 15 years ago
Joe Perches 87f530d8f1 drivers/block/floppy.c: add debug_dcl(...) macro 15 years ago
Joe Perches 52a0d61f64 drivers/block/floppy.c: remove macro LOCK_FDC 15 years ago
Joe Perches a0a52d67de drivers/block/floppy.c: remove a few spaces from function casts 15 years ago
Joe Perches da27365342 drivers/block/floppy.c: remove IN/OUT macros, indent switch/case 15 years ago
Joe Perches 96534f1dd5 drivers/block/floppy.c: indent a comment 15 years ago
Joe Perches b87c9e0a88 drivers/block/floppy.c: remove CLEARSTRUCT macro, use memset 15 years ago
Joe Perches bb57f0c662 drivers/block/floppy.c: comment neatening and remove naked ; 15 years ago
Joe Perches 2300f90e31 drivers/block/floppy.c: remove LAST_OUT macro 15 years ago
Joe Perches d7b2b2ecd8 drivers/block/floppy.c: hoist assigns from if()s, neatening 15 years ago
Joe Perches 045f983630 drivers/block/floppy.c: remove used once CHECK_READY macro 15 years ago
Joe Perches a81ee54471 drivers/block/floppy.c: remove unnecessary braces 15 years ago
Joe Perches b46df356de drivers/block/floppy.c: use pr_<level> 15 years ago
Joe Perches 48c8cee61f drivers/block/floppy.c: #define space and column neatening 15 years ago
Joe Perches d49375434e drivers/block/floppy.c: convert some #include <asm/ to #include <linux/ 15 years ago
Martin K. Petersen 086fa5ff08 block: Rename blk_queue_max_sectors to blk_queue_max_hw_sectors 15 years ago
Arjan van de Ven 2886a8bdfa floppy: Add an extra bound check on ioctl arguments 15 years ago
Alexey Dobriyan 471452104b const: constify remaining dev_pm_ops 15 years ago
Alexey Dobriyan 83d5cde47d const: make block_device_operations const 16 years ago
Frans Pop c90cd332d3 floppy: Switch driver to dev_pm_ops 16 years ago
Jiri Slaby 8516a50002 floppy: fix lock imbalance 16 years ago
Ondrej Zary 5e50b9ef97 floppy: fix hibernation 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
Scott James Remnant 83f9ef463b floppy: provide a PNP device table in the module. 16 years ago
Eric Miao 71b3e0c1ad platform: make better use of to_platform_{device,driver}() macros 16 years ago
Philippe De Muyter 5a74db06cc floppy: request and release only the ports we actually use 16 years ago
Randy Dunlap 31c00fc15e Create/use more directory structure in the Documentation/ tree. 16 years ago
Al Viro a4af9b48cb [PATCH] switch floppy 17 years ago
Al Viro d4430d62fa [PATCH] beginning of methods conversion 17 years ago
Al Viro 86d434dede [PATCH] eliminate use of ->f_flags in block methods 17 years ago
Al Viro aeb5d72706 [PATCH] introduce fmode_t, do annotations 17 years ago
Keith Wansbrough 9e49184c82 floppy: support arbitrary first-sector numbers 17 years ago
Julia Lawall 061837bc86 drivers/block: Use DIV_ROUND_UP 17 years ago
Kumar Gala 68e1ee62f0 powerpc: convert CONFIG_PPC_MERGE to CONFIG_PPC for legacy io checks 17 years ago
Jon Schindler 7afea3bcb1 drivers/block/floppy.c: replace init_module&cleanup_module with module_init&module_exit 17 years ago
Jiri Slaby f2005e1777 block: floppy: fix rmmod lockup 17 years ago
Kiyoshi Ueda 1c5093ba03 blk_end_request: changing floppy (take 4) 17 years ago
Jesper Juhl fdc1ca8aba floppy: remove register keyword use from floppy driver 18 years ago
Jesper Juhl aee9041c5f floppy: remove dead/commented out code from floppy driver 18 years ago
Jesper Juhl 06f748c475 floppy: do a very minimal style cleanup of the floppy driver 18 years ago
Jan Beulich 2e9c47cd4d floppy: tolerate DMA channel unavailability 18 years ago
NeilBrown 6712ecf8f6 Drop 'size' argument from bio_endio and bi_end_io 18 years ago
NeilBrown 5705f70217 Introduce rq_for_each_segment replacing rq_for_each_bio 18 years ago
Jens Axboe 165125e1e4 [BLOCK] Get rid of request_queue_t typedef 18 years ago