index
:
litmus-rt.git
archive/unc-master-3.0
archived-2013.1
archived-private-master
archived-semi-part
demo
ecrts-pgm-final
ecrts14-pgm-final
gpusync-rtss12
gpusync/staging
linux-tip
litmus2008-patch-series
master
pgm
prop/litmus-signals
prop/robust-tie-break
staging
test
tracing-devel
v2.6.34-with-arm-patches
v2015.1
wip-2011.2-bbb
wip-2011.2-bbb-trace
wip-2012.3-gpu
wip-2012.3-gpu-preport
wip-2012.3-gpu-rtss13
wip-2012.3-gpu-sobliv-budget-w-kshark
wip-aedzl-final
wip-aedzl-revised
wip-arbit-deadline
wip-aux-tasks
wip-bbb
wip-bbb-prio-don
wip-better-break
wip-binary-heap
wip-budget
wip-color
wip-color-jlh
wip-d10-hz1000
wip-default-clustering
wip-dissipation-jerickso
wip-dissipation2-jerickso
wip-ecrts14-pgm
wip-edf-hsb
wip-edf-os
wip-edf-tie-break
wip-edzl-critique
wip-edzl-final
wip-edzl-revised
wip-events
wip-extra-debug
wip-fix-switch-jerickso
wip-fix3
wip-fmlp-dequeue
wip-ft-irq-flag
wip-gpu-cleanup
wip-gpu-interrupts
wip-gpu-rtas12
wip-gpu-rtss12
wip-gpu-rtss12-srp
wip-gpusync-merge
wip-ikglp
wip-k-fmlp
wip-kernel-coloring
wip-kernthreads
wip-klmirqd-to-aux
wip-kshark
wip-litmus-3.2
wip-litmus2011.2
wip-litmus3.0-2011.2
wip-master-2.6.33-rt
wip-mc
wip-mc-bipasa
wip-mc-jerickso
wip-mc2-cache-slack
wip-mcrit-mac
wip-merge-3.0
wip-merge-v3.0
wip-migration-affinity
wip-mmap-uncache
wip-modechange
wip-nested-locking
wip-omlp-gedf
wip-pai
wip-percore-lib
wip-performance
wip-pgm
wip-pgm-split
wip-pm-ovd
wip-prio-inh
wip-prioq-dgl
wip-refactored-gedf
wip-release-master-fix
wip-robust-tie-break
wip-rt-kshark
wip-rtas12-pgm
wip-semi-part
wip-semi-part-edfos-jerickso
wip-shared-lib
wip-shared-lib2
wip-shared-mem
wip-splitting-jerickso
wip-splitting-omlp-jerickso
wip-stage-binheap
wip-sun-port
wip-timer-trace
wip-tracepoints
The LITMUS^RT kernel.
Bjoern Brandenburg
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
base
/
regmap
/
regcache.c
Commit message (
Expand
)
Author
Age
*
regmap: Export regcache_sync_region()
Mark Brown
2012-04-03
*
Merge tag 'device-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
2012-03-24
|
\
|
*
device.h: cleanup users outside of linux/include (C files)
Paul Gortmaker
2012-03-11
*
|
Merge remote-tracking branch 'regmap/topic/bulk' into regmap-next
Mark Brown
2012-03-14
|
\
\
|
*
|
regmap: Bypassing cache when initializing cache
Laxman Dewangan
2012-02-17
|
|
/
*
|
Merge remote-tracking branches 'regmap/topic/patch' and 'regmap/topic/sync' i...
Mark Brown
2012-03-14
|
\
\
|
*
|
regmap: Allow drivers to sync only part of the register cache
Mark Brown
2012-02-24
|
*
|
regmap: Supply ranges to the sync operations
Mark Brown
2012-02-24
|
*
|
regmap: Mark the cache as clean after a successful sync
Mark Brown
2012-02-23
|
*
|
regmap: Remove default cache sync implementation
Mark Brown
2012-02-23
*
|
|
Merge remote-tracking branch 'regmap/topic/drivers' into regmap-next
Mark Brown
2012-03-14
|
\
\
\
|
*
|
|
Merge branch 'topic/patch' of git://git.kernel.org/pub/scm/linux/kernel/git/b...
Mark Brown
2012-02-20
|
|
\
|
|
|
|
*
|
regmap: Bypass the cache when applying patches
Mark Brown
2012-01-25
|
|
*
|
regmap: Skip patch application when the cache is not dirty on sync
Mark Brown
2012-01-25
|
|
*
|
regmap: Support register patch sets
Mark Brown
2012-01-23
|
|
|
/
|
*
/
regmap: Fix cache defaults initialization from raw cache defaults
Lars-Peter Clausen
2012-02-15
|
|
/
*
|
regmap: Add tracepoints for cache only and cache bypass
Mark Brown
2012-02-23
*
|
regmap: Implement support for 32 bit registers and values
Mark Brown
2012-02-17
*
|
regmap: Remove incorrect unreachable comment in regcache_set_val()
Axel Lin
2012-01-31
*
|
regmap: Unexport regcache_write() and regcache_read()
Mark Brown
2012-01-25
|
/
*
regmap: Add trace event for successful cache reads
Mark Brown
2011-11-30
*
regmap: Remove indexed cache type
Mark Brown
2011-11-20
*
regmap: Drop check whether a register is readable in regcache_read
Lars-Peter Clausen
2011-11-17
*
regmap: Properly round cache_word_size
Lars-Peter Clausen
2011-11-17
*
regmap: Make reg_config reg_defaults const
Lars-Peter Clausen
2011-11-16
*
regmap: Move initialization of regcache related fields to regcache_init
Lars-Peter Clausen
2011-11-16
*
regmap: Fix memory leak in regcache_init error path
Lars-Peter Clausen
2011-11-14
*
regmap: Fix memory leak in regcache_hw_init error path
Lars-Peter Clausen
2011-11-14
*
regmap: Track if the register cache is dirty and suppress unneeded syncs
Mark Brown
2011-11-08
*
drivers/base: Add export.h for EXPORT_SYMBOL/THIS_MODULE as required.
Paul Gortmaker
2011-10-31
*
regmap: Allow caches for devices with no defaults
Mark Brown
2011-10-10
*
regmap: Return a sensible error code if we fail to read the cache
Mark Brown
2011-10-10
*
regmap: Use bsearch() to search the register defaults
Mark Brown
2011-10-09
*
regmap: Fix doc comment
Dimitris Papastamos
2011-10-03
*
regmap: Optimize the lookup path to use binary search
Dimitris Papastamos
2011-10-03
*
regmap: Ensure we scream if we enable cache bypass/only at the same time
Dimitris Papastamos
2011-09-30
*
regmap: Implement regcache_cache_bypass helper function
Dimitris Papastamos
2011-09-30
*
regmap: Save/restore the bypass state upon syncing
Dimitris Papastamos
2011-09-30
*
regmap: Lock the sync path, ensure we use the lockless _regmap_write()
Dimitris Papastamos
2011-09-30
*
regmap: Fix apostrophe usage
Mark Brown
2011-09-30
*
regmap: Fix lock used for regcache_cache_only()
Mark Brown
2011-09-29
*
regmap: Grab the lock in regcache_cache_only()
Dimitris Papastamos
2011-09-28
*
regmap: Modify map->cache_bypass directly
Dimitris Papastamos
2011-09-28
*
regmap: Fix regcache_sync generic implementation
Dimitris Papastamos
2011-09-28
*
regmap: Implement generic syncing functionality
Dimitris Papastamos
2011-09-27
*
regmap: Allow drivers to control cache_only flag
Mark Brown
2011-09-19
*
regmap: A cache type of _NONE behaves like a bypassed cache
Mark Brown
2011-09-19
*
regmap: Add the regcache_sync trace event
Dimitris Papastamos
2011-09-19
*
regmap: Add the LZO cache support
Dimitris Papastamos
2011-09-19
*
regmap: Add the rbtree cache support
Dimitris Papastamos
2011-09-19
[next]