summaryrefslogtreecommitdiffstats
path: root/drivers/base
AgeCommit message (Expand)AuthorLines
2012-05-22Merge tag 'driver-core-3.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-18/+98
2012-05-22Merge branch 'for-next-arm-dma' into for-linusMarek Szyprowski-0/+42
2012-05-21drivers: add Contiguous Memory AllocatorMarek Szyprowski-0/+491
2012-05-21common: add dma_mmap_from_coherent() functionMarek Szyprowski-0/+42
2012-05-18Merge branch 'pm-domains'Rafael J. Wysocki-6/+21
2012-05-18PM / Domains: Make it possible to add devices to inactive domainsRafael J. Wysocki-6/+21
2012-05-17regmap: Fix typo in IRQ register stridingMark Brown-1/+1
2012-05-17sched: Remove stale power aware scheduling remnants and dysfunctional knobsPeter Zijlstra-4/+0
2012-05-14regmap: add support for non contiguous status to regmap-irqGraeme Gregory-33/+21
2012-05-14Driver Core: don't oops with unregistered driver in driver_find_device()Hiroshi DOYU-1/+1
2012-05-13regmap: Convert regmap_irq to use irq_domainMark Brown-27/+70
2012-05-13Merge branches 'regmap-core', 'regmap-stride', 'regmap-mmio' and 'regmap-irq'...Mark Brown-214/+668
2012-05-13regmap: Pass back the allocated regmap IRQ controller dataMark Brown-0/+2
2012-05-12Merge tag 'regmap-3.4' into regmap-strideMark Brown-4/+4
2012-05-11Merge branch 'pm-sleep'Rafael J. Wysocki-59/+179
2012-05-11PM / Domains: Fix computation of maximum domain off timeRafael J. Wysocki-11/+12
2012-05-11PM / Domains: Fix link checking when add subdomainHuang Ying-1/+1
2012-05-09regmap: fix possible memory corruption in regmap_bulk_read()Laxman Dewangan-1/+3
2012-05-08regmap: Implement dev_get_regmap()Mark Brown-1/+61
2012-05-07driver-core: extend dev_printk() to pass structured dataKay Sievers-3/+49
2012-05-05PM / Domains: Cache device stop and domain power off governor results, v3Rafael J. Wysocki-19/+146
2012-05-05PM / Domains: Make device removal more straightforwardRafael J. Wysocki-16/+11
2012-05-04devres: Add devres_release()Mark Brown-0/+31
2012-05-04devres: Clarify documentation for devres_destroy()Mark Brown-0/+4
2012-05-02Merge 3.4-rc5 into driver-core-nextGreg Kroah-Hartman-3/+1
2012-05-01PM / QoS: Create device constraints objects on notifier registrationRafael J. Wysocki-7/+12
2012-05-01PM / Runtime: Remove device fields related to suspend time, v2Rafael J. Wysocki-114/+2
2012-05-01PM / Domains: Rework default domain power off governor function, v2Rafael J. Wysocki-36/+35
2012-05-01PM / Domains: Rework default device stop governor function, v2Rafael J. Wysocki-4/+50
2012-05-01PM / Sleep: Add user space interface for manipulating wakeup sources, v3Rafael J. Wysocki-0/+1
2012-05-01PM / Sleep: Add "prevent autosleep time" statistics to wakeup sourcesRafael J. Wysocki-4/+81
2012-05-01PM / Sleep: Implement opportunistic sleep, v2Rafael J. Wysocki-15/+19
2012-05-01PM / Sleep: Add wakeup_source_activate and wakeup_source_deactivate tracepointsArve Hjønnevåg-3/+9
2012-05-01PM / Sleep: Change wakeup source statistics to follow AndroidRafael J. Wysocki-41/+53
2012-05-01PM / Sleep: Use wait queue to signal "no wakeup events in progress"Rafael J. Wysocki-3/+13
2012-05-01PM / Sleep: Look for wakeup events in later stages of device suspendRafael J. Wysocki-0/+10
2012-04-30regmap: Devices using format_write don't support bulk operationsMark Brown-0/+3
2012-04-30regmap: Converts group operation into single read write operationsAshish Jangam-4/+39
2012-04-30regmap: Cache single values read from the chipMark Brown-0/+3
2012-04-23drivers/base/core.c: Fix a typo in commentyan-1/+1
2012-04-19Revert "driver core: check start node in klist_iter_init_node"Greg Kroah-Hartman-60/+36
2012-04-18driver core: check start node in klist_iter_init_nodeHannes Reinecke-36/+60
2012-04-18drivers/base/bus.c: local variables should not be exposed globallyH Hartley Sweeten-2/+1
2012-04-18driver core: fix dma-buf.c kernel-doc warningsRandy Dunlap-6/+6
2012-04-18core.c: fix 'the the' typoPeter Korsgaard-2/+2
2012-04-18devtmpfs: fix 'the the' typoPeter Korsgaard-3/+3
2012-04-11regmap: fix compile errors in regmap-irq.c due to stride changesStephen Warren-1/+4
2012-04-10regmap: implement register stridingStephen Warren-42/+105
2012-04-10Merge branches 'regmap-core', 'regmap-mmio' and 'regmap-naming' into regmap-s...Mark Brown-66/+373
2012-04-10regmap: fix compilation when !CONFIG_DEBUG_FSStephen Warren-1/+1