summaryrefslogtreecommitdiff
path: root/include/linux/regmap.h
AgeCommit message (Expand)Author
2024-11-20Merge tag 'regmap-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/bro...Linus Torvalds
2024-11-08regmap: provide regmap_assign_bits()Bartosz Golaszewski
2024-10-16iopoll/regmap/phy/snd: Fix comment referencing outdated timer documentationAnna-Maria Behnsen
2024-09-30regcache: Improve documentation of available cache typesMark Brown
2024-08-13regmap: Allow setting IRQ domain name suffixMatti Vaittinen
2024-07-10regmap: Implement regmap_multi_reg_read()Mark Brown
2024-07-10regmap: Implement regmap_multi_reg_read()Guenter Roeck
2024-07-08regmap-irq: handle const struct regmap_irq_sub_irq_mapThomas Weißschuh
2024-05-07regmap: Reorder fields in 'struct regmap_config' to save some memoryChristophe JAILLET
2024-04-08regmap: Add regmap_read_bypassed()Richard Fitzgerald
2024-02-05regmap: rework ->max_register handlingJan Dakinevich
2023-07-18regmap: Let users check if a register is cachedMark Brown
2023-05-12regmap-irq: Remove support for not_fixed_strideAidan MacDonald
2023-05-12regmap-irq: Remove type registersAidan MacDonald
2023-05-11regmap-irq: Remove virtual registersAidan MacDonald
2023-05-11regmap-irq: Fix typo in documentation for .get_irq_reg()Aidan MacDonald
2023-05-08regmap-irq: Drop map from handle_mask_sync() parametersWilliam Breathitt Gray
2023-04-07regmap: allow upshifting register addresses before performing operationsMaxime Chevallier
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-03regmap: Add maple tree based register cacheMark Brown
2023-03-29regmap: Removed compressed cache supportMark Brown
2023-03-06regmap: Add support for devices with no interrupt readbackMark Brown
2023-03-05regmap-irq: Place kernel doc of struct regmap_irq_chip in orderAndy Shevchenko
2023-03-05regmap-irq: Add no_status supportWilliam Breathitt Gray
2023-02-17regmap-irq: Remove unused mask_invert flagAidan MacDonald
2023-02-17regmap-irq: Remove unused type_invert flagAidan MacDonald
2023-02-14regmap: Reorder fields in 'struct regmap_bus' to save some memoryChristophe JAILLET
2023-01-16regmap: Rework regmap_mdio_c45_{read|write} for new C45 API.Andrew Lunn
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-08-17regmap: Support accelerated noinc operationsLinus Walleij
2022-08-15regmap: mmio: Introduce IO accessors that can talk to IO portAndy Shevchenko
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: Remove mask_writeonly and regmap_irq_update_bits()Aidan MacDonald
2022-06-29regmap-irq: Remove an unnecessary restriction on type_in_maskAidan 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-15regmap: provide regmap_field helpers for simple bit operationsLi Chen
2022-05-05regmap: Add bulk read/write callbacks into regmap_configMarek Vasut
2022-03-18regmap: allow a defined reg_base to be added to every addressColin Foster
2022-03-18regmap: add configurable downshift for addressesColin Foster
2021-11-15regmap: allow to define reg_update_bits for no bus configurationAnsuel Smith
2021-08-26Merge series "Use raw spinlocks in the ls-extirq driver" from Vladimir Oltean...Mark Brown