summaryrefslogtreecommitdiff
path: root/drivers/base
AgeCommit message (Expand)AuthorFilesLines
2012-09-11firmware loader: fix compile warning when CONFIG_PM=nMing Lei1-11/+22
2012-09-07firmware loader: let caching firmware piggyback on loading firmwareMing Lei1-9/+74
2012-09-07firmware loader: fix firmware -ENOENT situationsMing Lei1-0/+1
2012-09-07driver core: Check if r->name is valid in platform_get_resource_byname()Peter Ujfalusi1-0/+3
2012-08-27Merge 3.6-rc3 into driver-core-nextGreg Kroah-Hartman4-15/+14
2012-08-21Merge tag 'driver-core-3.6-rc3' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-2/+2
2012-08-19dyndbg: fix for SOH in logging messagesMarkus Trippelsdorf1-2/+2
2012-08-19Merge tag 'pm-for-3.6-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds1-8/+5
2012-08-17PM / Runtime: Check device PM QoS setting before "no callbacks" checkRafael J. Wysocki1-6/+2
2012-08-17PM / Runtime: Clear power.deferred_resume on success in rpm_suspend()Rafael J. Wysocki1-1/+1
2012-08-17PM / Runtime: Fix rpm_resume() return value for power.no_callbacks setRafael J. Wysocki1-1/+2
2012-08-17Merge tag 'driver-core-3.6-rc3' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-2/+7
2012-08-17firmware loader: fix build failure if FW_LOADER is mMing Lei1-7/+2
2012-08-17PM / Sleep: introduce dpm_for_each_devMing Lei1-0/+22
2012-08-17firmware loader: fix compile failure if !PMMing Lei1-1/+3
2012-08-17firmware loader: cache devices firmware during suspend/resume cycleMing Lei1-0/+32
2012-08-17firmware loader: use small timeout for cache device firmwareMing Lei1-0/+14
2012-08-17firmware: introduce device_cache/uncache_fw_imagesMing Lei1-6/+215
2012-08-17driver core: devres: introduce devres_for_each_resMing Lei1-0/+42
2012-08-17firmware loader: store firmware name into devres listMing Lei1-0/+64
2012-08-17firmware loader: fix comments on request_firmware_nowaitMing Lei1-3/+7
2012-08-17firmware loader: fix device lifetimeMing Lei1-0/+6
2012-08-17firmware loader: introduce cache_firmware and uncache_firmwareMing Lei1-8/+92
2012-08-17firmware loader: always let firmware_buf own the pages bufferMing Lei1-69/+171
2012-08-17firmware loader: introduce firmware_bufMing Lei1-78/+102
2012-08-17firmware loader: fix creation failure of fw loader deviceMing Lei1-1/+1
2012-08-17firmware loader: remove unnecessary wmb()Ming Lei1-1/+0
2012-08-17firmware loader: fix races during loading firmwareMing Lei1-9/+11
2012-08-17firmware loader: simplify pages ownership transferMing Lei1-23/+39
2012-08-16platform: Add support for automatic device IDsJean Delvare1-3/+35
2012-08-16driver core: free devres in device_releaseMing Lei1-7/+11
2012-08-16drivers-core: make structured logging play nice with dynamic-debugJim Cromie1-2/+7
2012-08-08PM: Make dev_pm_get_subsys_data() always return 0 on successRafael J. Wysocki2-5/+2
2012-08-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-7/+2
2012-08-01mm: factor out memory isolate functionsMinchan Kim1-0/+1
2012-07-30Merge branch 'for-linus-for-3.6-rc1' of git://git.linaro.org/people/mszyprows...Linus Torvalds1-0/+49
2012-07-30common: dma-mapping: introduce dma_get_sgtable() functionMarek Szyprowski1-0/+18
2012-07-30common: dma-mapping: add support for generic dma_mmap_* callsMarek Szyprowski1-0/+31
2012-07-29new helper: done_path_create()Al Viro1-7/+2
2012-07-26Merge tag 'driver-core-3.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds7-37/+69
2012-07-25Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-2/+0
2012-07-23Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds1-57/+41
2012-07-23Merge tag 'pm-for-3.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds4-83/+291
2012-07-23Merge tag 'regmap-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/broon...Linus Torvalds4-37/+411
2012-07-22Merge branches 'regmap-core', 'regmap-irq' and 'regmap-page' into regmap-nextMark Brown3-15/+279
2012-07-20[SCSI] cleanup usages of scsi_complete_async_scansDan Williams1-2/+0
2012-07-19Merge branch 'pm-sleep'Rafael J. Wysocki1-1/+9
2012-07-19PM / Sleep: call early resume handlers when suspend_noirq failsColin Cross1-1/+9
2012-07-19Make wait_for_device_probe() also do scsi_complete_async_scans()Linus Torvalds1-0/+2
2012-07-19Merge branch 'pm-qos'Rafael J. Wysocki1-1/+1