summaryrefslogtreecommitdiffstats
path: root/drivers/base
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'driver-core-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2017-07-049-194/+491
|\
| * driver-core: remove struct bus_type.dev_attrsGreg Kroah-Hartman2017-06-121-36/+1Star
| * driver core: remove class_attrs from struct classGreg Kroah-Hartman2017-06-091-33/+0Star
| * 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/+38Star
| * firmware: add sanity check on shutdown/suspendLuis R. Rodriguez2017-06-031-0/+99
| * firmware: always enable the reboot notifierLuis R. Rodriguez2017-06-031-19/+18Star
| * firmware: share fw fallback killing on reboot/suspendLuis R. Rodriguez2017-06-031-15/+14Star
| * 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-031-10/+10
| * arm,arm64,drivers: move externs in a new header fileJuri Lelli2017-06-031-0/+1
| * arm,arm64,drivers: reduce scope of cap_parsing_failedJuri Lelli2017-06-031-2/+2
| * arm, arm64: factorize common cpu capacity default codeJuri Lelli2017-06-033-0/+251
| * drivers: dma-mapping: Do not leave an invalid area->pages pointer in dma_comm...Catalin Marinas2017-06-031-9/+24
| * kobject: support passing in variables for synthetic ueventsPeter Rajnoha2017-05-252-13/+4Star
| * driver core: platform: fix race condition with driver_overrideAdrian Salido2017-05-251-2/+9
* | Merge tag 'usb-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2017-07-042-0/+19
|\ \
| * | driver core: fix automatic pinctrl managementJohan Hovold2017-06-131-0/+3
| * | driver core: add helper to reuse a device-tree nodeJohan Hovold2017-06-131-0/+16
* | | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2017-07-041-1/+1
|\ \ \
| * | | irqchip/MSI: Use irq_domain_update_bus_token instead of an open coded accessMarc Zyngier2017-06-221-1/+1
| |/ /
* | | Merge branch 'WIP.sched/core' into sched/coreIngo Molnar2017-06-202-12/+11Star
|\| |
| | \
| | \
| *-. \ Merge branches 'intel_pstate' and 'pm-sleep'Rafael J. Wysocki2017-06-092-12/+11Star
| |\ \ \ | | | |/ | | |/|
| | | * Revert "ACPI / sleep: Ignore spurious SCI wakeups from suspend-to-idle"Rafael J. Wysocki2017-06-072-12/+11Star
* | | | mm: Adjust system_state checkThomas Gleixner2017-05-231-1/+1
|/ / /
| | |
| \ \
*-. \ \ Merge branches 'pm-sleep' and 'powercap'Rafael J. Wysocki2017-05-221-6/+5Star
|\ \ \ \ | |_|/ / |/| | / | | |/ | |/|
| * | PM / wakeup: Fix up wakeup_source_report_event()Rafael J. Wysocki2017-05-141-6/+5Star
* | | Merge tag 'pm-extra-4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-05-102-29/+30
|\ \ \
| | \ \
| | \ \
| *-. | | Merge branches 'pm-domains', 'pm-cpuidle', 'pm-sleep' and 'powercap'Rafael J. Wysocki2017-05-092-29/+30
| |\ \| | | | | |/ | | |/|
| | | * ACPI / sleep: Ignore spurious SCI wakeups from suspend-to-idleRafael J. Wysocki2017-05-052-11/+12
| | | * PM / wakeup: Integrate mechanism to abort transitions in progressRafael J. Wysocki2017-05-051-18/+18
| | |/
* | | Merge tag 'iommu-updates-v4.12' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2017-05-102-0/+50
|\ \ \
| * | | drivers: acpi: Handle IOMMU lookup failure with deferred probing or errorSricharan R2017-04-201-1/+1
| * | | iommu: of: Handle IOMMU lookup failure with deferred probing or errorLaurent Pinchart2017-04-201-2/+3
| * | | of/acpi: Configure dma operations at probe time for platform/amba/pci bus dev...Sricharan R2017-04-202-0/+49
| | |/ | |/|
* | | Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2017-05-092-20/+34
|\ \ \
| * \ \ Merge tag 'renesas-sysc-for-v4.12' of https://git.kernel.org/pub/scm/linux/ke...Olof Johansson2017-04-191-18/+34
| |\ \ \
| | * | | base: soc: Allow early registration of a single SoC deviceGeert Uytterhoeven2017-03-291-18/+32
| | * | | base: soc: Let soc_device_match() return no match when called too earlyGeert Uytterhoeven2017-03-291-0/+2
| * | | | PM / Domains: Do not check if simple providers have phandle cellsDave Gerlach2017-04-041-2/+0Star
* | | | | Merge tag 'devicetree-for-4.12' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2017-05-061-1/+1
|\ \ \ \ \
| * | | | | of: Add function for generating a DT modalias with a newlineRob Herring2017-03-221-1/+1
| |/ / / /
* | | | | Merge tag 'staging-4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-05-061-2/+3
|\ \ \ \ \
| * | | | | cma: Store a name in the cma structureLaura Abbott2017-04-181-2/+3
| | |_|/ / | |/| | |
* | | | | Merge tag 'driver-core-4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2017-05-052-4/+3Star
|\ \ \ \ \
| * | | | | driver core: don't initialize 'parent' in device_add()Viresh Kumar2017-04-081-1/+1
| * | | | | drivers: base: dma-mapping: use nth_page helperGeliang Tang2017-04-081-3/+2Star
| |/ / / /
* | | | | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2017-05-021-2/+1Star
|\ \ \ \ \
| * | | | | platform-msi: Make platform_msi_create_device_domain() ACPI awareHanjun Guo2017-04-071-2/+1Star
| |/ / / /
* | | | | Merge tag 'devprop-4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-05-011-71/+293
|\ \ \ \ \ | |_|_|_|/ |/| | | |