summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* drivers/block/floppy.c: remove unnecessary casting in fd_ioctlJoe Perches2010-03-131-9/+8Star
* drivers/block/floppy.c: remove misleading, used once FD_IOCTL_ALLOWED macroJoe Perches2010-03-131-3/+1Star
* drivers/block/floppy.c: remove obfuscating CODE2SIZE macroJoe Perches2010-03-131-3/+2Star
* drivers/block/floppy.c: add __func__ to debugtJoe Perches2010-03-131-15/+15
* drivers/block/floppy.c: convert raw_cmd_copyin from while(1) to label: gotoJoe Perches2010-03-131-35/+38
* drivers/block/floppy.c: remove some unnecessary castingJoe Perches2010-03-131-6/+5Star
* drivers/block/floppy.c: use %pf in logging messagesJoe Perches2010-03-131-8/+8
* drivers/block/floppy.c: use __func__ where appropriateJoe Perches2010-03-131-11/+11
* drivers/block/floppy.c: DPRINT neateningJoe Perches2010-03-131-9/+7Star
* drivers/block/floppy.c: remove #define FLOPPY_SANITY_CHECKJoe Perches2010-03-131-34/+1Star
* drivers/block/floppy.c: remove unnecessary argument from [__]reschedule_timeoutJoe Perches2010-03-131-10/+12
* drivers/block/floppy.c: unclutter redo_fd_request logicJoe Perches2010-03-131-53/+52Star
* drivers/block/floppy.c: remove REPEAT macroJoe Perches2010-03-131-4/+4
* drivers/block/floppy.c: remove unnecessary return and bracesJoe Perches2010-03-131-3/+1Star
* drivers/block/floppy.c: add function is_ready_stateJoe Perches2010-03-131-4/+15
* drivers/block/floppy.c: convert int initialising to bool initializedJoe Perches2010-03-131-11/+10Star
* drivers/block/floppy.c: remove #define DEVICE_NAME "floppy"Joe Perches2010-03-131-3/+1Star
* drivers/block/floppy.c: move leading && and || to preceding lineJoe Perches2010-03-131-4/+4
* drivers/block/floppy.c: convert int 1/0 to bool true/falseJoe Perches2010-03-131-30/+30
* drivers/block/floppy.c: remove macros CALL, WAIT and IWAITJoe Perches2010-03-131-10/+8Star
* drivers/block/floppy.c: remove [_]COPYIN [_]COPYOUT and ECALL macrosJoe Perches2010-03-131-11/+6Star
* drivers/block/floppy.c: remove most uses of CALL and ECALL macrosJoe Perches2010-03-131-16/+35
* drivers/block/floppy.c: remove [U]CLEARF, [U]SETF, and [U]TESTF macrosJoe Perches2010-03-131-47/+47
* drivers/block/floppy.c: add debug_dcl(...) macroJoe Perches2010-03-131-52/+31Star
* drivers/block/floppy.c: remove macro LOCK_FDCJoe Perches2010-03-131-17/+26
* drivers/block/floppy.c: remove a few spaces from function castsJoe Perches2010-03-131-4/+4
* drivers/block/floppy.c: remove IN/OUT macros, indent switch/caseJoe Perches2010-03-131-111/+107Star
* drivers/block/floppy.c: indent a commentJoe Perches2010-03-131-1/+1
* drivers/block/floppy.c: remove CLEARSTRUCT macro, use memsetJoe Perches2010-03-131-7/+5Star
* drivers/block/floppy.c: comment neatening and remove naked ;Joe Perches2010-03-131-25/+30
* drivers/block/floppy.c: remove LAST_OUT macroJoe Perches2010-03-131-4/+8
* drivers/block/floppy.c: hoist assigns from if()s, neateningJoe Perches2010-03-131-24/+29
* drivers/block/floppy.c: remove used once CHECK_READY macroJoe Perches2010-03-131-2/+4
* drivers/block/floppy.c: remove unnecessary bracesJoe Perches2010-03-131-27/+17Star
* drivers/block/floppy.c: use pr_<level>Joe Perches2010-03-131-178/+175Star
* drivers/block/floppy.c: #define space and column neateningJoe Perches2010-03-131-83/+97
* drivers/block/floppy.c: convert some #include <asm/ to #include <linux/Joe Perches2010-03-131-2/+2
* drivers/scsi/ses.c: eliminate double freeJulia Lawall2010-03-131-2/+2
* sdio: recognize io card without powercycleAlbert Herranz2010-03-133-6/+32
* rtc/hctosys: only claim the RTC provided the system time if it didUwe Kleine-König2010-03-132-27/+37
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba...Linus Torvalds2010-03-091-0/+2
|\
| * PCI/PM Runtime: Make runtime PM of PCI devices inactive by defaultRafael J. Wysocki2010-03-061-0/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds2010-03-0894-522/+995
|\ \
| * | msi-laptop: depends on RFKILLRandy Dunlap2010-03-081-0/+1
| * | msi-laptop: Detect 3G device exists by standard ec commandLee, Chun-Yi2010-03-081-10/+34
| * | msi-laptop: Add resume method for set the SCM load againLee, Chun-Yi2010-03-081-1/+25
| * | msi-laptop: Support some MSI 3G netbook that is need load SCMLee, Chun-Yi2010-03-081-0/+238
| * | msi-laptop: Add threeg sysfs file for support query 3G state by standard 66/6...Lee, Chun-Yi2010-03-081-1/+30
| * | msi-laptop: Support standard ec 66/62 command on MSI notebook and nebookLee, Chun-Yi2010-03-081-4/+39
| * | Driver core: create lock/unlock functions for struct deviceGreg Kroah-Hartman2010-03-0811-59/+57Star