aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-03-12drivers/block/floppy.c: indent a commentJoe Perches1-1/+1
2010-03-12drivers/block/floppy.c: remove CLEARSTRUCT macro, use memsetJoe Perches1-7/+5
2010-03-12drivers/block/floppy.c: comment neatening and remove naked ;Joe Perches1-25/+30
2010-03-12drivers/block/floppy.c: remove LAST_OUT macroJoe Perches1-4/+8
2010-03-12drivers/block/floppy.c: hoist assigns from if()s, neateningJoe Perches1-24/+29
2010-03-12drivers/block/floppy.c: remove used once CHECK_READY macroJoe Perches1-2/+4
2010-03-12drivers/block/floppy.c: remove unnecessary bracesJoe Perches1-27/+17
2010-03-12drivers/block/floppy.c: use pr_<level>Joe Perches1-178/+175
2010-03-12drivers/block/floppy.c: #define space and column neateningJoe Perches1-83/+97
2010-03-12drivers/block/floppy.c: convert some #include <asm/ to #include <linux/Joe Perches1-2/+2
2010-03-12drivers/scsi/ses.c: eliminate double freeJulia Lawall1-2/+2
2010-03-12sdio: recognize io card without powercycleAlbert Herranz3-6/+32
2010-03-12rtc/hctosys: only claim the RTC provided the system time if it didUwe Kleine-König2-27/+37
2010-03-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6Linus Torvalds1-0/+2
2010-03-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds94-522/+995
2010-03-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/wim/linux-2.6-watchdogLinus Torvalds58-192/+1064
2010-03-08[WATCHDOG] i6300esb.c: change platform_driver to pci_driverWim Van Sebroeck1-60/+33
2010-03-08[S390] smsgiucv_app: deliver z/VM CP special messages (SMSG) as ueventsHendrik Brueckner5-1/+225
2010-03-08[S390] smsgiucv: declare char pointers as "const"Hendrik Brueckner2-8/+11
2010-03-08[S390] dasd: automatic recognition of read-only devicesStefan Weinhuber9-16/+79
2010-03-08[S390] remove unused qdio flags in zfcp and qethUrsula Braun3-6/+0
2010-03-08[S390] qdio: add missing bracketUrsula Braun1-1/+2
2010-03-08[S390] cio: fix init_count in case of recognition after steal lockSebastian Ott1-2/+3
2010-03-08[S390] dasd: security and PSF update patch for EMC CKD ioctlNigel Hislop1-7/+10
2010-03-08[S390] hvc_iucv: allocate memory buffers for IUCV in zone DMAHendrik Brueckner1-2/+4
2010-03-08[WATCHDOG] i6300esb: fix unlock register withWim Van Sebroeck1-3/+3
2010-03-07msi-laptop: depends on RFKILLRandy Dunlap1-0/+1
2010-03-07msi-laptop: Detect 3G device exists by standard ec commandLee, Chun-Yi1-10/+34
2010-03-07msi-laptop: Add resume method for set the SCM load againLee, Chun-Yi1-1/+25
2010-03-07msi-laptop: Support some MSI 3G netbook that is need load SCMLee, Chun-Yi1-0/+238
2010-03-07msi-laptop: Add threeg sysfs file for support query 3G state by standard 66/62 ec commandLee, Chun-Yi1-1/+30
2010-03-07msi-laptop: Support standard ec 66/62 command on MSI notebook and nebookLee, Chun-Yi1-4/+39
2010-03-07Driver core: create lock/unlock functions for struct deviceGreg Kroah-Hartman11-59/+57
2010-03-07sysfs: fix for thinko with sysfs_bin_attr_init()Stephen Rothwell1-2/+2
2010-03-07driver core: Use sysfs_rename_link in device_renameEric W. Biederman1-12/+6
2010-03-07sysfs: windfarm: init sysfs attributesJohannes Berg2-0/+2
2010-03-07sysfs: Use sysfs_attr_init and sysfs_bin_attr_init on dynamic attributesEric W. Biederman2-0/+7
2010-03-07Driver core: Fix first line of kernel-doc for a few functionsBen Hutchings2-9/+9
2010-03-07UIO: Remove SMX Cryptengine driverHans J. Koch3-152/+0
2010-03-07UIO: minor Kconfig fixesJohn Ogness1-1/+1
2010-03-07UIO: Add a driver for Hilscher netX-based fieldbus cardsHans J. Koch3-0/+184
2010-03-07auxdisplay: move cfag12864bfb's probe function to .devinit.textUwe Kleine-König1-1/+1
2010-03-07media: move omap24xxcam's probe function to .devinit.textUwe Kleine-König1-1/+1
2010-03-07w1: move omap_hdq's probe function to .devinit.textUwe Kleine-König1-2/+2
2010-03-07i2c: move i2c_omap's probe function to .devinit.textUwe Kleine-König1-1/+1
2010-03-07x86: move hp-wmi's probe function to .devinit.textUwe Kleine-König1-2/+2
2010-03-07platform-drivers: move probe to .devinit.text in drivers/videoUwe Kleine-König17-18/+18
2010-03-07platform-drivers: move probe to .devinit.text in drivers/scsiUwe Kleine-König2-2/+2
2010-03-07Driver core: make struct platform_driver.id_table constUwe Kleine-König1-1/+1
2010-03-07Driver core: Constify struct sysfs_ops in struct kobj_typeEmese Revfy32-43/+42