summaryrefslogtreecommitdiff
path: root/drivers/base/regmap
AgeCommit message (Expand)Author
2023-04-27Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-04-07regmap: allow upshifting register addresses before performing operationsMaxime Chevallier
2023-04-05mm, treewide: redefine MAX_ORDER sanelyKirill A. Shutemov
2023-04-05Migrate the PCIe-IDIO-24 and WS16C48 GPIO driversMark Brown
2023-04-05regmap: Pass irq_drv_data as a parameter for set_type_config()William Breathitt Gray
2023-04-05regmap: Use mas_walk() instead of mas_find()Mark Brown
2023-04-04regmap: Fix double unlock in the maple cacheMark Brown
2023-04-03regmap: Add maple tree based register cacheMark Brown
2023-04-03regmap: Factor out single value register syncingMark Brown
2023-03-30regmap: Add some basic kunit testsMark Brown
2023-03-30regmap: Add RAM backed register mapMark Brown
2023-03-29regmap: Removed compressed cache supportMark Brown
2023-03-27regmap: Support paging for buses with reg_read()/reg_write()Mark Brown
2023-03-27regmap: Clarify error for unknown cache typesMark Brown
2023-03-27regmap: Handle sparse caches in the default syncMark Brown
2023-03-24Introduce a helper to translate register addressesMark Brown
2023-03-24regmap: add a helper to translate the register addressMaxime Chevallier
2023-03-13regmap: cache: Silence checkpatch warningAlexander Stein
2023-03-13regmap: cache: Return error in cache sync operations for REGCACHE_NONEAlexander Stein
2023-03-06regmap: Add support for devices with no interrupt readbackMark Brown
2023-03-05regmap-irq: Add no_status supportWilliam Breathitt Gray
2023-03-05regmap: sdw: Remove 8-bit value size restrictionLucas Tanure
2023-03-05regmap: sdw: Update misleading commentCharles Keepax
2023-02-17Merge remote-tracking branch 'regmap/for-6.3' into regmap-nextMark Brown
2023-02-17regmap-irq: Remove unused mask_invert flagAidan MacDonald
2023-02-17regmap-irq: Remove unused type_invert flagAidan MacDonald
2023-01-31regmap: apply reg_base and reg_downshift for single register opsDaniel Golle
2023-01-16regmap: Rework regmap_mdio_c45_{read|write} for new C45 API.Andrew Lunn
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