aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/base (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-11-14firmware loader: Fix the race FW_STATUS_DONE is followed by class_timeoutChuansheng Liu1-8/+16
2012-11-14Merge 3.7-rc5 into driver-core-nextGreg Kroah-Hartman1-0/+7
2012-11-10PM / QoS: Resume device before exposing/hiding PM QoS flagsLan Tianyu1-1/+6
2012-11-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds1-0/+7
2012-11-09sparc: Add sparc support for platform_get_irq()Andreas Larsson1-0/+7
2012-11-02PM / QoS: Document request manipulation requirement for flagsRafael J. Wysocki1-0/+9
2012-11-01PM / QoS: Fix a free error in the dev_pm_qos_constraints_destroy()Lan,Tianyu1-1/+1
2012-10-30drivers: base: Convert dev_printk(KERN_<LEVEL> to dev_<level>(Joe Perches2-3/+3
2012-10-30drivers/base: fix typo in comment for arch_setup_pdev_archdata()Sebastian Andrzej Siewior1-1/+1
2012-10-30PM / QoS: Fix the return value of dev_pm_qos_update_request()Rafael J. Wysocki1-1/+1
2012-10-30regmap: core: Report registers in hex when we can't cacheMark Brown1-1/+1
2012-10-29Merge 3.7-rc3 into driver-core-nextGreg Kroah-Hartman6-125/+160
2012-10-26Merge tag 'pm+acpi-for-3.7-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-1/+4
2012-10-26Merge tag 'driver-core-3.7-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-115/+151
2012-10-25Merge branch 'fixes_for_linus' of git://git.linaro.org/people/mszyprowski/linux-dma-mappingLinus Torvalds3-8/+4
2012-10-25drivers/base: remove CONFIG_EXPERIMENTALKees Cook1-4/+3
2012-10-25regmap: Fix printing of size_t variableFabio Estevam1-1/+1
2012-10-24PM / Domains: Check device PM QoS flags in pm_genpd_poweroff()Rafael J. Wysocki1-1/+10
2012-10-24PM / QoS: Make it possible to expose PM QoS device flags to user spaceRafael J. Wysocki3-47/+221
2012-10-23drivers: cma: Fix wrong CMA selected region size default valueLaurent Pinchart1-1/+1
2012-10-23drivers: dma-coherent: Fix typo in dma_mmap_from_coherent documentationLaurent Pinchart1-3/+2
2012-10-23drivers: dma-contiguous: Don't redefine SZ_1MLaurent Pinchart1-4/+1
2012-10-23PM / QoS: Introduce PM QoS device flags supportRafael J. Wysocki1-26/+98
2012-10-23PM / QoS: Prepare struct dev_pm_qos_request for more request typesRafael J. Wysocki2-4/+4
2012-10-23PM / QoS: Prepare device structure for adding more constraint typesRafael J. Wysocki1-20/+22
2012-10-23PM / Domains: Fix memory leak on error path in pm_genpd_attach_cpuidlejhbird.choi@samsung.com1-1/+4
2012-10-22firmware loader: sync firmware cache by async_synchronize_full_domainMing Lei1-28/+6
2012-10-22firmware loader: let direct loading back on 'firmware_buf'Ming Lei1-71/+100
2012-10-22firmware loader: fix one reqeust_firmware raceMing Lei1-12/+20
2012-10-22firmware loader: cancel uncache work before caching firmwareMing Lei1-7/+28
2012-10-17regmap: select REGMAP if REGMAP_MMIO and REGMAP_IRQ enabledDong Aisheng1-1/+1
2012-10-17regmap: make lock/unlock functions customizableDavide Ciminaghi2-30/+39
2012-10-15regmap: silence GCC warningPaul Bolle1-1/+1
2012-10-15regmap: Split raw writes that cross window boundariesMark Brown1-2/+24
2012-10-15regmap: Make return code checks consistentMark Brown1-5/+5
2012-10-15regmap: Factor range lookup out of page selectionMark Brown1-40/+51
2012-10-15regmap: Provide debugfs read of register rangesMark Brown3-0/+33
2012-10-15regmap: Factor out debugfs register readMark Brown1-5/+14
2012-10-15regmap: Allow ranges to be namedMark Brown2-0/+2
2012-10-15regmap: When we sanity check during range adds say what errors we findMark Brown1-4/+29
2012-10-15regmap: Rename n_ranges to num_rangesMark Brown1-2/+2
2012-10-15regmap: irq: Allow users to retrieve the irq_domainMark Brown1-0/+19
2012-10-09memory-hotplug: update memory block's state and notify userspaceWen Congyang1-4/+27
2012-10-09memory-hotplug: preparation to notify memory block's state at memory hot removeWen Congyang1-6/+3
2012-10-04firmware: use 'kernel_read()' to read firmware into kernel bufferLinus Torvalds1-3/+1
2012-10-03firmware: teach the kernel to load firmware files directly from the filesystemLinus Torvalds1-1/+77
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-2/+1
2012-10-02Merge branch 'for-v3.7' of git://git.linaro.org/people/mszyprowski/linux-dma-mappingLinus Torvalds1-11/+7
2012-10-02Merge tag 'pm-for-3.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds7-72/+372
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-2/+2