index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
base
Commit message (
Expand
)
Author
Age
Files
Lines
*
regmap: Add tracepoints for cache only and cache bypass
Mark Brown
2012-02-23
1
-0
/
+2
*
regmap: Skip hardware defaults for LZO caches
Mark Brown
2012-02-23
1
-0
/
+6
*
regmap: Expose the driver name in debugfs
Dimitris Papastamos
2012-02-22
1
-0
/
+32
*
regmap: Add support for writing to regmap registers via debugfs
Dimitris Papastamos
2012-02-22
1
-0
/
+42
*
regmap: Support raw reads from cached registers
Mark Brown
2012-02-21
1
-6
/
+22
*
regmap: Implement support for 32 bit registers and values
Mark Brown
2012-02-17
2
-0
/
+35
*
regmap: Add debugfs information for the cache status
Mark Brown
2012-02-06
1
-0
/
+9
*
regmap: Don't use bitfields for booleans
Mark Brown
2012-02-06
1
-4
/
+4
*
regmap: Remove incorrect unreachable comment in regcache_set_val()
Axel Lin
2012-01-31
1
-1
/
+0
*
regmap: if format_write is used, declare all registers as "unreadable"
Wolfram Sang
2012-01-30
1
-2
/
+5
*
regmap: Properly round reg_bytes and val_bytes
Wolfram Sang
2012-01-29
1
-2
/
+2
*
regmap: Add support for 2/6 register formating
Wolfram Sang
2012-01-27
1
-0
/
+18
*
regmap: Reset device debugfs when reinitialising the cache
Mark Brown
2012-01-26
1
-0
/
+3
*
regmap: Unexport regcache_write() and regcache_read()
Mark Brown
2012-01-25
1
-2
/
+0
*
regmap: Add support for padding between register and address
Mark Brown
2012-01-20
2
-11
/
+22
*
Merge branch 'pm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2012-01-16
2
-5
/
+34
|
\
|
*
PM / Domains: Skip governor functions for CONFIG_PM_RUNTIME unset
Rafael J. Wysocki
2012-01-14
1
-5
/
+19
|
*
PM / Domains: Fix build for CONFIG_PM_SLEEP unset
Rafael J. Wysocki
2012-01-14
1
-0
/
+15
*
|
dma-buf: drop option text so users don't select it.
Dave Airlie
2012-01-13
1
-1
/
+1
|
/
*
kdump: add udev events for memory online/offline
Michael Holzheu
2012-01-12
1
-3
/
+14
*
cpu: Register a generic CPU device on architectures that currently do not
Ben Hutchings
2012-01-11
2
-0
/
+23
*
cpu: Do not return errors from cpu_dev_init() which will be ignored
Ben Hutchings
2012-01-11
2
-9
/
+6
*
Merge branch 'dma-buf-merge' of git://people.freedesktop.org/~airlied/linux
Linus Torvalds
2012-01-08
3
-0
/
+303
|
\
|
*
dma-buf: mark EXPERIMENTAL for 1st release.
Sumit Semwal
2012-01-06
1
-0
/
+1
|
*
dma-buf: Introduce dma buffer sharing mechanism
Sumit Semwal
2012-01-06
3
-0
/
+302
*
|
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/bro...
Linus Torvalds
2012-01-08
9
-153
/
+574
|
\
\
|
*
\
Merge branch 'mfd/da9052' of git://git.kernel.org/pub/scm/linux/kernel/git/br...
Mark Brown
2011-12-14
6
-21
/
+24
|
|
\
\
|
|
*
\
Merge branch 'topic/irq' of git://git.kernel.org/pub/scm/linux/kernel/git/bro...
Mark Brown
2011-12-12
3
-0
/
+306
|
|
|
\
\
|
|
|
|
/
|
|
|
/
|
|
*
|
|
Merge branch 'regmap/irq' into regmap-next
Mark Brown
2011-12-05
1
-0
/
+13
|
|
\
\
\
|
|
|
|
/
|
|
|
/
|
|
|
*
|
regmap: Add irq_base accessor to regmap_irq
Mark Brown
2011-12-05
1
-0
/
+13
|
*
|
|
Merge branch 'topic/cache' of git://git.kernel.org/pub/scm/linux/kernel/git/b...
Mark Brown
2011-12-05
1
-0
/
+33
|
|
\
\
\
|
|
*
|
|
regmap: Allow drivers to reinitialise the register cache at runtime
Mark Brown
2011-12-05
1
-0
/
+33
|
*
|
|
|
regmap: Add trace event for successful cache reads
Mark Brown
2011-11-30
1
-2
/
+10
|
*
|
|
|
regmap: Allow regmap_update_bits() users to detect changes
Mark Brown
2011-11-29
1
-13
/
+45
|
*
|
|
|
Merge remote-tracking branch 'regmap/topic/irq' into regmap-next
Mark Brown
2011-11-28
1
-1
/
+6
|
|
\
\
\
\
|
|
|
|
/
/
|
|
|
/
|
|
|
|
*
|
|
regmap: Report if we actually handled an interrupt in regmap-irq
Mark Brown
2011-11-28
1
-1
/
+6
|
*
|
|
|
regmap: Fix rbtreee build when not using debugfs
Mark Brown
2011-11-22
1
-1
/
+10
|
*
|
|
|
regmap: Provide debugfs dump of the rbtree cache data
Mark Brown
2011-11-21
1
-0
/
+49
|
*
|
|
|
regmap: Do debugfs init before cache init
Mark Brown
2011-11-21
1
-2
/
+2
|
*
|
|
|
regmap: Suppress noop writes in regmap_update_bits()
Mark Brown
2011-11-20
1
-4
/
+5
|
*
|
|
|
regmap: Remove indexed cache type
Mark Brown
2011-11-20
4
-88
/
+1
|
*
|
|
|
regmap: Drop check whether a register is readable in regcache_read
Lars-Peter Clausen
2011-11-17
1
-3
/
+0
|
*
|
|
|
regmap: Properly round cache_word_size
Lars-Peter Clausen
2011-11-17
1
-2
/
+2
|
*
|
|
|
regmap: Add support for 10/14 register formating
Lars-Peter Clausen
2011-11-16
1
-0
/
+20
|
*
|
|
|
regmap: Try cached read before checking if a hardware read is possible
Lars-Peter Clausen
2011-11-16
1
-3
/
+3
|
*
|
|
|
regmap: Make reg_config reg_defaults const
Lars-Peter Clausen
2011-11-16
1
-3
/
+2
|
*
|
|
|
regmap: Move initialization of regcache related fields to regcache_init
Lars-Peter Clausen
2011-11-16
3
-9
/
+10
|
*
|
|
|
regmap: Do not call regcache_exit from regcache_lzo_init error path
Lars-Peter Clausen
2011-11-15
1
-1
/
+3
|
*
|
|
|
regmap: Do not call regcache_exit from regcache_rbtree_init error path
Lars-Peter Clausen
2011-11-15
1
-1
/
+2
|
*
|
|
|
regmap: Fix memory leak in regcache_init error path
Lars-Peter Clausen
2011-11-14
1
-1
/
+10
[next]