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
/
include
/
linux
/
regmap.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge remote-tracking branch 'regmap/topic/field' into regmap-next
Mark Brown
2013-06-30
1
-0
/
+31
|
\
|
*
regmap: Add regmap_field APIs
Srinivas Kandagatla
2013-06-12
1
-0
/
+31
*
|
regmap: Make regmap_check_range_table() a public API
Mark Brown
2013-05-12
1
-0
/
+3
*
|
regmap: Add support for discarding parts of the register cache
Mark Brown
2013-05-12
1
-0
/
+9
|
/
*
regmap: core: Provide regmap_can_raw_write() operation
Mark Brown
2013-03-27
1
-0
/
+1
*
Merge remote-tracking branch 'regmap/topic/no-bus' into regmap-next
Mark Brown
2013-02-14
1
-1
/
+17
|
\
|
*
regmap: Add "no-bus" option for regmap API
Andrey Smirnov
2013-01-29
1
-1
/
+17
*
|
Merge remote-tracking branch 'regmap/topic/mmio' into regmap-next
Mark Brown
2013-02-14
1
-6
/
+41
|
\
\
|
*
|
regmap: mmio: add register clock support
Philipp Zabel
2013-02-14
1
-6
/
+41
|
|
/
*
|
Merge remote-tracking branch 'regmap/topic/irq' into regmap-next
Mark Brown
2013-02-14
1
-0
/
+1
|
\
\
|
*
|
regmap: irq: Support wake IRQ mask inversion
Mark Brown
2013-01-04
1
-0
/
+1
|
|
/
*
|
Merge remote-tracking branch 'regmap/topic/flat' into regmap-next
Mark Brown
2013-02-14
1
-1
/
+2
|
\
\
|
*
|
regmap: flat: Add flat cache type
Mark Brown
2013-01-02
1
-1
/
+2
|
|
/
*
|
regmap: Add asynchronous I/O support
Mark Brown
2013-01-29
1
-0
/
+28
|
/
*
Merge remote-tracking branch 'regmap/topic/table' into regmap-next
Mark Brown
2012-12-11
1
-11
/
+72
|
\
|
*
regmap: introduce tables for readable/writeable/volatile/precious checks
Davide Ciminaghi
2012-11-21
1
-11
/
+72
|
*
Merge branch 'topic/lock' of git://git.kernel.org/pub/scm/linux/kernel/git/br...
Mark Brown
2012-11-21
1
-1
/
+15
|
|
\
*
|
\
Merge remote-tracking branch 'regmap/topic/lock' into regmap-next
Mark Brown
2012-12-11
1
-1
/
+15
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
regmap: make lock/unlock functions customizable
Davide Ciminaghi
2012-10-17
1
-1
/
+15
*
|
|
Merge remote-tracking branch 'regmap/topic/domain' into regmap-next
Mark Brown
2012-12-11
1
-0
/
+2
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
regmap: irq: Allow users to retrieve the irq_domain
Mark Brown
2012-10-15
1
-0
/
+2
|
|
/
*
|
regmap: Allow ranges to be named
Mark Brown
2012-10-15
1
-0
/
+4
*
|
regmap: Rename n_ranges to num_ranges
Mark Brown
2012-10-15
1
-1
/
+1
|
/
*
regmap: irq: Add mask invert flag for enable register
Xiaofan Tian
2012-08-30
1
-0
/
+1
*
regmap: irq: Enable devices for runtime PM while handling interrupts
Mark Brown
2012-08-07
1
-0
/
+2
*
-
.
Merge branches 'regmap-core', 'regmap-irq' and 'regmap-page' into regmap-next
Mark Brown
2012-07-22
1
-0
/
+41
|
\
\
|
|
*
regmap: Add support for register indirect addressing.
Krystian Garbaciak
2012-06-17
1
-0
/
+39
|
*
|
regmap: Implement support for wake IRQs
Mark Brown
2012-06-05
1
-0
/
+2
|
|
/
*
|
regmap: Remove warning on stubbed dev_get_regmap()
Mark Brown
2012-06-13
1
-1
/
+0
*
|
regmap: Constify regmap_irq_chip
Mark Brown
2012-06-03
1
-1
/
+1
*
|
regmap: allow busses to request formatting with specific endianness
Stephen Warren
2012-06-03
1
-0
/
+25
|
/
*
regmap: add support for non contiguous status to regmap-irq
Graeme Gregory
2012-05-14
1
-0
/
+2
*
regmap: Convert regmap_irq to use irq_domain
Mark Brown
2012-05-13
1
-0
/
+1
*
-
.
Merge branches 'regmap-core', 'regmap-stride', 'regmap-mmio' and 'regmap-irq'...
Mark Brown
2012-05-13
1
-3
/
+38
|
\
\
|
|
*
regmap: Implement dev_get_regmap()
Mark Brown
2012-05-08
1
-0
/
+8
|
*
|
regmap: Converts group operation into single read write operations
Ashish Jangam
2012-04-30
1
-0
/
+5
|
*
|
regmap: implement register striding
Stephen Warren
2012-04-10
1
-0
/
+4
|
|
|
|
|
\
|
*
-
.
\
Merge branches 'regmap-core', 'regmap-mmio' and 'regmap-naming' into regmap-s...
Mark Brown
2012-04-10
1
-3
/
+21
|
|
\
\
\
|
/
/
/
/
|
|
|
_
|
|
*
regmap: allow regmap instances to be named
Stephen Warren
2012-04-10
1
-0
/
+5
|
|
/
|
/
|
|
*
regmap: add MMIO bus support
Stephen Warren
2012-04-06
1
-0
/
+6
|
*
regmap: introduce fast_io busses, and use a spinlock for them
Stephen Warren
2012-04-06
1
-0
/
+3
|
*
regmap: introduce explicit bus_context for bus callbacks
Stephen Warren
2012-04-06
1
-3
/
+7
|
/
*
Merge tag 'device-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
2012-03-24
1
-1
/
+1
|
\
|
*
device.h: audit and cleanup users in main include dir
Paul Gortmaker
2012-03-16
1
-1
/
+1
*
|
Merge remote-tracking branch 'regmap/topic/bulk' into regmap-next
Mark Brown
2012-03-14
1
-0
/
+2
|
\
\
|
*
|
regmap: add regmap_bulk_write() for register write
Laxman Dewangan
2012-02-14
1
-0
/
+2
|
|
/
*
|
Merge remote-tracking branch 'regmap/topic/introspection' into regmap-next
Mark Brown
2012-03-14
1
-0
/
+1
|
\
\
|
*
|
regmap: Allow users to query the size of register values
Mark Brown
2012-02-20
1
-0
/
+1
|
|
/
*
|
Merge remote-tracking branches 'regmap/topic/patch' and 'regmap/topic/sync' i...
Mark Brown
2012-03-14
1
-0
/
+2
|
\
\
|
*
|
regmap: Allow drivers to sync only part of the register cache
Mark Brown
2012-02-24
1
-0
/
+2
[next]