summaryrefslogtreecommitdiffstats
path: root/drivers/base
AgeCommit message (Expand)AuthorFilesLines
2017-07-03Merge tag 'driver-core-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds9-194/+491
2017-07-03Merge tag 'usb-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2-0/+19
2017-07-03Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+1
2017-06-22irqchip/MSI: Use irq_domain_update_bus_token instead of an open coded accessMarc Zyngier1-1/+1
2017-06-20Merge branch 'WIP.sched/core' into sched/coreIngo Molnar2-12/+11
2017-06-13driver core: fix automatic pinctrl managementJohan Hovold1-0/+3
2017-06-13driver core: add helper to reuse a device-tree nodeJohan Hovold1-0/+16
2017-06-12driver-core: remove struct bus_type.dev_attrsGreg Kroah-Hartman1-36/+1
2017-06-09driver core: remove class_attrs from struct classGreg Kroah-Hartman1-33/+0
2017-06-09Merge branches 'intel_pstate' and 'pm-sleep'Rafael J. Wysocki2-12/+11
2017-06-07Revert "ACPI / sleep: Ignore spurious SCI wakeups from suspend-to-idle"Rafael J. Wysocki2-12/+11
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. Rodriguez1-0/+99
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 Lelli1-10/+10
2017-06-03arm,arm64,drivers: move externs in a new header fileJuri Lelli1-0/+1
2017-06-03arm,arm64,drivers: reduce scope of cap_parsing_failedJuri Lelli1-2/+2
2017-06-03arm, arm64: factorize common cpu capacity default codeJuri Lelli3-0/+251
2017-06-03drivers: dma-mapping: Do not leave an invalid area->pages pointer in dma_comm...Catalin Marinas1-9/+24
2017-05-25kobject: support passing in variables for synthetic ueventsPeter Rajnoha2-13/+4
2017-05-25driver core: platform: fix race condition with driver_overrideAdrian Salido1-2/+9
2017-05-23mm: Adjust system_state checkThomas Gleixner1-1/+1
2017-05-22Merge branches 'pm-sleep' and 'powercap'Rafael J. Wysocki1-6/+5
2017-05-14PM / wakeup: Fix up wakeup_source_report_event()Rafael J. Wysocki1-6/+5
2017-05-10Merge tag 'pm-extra-4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-29/+30
2017-05-09Merge tag 'iommu-updates-v4.12' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-0/+50
2017-05-09Merge branches 'pm-domains', 'pm-cpuidle', 'pm-sleep' and 'powercap'Rafael J. Wysocki2-29/+30
2017-05-09Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2-20/+34
2017-05-05Merge tag 'devicetree-for-4.12' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+1
2017-05-05Merge tag 'staging-4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-2/+3
2017-05-05ACPI / sleep: Ignore spurious SCI wakeups from suspend-to-idleRafael J. Wysocki2-11/+12
2017-05-05PM / wakeup: Integrate mechanism to abort transitions in progressRafael J. Wysocki1-18/+18
2017-05-04Merge tag 'driver-core-4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-4/+3
2017-05-01Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-2/+1
2017-05-01Merge tag 'devprop-4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-71/+293
2017-04-20drivers: acpi: Handle IOMMU lookup failure with deferred probing or errorSricharan R1-1/+1
2017-04-20iommu: of: Handle IOMMU lookup failure with deferred probing or errorLaurent Pinchart1-2/+3
2017-04-20of/acpi: Configure dma operations at probe time for platform/amba/pci bus dev...Sricharan R2-0/+49
2017-04-19Merge tag 'renesas-sysc-for-v4.12' of https://git.kernel.org/pub/scm/linux/ke...Olof Johansson1-18/+34
2017-04-18cma: Store a name in the cma structureLaura Abbott1-2/+3
2017-04-08driver core: don't initialize 'parent' in device_add()Viresh Kumar1-1/+1
2017-04-08drivers: base: dma-mapping: use nth_page helperGeliang Tang1-3/+2
2017-04-07platform-msi: Make platform_msi_create_device_domain() ACPI awareHanjun Guo1-2/+1
2017-04-04PM / Domains: Do not check if simple providers have phandle cellsDave Gerlach1-2/+0
2017-03-29PM / Domains: Ignore domain-idle-states that are not compatibleLina Iyer1-7/+9
2017-03-29device property: Read strings using string array reading functionsSakari Ailus1-44/+1
2017-03-29base: soc: Allow early registration of a single SoC deviceGeert Uytterhoeven1-18/+32