summaryrefslogtreecommitdiffstats
path: root/drivers/base
AgeCommit message (Expand)AuthorLines
2012-10-30PM / QoS: Fix the return value of dev_pm_qos_update_request()Rafael J. Wysocki-1/+1
2012-10-30regmap: core: Report registers in hex when we can't cacheMark Brown-1/+1
2012-10-29Merge 3.7-rc3 into driver-core-nextGreg Kroah-Hartman-125/+160
2012-10-26Merge tag 'pm+acpi-for-3.7-rc3' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-1/+4
2012-10-26Merge tag 'driver-core-3.7-rc3' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-115/+151
2012-10-26Merge tag 'mca_cfg' of git://git.kernel.org/pub/scm/linux/kernel/git/ras/ras ...Ingo Molnar-0/+21
2012-10-26drivers/base: Add a DEVICE_BOOL_ATTR macroBorislav Petkov-0/+21
2012-10-25Merge branch 'fixes_for_linus' of git://git.linaro.org/people/mszyprowski/lin...Linus Torvalds-8/+4
2012-10-25drivers/base: remove CONFIG_EXPERIMENTALKees Cook-4/+3
2012-10-25regmap: Fix printing of size_t variableFabio Estevam-1/+1
2012-10-24PM / Domains: Check device PM QoS flags in pm_genpd_poweroff()Rafael J. Wysocki-1/+10
2012-10-24PM / QoS: Make it possible to expose PM QoS device flags to user spaceRafael J. Wysocki-47/+221
2012-10-23drivers: cma: Fix wrong CMA selected region size default valueLaurent Pinchart-1/+1
2012-10-23drivers: dma-coherent: Fix typo in dma_mmap_from_coherent documentationLaurent Pinchart-3/+2
2012-10-23drivers: dma-contiguous: Don't redefine SZ_1MLaurent Pinchart-4/+1
2012-10-23PM / QoS: Introduce PM QoS device flags supportRafael J. Wysocki-26/+98
2012-10-23PM / QoS: Prepare struct dev_pm_qos_request for more request typesRafael J. Wysocki-4/+4
2012-10-23PM / QoS: Prepare device structure for adding more constraint typesRafael J. Wysocki-20/+22
2012-10-23PM / Domains: Fix memory leak on error path in pm_genpd_attach_cpuidlejhbird.choi@samsung.com-1/+4
2012-10-22firmware loader: sync firmware cache by async_synchronize_full_domainMing Lei-28/+6
2012-10-22firmware loader: let direct loading back on 'firmware_buf'Ming Lei-71/+100
2012-10-22firmware loader: fix one reqeust_firmware raceMing Lei-12/+20
2012-10-22firmware loader: cancel uncache work before caching firmwareMing Lei-7/+28
2012-10-17regmap: select REGMAP if REGMAP_MMIO and REGMAP_IRQ enabledDong Aisheng-1/+1
2012-10-17regmap: make lock/unlock functions customizableDavide Ciminaghi-30/+39
2012-10-15regmap: silence GCC warningPaul Bolle-1/+1
2012-10-15regmap: Split raw writes that cross window boundariesMark Brown-2/+24
2012-10-15regmap: Make return code checks consistentMark Brown-5/+5
2012-10-15regmap: Factor range lookup out of page selectionMark Brown-40/+51
2012-10-15regmap: Provide debugfs read of register rangesMark Brown-0/+33
2012-10-15regmap: Factor out debugfs register readMark Brown-5/+14
2012-10-15regmap: Allow ranges to be namedMark Brown-0/+2
2012-10-15regmap: When we sanity check during range adds say what errors we findMark Brown-4/+29
2012-10-15regmap: Rename n_ranges to num_rangesMark Brown-2/+2
2012-10-15regmap: irq: Allow users to retrieve the irq_domainMark Brown-0/+19
2012-10-09memory-hotplug: update memory block's state and notify userspaceWen Congyang-4/+27
2012-10-09memory-hotplug: preparation to notify memory block's state at memory hot removeWen Congyang-6/+3
2012-10-04firmware: use 'kernel_read()' to read firmware into kernel bufferLinus Torvalds-3/+1
2012-10-03firmware: teach the kernel to load firmware files directly from the filesystemLinus Torvalds-1/+77
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-2/+1
2012-10-02Merge branch 'for-v3.7' of git://git.linaro.org/people/mszyprowski/linux-dma-...Linus Torvalds-11/+7
2012-10-02Merge tag 'pm-for-3.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds-72/+372
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds-2/+2
2012-10-02drivers: dma-contiguous: refactor dma_alloc_from_contiguous()Michal Nazarewicz-11/+7
2012-10-01Merge tag 'driver-core-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-144/+904
2012-09-26make get_file() return its argumentAl Viro-2/+1
2012-09-24Merge branch 'pm-qos'Rafael J. Wysocki-41/+26
2012-09-24Revert "PM QoS: Use spinlock in the per-device PM QoS constraints code"Rafael J. Wysocki-41/+26
2012-09-24Merge branch 'pm-sleep'Rafael J. Wysocki-12/+19
2012-09-24Merge branch 'pm-runtime'Rafael J. Wysocki-0/+3