summaryrefslogtreecommitdiff
path: root/drivers/base
AgeCommit message (Expand)AuthorFilesLines
2012-08-28mm: cma: fix alignment requirements for contiguous regionsMarek Szyprowski1-1/+1
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 / Sleep: Print name of wakeup source that aborts suspendTodd Poynor1-0/+29
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-07regmap: irq: Enable devices for runtime PM while handling interruptsMark Brown1-0/+25
2012-08-04regmap: irq: initialize all irqs to wake disabledStephen Warren1-0/+16
2012-08-04regmap: set MASK_ON_SUSPEND/SKIP_SET_WAKE if no wake_baseStephen Warren1-0/+5
2012-08-04regmap: name irq_chip based on regmap_irq_chip's nameStephen Warren1-1/+1
2012-08-04regmap: store irq_chip inside regmap_irq_chip_dataStephen Warren1-2/+4
2012-08-04regmap: irq: Only update mask bits when doing initial maskMark Brown1-1/+2
2012-08-04regmap: fix some error messages to take account of irq_reg_strideStephen Warren1-14/+15
2012-08-04regmap: Don't lock in regmap_reinit_cache()Dimitris Papastamos1-9/+4
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