diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2013-07-10 12:43:48 -0700 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2013-07-10 12:43:48 -0700 |
commit | 8df0cbeccdb9dd9ba824783a5e2643a5ac4b835d (patch) | |
tree | 909de93c9d539788c0610d53c43a92bf92bf9195 /series | |
parent | 42bf72faa914ffb16c345329260bc54f15461036 (diff) | |
download | patches-8df0cbeccdb9dd9ba824783a5e2643a5ac4b835d.tar.gz |
lots more patches and reoriginzation of order
Diffstat (limited to 'series')
-rw-r--r-- | series | 15 |
1 files changed, 13 insertions, 2 deletions
@@ -3,13 +3,15 @@ # driver core attribute cleanup work sysfs.h-add-__attr_rw-macro.patch sysfs.h-add-attribute_groups-macro.patch +sysfs.h-add-bin_attr-macro.patch driver-core-add-device_attr_rw-and-device_attr_ro-macros.patch -driver-core-add-binary-attributes-to-struct-device.patch +sysfs-add-support-for-binary-attributes-in-groups.patch +driver-core-introduce-device_create_groups.patch + misc-c2port-use-dev_bin_attrs-instead-of-hand-coding-it.patch # dev_groups to struct class work driver-core-add-default-groups-to-struct-class.patch -driver-core-remove-dev_attrs-from-struct-class.patch mips-convert-vpe_class-to-use-dev_groups.patch bsr-convert-bsr_class-to-use-dev_groups.patch tile-srom-convert-srom_class-to-use-dev_groups.patch @@ -43,6 +45,15 @@ net-ieee802154-convert-class-code-to-use-dev_groups.patch net-wireless-convert-class-code-to-use-dev_groups.patch net-rfkill-convert-class-code-to-use-dev_groups.patch +c2port-convert-class-code-to-use-bin_attrs-in-groups.patch +hid-roccat-convert-class-code-to-use-bin_attrs-in-groups.patch + +driver-core-remove-dev_attrs-from-struct-class.patch +driver-core-remove-dev_bin_attrs-from-struct-class.patch + +#driver-core-add-binary-attributes-to-struct-device.patch +#driver-core-remove-bin_attrs-from-struct-device.patch + # usb DEBUG cleanups usb-ldusb-remove-custom-dbg_info-macro.patch |