summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* driver core: add #include <linux/sysfs.h> to core files.Greg Kroah-Hartman2013-08-273-0/+3
* HID: convert bus code to use dev_groupsGreg Kroah-Hartman2013-08-261-4/+6
* Input: serio: convert bus code to use drv_groupsGreg Kroah-Hartman2013-08-251-10/+11
* Input: gameport: convert bus code to use drv_groupsGreg Kroah-Hartman2013-08-251-5/+7
* driver core: firmware: use __ATTR_RW()Greg Kroah-Hartman2013-08-231-8/+5
* driver core: core: use DEVICE_ATTR_ROGreg Kroah-Hartman2013-08-231-23/+16
* driver core: bus: use DRIVER_ATTR_WO()Greg Kroah-Hartman2013-08-231-9/+9
* driver core: create write-only attribute macros for devices and driversGreg Kroah-Hartman2013-08-231-0/+4
* sysfs: create __ATTR_WO()Greg Kroah-Hartman2013-08-231-0/+5
* driver-core: platform: convert bus code to use dev_groupsGreg Kroah-Hartman2013-08-231-4/+6
* workqueue: convert bus code to use dev_groupsGreg Kroah-Hartman2013-08-231-12/+15
* 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
* Kconfig: Remove hotplug enable hints in CONFIG_KEXEC help textsGeert Uytterhoeven2013-08-226-17/+16
* 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-225-15/+13
* sysfs: group.c: fix up kerneldocGreg Kroah-Hartman2013-08-221-2/+2
* acpi: bgrt: fix build error due to attribute changeGreg Kroah-Hartman2013-08-221-1/+0
* sysfs: fix up minor coding style issues in sysfs.hGreg Kroah-Hartman2013-08-211-6/+6
* sysfs: sysfs.h: fix coding style issuesGreg Kroah-Hartman2013-08-211-8/+10
* sysfs: file.c: fix up broken string warningsGreg Kroah-Hartman2013-08-211-4/+6
* sysfs: dir.c: fix up odd do/while indentationGreg Kroah-Hartman2013-08-211-7/+8
* sysfs: fix up uaccess.h coding style warningsGreg Kroah-Hartman2013-08-212-3/+2
* sysfs: fix up 80 column coding style issuesGreg Kroah-Hartman2013-08-214-10/+15
* sysfs: fix up space coding style issuesGreg Kroah-Hartman2013-08-216-36/+36
* sysfs: remove trailing whitespaceGreg Kroah-Hartman2013-08-214-15/+13
* sysfs: fix placement of EXPORT_SYMBOL()Greg Kroah-Hartman2013-08-213-20/+8
* sysfs: group: update copyright to add myself and the LFGreg Kroah-Hartman2013-08-211-0/+2
* sysfs: group.c: add kerneldoc for sysfs_remove_groupGreg Kroah-Hartman2013-08-211-2/+10
* sysfs: group.c: fix up broken string coding styleGreg Kroah-Hartman2013-08-211-2/+3
* sysfs: group.c: fix up some * coding style issuesGreg Kroah-Hartman2013-08-211-6/+6
* sysfs: group.c: fix trailing whitespaceGreg Kroah-Hartman2013-08-211-2/+2
* sysfs: group.c: move EXPORT_SYMBOL_GPL() to the proper locationGreg Kroah-Hartman2013-08-211-6/+3
* sysfs: add sysfs_create/remove_groups()Greg Kroah-Hartman2013-08-215-61/+64
* drivers: base: use standard device online/offline for state changeSeth Jennings2013-08-212-82/+58
* 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-212-28/+14