summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2017-06-14arm: mach-rpc: ecard: fix build errorGreg Kroah-Hartman1-1/+1
2017-06-13zram: convert remaining CLASS_ATTR() to CLASS_ATTR_RO()Greg Kroah-Hartman1-1/+1
2017-06-12driver-core: remove struct bus_type.dev_attrsGreg Kroah-Hartman2-38/+1
2017-06-12powerpc: vio_cmo: use dev_groups and not dev_attrs for bus_typeGreg Kroah-Hartman1-23/+33
2017-06-12powerpc: vio: use dev_groups and not dev_attrs for bus_typeGreg Kroah-Hartman1-6/+10
2017-06-12USB: usbip: convert to use DRIVER_ATTR_RWGreg Kroah-Hartman1-4/+3
2017-06-12s390: drivers: convert to use DRIVER_ATTR_RO/WOGreg Kroah-Hartman6-28/+23
2017-06-12platform: thinkpad_acpi: convert to use DRIVER_ATTR_RO/RWGreg Kroah-Hartman1-63/+28
2017-06-12pcmcia: ds: convert to use DRIVER_ATTR_ROGreg Kroah-Hartman1-2/+2
2017-06-12wireless: ipw2x00: convert to use DRIVER_ATTR_RWGreg Kroah-Hartman2-10/+6
2017-06-12net: ehea: convert to use DRIVER_ATTR_ROGreg Kroah-Hartman1-4/+2
2017-06-12net: caif: convert to use DRIVER_ATTR_ROGreg Kroah-Hartman1-10/+10
2017-06-12TTY: hvc: convert to use DRIVER_ATTR_RWGreg Kroah-Hartman1-4/+3
2017-06-12PCI: pci-driver: convert to use DRIVER_ATTR_WOGreg Kroah-Hartman1-4/+4
2017-06-12IB: nes: convert to use DRIVER_ATTR_RWGreg Kroah-Hartman1-49/+31
2017-06-12HID: hid-core: convert to use DRIVER_ATTR_RO and drv_groupsGreg Kroah-Hartman1-14/+10
2017-06-10arm: ecard: fix dev_groups patch typoGreg Kroah-Hartman1-1/+1
2017-06-09tty: serdev: use dev_groups and not dev_attrs for bus_typeGreg Kroah-Hartman1-4/+6
2017-06-09sparc: vio: use dev_groups and not dev_attrs for bus_typeGreg Kroah-Hartman1-7/+11
2017-06-09hid: intel-ish-hid: use dev_groups and not dev_attrs for bus_typeGreg Kroah-Hartman1-4/+6
2017-06-09hwtracing: intel_th: use dev_groups and not dev_attrs for bus_typeGreg Kroah-Hartman1-1/+0
2017-06-09powerpc: ibmebus: use dev_groups and not dev_attrs for bus_typeGreg Kroah-Hartman1-6/+10
2017-06-09powerpc: ps3: use dev_groups and not dev_attrs for bus_typeGreg Kroah-Hartman1-4/+6
2017-06-09macintosh: use dev_groups and not dev_attrs for bus_typeGreg Kroah-Hartman2-10/+23
2017-06-09sh: superhyway: use dev_groups and not dev_attrs for bus_typeGreg Kroah-Hartman3-12/+21
2017-06-09rpmsg: use dev_groups and not dev_attrs for bus_typeGreg Kroah-Hartman1-10/+13
2017-06-09amba: use dev_groups and not dev_attrs for bus_typeGreg Kroah-Hartman1-13/+12
2017-06-09parisc: parisc_bus_type: use dev_groups and not dev_attrs for bus_typeGreg Kroah-Hartman1-10/+13
2017-06-09mips: sgi-ip22: ecard: use dev_groups and not dev_attrs for bus_typeGreg Kroah-Hartman1-6/+10
2017-06-09arm: ecard: use dev_groups and not dev_attrs for bus_typeGreg Kroah-Hartman1-17/+23
2017-06-09driver core: remove class_attrs from struct classGreg Kroah-Hartman2-35/+0
2017-06-09pktcdvd: use class_groups instead of class_attrsGreg Kroah-Hartman1-18/+17
2017-06-09gpio: use class_groups instead of class_attrsGreg Kroah-Hartman1-5/+8
2017-06-09zram: use class_groups instead of class_attrsGreg Kroah-Hartman1-11/+15
2017-06-09mtd: use class_groups instead of class_attrsGreg Kroah-Hartman1-7/+9
2017-06-09scsi: ibmvscsi_tgt: remove use of class_attrsGreg Kroah-Hartman1-5/+0
2017-06-09uwb: use class_groups instead of class_attrsGreg Kroah-Hartman1-5/+6
2017-06-07driver core: remove CLASS_ATTR usageGreg Kroah-Hartman3-6/+5
2017-06-03firmware: move umh try locks into the umh codeLuis R. Rodriguez1-32/+36
2017-06-03firmware: move assign_firmware_buf() further upLuis R. Rodriguez1-39/+38
2017-06-03firmware: add sanity check on shutdown/suspendLuis R. Rodriguez2-0/+110
2017-06-03firmware: always enable the reboot notifierLuis R. Rodriguez1-19/+18
2017-06-03firmware: share fw fallback killing on reboot/suspendLuis R. Rodriguez1-15/+14
2017-06-03firmware: move kill_requests_without_uevent() up aboveLuis R. Rodriguez1-16/+16
2017-06-03arm,arm64,drivers: add a prefix to drivers arch_topology interfacesJuri Lelli4-20/+20
2017-06-03arm,arm64,drivers: move externs in a new header fileJuri Lelli4-9/+20
2017-06-03arm,arm64,drivers: reduce scope of cap_parsing_failedJuri Lelli3-8/+4
2017-06-03arm, arm64: factorize common cpu capacity default codeJuri Lelli7-423/+262
2017-06-03arm: remove wrong CONFIG_PROC_SYSCTL ifdefJuri Lelli1-2/+0
2017-06-03arm: fix return value of parse_cpu_capacityJuri Lelli1-1/+1