index
:
platform/kernel/linux-3.10
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.2015.q2_common
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_wearable
devel/aarch64
devel/tizen
devel/v3.10-ltsi
dmafence
kdbus-integration
master
sandbox/cometzero/tizen
sandbox/cosmichobo/tizen
sandbox/daeinki/tizen
sandbox/hwhwang7/tizen
sandbox/mchehab/tizen-media-backports
sandbox/mwereski/kdbus-integration
sandbox/pawelo/kdbus-next-wip
sandbox/pawelo/kdbus-next-wip-next
sandbox/pawelo/kdbus-v4-backport
sandbox/pawelo/kernfs
sandbox/pawelo/kernfs_better
sandbox/pawelo/sysfs
sandbox/pcoval/tizen
tizen
tizen-rebase-20140515
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_LPD
upstream
v3.10.51-integration
v3.10.52-integration
v3.10.60-rebase
Domain: System / Kernel;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
base
/
regmap
Age
Commit message (
Expand
)
Author
Files
Lines
2012-12-11
Merge remote-tracking branch 'regmap/topic/type' into regmap-next
Mark Brown
1
-1
/
+1
2012-12-11
Merge remote-tracking branch 'regmap/topic/table' into regmap-next
Mark Brown
2
-0
/
+50
2012-12-11
Merge remote-tracking branch 'regmap/topic/lock' into regmap-next
Mark Brown
2
-30
/
+39
2012-12-11
Merge remote-tracking branch 'regmap/topic/domain' into regmap-next
Mark Brown
1
-0
/
+19
2012-12-11
Merge remote-tracking branch 'regmap/topic/debugfs' into regmap-next
Mark Brown
3
-63
/
+255
2012-12-11
regmap: debugfs: Cache offsets of valid regions for dump
Mark Brown
2
-14
/
+63
2012-12-11
regmap: debugfs: Factor out initial seek
Mark Brown
1
-3
/
+36
2012-12-11
regmap: debugfs: Avoid overflows for very small reads
Mark Brown
1
-1
/
+1
2012-12-06
regmap: Cache register and value sizes for debugfs
Mark Brown
2
-10
/
+18
2012-11-21
regmap: introduce tables for readable/writeable/volatile/precious checks
Davide Ciminaghi
2
-0
/
+50
2012-11-21
Merge branch 'topic/lock' of git://git.kernel.org/pub/scm/linux/kernel/git/br...
Mark Brown
2
-30
/
+39
2012-11-21
Merge branches 'topic/core' and 'topic/range' of git://git.kernel.org/pub/scm...
Mark Brown
3
-53
/
+155
2012-10-30
regmap: core: Report registers in hex when we can't cache
Mark Brown
1
-1
/
+1
2012-10-25
regmap: Fix printing of size_t variable
Fabio Estevam
1
-1
/
+1
2012-10-17
regmap: select REGMAP if REGMAP_MMIO and REGMAP_IRQ enabled
Dong Aisheng
1
-1
/
+1
2012-10-17
regmap: make lock/unlock functions customizable
Davide Ciminaghi
2
-30
/
+39
2012-10-15
regmap: silence GCC warning
Paul Bolle
1
-1
/
+1
2012-10-15
regmap: Split raw writes that cross window boundaries
Mark Brown
1
-2
/
+24
2012-10-15
regmap: Make return code checks consistent
Mark Brown
1
-5
/
+5
2012-10-15
regmap: Factor range lookup out of page selection
Mark Brown
1
-40
/
+51
2012-10-15
regmap: Provide debugfs read of register ranges
Mark Brown
3
-0
/
+33
2012-10-15
regmap: Factor out debugfs register read
Mark Brown
1
-5
/
+14
2012-10-15
regmap: Allow ranges to be named
Mark Brown
2
-0
/
+2
2012-10-15
regmap: When we sanity check during range adds say what errors we find
Mark Brown
1
-4
/
+29
2012-10-15
regmap: Rename n_ranges to num_ranges
Mark Brown
1
-2
/
+2
2012-10-15
regmap: irq: Allow users to retrieve the irq_domain
Mark Brown
1
-0
/
+19
2012-09-22
Merge remote-tracking branches 'regmap/topic/cache' and 'regmap/topic/irq' in...
Mark Brown
2
-26
/
+79
2012-09-09
regmap: no need primary handler for nested irq
Yunfan Zhang
1
-1
/
+1
2012-08-30
regmap: irq: Add mask invert flag for enable register
Xiaofan Tian
1
-2
/
+10
2012-08-07
regmap: irq: Enable devices for runtime PM while handling interrupts
Mark Brown
1
-0
/
+25
2012-08-04
regmap: irq: initialize all irqs to wake disabled
Stephen Warren
1
-0
/
+16
2012-08-04
regmap: set MASK_ON_SUSPEND/SKIP_SET_WAKE if no wake_base
Stephen Warren
1
-0
/
+5
2012-08-04
regmap: name irq_chip based on regmap_irq_chip's name
Stephen Warren
1
-1
/
+1
2012-08-04
regmap: store irq_chip inside regmap_irq_chip_data
Stephen Warren
1
-2
/
+4
2012-08-04
regmap: irq: Only update mask bits when doing initial mask
Mark Brown
1
-1
/
+2
2012-08-04
regmap: fix some error messages to take account of irq_reg_stride
Stephen Warren
1
-14
/
+15
2012-08-04
regmap: Don't lock in regmap_reinit_cache()
Dimitris Papastamos
1
-9
/
+4
2012-07-22
Merge branches 'regmap-core', 'regmap-irq' and 'regmap-page' into regmap-next
Mark Brown
3
-15
/
+279
2012-07-18
regmap: Fix incorrect arguments to kzalloc() call
Dimitris Papastamos
1
-1
/
+1
2012-07-06
regmap: Add hook for printk logging for debugging during early init
Mark Brown
1
-0
/
+23
2012-06-19
regmap: Fix work_buf switching for page update during virtual range access.
Krystian Garbaciak
1
-2
/
+3
2012-06-17
regmap: Add support for register indirect addressing.
Krystian Garbaciak
2
-5
/
+213
2012-06-17
regmap: Move lock out from internal function _regmap_update_bits().
Krystian Garbaciak
1
-8
/
+14
2012-06-13
regmap: mmio: Staticize regmap_mmio_gen_context()
Axel Lin
1
-1
/
+1
2012-06-08
regmap: Export regmap_reinit_cache()
Mark Brown
1
-0
/
+1
2012-06-05
regmap: Implement support for wake IRQs
Mark Brown
1
-0
/
+47
2012-06-05
regmap: Don't try to map non-existant IRQs
Mark Brown
1
-0
/
+4
2012-06-03
regmap: Constify regmap_irq_chip
Mark Brown
1
-3
/
+3
2012-06-03
regmap: Fix the size calculation for map->format.buf_size
Fabio Estevam
1
-2
/
+2
2012-06-03
regmap: clean up debugfs if regmap_init fails
Stephen Warren
1
-2
/
+3
[next]