summaryrefslogtreecommitdiffstats
path: root/drivers/base
AgeCommit message (Expand)AuthorLines
2012-08-16firmware loader: cache devices firmware during suspend/resume cycleMing Lei-0/+32
2012-08-16firmware loader: use small timeout for cache device firmwareMing Lei-0/+14
2012-08-16firmware: introduce device_cache/uncache_fw_imagesMing Lei-6/+215
2012-08-16driver core: devres: introduce devres_for_each_resMing Lei-0/+42
2012-08-16firmware loader: store firmware name into devres listMing Lei-0/+64
2012-08-16firmware loader: fix comments on request_firmware_nowaitMing Lei-3/+7
2012-08-16firmware loader: fix device lifetimeMing Lei-0/+6
2012-08-16firmware loader: introduce cache_firmware and uncache_firmwareMing Lei-8/+92
2012-08-16firmware loader: always let firmware_buf own the pages bufferMing Lei-69/+171
2012-08-16firmware loader: introduce firmware_bufMing Lei-78/+102
2012-08-16firmware loader: fix creation failure of fw loader deviceMing Lei-1/+1
2012-08-16firmware loader: remove unnecessary wmb()Ming Lei-1/+0
2012-08-16firmware loader: fix races during loading firmwareMing Lei-9/+11
2012-08-16firmware loader: simplify pages ownership transferMing Lei-23/+39
2012-08-16platform: Add support for automatic device IDsJean Delvare-3/+35
2012-08-16driver core: free devres in device_releaseMing Lei-7/+11
2012-08-16drivers-core: make structured logging play nice with dynamic-debugJim Cromie-2/+7
2012-08-08PM: Make dev_pm_get_subsys_data() always return 0 on successRafael J. Wysocki-5/+2
2012-08-07regmap: irq: Enable devices for runtime PM while handling interruptsMark Brown-0/+25
2012-08-04regmap: irq: initialize all irqs to wake disabledStephen Warren-0/+16
2012-08-04regmap: set MASK_ON_SUSPEND/SKIP_SET_WAKE if no wake_baseStephen Warren-0/+5
2012-08-04regmap: name irq_chip based on regmap_irq_chip's nameStephen Warren-1/+1
2012-08-04regmap: store irq_chip inside regmap_irq_chip_dataStephen Warren-2/+4
2012-08-04regmap: irq: Only update mask bits when doing initial maskMark Brown-1/+2
2012-08-04regmap: fix some error messages to take account of irq_reg_strideStephen Warren-14/+15
2012-08-04regmap: Don't lock in regmap_reinit_cache()Dimitris Papastamos-9/+4
2012-08-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-7/+2
2012-07-31mm: factor out memory isolate functionsMinchan Kim-0/+1
2012-07-30Merge branch 'for-linus-for-3.6-rc1' of git://git.linaro.org/people/mszyprows...Linus Torvalds-0/+49
2012-07-30common: dma-mapping: introduce dma_get_sgtable() functionMarek Szyprowski-0/+18
2012-07-30common: dma-mapping: add support for generic dma_mmap_* callsMarek Szyprowski-0/+31
2012-07-29new helper: done_path_create()Al Viro-7/+2
2012-07-26Merge tag 'driver-core-3.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-37/+69
2012-07-24Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds-2/+0
2012-07-23Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds-57/+41
2012-07-22Merge tag 'pm-for-3.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds-83/+291
2012-07-22Merge tag 'regmap-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/broon...Linus Torvalds-37/+411
2012-07-22Merge branches 'regmap-core', 'regmap-irq' and 'regmap-page' into regmap-nextMark Brown-15/+279
2012-07-20[SCSI] cleanup usages of scsi_complete_async_scansDan Williams-2/+0
2012-07-19Merge branch 'pm-sleep'Rafael J. Wysocki-1/+9
2012-07-19PM / Sleep: call early resume handlers when suspend_noirq failsColin Cross-1/+9
2012-07-18Make wait_for_device_probe() also do scsi_complete_async_scans()Linus Torvalds-0/+2
2012-07-19Merge branch 'pm-qos'Rafael J. Wysocki-1/+1
2012-07-19Merge branch 'pm-sleep'Rafael J. Wysocki-6/+10
2012-07-19Merge branch 'pm-domains'Rafael J. Wysocki-74/+268
2012-07-19PM / QoS: Use NULL pointer instead of plain integer in qos.cSachin Kamat-1/+1
2012-07-18PM / Sleep: Add missing static storage class specifiers in main.cSachin Kamat-4/+4
2012-07-18regmap: Fix incorrect arguments to kzalloc() callDimitris Papastamos-1/+1
2012-07-17driver core: don't trigger uevent after failureSebastian Ott-2/+3
2012-07-16PM / Runtime: Do not increment device usage counts before probingRafael J. Wysocki-4/+2