Merge branch 'for-linus' of git://opensource.wolfsonmicro.com/regmap
[pandora-kernel.git] / drivers / base / regmap /
2011-10-25 Linus TorvaldsMerge branch 'for-linus' of git://opensource.wolfsonmic...
2011-10-25 Linus TorvaldsMerge branch 'usb-next' of git://git./linux/kernel...
2011-10-25 Linus TorvaldsMerge branch 'driver-core-next' of git://git./linux...
2011-10-25 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2011-10-25 Jiri KosinaMerge branch 'upstream' into for-linus
2011-10-25 Jiri KosinaMerge branches 'acrux', 'logitech', 'multitouch', ...
2011-10-25 Linus TorvaldsMerge branch 'next' of git://selinuxproject.org/~jmorri...
2011-10-25 Linus TorvaldsMerge branches 'stable/drivers-3.2', 'stable/drivers...
2011-10-25 Russell KingMerge branches 'arnd-randcfg-fixes', 'debug', 'io'...
2011-10-25 Linus TorvaldsMerge branches 'stable/bug.fixes-3.2' and 'stable/mmu...
2011-10-21 Linus TorvaldsMerge branch 'fix/hda' of git://github.com/tiwai/sound
2011-10-20 David S. MillerMerge branch 'batman-adv/maint' of git://git.open-mesh...
2011-10-17 John W. LinvilleMerge branch 'master' of git://git.infradead.org/users...
2011-10-13 Mark Brownregmap: Support some block operations on cached devices
2011-10-13 Linus TorvaldsMerge branch 'btrfs-3.0' of git://github.com/chrismason...
2011-10-11 John W. LinvilleMerge branch 'master' of git://git.infradead.org/users...
2011-10-10 Mark Brownregmap: Allow caches for devices with no defaults
2011-10-10 Mark Brownregmap: Ensure rbtree syncs registers set to zero properly
2011-10-10 Mark Brownregmap: Allow rbtree to cache zero default values
2011-10-10 Mark Brownregmap: Warn on raw I/O as well as bulk reads that...
2011-10-10 Mark Brownregmap: Return a sensible error code if we fail to...
2011-10-10 Linus TorvaldsMerge branch 'upstream' of git://git.linux-mips.org...
2011-10-09 Mark Brownregmap: Use bsearch() to search the register defaults
2011-10-06 Linus TorvaldsMerge branch 'for-linus' of git://neil.brown.name/md
2011-10-05 Linus TorvaldsMerge branch 'for-linus' of git://github.com/dtor/input
2011-10-04 Linus TorvaldsMerge branch 'fix/asoc' of git://github.com/tiwai/sound
2011-10-03 Linus TorvaldsMerge branch 'btrfs-3.0' of git://github.com/chrismason...
2011-10-03 Dimitris Papastamosregmap: Fix doc comment
2011-10-03 Dimitris Papastamosregmap: Optimize the lookup path to use binary search
2011-10-03 Linus TorvaldsMerge branch 'for-linus' of git://github.com/tiwai...
2011-09-30 John W. LinvilleMerge branch 'master' of git://git.infradead.org/users...
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-30 Linus TorvaldsMerge branch 'for-linus' of git://github.com/NewDreamNe...
2011-09-30 Linus TorvaldsMerge git://github.com/davem330/sparc
2011-09-29 Dimitris Papastamosregmap: Make _regmap_write() global
2011-09-29 Mark Brownregmap: Fix lock used for regcache_cache_only()
2011-09-28 Linus TorvaldsMerge branch 'writeback-for-linus' of git://github...
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-28 Lars-Peter Clausenregmap: rbtree-cache: Move cached rbnode handling into...
2011-09-28 Lars-Peter Clausenregmap: regcache_rbtree_{set,get}_register: Use regcach...
2011-09-27 Linus TorvaldsMerge branch 'for-linus' of git://github.com/tiwai...
2011-09-27 John W. LinvilleMerge branch 'master' of git://git.infradead.org/users...
2011-09-27 Dimitris Papastamosregmap: Implement generic syncing functionality
2011-09-27 David S. MillerMerge branch 'batman-adv/maint' of git://git.open-mesh...
2011-09-27 Dimitris Papastamosregmap: Fix signed/unsigned comparison
2011-09-27 Dimitris Papastamosregmap: Remove redundant member `word_size' from regcac...
2011-09-23 Linus TorvaldsMerge branch 'for-linus' of git://github.com/tiwai...
2011-09-23 David S. MillerMerge git://github.com/Jkirsher/net-next
2011-09-22 David S. MillerMerge branch 'master' of github.com:davem330/net
2011-09-21 Linus TorvaldsMerge branch 'for-linus' of git://git.kernel.dk/linux...
2011-09-20 Chris MasonMerge branch 'btrfs-3.0' into for-linus
2011-09-20 David S. MillerMerge branch 'davem.r8169.fixes' of git://violet.fr...
2011-09-20 Linus TorvaldsMerge branch 'for-linus' of git://github.com/tiwai...
2011-09-20 John W. LinvilleMerge branch 'master' of ssh://infradead/~/public_git...
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: Incorporate the regcache core into regmap
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
2011-09-19 Linus TorvaldsMerge branch 'slab/urgent' of git://github.com/penberg...
2011-09-19 Linus TorvaldsMerge branch 'for-linus' of git://git.infradead.org...
2011-09-18 Linus TorvaldsMerge git://github.com/davem330/net
2011-09-18 Chris MasonMerge branch 'btrfs-3.0' into for-linus
2011-09-16 Linus TorvaldsMerge branch 'for-linus' of git://github.com/dtor/input
2011-09-16 Linus TorvaldsMerge branch 'stable/bug.fixes' of git://oss.oracle...
2011-09-16 Linus TorvaldsMerge branch 'for-linus' of git://github.com/tiwai...
2011-09-15 John W. LinvilleMerge branch 'master' of git://git.infradead.org/users...
2011-09-15 Linus TorvaldsMerge branch 'bugfixes' of git://git.linux-nfs.org...
2011-09-15 Jiri KosinaMerge branch 'master' into for-next
2011-09-14 Linus TorvaldsMerge git://bedivere.hansenpartnership.com/git/scsi...
2011-09-13 Linus TorvaldsMerge branch 'upstream/bugfix' of git://github.com...
2011-09-13 Len BrownMerge branches 'apei', 'bz-13195' and 'doc' into acpi
2011-09-12 Linus TorvaldsMerge branch 'drm-fixes' of git://people.freedesktop...
2011-09-12 Linus TorvaldsMerge branch 'fixes' of git://git.linaro.org/people...
2011-09-12 Linus TorvaldsMerge branch 'for-linus' of git://github.com/chrismason...
2011-09-11 Linus TorvaldsMerge branch 'v4l_for_linus' of git://linuxtv.org/mcheh...
2011-09-11 Linus TorvaldsMerge branch 'for-linus' of git://openrisc.net/~jonas...
2011-09-11 Linus TorvaldsMerge branch 'fixes' of ftp.arm.linux.org.uk/pub/linux...
2011-09-10 Linus TorvaldsMerge branch 'for-linus' of git://neil.brown.name/md
2011-09-09 Linus TorvaldsMerge branch 'for-linus' of git://dev.laptop.org/users...
2011-09-09 Linus TorvaldsMerge branch 'for-linus' of git://ceph.newdream.net...
2011-09-09 Mark BrownMerge branch 'regmap-interface' into regmap-next
2011-09-08 Linus TorvaldsMerge branch 'fixes' of git://git.infradead.org/users...
2011-09-08 Linus TorvaldsMerge branch 'for-linus' of git://opensource.wolfsonmic...
2011-09-07 Linus TorvaldsMerge branch 'timers-fixes-for-linus' of git://tesla...
2011-09-07 Linus TorvaldsMerge branch 'linux-next' of git://git.infradead.org...
2011-09-07 Linus TorvaldsMerge branch 'stable/bug.fixes' of git://oss.oracle...
2011-09-07 Jiri KosinaMerge branches 'upstream-fixes' and 'magicmouse' into...
2011-09-05 Lars-Peter Clausenregmap: Make debugfs stubs static inline
2011-09-05 Lars-Peter Clausenregmap: Add support for device specific write and read...
2011-09-05 Mark Brownregmap: Include the last register in debugfs output
next