aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/base (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-06-23Merge tag 'regmap-v4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmapLinus Torvalds4-30/+61
2015-06-23Merge tag 'pm+acpi-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds9-25/+563
2015-06-22Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2015-06-19Merge branches 'pm-clk', 'pm-domains' and 'powercap'Rafael J. Wysocki2-18/+67
2015-06-19Merge branch 'pm-wakeirq'Rafael J. Wysocki6-1/+422
2015-06-19Merge branches 'pm-sleep' and 'pm-runtime'Rafael J. Wysocki3-6/+60
2015-06-17Merge remote-tracking branches 'regmap/topic/defaults', 'regmap/topic/irq' and 'regmap/topic/reg-params' into regmap-nextMark Brown4-24/+59
2015-06-17Merge remote-tracking branch 'regmap/topic/core' into regmap-nextMark Brown1-3/+0
2015-06-17Merge remote-tracking branch 'regmap/fix/field' into regmap-linusMark Brown1-2/+1
2015-06-17Merge remote-tracking branch 'regmap/fix/core' into regmap-linusMark Brown1-1/+1
2015-06-16regmap: Fix possible shift overflow in regmap_field_init()Maxime Coquelin1-2/+1
2015-06-15PM / clk: Print acquired clock name in addition to con_idGeert Uytterhoeven1-1/+2
2015-06-15PM / Domains: Skip timings during syscore suspend/resumeGeert Uytterhoeven1-16/+26
2015-06-15regmap: Fix regmap_bulk_read in BE modeArun Chandran1-1/+1
2015-06-15device property: Introduces device_dma_is_coherent()Suthikulpanit, Suravee1-0/+14
2015-06-10PM / sleep: trace_device_pm_callback coverage in dpm_prepare/completeTodd E Brandt1-6/+5
2015-06-09regmap: kill off set_irq_flags usageRob Herring1-7/+0
2015-06-02regmap: irq: Fixed a typo errordashsriram1-1/+1
2015-06-01drivers/base: cacheinfo: handle absence of cachesSudeep Holla1-1/+1
2015-05-29regmap: drop unneeded gotoJulia Lawall1-3/+0
2015-05-27sched/topology: Rename topology_thread_cpumask() to topology_sibling_cpumask()Bartosz Golaszewski1-1/+1
2015-05-26drivers: of/base: move of_init to driver_initSudeep Holla1-0/+2
2015-05-22regmap: Introduce regmap_get_reg_strideSrinivas Kandagatla1-0/+12
2015-05-22regmap: Introduce regmap_get_max_registerSrinivas Kandagatla1-0/+12
2015-05-20PM / Wakeirq: Add automated device wake IRQ handlingTony Lindgren6-1/+422
2015-05-20PM / Runtime: Update last_busy in rpm_resumeTony Lindgren1-0/+1
2015-05-19PM / clk: Fix clock error check in __pm_clk_add()Geert Uytterhoeven1-1/+1
2015-05-19PM / wakeup: add a dummy wakeup_source to record statisticsJin Qian1-0/+36
2015-05-12PM / clock_ops: Provide default runtime ops to usersRajendra Nayak1-0/+38
2015-05-08PM / wakeup: validate wakeup source before activating it.Jin Qian1-0/+18
2015-05-06regmap: Use regcache_mark_dirty() to indicate power loss or resetKevin Cernekee2-4/+18
2015-05-06regmap: Add a helper function for regcache sync testKevin Cernekee1-11/+15
2015-04-27regmap: Constify irq_domain_opsKrzysztof Kozlowski1-1/+1
2015-04-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-16/+16
2015-04-15power: wakeup: remove use of seq_printf return valueJoe Perches1-9/+7
2015-04-15VFS: assorted weird filesystems: d_inode() annotationsDavid Howells1-16/+16
2015-04-14Merge tag 'pm+acpi-4.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds7-83/+278
2015-04-14mm, hotplug: fix concurrent memory hot-add deadlockDavid Rientjes1-7/+12
2015-04-14memory hotplug: use macro to switch between section and pfnSheng Yong1-1/+1
2015-04-13Merge tag 'driver-core-4.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds15-89/+129
2015-04-13Merge tag 'regmap-v4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmapLinus Torvalds4-2/+262
2015-04-13Merge branches 'pm-sleep' and 'pm-domains'Rafael J. Wysocki4-28/+82
2015-04-13Merge branch 'device-properties'Rafael J. Wysocki3-55/+196
2015-04-10Merge back earlier suspend/hibernate material for v4.1.Rafael J. Wysocki2-7/+19
2015-04-03device property: Introduce firmware node type for platform dataRafael J. Wysocki1-5/+93
2015-04-03device property: Make it possible to use secondary firmware nodesRafael J. Wysocki1-0/+51
2015-03-25driver core: Implement device property accessors through fwnode onesRafael J. Wysocki1-28/+17
2015-03-25Merge branch 'acpi-driver-core' into device-propertiesRafael J. Wysocki1-1/+1
2015-03-25driver core: property: Update fwnode_property_read_string_array()Rafael J. Wysocki1-2/+4
2015-03-25drivers: platform: parse IRQ flags from resourcesLinus Walleij1-0/+9