Age | Commit message (Expand) | Author |
2023-02-17 | Merge remote-tracking branch 'regmap/for-6.3' into regmap-next | Mark Brown |
2023-02-17 | regmap-irq: Remove unused mask_invert flag | Aidan MacDonald |
2023-02-17 | regmap-irq: Remove unused type_invert flag | Aidan MacDonald |
2023-01-31 | regmap: apply reg_base and reg_downshift for single register ops | Daniel Golle |
2023-01-16 | regmap: Rework regmap_mdio_c45_{read|write} for new C45 API. | Andrew Lunn |
2022-12-12 | regmap: Merge fix for where we get the number of registers from | Mark Brown |
2022-12-09 | regmap-irq: Add handle_mask_sync() callback | William Breathitt Gray |
2022-11-25 | fsi: Add regmap and refactor sbefifo | Mark Brown |
2022-11-25 | regmap: Add FSI bus support | Eddie James |
2022-11-22 | regmap: add regmap_might_sleep() | Michael Walle |
2022-11-09 | 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 |
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 |