summaryrefslogtreecommitdiff
path: root/drivers/base/regmap
AgeCommit message (Expand)AuthorFilesLines
2023-02-17Merge remote-tracking branch 'regmap/for-6.3' into regmap-nextMark Brown2-41/+25
2023-02-17regmap-irq: Remove unused mask_invert flagAidan MacDonald1-14/+0
2023-02-17regmap-irq: Remove unused type_invert flagAidan MacDonald1-9/+2
2023-01-31regmap: apply reg_base and reg_downshift for single register opsDaniel Golle1-0/+6
2023-01-16regmap: Rework regmap_mdio_c45_{read|write} for new C45 API.Andrew Lunn1-18/+23
2022-12-12regmap: Merge fix for where we get the number of registers fromMark Brown1-4/+11
2022-12-09regmap-irq: Add handle_mask_sync() callbackWilliam Breathitt Gray1-13/+31
2022-11-26fsi: Add regmap and refactor sbefifoMark Brown3-1/+237
2022-11-25regmap: Add FSI bus supportEddie James3-1/+237
2022-11-22regmap: add regmap_might_sleep()Michael Walle1-0/+13
2022-11-09regmap-irq: Use the new num_config_regs property in regmap_add_irq_chip_fwnodeYassine Oudjana1-4/+11
2022-10-05Merge tag 'regmap-v6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/broo...Linus Torvalds4-103/+428
2022-09-22regmap: mmio: replace return 0 with break in switch statementColin Ian King1-1/+1
2022-09-07regmap: spi-avmm: Use swabXX_array() helpersAndy Shevchenko1-10/+4
2022-09-07regmap: mmio: Use swabXX_array() helpersAndy Shevchenko1-16/+4
2022-09-05regmap: trace: Remove unneeded blank linesAndy Shevchenko1-8/+0
2022-09-05regmap: trace: Remove explicit castingsAndy Shevchenko1-12/+5
2022-09-05regmap: trace: Remove useless check for NULL for bulk opsAndy Shevchenko1-2/+1
2022-09-01regmap: mmio: Fix rebase errorLinus Walleij1-3/+0
2022-08-23regmap: check right noinc bounds in debug printLinus Walleij1-2/+2
2022-08-23regmap: introduce value tracing for regmap bulk operationsDmitry Rokosov2-0/+50
2022-08-18regmap: spi: Reserve space for register address/paddingCristian Ciocaltea1-0/+8
2022-08-17regmap: mmio: Support accelerared noinc operationsLinus Walleij1-0/+162
2022-08-17regmap: Support accelerated noinc operationsLinus Walleij1-3/+120
2022-08-15regmap: mmio: Extending to support IO portsMark Brown1-52/+88
2022-08-15regmap: Make use of get_unaligned_be24(), put_unaligned_be24()Andy Shevchenko1-20/+17
2022-08-15regmap: mmio: Fix MMIO accessors to avoid talking to IO portAndy Shevchenko1-4/+4
2022-08-15regmap: mmio: Introduce IO accessors that can talk to IO portAndy Shevchenko1-9/+96
2022-08-15regmap: mmio: Get rid of broken 64-bit IOAndy Shevchenko1-49/+0
2022-08-15regmap: mmio: Remove mmio_relaxed member from contextAndy Shevchenko1-6/+4
2022-07-18regmap: permit to set reg_update_bits with bulk implementationChristian Marangi1-0/+2
2022-07-08regmap: add WARN_ONCE when invalid mask is provided to regmap_field_init()Matt Ranostay1-0/+3
2022-07-05regmap-irq: Fix bug in regmap_irq_get_irq_reg_linear()Aidan MacDonald1-1/+1
2022-06-30regmap-irq cleanups and refactoringMark Brown1-137/+295
2022-06-30regmap: cache: Add extra parameter check in regcache_initSchspa Shi1-0/+6
2022-06-29regmap-irq: Deprecate the not_fixed_stride flagAidan MacDonald1-0/+2
2022-06-29regmap-irq: Add get_irq_reg() callbackAidan MacDonald1-46/+80
2022-06-29regmap-irq: Fix inverted handling of unmask registersAidan MacDonald1-45/+69
2022-06-29regmap-irq: Deprecate type registers and virtual registersAidan MacDonald1-0/+6
2022-06-29regmap-irq: Introduce config registers for irq typesAidan MacDonald1-5/+110
2022-06-29regmap-irq: Refactor checks for status bulk read supportAidan MacDonald1-4/+10
2022-06-29regmap-irq: Remove mask_writeonly and regmap_irq_update_bits()Aidan MacDonald1-17/+7
2022-06-29regmap-irq: Remove inappropriate uses of regmap_irq_update_bits()Aidan MacDonald1-6/+6
2022-06-29regmap-irq: Remove an unnecessary restriction on type_in_maskAidan MacDonald1-11/+8
2022-06-29regmap-irq: Cleanup sizeof(...) use in memory allocationAidan MacDonald1-8/+8
2022-06-29regmap-irq: Remove unused type_reg_stride fieldAidan MacDonald1-6/+0
2022-06-29regmap-irq: Convert bool bitfields to unsigned intAidan MacDonald1-1/+1
2022-06-29regmap: Merge up fixesMark Brown2-10/+13
2022-06-27regmap: Don't warn about cache only mode for devices with no cacheMark Brown1-1/+2
2022-06-22regmap-irq: Fix offset/index mismatch in read_sub_irq_data()Aidan MacDonald1-1/+2