summaryrefslogtreecommitdiffstats
path: root/drivers/base
AgeCommit message (Expand)AuthorLines
2011-10-16Merge branch 'pm-runtime' into pm-for-linusRafael J. Wysocki-15/+18
2011-10-16PM / Runtime: Handle .runtime_suspend() failure correctlyMing Lei-12/+13
2011-10-16PM / Runtime: Fix kerneldoc comment for rpm_suspend()Ming Lei-8/+10
2011-10-13regmap: Support some block operations on cached devicesMark Brown-8/+26
2011-10-10regmap: Allow caches for devices with no defaultsMark Brown-1/+1
2011-10-10regmap: Ensure rbtree syncs registers set to zero properlyMark Brown-6/+5
2011-10-10regmap: Allow rbtree to cache zero default valuesMark Brown-3/+0
2011-10-10regmap: Warn on raw I/O as well as bulk reads that bypass cacheMark Brown-0/+4
2011-10-10regmap: Return a sensible error code if we fail to read the cacheMark Brown-9/+7
2011-10-09regmap: Use bsearch() to search the register defaultsMark Brown-20/+20
2011-10-07Merge branch 'pm-devfreq' into pm-for-linusRafael J. Wysocki-0/+30
2011-10-07Merge branch 'pm-qos' into pm-for-linusRafael J. Wysocki-3/+433
2011-10-07Merge branch 'pm-domains' into pm-for-linusRafael J. Wysocki-212/+347
2011-10-07Merge branch 'pm-runtime' into pm-for-linusRafael J. Wysocki-29/+65
2011-10-04PM / QoS: Add function dev_pm_qos_read_value() (v3)Rafael J. Wysocki-74/+102
2011-10-03regmap: Fix doc commentDimitris Papastamos-1/+1
2011-10-03regmap: Optimize the lookup path to use binary searchDimitris Papastamos-5/+24
2011-09-30PM / OPP: Add OPP availability change notifier.MyungJoo Ham-0/+30
2011-09-30regmap: Ensure we scream if we enable cache bypass/only at the same timeDimitris Papastamos-0/+2
2011-09-30regmap: Implement regcache_cache_bypass helper functionDimitris Papastamos-0/+19
2011-09-30regmap: Save/restore the bypass state upon syncingDimitris Papastamos-0/+5
2011-09-30regmap: Lock the sync path, ensure we use the lockless _regmap_write()Dimitris Papastamos-5/+7
2011-09-30regmap: Fix apostrophe usageMark Brown-1/+1
2011-09-29regmap: Make _regmap_write() globalDimitris Papastamos-2/+5
2011-09-29regmap: Fix lock used for regcache_cache_only()Mark Brown-2/+2
2011-09-28regmap: Grab the lock in regcache_cache_only()Dimitris Papastamos-0/+2
2011-09-28regmap: Modify map->cache_bypass directlyDimitris Papastamos-2/+2
2011-09-28regmap: Fix regcache_sync generic implementationDimitris Papastamos-1/+1
2011-09-28regmap: rbtree-cache: Move cached rbnode handling into lookup functionLars-Peter Clausen-43/+18
2011-09-28regmap: regcache_rbtree_{set,get}_register: Use regcache_{set,get}_valLars-Peter Clausen-33/+2
2011-09-27PM / Runtime: Replace dev_dbg() with trace_rpm_*()Ming Lei-4/+7
2011-09-27PM / Runtime: Don't run callbacks under lock for power.irq_safe setRafael J. Wysocki-22/+46
2011-09-27regmap: Implement generic syncing functionalityDimitris Papastamos-7/+26
2011-09-27regmap: Fix signed/unsigned comparisonDimitris Papastamos-1/+1
2011-09-27regmap: Remove redundant member `word_size' from regcache_rbtree_nodeDimitris Papastamos-23/+30
2011-09-26drivers: base: print rejected matches with DEBUG_DRIVERWolfram Sang-0/+3
2011-09-26memory hotplug: Correct page reservation checkingNathan Fontenot-23/+37
2011-09-26memory hotplug: Refuse to add unaligned memory regionsAnton Blanchard-0/+4
2011-09-26PM / Domains: Split device PM domain data into base and need_restoreRafael J. Wysocki-9/+19
2011-09-26Merge branch 'pm-fixes' into pm-domainsRafael J. Wysocki-48/+49
2011-09-26PM / Clocks: Do not acquire a mutex under a spinlockRafael J. Wysocki-37/+38
2011-09-19regmap: Allow drivers to control cache_only flagMark Brown-0/+18
2011-09-19regmap: A cache type of _NONE behaves like a bypassed cacheMark Brown-1/+3
2011-09-19regmap: Incorporate the regcache core into regmapDimitris Papastamos-0/+31
2011-09-19regmap: Add the regcache_sync trace eventDimitris Papastamos-1/+7
2011-09-19regmap: Add the LZO cache supportDimitris Papastamos-1/+367
2011-09-19regmap: Add the rbtree cache supportDimitris Papastamos-1/+402
2011-09-19regmap: Add the indexed cache supportDimitris Papastamos-1/+68
2011-09-19regmap: Introduce caching supportDimitris Papastamos-1/+357
2011-09-08Merge branch 'for-linus' of git://opensource.wolfsonmicro.com/regmapLinus Torvalds-4/+1