summaryrefslogtreecommitdiff
path: root/drivers/base
AgeCommit message (Expand)AuthorFilesLines
2015-06-17Merge remote-tracking branches 'regmap/topic/defaults', 'regmap/topic/irq' an...Mark 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-10Revert "base/platform: Only insert MEM and IO resources"Greg Kroah-Hartman1-7/+3
2015-06-10Revert "base/platform: Continue on insert_resource() error"Greg Kroah-Hartman1-15/+11
2015-06-10Revert "base/platform: Remove code duplication"Greg Kroah-Hartman1-25/+35
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-08Merge 4.1-rc7 into driver-core-nextGreg Kroah-Hartman1-1/+1
2015-06-02regmap: irq: Fixed a typo errordashsriram1-1/+1
2015-06-01drivers/base: cacheinfo: handle absence of cachesSudeep Holla1-1/+1
2015-06-01firmware: add missing kfree for work on async callLuis R. Rodriguez1-1/+3
2015-06-01base:dd - Fix for typo in comment to function driver_deferred_probe_trigger().Shailendra Verma1-1/+1
2015-06-01base/platform: Remove code duplicationRicardo Ribalda Delgado1-35/+25
2015-06-01base/platform: Continue on insert_resource() errorRicardo Ribalda Delgado1-11/+15
2015-06-01base/platform: Only insert MEM and IO resourcesRicardo Ribalda Delgado1-3/+7
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-27drivers: of/base: move of_init to driver_initSudeep Holla1-0/+2
2015-05-24firmware: use const for remaining firmware namesLuis R. Rodriguez1-12/+28
2015-05-24firmware: fix possible use after free on name on asynchronous requestLuis R. Rodriguez1-1/+5
2015-05-24firmware: check for file truncation on direct firmware loadingLuis R. Rodriguez1-2/+7
2015-05-24firmware: fix __getname() missing failure checkLuis R. Rodriguez1-1/+5
2015-05-24drivers: of/base: move of_init to driver_initSudeep Holla1-0/+2
2015-05-24drivers/base: cacheinfo: fix annoying typo when DT nodes are absentWill Deacon1-2/+2
2015-05-24driver-core: fix build for !CONFIG_MODULESDmitry Torokhov1-1/+1
2015-05-24driver-core: make __device_attach() staticDmitry Torokhov1-1/+1
2015-05-22regmap: Introduce regmap_get_reg_strideSrinivas Kandagatla1-0/+12
2015-05-22regmap: Introduce regmap_get_max_registerSrinivas Kandagatla1-0/+12
2015-05-20driver-core: platform_driver_probe() must probe synchronouslyDmitry Torokhov1-0/+13
2015-05-20driver-core: enable drivers to opt-out of async probeLuis R. Rodriguez1-4/+10
2015-05-20driver-core: add driver module asynchronous probe supportLuis R. Rodriguez1-1/+7
2015-05-20driver-core: add asynchronous probing support for driversDmitry Torokhov3-27/+154
2015-05-20show nohz_full cpus in sysfsRik van Riel1-0/+17
2015-05-20show isolated cpus in sysfsRik van Riel1-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-13PM / 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