index
:
linux.git
sunxi/cedar/a33-support
sunxi/cedar/mmio-trace
sunxi/cedrus/jpeg-base
sunxi/cedrus/jpeg-nv16
Linux kernel
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
base
/
regmap
Age
Commit message (
Expand
)
Author
2023-12-13
regmap: fix bogus error on regcache_sync success
Matthias Reichl
2023-11-28
regmap: Ensure range selector registers are updated after cache sync
Mark Brown
2023-11-20
regmap: prevent noinc writes from clobbering cache
Ben Wolsieffer
2023-11-20
regmap: debugfs: Fix a erroneous check after snprintf()
Christophe JAILLET
2023-10-25
regmap: fix NULL deref on lookup
Johan Hovold
2023-10-10
regmap: rbtree: Fix wrong register marked as in-cache when creating new node
Richard Fitzgerald
2023-09-13
regmap: rbtree: Use alloc_flags for memory allocations
Dan Carpenter
2023-07-27
regmap: Account for register length in SMBus I/O limits
Mark Brown
2023-07-27
regmap: Drop initial version of maximum transfer length fixes
Mark Brown
2023-07-23
regmap-irq: Fix out-of-bounds access when allocating config buffers
Isaac J. Manjarres
2023-06-28
regmap: spi-avmm: Fix regmap_bus max_raw_write
Russ Weight
2023-06-09
regmap: Account for register length when chunking
Jim Wylder
2023-05-24
regmap: cache: Return error in cache sync operations for REGCACHE_NONE
Alexander Stein
2023-03-10
regmap: apply reg_base and reg_downshift for single register ops
Daniel Golle
2022-12-31
regmap-irq: Use the new num_config_regs property in regmap_add_irq_chip_fwnode
Yassine Oudjana
2022-10-04
Merge tag 'regmap-v6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/broo...
Linus Torvalds
2022-09-22
regmap: mmio: replace return 0 with break in switch statement
Colin Ian King
2022-09-07
regmap: spi-avmm: Use swabXX_array() helpers
Andy Shevchenko
2022-09-07
regmap: mmio: Use swabXX_array() helpers
Andy Shevchenko
2022-09-05
regmap: trace: Remove unneeded blank lines
Andy Shevchenko
2022-09-05
regmap: trace: Remove explicit castings
Andy Shevchenko
2022-09-05
regmap: trace: Remove useless check for NULL for bulk ops
Andy Shevchenko
2022-09-01
regmap: mmio: Fix rebase error
Linus Walleij
2022-08-23
regmap: check right noinc bounds in debug print
Linus Walleij
2022-08-23
regmap: introduce value tracing for regmap bulk operations
Dmitry Rokosov
2022-08-18
regmap: spi: Reserve space for register address/padding
Cristian Ciocaltea
2022-08-17
regmap: mmio: Support accelerared noinc operations
Linus Walleij
2022-08-17
regmap: Support accelerated noinc operations
Linus Walleij
2022-08-15
regmap: mmio: Extending to support IO ports
Mark Brown
2022-08-15
regmap: Make use of get_unaligned_be24(), put_unaligned_be24()
Andy Shevchenko
2022-08-15
regmap: mmio: Fix MMIO accessors to avoid talking to IO port
Andy Shevchenko
2022-08-15
regmap: mmio: Introduce IO accessors that can talk to IO port
Andy Shevchenko
2022-08-15
regmap: mmio: Get rid of broken 64-bit IO
Andy Shevchenko
2022-08-15
regmap: mmio: Remove mmio_relaxed member from context
Andy Shevchenko
2022-07-18
regmap: permit to set reg_update_bits with bulk implementation
Christian Marangi
2022-07-08
regmap: add WARN_ONCE when invalid mask is provided to regmap_field_init()
Matt Ranostay
2022-07-05
regmap-irq: Fix bug in regmap_irq_get_irq_reg_linear()
Aidan MacDonald
2022-06-30
regmap-irq cleanups and refactoring
Mark Brown
2022-06-30
regmap: cache: Add extra parameter check in regcache_init
Schspa Shi
2022-06-29
regmap-irq: Deprecate the not_fixed_stride flag
Aidan MacDonald
2022-06-29
regmap-irq: Add get_irq_reg() callback
Aidan MacDonald
2022-06-29
regmap-irq: Fix inverted handling of unmask registers
Aidan MacDonald
2022-06-29
regmap-irq: Deprecate type registers and virtual registers
Aidan MacDonald
2022-06-29
regmap-irq: Introduce config registers for irq types
Aidan MacDonald
2022-06-29
regmap-irq: Refactor checks for status bulk read support
Aidan MacDonald
2022-06-29
regmap-irq: Remove mask_writeonly and regmap_irq_update_bits()
Aidan MacDonald
2022-06-29
regmap-irq: Remove inappropriate uses of regmap_irq_update_bits()
Aidan MacDonald
2022-06-29
regmap-irq: Remove an unnecessary restriction on type_in_mask
Aidan MacDonald
2022-06-29
regmap-irq: Cleanup sizeof(...) use in memory allocation
Aidan MacDonald
2022-06-29
regmap-irq: Remove unused type_reg_stride field
Aidan MacDonald
[next]