aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/base (follow)
AgeCommit message (Expand)AuthorFilesLines
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/git/rafael/linux-pmLinus Torvalds2-29/+30
2017-05-09Merge tag 'iommu-updates-v4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommuLinus 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/arm/arm-socLinus Torvalds2-20/+34
2017-05-05Merge tag 'devicetree-for-4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linuxLinus Torvalds1-1/+1
2017-05-05Merge tag 'staging-4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus 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/git/gregkh/driver-coreLinus Torvalds2-4/+3
2017-05-01Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+1
2017-05-01Merge tag 'devprop-4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus 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 devicesSricharan R2-0/+49
2017-04-19Merge tag 'renesas-sysc-for-v4.12' of https://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas into next/driversOlof 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
2017-03-29base: soc: Let soc_device_match() return no match when called too earlyGeert Uytterhoeven1-0/+2
2017-03-29PM / Domains: Don't warn about IRQ safe device for an always on PM domainUlf Hansson1-2/+6
2017-03-29PM / Domains: Respect errors from genpd's ->power_off() callbackUlf Hansson1-1/+2
2017-03-29PM / Domains: Enable users of genpd to specify always on PM domainsUlf Hansson1-2/+12
2017-03-29PM / Domains: Clean up code validating genpd's statusUlf Hansson1-10/+9
2017-03-29PM / Domain: remove conditional from error caseViresh Kumar1-5/+5
2017-03-29device property: fwnode_property_read_string_array() returns nr of stringsSakari Ailus1-6/+6
2017-03-29device property: Fix reading pset strings using array access functionsSakari Ailus1-7/+25
2017-03-29device property: fwnode_property_read_string_array() may return -EILSEQSakari Ailus1-1/+1
2017-03-29device property: Add fwnode_get_next_parent()Sakari Ailus1-0/+21
2017-03-29device property: Add support for fwnode endpointsSakari Ailus1-0/+32
2017-03-29device property: Make dev_fwnode() publicSakari Ailus1-1/+2
2017-03-29device property: Add fwnode_handle_get()Sakari Ailus1-0/+11
2017-03-29device property: Add support for remote endpointsMika Westerberg1-0/+123
2017-03-29device property: Add fwnode_get_named_child_node()Mika Westerberg1-5/+17
2017-03-29ACPI / property: Add fwnode_get_next_child_node()Mika Westerberg1-8/+30
2017-03-29device property: Add fwnode_get_parent()Mika Westerberg1-0/+25
2017-03-22of: Add function for generating a DT modalias with a newlineRob Herring1-1/+1
2017-03-16drivers core: remove assert_held_device_hotplug()Heiko Carstens1-5/+0
2017-03-03Merge branch 'rebased-statx' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+2
2017-03-03Merge branch 'WIP.sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds4-2/+4
2017-03-02statx: Add a system call to make enhanced file info availableDavid Howells1-1/+2
2017-03-02Merge tag 'pm-extra-4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds3-134/+100
2017-03-03Merge branches 'pm-cpuidle', 'pm-cpufreq' and 'pm-sleep'Rafael J. Wysocki1-2/+1
2017-03-03Merge branches 'pm-core', 'pm-qos', 'pm-domains' and 'pm-opp'Rafael J. Wysocki3-132/+99