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