| Commit message (Expand) | Author | Age | Files | Lines |
* | driver-core: platform: convert bus code to use dev_groups | Greg Kroah-Hartman | 2013-08-23 | 1 | -4/+6 |
* | workqueue: convert bus code to use dev_groups | Greg Kroah-Hartman | 2013-08-23 | 1 | -12/+15 |
* | MEI: convert bus code to use dev_groups | Greg Kroah-Hartman | 2013-08-23 | 1 | -4/+6 |
* | USB: serial: convert bus code to use drv_groups | Greg Kroah-Hartman | 2013-08-23 | 1 | -6/+8 |
* | Kconfig: Remove hotplug enable hints in CONFIG_KEXEC help texts | Geert Uytterhoeven | 2013-08-22 | 6 | -17/+16 |
* | w1: slaves: w1_ds2781: convert to use w1_family_ops.groups | Greg Kroah-Hartman | 2013-08-22 | 1 | -18/+18 |
* | w1: slaves: w1_ds2760: convert to use w1_family_ops.groups | Greg Kroah-Hartman | 2013-08-22 | 1 | -17/+18 |
* | w1: slaves: w1_ds2780: convert to use w1_family_ops.groups | Greg Kroah-Hartman | 2013-08-22 | 1 | -18/+18 |
* | w1: slaves: w1_ds28e04: convert to use w1_family_ops.groups | Greg Kroah-Hartman | 2013-08-22 | 1 | -70/+42 |
* | w1: slaves: w1_ds2433: convert to use w1_family_ops.groups | Greg Kroah-Hartman | 2013-08-22 | 1 | -25/+22 |
* | w1: slaves: w1_ds2431: convert to use w1_family_ops.groups | Greg Kroah-Hartman | 2013-08-22 | 1 | -24/+19 |
* | w1: slaves: w1_ds2423: convert to use w1_family_ops.groups | Greg Kroah-Hartman | 2013-08-22 | 1 | -18/+9 |
* | w1: slaves: w1_ds2413.c: convert to use w1_family_ops.groups | Greg Kroah-Hartman | 2013-08-22 | 1 | -50/+22 |
* | w1: slaves: w1_ds2408: convert to use w1_family_ops.groups | Greg Kroah-Hartman | 2013-08-22 | 1 | -122/+52 |
* | w1: slaves: w1_therm: convert to use w1_family_ops.groups | Greg Kroah-Hartman | 2013-08-22 | 1 | -15/+9 |
* | w1: add attribute groups to struct w1_family_ops | Greg Kroah-Hartman | 2013-08-22 | 2 | -32/+42 |
* | w1: use default attribute groups for w1 slave devices | Greg Kroah-Hartman | 2013-08-22 | 1 | -27/+11 |
* | w1: remove race with sysfs file creation | Greg Kroah-Hartman | 2013-08-22 | 1 | -38/+73 |
* | sysfs.h: remove attr_name() macro | Greg Kroah-Hartman | 2013-08-22 | 5 | -15/+13 |
* | sysfs: group.c: fix up kerneldoc | Greg Kroah-Hartman | 2013-08-22 | 1 | -2/+2 |
* | acpi: bgrt: fix build error due to attribute change | Greg Kroah-Hartman | 2013-08-22 | 1 | -1/+0 |
* | sysfs: fix up minor coding style issues in sysfs.h | Greg Kroah-Hartman | 2013-08-21 | 1 | -6/+6 |
* | sysfs: sysfs.h: fix coding style issues | Greg Kroah-Hartman | 2013-08-21 | 1 | -8/+10 |
* | sysfs: file.c: fix up broken string warnings | Greg Kroah-Hartman | 2013-08-21 | 1 | -4/+6 |
* | sysfs: dir.c: fix up odd do/while indentation | Greg Kroah-Hartman | 2013-08-21 | 1 | -7/+8 |
* | sysfs: fix up uaccess.h coding style warnings | Greg Kroah-Hartman | 2013-08-21 | 2 | -3/+2 |
* | sysfs: fix up 80 column coding style issues | Greg Kroah-Hartman | 2013-08-21 | 4 | -10/+15 |
* | sysfs: fix up space coding style issues | Greg Kroah-Hartman | 2013-08-21 | 6 | -36/+36 |
* | sysfs: remove trailing whitespace | Greg Kroah-Hartman | 2013-08-21 | 4 | -15/+13 |
* | sysfs: fix placement of EXPORT_SYMBOL() | Greg Kroah-Hartman | 2013-08-21 | 3 | -20/+8 |
* | sysfs: group: update copyright to add myself and the LF | Greg Kroah-Hartman | 2013-08-21 | 1 | -0/+2 |
* | sysfs: group.c: add kerneldoc for sysfs_remove_group | Greg Kroah-Hartman | 2013-08-21 | 1 | -2/+10 |
* | sysfs: group.c: fix up broken string coding style | Greg Kroah-Hartman | 2013-08-21 | 1 | -2/+3 |
* | sysfs: group.c: fix up some * coding style issues | Greg Kroah-Hartman | 2013-08-21 | 1 | -6/+6 |
* | sysfs: group.c: fix trailing whitespace | Greg Kroah-Hartman | 2013-08-21 | 1 | -2/+2 |
* | sysfs: group.c: move EXPORT_SYMBOL_GPL() to the proper location | Greg Kroah-Hartman | 2013-08-21 | 1 | -6/+3 |
* | sysfs: add sysfs_create/remove_groups() | Greg Kroah-Hartman | 2013-08-21 | 5 | -61/+64 |
* | drivers: base: use standard device online/offline for state change | Seth Jennings | 2013-08-21 | 2 | -82/+58 |
* | drivers: base: refactor add_memory_section() to add_memory_block() | Seth Jennings | 2013-08-21 | 1 | -27/+21 |
* | drivers: base: remove improper get/put in add_memory_section() | Seth Jennings | 2013-08-21 | 1 | -4/+2 |
* | drivers: base: reduce add_memory_section() for boot-time only | Seth Jennings | 2013-08-21 | 2 | -28/+14 |
* | drivers: base: unshare add_memory_section() from hotplug | Seth Jennings | 2013-08-21 | 1 | -3/+16 |
* | drivers: base: use device get/put functions | Seth Jennings | 2013-08-21 | 1 | -4/+4 |
* | drivers: base: remove unneeded variable | Seth Jennings | 2013-08-21 | 1 | -4/+1 |
* | drivers: base: move mutex lock out of add_memory_section() | Seth Jennings | 2013-08-21 | 1 | -4/+9 |
* | ACPI: bgrt: take advantage of binary sysfs groups | Greg KH | 2013-08-21 | 1 | -16/+10 |
* | hid: roccat-pyra: convert class code to use bin_attrs in groups | Greg Kroah-Hartman | 2013-08-20 | 1 | -78/+62 |
* | sysfs.h: fix __BIN_ATTR_RW() | Greg Kroah-Hartman | 2013-08-20 | 1 | -1/+1 |
* | hid: roccat-kone: fix off-by-one bug in attributes | Greg Kroah-Hartman | 2013-08-19 | 1 | -1/+1 |
* | hid: roccat-kovaplus: convert class code to use bin_attrs in groups | Greg Kroah-Hartman | 2013-08-19 | 1 | -83/+54 |