aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2010-03-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba...Gravatar Linus Torvalds 1-0/+2
2010-03-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Gravatar Linus Torvalds 94-522/+995
2010-03-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/wim/linux-2.6-watchdogGravatar Linus Torvalds 58-192/+1064
2010-03-08[WATCHDOG] i6300esb.c: change platform_driver to pci_driverGravatar Wim Van Sebroeck 1-60/+33
2010-03-08[S390] smsgiucv_app: deliver z/VM CP special messages (SMSG) as ueventsGravatar Hendrik Brueckner 5-1/+225
2010-03-08[S390] smsgiucv: declare char pointers as "const"Gravatar Hendrik Brueckner 2-8/+11
2010-03-08[S390] dasd: automatic recognition of read-only devicesGravatar Stefan Weinhuber 9-16/+79
2010-03-08[S390] remove unused qdio flags in zfcp and qethGravatar Ursula Braun 3-6/+0
2010-03-08[S390] qdio: add missing bracketGravatar Ursula Braun 1-1/+2
2010-03-08[S390] cio: fix init_count in case of recognition after steal lockGravatar Sebastian Ott 1-2/+3
2010-03-08[S390] dasd: security and PSF update patch for EMC CKD ioctlGravatar Nigel Hislop 1-7/+10
2010-03-08[S390] hvc_iucv: allocate memory buffers for IUCV in zone DMAGravatar Hendrik Brueckner 1-2/+4
2010-03-08[WATCHDOG] i6300esb: fix unlock register withGravatar Wim Van Sebroeck 1-3/+3
2010-03-07msi-laptop: depends on RFKILLGravatar Randy Dunlap 1-0/+1
2010-03-07msi-laptop: Detect 3G device exists by standard ec commandGravatar Lee, Chun-Yi 1-10/+34
2010-03-07msi-laptop: Add resume method for set the SCM load againGravatar Lee, Chun-Yi 1-1/+25
2010-03-07msi-laptop: Support some MSI 3G netbook that is need load SCMGravatar Lee, Chun-Yi 1-0/+238
2010-03-07msi-laptop: Add threeg sysfs file for support query 3G state by standard 66/6...Gravatar Lee, Chun-Yi 1-1/+30
2010-03-07msi-laptop: Support standard ec 66/62 command on MSI notebook and nebookGravatar Lee, Chun-Yi 1-4/+39
2010-03-07Driver core: create lock/unlock functions for struct deviceGravatar Greg Kroah-Hartman 11-59/+57
2010-03-07sysfs: fix for thinko with sysfs_bin_attr_init()Gravatar Stephen Rothwell 1-2/+2
2010-03-07driver core: Use sysfs_rename_link in device_renameGravatar Eric W. Biederman 1-12/+6
2010-03-07sysfs: windfarm: init sysfs attributesGravatar Johannes Berg 2-0/+2
2010-03-07sysfs: Use sysfs_attr_init and sysfs_bin_attr_init on dynamic attributesGravatar Eric W. Biederman 2-0/+7
2010-03-07Driver core: Fix first line of kernel-doc for a few functionsGravatar Ben Hutchings 2-9/+9
2010-03-07UIO: Remove SMX Cryptengine driverGravatar Hans J. Koch 3-152/+0
2010-03-07UIO: minor Kconfig fixesGravatar John Ogness 1-1/+1
2010-03-07UIO: Add a driver for Hilscher netX-based fieldbus cardsGravatar Hans J. Koch 3-0/+184
2010-03-07auxdisplay: move cfag12864bfb's probe function to .devinit.textGravatar Uwe Kleine-König 1-1/+1
2010-03-07media: move omap24xxcam's probe function to .devinit.textGravatar Uwe Kleine-König 1-1/+1
2010-03-07w1: move omap_hdq's probe function to .devinit.textGravatar Uwe Kleine-König 1-2/+2
2010-03-07i2c: move i2c_omap's probe function to .devinit.textGravatar Uwe Kleine-König 1-1/+1
2010-03-07x86: move hp-wmi's probe function to .devinit.textGravatar Uwe Kleine-König 1-2/+2
2010-03-07platform-drivers: move probe to .devinit.text in drivers/videoGravatar Uwe Kleine-König 17-18/+18
2010-03-07platform-drivers: move probe to .devinit.text in drivers/scsiGravatar Uwe Kleine-König 2-2/+2
2010-03-07Driver core: make struct platform_driver.id_table constGravatar Uwe Kleine-König 1-1/+1
2010-03-07Driver core: Constify struct sysfs_ops in struct kobj_typeGravatar Emese Revfy 32-43/+42
2010-03-07sysdev: fix up the probe/release attributesGravatar Greg Kroah-Hartman 1-8/+8
2010-03-07kobject: Constify struct kset_uevent_opsGravatar Emese Revfy 3-3/+3
2010-03-07driver-core: firmware_class: remove base.h header inclusionGravatar Luis R. Rodriguez 1-1/+0
2010-03-07Driver-Core: require valid action string in uevent triggerGravatar Kay Sievers 1-8/+3
2010-03-07Driver-Core: disable /sbin/hotplug by defaultGravatar Kay Sievers 1-1/+9
2010-03-07Driver-Core: devtmpfs - remove EXPERIMENTAL and flush out the descriptionGravatar Kay Sievers 1-17/+24
2010-03-07Driver-Core: devtmpfs - reset inode permissions before unlinkingGravatar Kay Sievers 1-0/+13
2010-03-07driver core: Convert some drivers to CLASS_ATTR_STRINGGravatar Andi Kleen 6-57/+27
2010-03-07driver core: Add class_attr_string for simple read-only stringGravatar Andi Kleen 1-0/+10
2010-03-07driver-core: Add attribute argument to class_attribute show/storeGravatar Andi Kleen 16-26/+71
2010-03-07sysdev: Fix type of sysdev class attribute in memory driverGravatar Andi Kleen 1-3/+4
2010-03-07sysdev: Use sysdev_class attribute arrays in node driverGravatar Andi Kleen 1-15/+16
2010-03-07sysdev: Convert node driverGravatar Andi Kleen 1-40/+17