summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* driver core: firmware: use __ATTR_RW()Greg Kroah-Hartman2013-08-241-8/+5
* driver core: core: use DEVICE_ATTR_ROGreg Kroah-Hartman2013-08-241-23/+16
* driver core: bus: use DRIVER_ATTR_WO()Greg Kroah-Hartman2013-08-241-9/+9
* driver-core: platform: convert bus code to use dev_groupsGreg Kroah-Hartman2013-08-231-4/+6
* MEI: convert bus code to use dev_groupsGreg Kroah-Hartman2013-08-231-4/+6
* USB: serial: convert bus code to use drv_groupsGreg Kroah-Hartman2013-08-231-6/+8
* w1: slaves: w1_ds2781: convert to use w1_family_ops.groupsGreg Kroah-Hartman2013-08-221-18/+18
* w1: slaves: w1_ds2760: convert to use w1_family_ops.groupsGreg Kroah-Hartman2013-08-221-17/+18
* w1: slaves: w1_ds2780: convert to use w1_family_ops.groupsGreg Kroah-Hartman2013-08-221-18/+18
* w1: slaves: w1_ds28e04: convert to use w1_family_ops.groupsGreg Kroah-Hartman2013-08-221-70/+42
* w1: slaves: w1_ds2433: convert to use w1_family_ops.groupsGreg Kroah-Hartman2013-08-221-25/+22
* w1: slaves: w1_ds2431: convert to use w1_family_ops.groupsGreg Kroah-Hartman2013-08-221-24/+19
* w1: slaves: w1_ds2423: convert to use w1_family_ops.groupsGreg Kroah-Hartman2013-08-221-18/+9
* w1: slaves: w1_ds2413.c: convert to use w1_family_ops.groupsGreg Kroah-Hartman2013-08-221-50/+22
* w1: slaves: w1_ds2408: convert to use w1_family_ops.groupsGreg Kroah-Hartman2013-08-221-122/+52
* w1: slaves: w1_therm: convert to use w1_family_ops.groupsGreg Kroah-Hartman2013-08-221-15/+9
* w1: add attribute groups to struct w1_family_opsGreg Kroah-Hartman2013-08-222-32/+42
* w1: use default attribute groups for w1 slave devicesGreg Kroah-Hartman2013-08-221-27/+11
* w1: remove race with sysfs file creationGreg Kroah-Hartman2013-08-221-38/+73
* sysfs.h: remove attr_name() macroGreg Kroah-Hartman2013-08-224-13/+13
* acpi: bgrt: fix build error due to attribute changeGreg Kroah-Hartman2013-08-221-1/+0
* sysfs: add sysfs_create/remove_groups()Greg Kroah-Hartman2013-08-223-61/+6
* drivers: base: use standard device online/offline for state changeSeth Jennings2013-08-211-72/+55
* drivers: base: refactor add_memory_section() to add_memory_block()Seth Jennings2013-08-211-27/+21
* drivers: base: remove improper get/put in add_memory_section()Seth Jennings2013-08-211-4/+2
* drivers: base: reduce add_memory_section() for boot-time onlySeth Jennings2013-08-211-27/+14
* drivers: base: unshare add_memory_section() from hotplugSeth Jennings2013-08-211-3/+16
* drivers: base: use device get/put functionsSeth Jennings2013-08-211-4/+4
* drivers: base: remove unneeded variableSeth Jennings2013-08-211-4/+1
* drivers: base: move mutex lock out of add_memory_section()Seth Jennings2013-08-211-4/+9
* ACPI: bgrt: take advantage of binary sysfs groupsGreg KH2013-08-211-16/+10
* hid: roccat-pyra: convert class code to use bin_attrs in groupsGreg Kroah-Hartman2013-08-211-78/+62
* hid: roccat-kone: fix off-by-one bug in attributesGreg Kroah-Hartman2013-08-201-1/+1
* hid: roccat-kovaplus: convert class code to use bin_attrs in groupsGreg Kroah-Hartman2013-08-201-83/+54
* hid: roccat-konepure: convert class code to use bin_attrs in groupsGreg Kroah-Hartman2013-08-201-27/+40
* hid: roccat-koneplus: convert class code to use bin_attrs in groupsGreg Kroah-Hartman2013-08-201-87/+66
* hid: roccat-savu: convert class code to use bin_attrs in groupsGreg Kroah-Hartman2013-08-201-27/+31
* hid: roccat-kone: convert class code to use bin_attrs in groupsGreg Kroah-Hartman2013-08-201-46/+34
* hid: roccat-isku: convert class code to use bin_attrs in groupsGreg Kroah-Hartman2013-08-201-38/+49
* hid: roccat-arvo: convert class code to use bin_attrs in groupsGreg Kroah-Hartman2013-08-201-15/+19
* PPS: convert class code to use dev_groupsGreg Kroah-Hartman2013-08-202-21/+36
* x86: wmi: convert class code to use dev_groupsGreg Kroah-Hartman2013-08-201-4/+6
* v4l2: convert class code to use dev_groupsGreg Kroah-Hartman2013-08-201-13/+17
* HID: roccat: convert class code to use dev_groupsGreg Kroah-Hartman2013-08-206-65/+88
* devfreq: convert devfreq_class to use dev_groupsGreg Kroah-Hartman2013-08-201-34/+44
* drivers / dma-contiguous: Fix __init attribute locationHanjun Guo2013-08-201-2/+2
* drivers / platform: Fix __init attribute locationHanjun Guo2013-08-201-2/+2
* drivers / base: Fix sysfs_deprecated_setup() __init attribute locationHanjun Guo2013-08-201-1/+1
* driver core / cpu: Check if NUMA node is valid before bringing CPU upRafael J. Wysocki2013-08-131-1/+5
* driver core: bus_type: add bus_groupsGreg Kroah-Hartman2013-08-131-0/+37