summaryrefslogtreecommitdiff
path: root/include/linux/regmap.h
AgeCommit message (Expand)Author
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
2021-08-26regmap: teach regmap to use raw spinlocks if requested in the configVladimir Oltean
2021-08-02regmap: allow const array for {devm_,}regmap_field_bulk_alloc reg_fieldsIcenowy Zheng
2021-06-07regmap-irq: Introduce inverted status registers supportMaxim Kochetkov
2021-05-19Merge series "RTL8231 GPIO expander support" from Sander Vanheule <sander@sva...Mark Brown
2021-05-19regmap: Add MDIO bus supportSander Vanheule
2021-05-14regmap-i2c: Set regmap max raw r/w from quirksLucas Tanure
2021-03-31regmap-irq: Add driver callback to configure virtual regsGuru Das Srinagesh
2021-03-31regmap-irq: Introduce virtual regs to handle more config regsGuru Das Srinagesh