summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2013-08-28rbd: convert bus code to use bus_groupsGreg Kroah-Hartman1-5/+9
2013-08-28firmware: dcdbas: use binary attribute groupsGreg KH1-17/+2
2013-08-27driver core: add #include <linux/sysfs.h> to core files.Greg Kroah-Hartman3-0/+3
2013-08-26HID: convert bus code to use dev_groupsGreg Kroah-Hartman1-4/+6
2013-08-26Input: serio: convert bus code to use drv_groupsGreg Kroah-Hartman1-10/+11
2013-08-26Input: gameport: convert bus code to use drv_groupsGreg Kroah-Hartman1-5/+7
2013-08-24driver core: firmware: use __ATTR_RW()Greg Kroah-Hartman1-8/+5
2013-08-24driver core: core: use DEVICE_ATTR_ROGreg Kroah-Hartman1-23/+16
2013-08-24driver core: bus: use DRIVER_ATTR_WO()Greg Kroah-Hartman1-9/+9
2013-08-24driver-core: platform: convert bus code to use dev_groupsGreg Kroah-Hartman1-4/+6
2013-08-24MEI: convert bus code to use dev_groupsGreg Kroah-Hartman1-4/+6
2013-08-24USB: serial: convert bus code to use drv_groupsGreg Kroah-Hartman1-6/+8
2013-08-22w1: slaves: w1_ds2781: convert to use w1_family_ops.groupsGreg Kroah-Hartman1-18/+18
2013-08-22w1: slaves: w1_ds2760: convert to use w1_family_ops.groupsGreg Kroah-Hartman1-17/+18
2013-08-22w1: slaves: w1_ds2780: convert to use w1_family_ops.groupsGreg Kroah-Hartman1-18/+18
2013-08-22w1: slaves: w1_ds28e04: convert to use w1_family_ops.groupsGreg Kroah-Hartman1-70/+42
2013-08-22w1: slaves: w1_ds2433: convert to use w1_family_ops.groupsGreg Kroah-Hartman1-25/+22
2013-08-22w1: slaves: w1_ds2431: convert to use w1_family_ops.groupsGreg Kroah-Hartman1-24/+19
2013-08-22w1: slaves: w1_ds2423: convert to use w1_family_ops.groupsGreg Kroah-Hartman1-18/+9
2013-08-22w1: slaves: w1_ds2413.c: convert to use w1_family_ops.groupsGreg Kroah-Hartman1-50/+22
2013-08-22w1: slaves: w1_ds2408: convert to use w1_family_ops.groupsGreg Kroah-Hartman1-122/+52
2013-08-22w1: slaves: w1_therm: convert to use w1_family_ops.groupsGreg Kroah-Hartman1-15/+9
2013-08-22w1: add attribute groups to struct w1_family_opsGreg Kroah-Hartman2-32/+42
2013-08-22w1: use default attribute groups for w1 slave devicesGreg Kroah-Hartman1-27/+11
2013-08-22w1: remove race with sysfs file creationGreg Kroah-Hartman1-38/+73
2013-08-22sysfs.h: remove attr_name() macroGreg Kroah-Hartman4-13/+13
2013-08-22acpi: bgrt: fix build error due to attribute changeGreg Kroah-Hartman1-1/+0
2013-08-22sysfs: add sysfs_create/remove_groups()Greg Kroah-Hartman3-61/+6
2013-08-21drivers: base: use standard device online/offline for state changeSeth Jennings1-72/+55
2013-08-21drivers: base: refactor add_memory_section() to add_memory_block()Seth Jennings1-27/+21
2013-08-21drivers: base: remove improper get/put in add_memory_section()Seth Jennings1-4/+2
2013-08-21drivers: base: reduce add_memory_section() for boot-time onlySeth Jennings1-27/+14
2013-08-21drivers: base: unshare add_memory_section() from hotplugSeth Jennings1-3/+16
2013-08-21drivers: base: use device get/put functionsSeth Jennings1-4/+4
2013-08-21drivers: base: remove unneeded variableSeth Jennings1-4/+1
2013-08-21drivers: base: move mutex lock out of add_memory_section()Seth Jennings1-4/+9
2013-08-21ACPI: bgrt: take advantage of binary sysfs groupsGreg KH1-16/+10
2013-08-21hid: roccat-pyra: convert class code to use bin_attrs in groupsGreg Kroah-Hartman1-78/+62
2013-08-20hid: roccat-kone: fix off-by-one bug in attributesGreg Kroah-Hartman1-1/+1
2013-08-20hid: roccat-kovaplus: convert class code to use bin_attrs in groupsGreg Kroah-Hartman1-83/+54
2013-08-20hid: roccat-konepure: convert class code to use bin_attrs in groupsGreg Kroah-Hartman1-27/+40
2013-08-20hid: roccat-koneplus: convert class code to use bin_attrs in groupsGreg Kroah-Hartman1-87/+66
2013-08-20hid: roccat-savu: convert class code to use bin_attrs in groupsGreg Kroah-Hartman1-27/+31
2013-08-20hid: roccat-kone: convert class code to use bin_attrs in groupsGreg Kroah-Hartman1-46/+34
2013-08-20hid: roccat-isku: convert class code to use bin_attrs in groupsGreg Kroah-Hartman1-38/+49
2013-08-20hid: roccat-arvo: convert class code to use bin_attrs in groupsGreg Kroah-Hartman1-15/+19
2013-08-20PPS: convert class code to use dev_groupsGreg Kroah-Hartman2-21/+36
2013-08-20x86: wmi: convert class code to use dev_groupsGreg Kroah-Hartman1-4/+6
2013-08-20v4l2: convert class code to use dev_groupsGreg Kroah-Hartman1-13/+17
2013-08-20HID: roccat: convert class code to use dev_groupsGreg Kroah-Hartman6-65/+88