summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
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
2010-03-07sysdev: fix up the probe/release attributesGreg Kroah-Hartman1-8/+8
2010-03-07kobject: Constify struct kset_uevent_opsEmese Revfy3-3/+3
2010-03-07driver-core: firmware_class: remove base.h header inclusionLuis R. Rodriguez1-1/+0
2010-03-07Driver-Core: require valid action string in uevent triggerKay Sievers1-8/+3
2010-03-07Driver-Core: disable /sbin/hotplug by defaultKay Sievers1-1/+9
2010-03-07Driver-Core: devtmpfs - remove EXPERIMENTAL and flush out the descriptionKay Sievers1-17/+24
2010-03-07Driver-Core: devtmpfs - reset inode permissions before unlinkingKay Sievers1-0/+13
2010-03-07driver core: Convert some drivers to CLASS_ATTR_STRINGAndi Kleen6-57/+27
2010-03-07driver core: Add class_attr_string for simple read-only stringAndi Kleen1-0/+10
2010-03-07driver-core: Add attribute argument to class_attribute show/storeAndi Kleen16-26/+71
2010-03-07sysdev: Fix type of sysdev class attribute in memory driverAndi Kleen1-3/+4
2010-03-07sysdev: Use sysdev_class attribute arrays in node driverAndi Kleen1-15/+16
2010-03-07sysdev: Convert node driverAndi Kleen1-40/+17
2010-03-07sysfs: Add attribute array to sysdev classesAndi Kleen1-1/+8
2010-03-07sysdev: Convert cpu driver sysdev class attributesAndi Kleen1-16/+21
2010-03-07sysdev: Convert node driver class attributes to be data drivenAndi Kleen1-47/+18
2010-03-07sysdev: Pass attribute in sysdev_class attributes show/storeAndi Kleen4-10/+24
2010-03-07Driver core: add platform_create_bundle() helperDmitry Torokhov1-0/+58
2010-03-07driver-core: fix race condition in get_device_parent()Tejun Heo1-2/+11
2010-03-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/amit/virtio-consoleLinus Torvalds1-13/+16
2010-03-07Merge branch 'x86-mrst-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-0/+43
2010-03-07Merge branch 'for-linus/i2c' of git://git.fluff.org/bjdooks/linuxLinus Torvalds8-108/+1951
2010-03-07Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/same...Linus Torvalds60-780/+6907
2010-03-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging-2.6Linus Torvalds478-24384/+29064
2010-03-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6Linus Torvalds4-248/+898
2010-03-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/kyl...Linus Torvalds2-2/+2
2010-03-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds2-0/+234
2010-03-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst...Linus Torvalds1-0/+1
2010-03-07Merge branch 'next-i2c-xilinx' into next-i2cBen Dooks3-0/+835
2010-03-07Merge branch 'next-i2c-omap' into next-i2cBen Dooks1-19/+25
2010-03-07Merge branch 'next-i2c-mpc-v8' into next-i2cBen Dooks2-77/+124
2010-03-07i2c: Add support for Xilinx XPS IIC Bus InterfaceRichard Röjfors3-0/+835
2010-03-07i2c: omap: Add support for 16-bit registersCory Maccarrone1-19/+25
2010-03-07i2c-pnx: fix setting start/stop conditionLuotao Fu1-11/+0
2010-03-07i2c-mpc: add support for the MPC512x processors from FreescaleWolfgang Grandegger2-22/+78
2010-03-07i2c-mpc: rename "setclock" initialization functions to "setup"Wolfgang Grandegger1-22/+20
2010-03-07i2c-mpc: use __devinit[data] for initialization functions and dataWolfgang Grandegger1-53/+46