Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
[pandora-kernel.git] / drivers / base / regmap / regcache.c
2011-10-26 Linus TorvaldsMerge branch 'perf-urgent-for-linus' of git://git....
2011-10-26 Linus TorvaldsMerge branch 'perf-core-for-linus' of git://git./linux...
2011-10-26 Linus TorvaldsMerge branch 'irq-core-for-linus' of git://git./linux...
2011-10-26 Linus TorvaldsMerge branch 'core-rcu-for-linus' of git://git./linux...
2011-10-26 Linus TorvaldsMerge branch 'core-locking-for-linus' of git://git...
2011-10-26 Linus TorvaldsMerge branch 'core-iommu-for-linus' of git://git./linux...
2011-10-26 Linus TorvaldsMerge branch 'staging-next' of git://git./linux/kernel...
2011-10-26 Linus TorvaldsMerge branch 'tty-next' of git://git./linux/kernel...
2011-10-26 Linus TorvaldsMerge branch 'hwmon-for-linus' of git://git./linux...
2011-10-26 Linus TorvaldsMerge git://github.com/rustyrussell/linux
2011-10-26 Linus TorvaldsMerge branch 'for-linus' of git://github.com/ericvh...
2011-10-25 Linus TorvaldsMerge branch 'for-linus' of git://github.com/gregungere...
2011-10-25 Linus TorvaldsMerge branch 'nfs-for-3.2' of git://git.linux-nfs.org...
2011-10-25 Linus TorvaldsMerge branch 'for-3.2' of git://linux-nfs.org/~bfields...
2011-10-25 Linus TorvaldsMerge branch 'pm-for-linus' of git://git./linux/kernel...
2011-10-25 Linus TorvaldsMerge branch 'for-next' of git://git.linaro.org/people...
2011-10-25 Linus TorvaldsMerge branch 'for-linus' of git://opensource.wolfsonmic...
2011-10-10 Mark Brownregmap: Allow caches for devices with no defaults
2011-10-10 Mark Brownregmap: Return a sensible error code if we fail to...
2011-10-09 Mark Brownregmap: Use bsearch() to search the register defaults
2011-10-03 Dimitris Papastamosregmap: Fix doc comment
2011-10-03 Dimitris Papastamosregmap: Optimize the lookup path to use binary search
2011-09-30 Dimitris Papastamosregmap: Ensure we scream if we enable cache bypass...
2011-09-30 Dimitris Papastamosregmap: Implement regcache_cache_bypass helper function
2011-09-30 Dimitris Papastamosregmap: Save/restore the bypass state upon syncing
2011-09-30 Dimitris Papastamosregmap: Lock the sync path, ensure we use the lockless...
2011-09-30 Mark Brownregmap: Fix apostrophe usage
2011-09-29 Mark Brownregmap: Fix lock used for regcache_cache_only()
2011-09-28 Dimitris Papastamosregmap: Grab the lock in regcache_cache_only()
2011-09-28 Dimitris Papastamosregmap: Modify map->cache_bypass directly
2011-09-28 Dimitris Papastamosregmap: Fix regcache_sync generic implementation
2011-09-27 Dimitris Papastamosregmap: Implement generic syncing functionality
2011-09-19 Mark Brownregmap: Allow drivers to control cache_only flag
2011-09-19 Mark Brownregmap: A cache type of _NONE behaves like a bypassed...
2011-09-19 Dimitris Papastamosregmap: Add the regcache_sync trace event
2011-09-19 Dimitris Papastamosregmap: Add the LZO cache support
2011-09-19 Dimitris Papastamosregmap: Add the rbtree cache support
2011-09-19 Dimitris Papastamosregmap: Add the indexed cache support
2011-09-19 Dimitris Papastamosregmap: Introduce caching support