Age | Commit message (Expand) | Author |
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 |
2022-06-29 | regmap-irq: Convert bool bitfields to unsigned int | Aidan MacDonald |
2022-06-29 | regmap: Merge up fixes | Mark Brown |
2022-06-27 | regmap: Don't warn about cache only mode for devices with no cache | Mark Brown |
2022-06-22 | regmap-irq: Fix offset/index mismatch in read_sub_irq_data() | Aidan MacDonald |
2022-06-22 | regmap-irq: Fix a bug in regmap_irq_enable() for type_in_mask chips | Aidan MacDonald |
2022-06-20 | regmap: Wire up regmap_config provided bulk write in missed functions | Javier Martinez Canillas |
2022-06-20 | regmap: Make regmap_noinc_read() return -ENOTSUPP if map->read isn't set | Javier Martinez Canillas |
2022-06-20 | regmap: Re-introduce bulk read support check in regmap_bulk_read() | Javier Martinez Canillas |
2022-06-15 | Merge tag 'regmap-field-bit-helpers' of https://git.kernel.org/pub/scm/linux/... | Mark Brown |
2022-06-15 | regmap: provide regmap_field helpers for simple bit operations | Li Chen |
2022-06-06 | regmap: cache: Fix syntax errors in comments | Xiang wangx |
2022-05-09 | regmap: Add missing map->bus check | Marek Vasut |
2022-05-05 | regmap: Custom bulk operations for regmaps | Mark Brown |
2022-05-05 | regmap: Add bulk read/write callbacks into regmap_config | Marek Vasut |
2022-04-25 | regmap: cache: set max_register with reg_stride | Jeongtae Park |