summaryrefslogtreecommitdiff
path: root/drivers/base/regmap
AgeCommit message (Expand)AuthorFilesLines
2023-04-28Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-4/+4
2023-04-07regmap: allow upshifting register addresses before performing operationsMaxime Chevallier2-3/+9
2023-04-06mm, treewide: redefine MAX_ORDER sanelyKirill A. Shutemov1-4/+4
2023-04-05Migrate the PCIe-IDIO-24 and WS16C48 GPIO driversMark Brown1-3/+5
2023-04-05regmap: Pass irq_drv_data as a parameter for set_type_config()William Breathitt Gray1-3/+5
2023-04-05regmap: Use mas_walk() instead of mas_find()Mark Brown1-2/+2
2023-04-04regmap: Fix double unlock in the maple cacheMark Brown1-2/+3
2023-04-03regmap: Add maple tree based register cacheMark Brown5-1/+284
2023-04-03regmap: Factor out single value register syncingMark Brown2-14/+27
2023-03-30regmap: Add some basic kunit testsMark Brown3-0/+744
2023-03-30regmap: Add RAM backed register mapMark Brown4-0/+108
2023-03-29regmap: Removed compressed cache supportMark Brown5-378/+0
2023-03-27regmap: Support paging for buses with reg_read()/reg_write()Mark Brown1-0/+18
2023-03-27regmap: Clarify error for unknown cache typesMark Brown1-1/+1
2023-03-27regmap: Handle sparse caches in the default syncMark Brown1-0/+2
2023-03-24Introduce a helper to translate register addressesMark Brown1-14/+13
2023-03-24regmap: add a helper to translate the register addressMaxime Chevallier1-14/+13
2023-03-13regmap: cache: Silence checkpatch warningAlexander Stein1-1/+1
2023-03-13regmap: cache: Return error in cache sync operations for REGCACHE_NONEAlexander Stein1-0/+6
2023-03-06regmap: Add support for devices with no interrupt readbackMark Brown1-7/+15
2023-03-06regmap-irq: Add no_status supportWilliam Breathitt Gray1-7/+15
2023-03-06regmap: sdw: Remove 8-bit value size restrictionLucas Tanure1-15/+24
2023-03-06regmap: sdw: Update misleading commentCharles Keepax1-1/+1
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