aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/base (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-10-12PM / Domains: Remove pm_genpd_poweroff_unused() APIUlf Hansson1-7/+3
2015-10-12PM / Domains: Remove in_progress counter from struct generic_pm_domainUlf Hansson1-7/+5
2015-10-12Merge back earlier 'pm-sleep' material for v4.4.Rafael J. Wysocki1-2/+14
2015-10-12Merge remote-tracking branches 'regmap/topic/atomic', 'regmap/topic/debugfs' and 'regmap/topic/irq-hdr' into regmap-nextMark Brown3-14/+22
2015-10-12Merge tag 'regmap-offload-update-bits' into regmap-nextMark Brown2-11/+20
2015-10-12Merge tag 'regmap-irq-unmask' into regmap-nextMark Brown1-5/+38
2015-10-09devm: make allocations numa aware by defaultDan Williams1-9/+10
2015-10-09PM / OPP: passing NULL to PTR_ERR()Dan Carpenter1-5/+4
2015-10-09Merge tag 'v4.4-rockchip-drivers1' of git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip into next/driversArnd Bergmann1-2/+4
2015-10-08PM / Domains: Make pm_genpd_{add,remove}_subdomain() available to modulesStephen Boyd1-0/+2
2015-10-07Merge tag 'regmap-fix-v4.3-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmapLinus Torvalds1-3/+2
2015-10-06regmap: Allow installing custom reg_update_bits functionJon Ringle2-11/+20
2015-10-06PM / clk: Do not __clk_get passed in clock-referencesStephen Boyd1-2/+4
2015-10-05driver-core: platform: Provide helpers for multi-driver modulesThierry Reding1-0/+61
2015-10-05mm: Check if section present during memory block (un)registeringYinghai Lu1-4/+27
2015-10-05CMA: fix CONFIG_CMA_SIZE_MBYTES overflow in 64bitTan Xiaojun1-1/+1
2015-10-04base/platform: assert that dev_pm_domain callbacks are called unconditionallyUwe Kleine-König1-10/+9
2015-10-04base: soc: siplify ida usageLee Duncan1-16/+5
2015-10-04debugfs: Pass bool pointer to debugfs_create_bool()Viresh Kumar3-17/+17
2015-10-01Merge branches 'pm-cpuidle', 'pm-opp' and 'pm-tools'Rafael J. Wysocki1-5/+12
2015-09-30regmap: debugfs: simplify regmap_reg_ranges_read_file() slightlyRasmus Villemoes1-5/+3
2015-09-30regmap: debugfs: use memcpy instead of snprintfRasmus Villemoes1-2/+1
2015-09-30regmap: debugfs: use snprintf return value in regmap_reg_ranges_read_file()Rasmus Villemoes1-5/+6
2015-09-29class_find_device: fix reference to argument "match"Rolf Eike Beer1-1/+1
2015-09-27PM / domains: Drop unused labelRafael J. Wysocki1-1/+0
2015-09-26Merge tag 'driver-core-4.3-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-2/+8
2015-09-26PM / Domains: Remove cpuidle attachDaniel Lezcano1-135/+0
2015-09-26PM / Domains: Remove name based API for genpdUlf Hansson1-90/+0
2015-09-25PM / OPP: Fix typo modifcation -> modificationStephen Boyd1-3/+3
2015-09-25PM / OPP: of_property_count_u32_elems() can return errorsViresh Kumar1-2/+9
2015-09-25PM / wakeup: wakeup_source_create: use kstrdup_constRasmus Villemoes1-2/+2
2015-09-25device property: Add fwnode_property_match_string()Mika Westerberg1-0/+68
2015-09-19regmap: debugfs: Remove scratch buffer for register length calculationMark Brown1-4/+3
2015-09-19regmap: debugfs: Don't bother actually printing when calculating max lengthMark Brown1-2/+1
2015-09-19regmap: debugfs: Ensure we don't underflow when printing access masksMark Brown1-1/+1
2015-09-17cpu/cacheinfo: Fix teardown pathBorislav Petkov1-2/+8
2015-09-17regmap: irq: add ack_invert flag for chips using cleared bits as ackGuo Zeng1-2/+10
2015-09-17regmap: irq: add support for chips who have separate unmask registersGuo Zeng1-3/+28
2015-09-16PM / sleep: Report interrupt that caused system wakeupAlexandra Yates1-0/+12
2015-09-15platform-msi: Do not cache msi_desc in handler_dataMarc Zyngier1-15/+3
2015-09-15PM / OPP: Move cpu specific code to opp/cpu.cViresh Kumar3-275/+304
2015-09-15PM / OPP: Move opp core to its own directoryViresh Kumar4-1/+119
2015-09-15PM / OPP: Prefix exported opp routines with dev_pm_opp_Viresh Kumar1-20/+21
2015-09-15PM / OPP: Rename opp init/free table routinesViresh Kumar1-21/+20
2015-09-15PM / OPP: reuse of_parse_phandle()Viresh Kumar1-54/+17
2015-09-15ACPI / property: Extend device_get_next_child_node() to data-only nodesRafael J. Wysocki1-5/+1
2015-09-15ACPI / property: Extend fwnode_property_* to data-only subnodesRafael J. Wysocki1-8/+8
2015-09-14regmap: Allocate buffers with GFP_ATOMIC when fast_io == trueStephen Boyd2-1/+12
2015-09-11Merge tag 'pm+acpi-4.3-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds2-13/+53
2015-09-11Merge branches 'pm-cpu', 'pm-cpuidle' and 'pm-domains'Rafael J. Wysocki1-13/+25