Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
643cb15ba07260faadd9fcfabac4f5d9d0ddc053
/
drivers
/
base
/
regmap
320549a
regmap: mmio: Revert to v4.4 endianness handling
by Mark Brown
· 9 years ago
6cb07ab
Merge remote-tracking branches 'regmap/topic/mmio', 'regmap/topic/rbtree' and 'regmap/topic/seq' into regmap-next
by Mark Brown
· 9 years ago
a8d9934
Merge remote-tracking branches 'regmap/topic/64bit' and 'regmap/topic/irq-type' into regmap-next
by Mark Brown
· 9 years ago
8798975
Merge remote-tracking branch 'regmap/topic/core' into regmap-next
by Mark Brown
· 9 years ago
8da61f2
regmap: debugfs: Use seq_file for the access map
by Mark Brown
· 9 years ago
7a78479
regmap: irq: add support for configuration of trigger type
by Laxman Dewangan
· 9 years ago
fcac023
regmap: use IS_ALIGNED instead of % to improve the performance
by Xiubo Li
· 9 years ago
167f706
regmap: cache: Move the num_reg_defaults check as early as possible
by Xiubo Li
· 9 years ago
8cfe2fd
regmap: cache: Add warning info for the cache check
by Xiubo Li
· 9 years ago
782035e
regmap: missing case statement
by Dan Carpenter
· 9 years ago
01c377b
regmap: shift wrapping bugs in 64 bit code
by Dan Carpenter
· 9 years ago
8b7663d
regmap: cache: Add 64-bit mode support
by Xiubo Li
· 9 years ago
2fd6902
regmap: cache: To suppress the noise of checkpatch
by Xiubo Li
· 9 years ago
19c0478
regmap: fix the warning about unused variable
by Xiubo Li
· 9 years ago
afcc00b
regmap: add 64-bit mode support
by Xiubo Li
· 9 years ago
75fb0aa
regmap: mmio: Add regmap_mmio_get_min_stride
by Xiubo Li
· 9 years ago
9d98fa7
regmap: mmio: remove the useless code
by Xiubo Li
· 9 years ago
549e08a
regmap: replace kmalloc with kmalloc_array
by lixiubo
· 9 years ago
eeda1bd
regmap: replace kzalloc with kcalloc
by lixiubo
· 9 years ago
6399aea
regmap: rbtree: When adding a reg do a bsearch for target node
by Nikesh Oswal
· 9 years ago
29bb45f
regmap-mmio: Use native endianness for read/write
by Simon Arlott
· 9 years ago
e880e874
Merge tag 'driver-core-4.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
by Linus Torvalds
· 9 years ago
d4a1a31
Merge remote-tracking branches 'regmap/topic/atomic', 'regmap/topic/debugfs' and 'regmap/topic/irq-hdr' into regmap-next
by Mark Brown
· 9 years ago
b3961e8
Merge tag 'regmap-offload-update-bits' into regmap-next
by Mark Brown
· 9 years ago
ba5890a
Merge tag 'regmap-irq-unmask' into regmap-next
by Mark Brown
· 9 years ago
77792b1
regmap: Allow installing custom reg_update_bits function
by Jon Ringle
· 9 years ago
621a5f7
debugfs: Pass bool pointer to debugfs_create_bool()
by Viresh Kumar
· 9 years ago
ca07e9f
regmap: debugfs: simplify regmap_reg_ranges_read_file() slightly
by Rasmus Villemoes
· 9 years ago
20991cd
regmap: debugfs: use memcpy instead of snprintf
by Rasmus Villemoes
· 9 years ago
e34dc49
regmap: debugfs: use snprintf return value in regmap_reg_ranges_read_file()
by Rasmus Villemoes
· 9 years ago
9ae3109
regmap: debugfs: Remove scratch buffer for register length calculation
by Mark Brown
· 9 years ago
176fc2d
regmap: debugfs: Don't bother actually printing when calculating max length
by Mark Brown
· 9 years ago
b763ec1
regmap: debugfs: Ensure we don't underflow when printing access masks
by Mark Brown
· 9 years ago
a650fdd
regmap: irq: add ack_invert flag for chips using cleared bits as ack
by Guo Zeng
· 9 years ago
7b7d196
regmap: irq: add support for chips who have separate unmask registers
by Guo Zeng
· 9 years ago
b4a21fc
regmap: Allocate buffers with GFP_ATOMIC when fast_io == true
by Stephen Boyd
· 9 years ago
072502a
Merge remote-tracking branches 'regmap/topic/lockdep' and 'regmap/topic/seq-delay' into regmap-next
by Mark Brown
· 9 years ago
84fb901
Merge remote-tracking branches 'regmap/topic/debugfs' and 'regmap/topic/force-update' into regmap-next
by Mark Brown
· 9 years ago
a458a6d
Merge remote-tracking branch 'regmap/topic/core' into regmap-next
by Mark Brown
· 9 years ago
f7474161
Merge remote-tracking branch 'regmap/fix/raw' into regmap-linus
by Mark Brown
· 9 years ago
b3959b5
Merge remote-tracking branch 'regmap/fix/core' into regmap-linus
by Mark Brown
· 9 years ago
04782ca
Merge branch 'topic/smbus-block' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap into regmap-core
by Mark Brown
· 9 years ago
17649c9
regmap: fix a NULL pointer dereference in __regmap_init
by Sergey SENOZHATSKY
· 9 years ago
d5b98eb
regmap: Support bulk reads for devices without raw formatting
by Mark Brown
· 9 years ago
2933253
regmap-i2c: Add smbus i2c block support
by Markus Pargmann
· 9 years ago
c335931
regmap: Add raw_write/read checks for max_raw_write/read sizes
by Markus Pargmann
· 9 years ago
f50c9eb
regmap: regmap max_raw_read/write getter functions
by Markus Pargmann
· 9 years ago
adaac45
regmap: Introduce max_raw_read/write for regmap_bulk_read/write
by Markus Pargmann
· 9 years ago
1052461
Merge branches 'fix/raw', 'topic/core', 'topic/i2c', 'topic/raw' and 'topic/doc' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap into regmap-smbus-block
by Mark Brown
· 9 years ago
9c9f7f6
regmap: No multi_write support if bus->write does not exist
by Markus Pargmann
· 9 years ago
67921a1
regmap: Split use_single_rw internally into use_single_read/write
by Markus Pargmann
· 9 years ago
c594b7f
regmap: Fix regmap_bulk_write for bus writes
by Markus Pargmann
· 9 years ago
9a16ea9
regmap: regmap_raw_read return error on !bus->read
by Markus Pargmann
· 9 years ago
07ea400
regmap: Fix regmap_can_raw_write check
by Markus Pargmann
· 10 years ago
b486afb
regmap: fix typos in regmap.c
by Xiubo Li
· 10 years ago
2f9b660
regmap: Fix integertypes for register address and value
by Markus Pargmann
· 10 years ago
1ed8111
regmap: Move documentation to regmap.h
by Nicolas Boichat
· 10 years ago
3cfe7a7
regmap: Use different lockdep class for each regmap init call
by Nicolas Boichat
· 10 years ago
1635e88
regmap: debugfs: Fix misuse of IS_ENABLED
by Axel Lin
· 10 years ago
8ef9724
regmap: regcache-rbtree: Clean new present bits on present bitmap resize
by Guenter Roeck
· 10 years ago
d3dc543
regmap: debugfs: Allow writes to cache state settings
by Richard Fitzgerald
· 10 years ago
2de9d60
regmap: Apply optional delay in multi_reg_write/register_patch
by Nariman Poushin
· 10 years ago
8019ff6
regmap: Use reg_sequence for multi_reg_write / register_patch
by Nariman Poushin
· 10 years ago
fa3eec7
regmap: Silence warning on invalid zero length read
by Mark Brown
· 10 years ago
04dc91c
regmap: Add better support for devices without readback support
by Lars-Peter Clausen
· 10 years ago
e874e6c
regmap: add regmap_fields_force_write()
by Kuninori Morimoto
· 10 years ago
fd4b7286c
regmap: add regmap_write_bits()
by Kuninori Morimoto
· 10 years ago
7ff0589
regmap: add force_write option on _regmap_update_bits()
by Kuninori Morimoto
· 10 years ago
8ca006a
Merge remote-tracking branches 'regmap/topic/defaults', 'regmap/topic/irq' and 'regmap/topic/reg-params' into regmap-next
by Mark Brown
· 10 years ago
4705a81
Merge remote-tracking branch 'regmap/topic/core' into regmap-next
by Mark Brown
· 10 years ago
d2b923e
Merge remote-tracking branch 'regmap/fix/field' into regmap-linus
by Mark Brown
· 10 years ago
921cc29
regmap: Fix possible shift overflow in regmap_field_init()
by Maxime Coquelin
· 10 years ago
15b8d2c
regmap: Fix regmap_bulk_read in BE mode
by Arun Chandran
· 10 years ago
e723f2c
regmap: kill off set_irq_flags usage
by Rob Herring
· 10 years ago
7043f5f
regmap: irq: Fixed a typo error
by dashsriram
· 10 years ago
7ca6759
regmap: drop unneeded goto
by Julia Lawall
· 10 years ago
a2f776c
regmap: Introduce regmap_get_reg_stride
by Srinivas Kandagatla
· 10 years ago
668abc7
regmap: Introduce regmap_get_max_register
by Srinivas Kandagatla
· 10 years ago
1c79771
regmap: Use regcache_mark_dirty() to indicate power loss or reset
by Kevin Cernekee
· 10 years ago
3969fa08
regmap: Add a helper function for regcache sync test
by Kevin Cernekee
· 10 years ago
77f5f3e
regmap: Constify irq_domain_ops
by Krzysztof Kozlowski
· 10 years ago
1b57c7c
Merge tag 'regmap-v4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap
by Linus Torvalds
· 10 years ago
7c90de3
Merge tag 'regmap-fix-v4.0-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap
by Linus Torvalds
· 10 years ago
f58078d
regmap: Move tracing header into drivers/base/regmap
by Steven Rostedt
· 10 years ago
c6b570d
regmap: introduce regmap_name to fix syscon regmap trace events
by Philipp Zabel
· 10 years ago
7d720ee
Merge remote-tracking branches 'regmap/fix/irq', 'regmap/fix/rbtree' and 'regmap/fix/sync' into regmap-linus
by Mark Brown
· 10 years ago
328f494
regmap: regcache-rbtree: Fix present bitmap resize
by Lars-Peter Clausen
· 10 years ago
4ceba98
regmap: Skip read-only registers in regcache_sync()
by Takashi Iwai
· 10 years ago
09cadf6
regmap-irq: set IRQF_ONESHOT flag to ensure IRQ request
by Valentin Rothberg
· 10 years ago
1aff031
Merge remote-tracking branches 'regmap/topic/ac97', 'regmap/topic/doc' and 'regmap/topic/smbus' into regmap-next
by Mark Brown
· 10 years ago
5892ded
regmap: Fix i2c word access when using SMBus access functions
by Guenter Roeck
· 10 years ago
3c174d2
regmap: Export regmap_get_val_endian
by Guenter Roeck
· 10 years ago
927db287
regmap: ac97: Clean up indentation
by Mark Brown
· 10 years ago
f93d1be
regmap: Move spinlock_flags into the union
by Wang, Yalin
· 10 years ago
a63b878
Merge remote-tracking branches 'regmap/topic/ac97' and 'regmap/topic/headers' into regmap-next
by Mark Brown
· 10 years ago
2285322
regmap: ac97: Add generic AC'97 callbacks
by Mark Brown
· 10 years ago
e39be3a
regmap: cache: Sort include headers alphabetically
by Xiubo Li
· 10 years ago
fb70067
regmap: cache: Fix possible ZERO_SIZE_PTR pointer dereferencing error.
by Xiubo Li
· 10 years ago
06f9c24
regmap: cache: use kmalloc_array instead of kmalloc
by Xiubo Li
· 10 years ago
fbba43c
regmap: cache: speed regcache_hw_init() up.
by Xiubo Li
· 10 years ago
Next »