aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/base (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-06-24PM / Sleep: Prevent waiting forever on asynchronous suspend after abortMandeep Singh Baines1-2/+4
2012-06-20Merge tag 'driver-core-3.5-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-1/+1
2012-06-13driver core: fixup reversed deferred probe orderKuninori Morimoto1-1/+1
2012-06-08regmap: Export regmap_reinit_cache()Mark Brown1-0/+1
2012-06-03regmap: Fix the size calculation for map->format.buf_sizeFabio Estevam1-2/+2
2012-06-03regmap: clean up debugfs if regmap_init failsStephen Warren1-2/+3
2012-06-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2012-05-30i2c: Split I2C_M_NOSTART support out of I2C_FUNC_PROTOCOL_MANGLINGMark Brown1-1/+1
2012-05-29mode_t whack-a-mole: ->is_visible() returns umode_t...Al Viro1-1/+1
2012-05-29mm: fix off-by-one bug in print_nodes_state()Ryota Ozaki1-5/+3
2012-05-25Merge tag 'tag-for-linus-3.5' of git://git.linaro.org/people/sumitsemwal/linux-dma-bufLinus Torvalds1-1/+98
2012-05-25Merge branch 'for-linus' of git://git.linaro.org/people/mszyprowski/linux-dma-mappingLinus Torvalds4-0/+533
2012-05-25dma-buf: minor documentation fixes.Sumit Semwal1-4/+5
2012-05-25dma-buf: add vmap interfaceDave Airlie1-0/+34
2012-05-25dma-buf: mmap supportDaniel Vetter1-1/+63
2012-05-23Merge tag 'pm-for-3.5' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds7-253/+449
2012-05-23Merge tag 'regmap-domain-deps' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmapLinus Torvalds1-0/+1
2012-05-23regmap: Use select .. if to get IRQ_DOMAIN enabledMark Brown1-0/+1
2012-05-22Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-4/+0
2012-05-22Merge tag 'driver-core-3.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds6-18/+98
2012-05-22Merge branch 'for-next-arm-dma' into for-linusMarek Szyprowski1-0/+42
2012-05-21drivers: add Contiguous Memory AllocatorMarek Szyprowski3-0/+491
2012-05-21common: add dma_mmap_from_coherent() functionMarek Szyprowski1-0/+42
2012-05-18Merge branch 'pm-domains'Rafael J. Wysocki1-6/+21
2012-05-18PM / Domains: Make it possible to add devices to inactive domainsRafael J. Wysocki1-6/+21
2012-05-17regmap: Fix typo in IRQ register stridingMark Brown1-1/+1
2012-05-17sched: Remove stale power aware scheduling remnants and dysfunctional knobsPeter Zijlstra1-4/+0
2012-05-14regmap: add support for non contiguous status to regmap-irqGraeme Gregory1-33/+21
2012-05-14Driver Core: don't oops with unregistered driver in driver_find_device()Hiroshi DOYU1-1/+1
2012-05-13regmap: Convert regmap_irq to use irq_domainMark Brown1-27/+70
2012-05-13Merge branches 'regmap-core', 'regmap-stride', 'regmap-mmio' and 'regmap-irq' into regmap-nextMark Brown15-214/+668
2012-05-13regmap: Pass back the allocated regmap IRQ controller dataMark Brown1-0/+2
2012-05-12Merge tag 'regmap-3.4' into regmap-strideMark Brown2-4/+4
2012-05-11Merge branch 'pm-sleep'Rafael J. Wysocki3-59/+179
2012-05-11PM / Domains: Fix computation of maximum domain off timeRafael J. Wysocki1-11/+12
2012-05-11PM / Domains: Fix link checking when add subdomainHuang Ying1-1/+1
2012-05-09regmap: fix possible memory corruption in regmap_bulk_read()Laxman Dewangan1-1/+3
2012-05-08regmap: Implement dev_get_regmap()Mark Brown2-1/+61
2012-05-07driver-core: extend dev_printk() to pass structured dataKay Sievers1-3/+49
2012-05-05PM / Domains: Cache device stop and domain power off governor results, v3Rafael J. Wysocki2-19/+146
2012-05-05PM / Domains: Make device removal more straightforwardRafael J. Wysocki1-16/+11
2012-05-04devres: Add devres_release()Mark Brown1-0/+31
2012-05-04devres: Clarify documentation for devres_destroy()Mark Brown1-0/+4
2012-05-02Merge 3.4-rc5 into driver-core-nextGreg Kroah-Hartman1-3/+1
2012-05-01PM / QoS: Create device constraints objects on notifier registrationRafael J. Wysocki1-7/+12
2012-05-01PM / Runtime: Remove device fields related to suspend time, v2Rafael J. Wysocki2-114/+2
2012-05-01PM / Domains: Rework default domain power off governor function, v2Rafael J. Wysocki2-36/+35
2012-05-01PM / Domains: Rework default device stop governor function, v2Rafael J. Wysocki2-4/+50
2012-05-01PM / Sleep: Add user space interface for manipulating wakeup sources, v3Rafael J. Wysocki1-0/+1
2012-05-01PM / Sleep: Add "prevent autosleep time" statistics to wakeup sourcesRafael J. Wysocki2-4/+81