summaryrefslogtreecommitdiff
path: root/drivers/base/regmap
AgeCommit message (Expand)Author
2022-12-12regmap: Merge fix for where we get the number of registers fromMark Brown
2022-12-09regmap-irq: Add handle_mask_sync() callbackWilliam Breathitt Gray
2022-11-25fsi: Add regmap and refactor sbefifoMark Brown
2022-11-25regmap: Add FSI bus supportEddie James
2022-11-22regmap: add regmap_might_sleep()Michael Walle
2022-11-09regmap-irq: Use the new num_config_regs property in regmap_add_irq_chip_fwnodeYassine Oudjana
2022-10-04Merge tag 'regmap-v6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/broo...Linus Torvalds
2022-09-22regmap: mmio: replace return 0 with break in switch statementColin Ian King
2022-09-07regmap: spi-avmm: Use swabXX_array() helpersAndy Shevchenko
2022-09-07regmap: mmio: Use swabXX_array() helpersAndy Shevchenko
2022-09-05regmap: trace: Remove unneeded blank linesAndy Shevchenko
2022-09-05regmap: trace: Remove explicit castingsAndy Shevchenko
2022-09-05regmap: trace: Remove useless check for NULL for bulk opsAndy Shevchenko
2022-09-01regmap: mmio: Fix rebase errorLinus Walleij
2022-08-23regmap: check right noinc bounds in debug printLinus Walleij
2022-08-23regmap: introduce value tracing for regmap bulk operationsDmitry Rokosov
2022-08-18regmap: spi: Reserve space for register address/paddingCristian Ciocaltea
2022-08-17regmap: mmio: Support accelerared noinc operationsLinus Walleij
2022-08-17regmap: Support accelerated noinc operationsLinus Walleij
2022-08-15regmap: mmio: Extending to support IO portsMark Brown
2022-08-15regmap: Make use of get_unaligned_be24(), put_unaligned_be24()Andy Shevchenko
2022-08-15regmap: mmio: Fix MMIO accessors to avoid talking to IO portAndy Shevchenko
2022-08-15regmap: mmio: Introduce IO accessors that can talk to IO portAndy Shevchenko
2022-08-15regmap: mmio: Get rid of broken 64-bit IOAndy Shevchenko
2022-08-15regmap: mmio: Remove mmio_relaxed member from contextAndy Shevchenko
2022-07-18regmap: permit to set reg_update_bits with bulk implementationChristian Marangi
2022-07-08regmap: add WARN_ONCE when invalid mask is provided to regmap_field_init()Matt Ranostay
2022-07-05regmap-irq: Fix bug in regmap_irq_get_irq_reg_linear()Aidan MacDonald
2022-06-30regmap-irq cleanups and refactoringMark Brown
2022-06-30regmap: cache: Add extra parameter check in regcache_initSchspa Shi
2022-06-29regmap-irq: Deprecate the not_fixed_stride flagAidan MacDonald
2022-06-29regmap-irq: Add get_irq_reg() callbackAidan MacDonald
2022-06-29regmap-irq: Fix inverted handling of unmask registersAidan MacDonald
2022-06-29regmap-irq: Deprecate type registers and virtual registersAidan MacDonald
2022-06-29regmap-irq: Introduce config registers for irq typesAidan MacDonald
2022-06-29regmap-irq: Refactor checks for status bulk read supportAidan MacDonald
2022-06-29regmap-irq: Remove mask_writeonly and regmap_irq_update_bits()Aidan MacDonald
2022-06-29regmap-irq: Remove inappropriate uses of regmap_irq_update_bits()Aidan MacDonald
2022-06-29regmap-irq: Remove an unnecessary restriction on type_in_maskAidan MacDonald
2022-06-29regmap-irq: Cleanup sizeof(...) use in memory allocationAidan MacDonald
2022-06-29regmap-irq: Remove unused type_reg_stride fieldAidan MacDonald
2022-06-29regmap-irq: Convert bool bitfields to unsigned intAidan MacDonald
2022-06-29regmap: Merge up fixesMark Brown
2022-06-27regmap: Don't warn about cache only mode for devices with no cacheMark Brown
2022-06-22regmap-irq: Fix offset/index mismatch in read_sub_irq_data()Aidan MacDonald
2022-06-22regmap-irq: Fix a bug in regmap_irq_enable() for type_in_mask chipsAidan MacDonald
2022-06-20regmap: Wire up regmap_config provided bulk write in missed functionsJavier Martinez Canillas
2022-06-20regmap: Make regmap_noinc_read() return -ENOTSUPP if map->read isn't setJavier Martinez Canillas
2022-06-20regmap: Re-introduce bulk read support check in regmap_bulk_read()Javier Martinez Canillas
2022-06-15Merge tag 'regmap-field-bit-helpers' of https://git.kernel.org/pub/scm/linux/...Mark Brown