summaryrefslogtreecommitdiffstats
path: root/drivers/base
AgeCommit message (Expand)AuthorLines
2015-06-01base/platform: Remove code duplicationRicardo Ribalda Delgado-35/+25
2015-06-01base/platform: Continue on insert_resource() errorRicardo Ribalda Delgado-11/+15
2015-06-01base/platform: Only insert MEM and IO resourcesRicardo Ribalda Delgado-3/+7
2015-05-29regmap: drop unneeded gotoJulia Lawall-3/+0
2015-05-27sched/topology: Rename topology_thread_cpumask() to topology_sibling_cpumask()Bartosz Golaszewski-1/+1
2015-05-26drivers: of/base: move of_init to driver_initSudeep Holla-0/+2
2015-05-24firmware: use const for remaining firmware namesLuis R. Rodriguez-12/+28
2015-05-24firmware: fix possible use after free on name on asynchronous requestLuis R. Rodriguez-1/+5
2015-05-24firmware: check for file truncation on direct firmware loadingLuis R. Rodriguez-2/+7
2015-05-24firmware: fix __getname() missing failure checkLuis R. Rodriguez-1/+5
2015-05-24drivers: of/base: move of_init to driver_initSudeep Holla-0/+2
2015-05-24drivers/base: cacheinfo: fix annoying typo when DT nodes are absentWill Deacon-2/+2
2015-05-24driver-core: fix build for !CONFIG_MODULESDmitry Torokhov-1/+1
2015-05-24driver-core: make __device_attach() staticDmitry Torokhov-1/+1
2015-05-22regmap: Introduce regmap_get_reg_strideSrinivas Kandagatla-0/+12
2015-05-22regmap: Introduce regmap_get_max_registerSrinivas Kandagatla-0/+12
2015-05-20driver-core: platform_driver_probe() must probe synchronouslyDmitry Torokhov-0/+13
2015-05-20driver-core: enable drivers to opt-out of async probeLuis R. Rodriguez-4/+10
2015-05-20driver-core: add driver module asynchronous probe supportLuis R. Rodriguez-1/+7
2015-05-20driver-core: add asynchronous probing support for driversDmitry Torokhov-27/+154
2015-05-20show nohz_full cpus in sysfsRik van Riel-0/+17
2015-05-20show isolated cpus in sysfsRik van Riel-0/+12
2015-05-20PM / Wakeirq: Add automated device wake IRQ handlingTony Lindgren-1/+422
2015-05-20PM / Runtime: Update last_busy in rpm_resumeTony Lindgren-0/+1
2015-05-19PM / clk: Fix clock error check in __pm_clk_add()Geert Uytterhoeven-1/+1
2015-05-19PM / wakeup: add a dummy wakeup_source to record statisticsJin Qian-0/+36
2015-05-12PM / clock_ops: Provide default runtime ops to usersRajendra Nayak-0/+38
2015-05-08PM / wakeup: validate wakeup source before activating it.Jin Qian-0/+18
2015-05-06regmap: Use regcache_mark_dirty() to indicate power loss or resetKevin Cernekee-4/+18
2015-05-06regmap: Add a helper function for regcache sync testKevin Cernekee-11/+15
2015-04-27regmap: Constify irq_domain_opsKrzysztof Kozlowski-1/+1
2015-04-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-16/+16
2015-04-15power: wakeup: remove use of seq_printf return valueJoe Perches-9/+7
2015-04-15VFS: assorted weird filesystems: d_inode() annotationsDavid Howells-16/+16
2015-04-14Merge tag 'pm+acpi-4.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-83/+278
2015-04-14mm, hotplug: fix concurrent memory hot-add deadlockDavid Rientjes-7/+12
2015-04-14memory hotplug: use macro to switch between section and pfnSheng Yong-1/+1
2015-04-13Merge tag 'driver-core-4.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-89/+129
2015-04-13Merge tag 'regmap-v4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/broo...Linus Torvalds-2/+262
2015-04-13Merge branches 'pm-sleep' and 'pm-domains'Rafael J. Wysocki-28/+82
2015-04-13Merge branch 'device-properties'Rafael J. Wysocki-55/+196
2015-04-10Merge back earlier suspend/hibernate material for v4.1.Rafael J. Wysocki-7/+19
2015-04-03device property: Introduce firmware node type for platform dataRafael J. Wysocki-5/+93
2015-04-03device property: Make it possible to use secondary firmware nodesRafael J. Wysocki-0/+51
2015-03-25driver core: Implement device property accessors through fwnode onesRafael J. Wysocki-28/+17
2015-03-25Merge branch 'acpi-driver-core' into device-propertiesRafael J. Wysocki-1/+1
2015-03-25driver core: property: Update fwnode_property_read_string_array()Rafael J. Wysocki-2/+4
2015-03-25drivers: platform: parse IRQ flags from resourcesLinus Walleij-0/+9
2015-03-25driver core: Make probe deferral more quietMark Brown-1/+1
2015-03-25drivers/core/of: Add symlink to device-tree from devices with an OF nodeBenjamin Herrenschmidt-2/+14