summaryrefslogtreecommitdiff
path: root/include/linux/regmap.h
AgeCommit message (Expand)AuthorFilesLines
2024-05-07regmap: Reorder fields in 'struct regmap_config' to save some memoryChristophe JAILLET1-31/+31
2024-04-08regmap: Add regmap_read_bypassed()Richard Fitzgerald1-0/+8
2024-02-05regmap: rework ->max_register handlingJan Dakinevich1-0/+5
2023-07-18regmap: Let users check if a register is cachedMark Brown1-0/+1
2023-05-12regmap-irq: Remove support for not_fixed_strideAidan MacDonald1-9/+0
2023-05-12regmap-irq: Remove type registersAidan MacDonald1-7/+0
2023-05-11regmap-irq: Remove virtual registersAidan MacDonald1-12/+0
2023-05-11regmap-irq: Fix typo in documentation for .get_irq_reg()Aidan MacDonald1-1/+1
2023-05-08regmap-irq: Drop map from handle_mask_sync() parametersWilliam Breathitt Gray1-2/+1
2023-04-07regmap: allow upshifting register addresses before performing operationsMaxime Chevallier1-3/+12
2023-04-05Migrate the PCIe-IDIO-24 and WS16C48 GPIO driversMark Brown1-2/+4
2023-04-05regmap: Pass irq_drv_data as a parameter for set_type_config()William Breathitt Gray1-2/+4
2023-04-03regmap: Add maple tree based register cacheMark Brown1-0/+1
2023-03-29regmap: Removed compressed cache supportMark Brown1-1/+0
2023-03-06regmap: Add support for devices with no interrupt readbackMark Brown1-0/+2
2023-03-06regmap-irq: Place kernel doc of struct regmap_irq_chip in orderAndy Shevchenko1-4/+7
2023-03-06regmap-irq: Add no_status supportWilliam Breathitt Gray1-0/+2
2023-02-17regmap-irq: Remove unused mask_invert flagAidan MacDonald1-4/+0
2023-02-17regmap-irq: Remove unused type_invert flagAidan MacDonald1-3/+0
2023-02-14regmap: Reorder fields in 'struct regmap_bus' to save some memoryChristophe JAILLET1-2/+2
2023-01-16regmap: Rework regmap_mdio_c45_{read|write} for new C45 API.Andrew Lunn1-0/+8
2022-12-09regmap-irq: Add handle_mask_sync() callbackWilliam Breathitt Gray1-0/+5
2022-11-26fsi: Add regmap and refactor sbefifoMark Brown1-0/+37
2022-11-25regmap: Add FSI bus supportEddie James1-0/+37
2022-11-22regmap: add regmap_might_sleep()Michael Walle1-0/+7
2022-08-17regmap: Support accelerated noinc operationsLinus Walleij1-0/+8
2022-08-15regmap: mmio: Introduce IO accessors that can talk to IO portAndy Shevchenko1-0/+3
2022-06-29regmap-irq: Deprecate the not_fixed_stride flagAidan MacDonald1-2/+4
2022-06-29regmap-irq: Add get_irq_reg() callbackAidan MacDonald1-2/+13
2022-06-29regmap-irq: Fix inverted handling of unmask registersAidan MacDonald1-3/+15
2022-06-29regmap-irq: Deprecate type registers and virtual registersAidan MacDonald1-6/+12
2022-06-29regmap-irq: Introduce config registers for irq typesAidan MacDonald1-0/+12
2022-06-29regmap-irq: Remove mask_writeonly and regmap_irq_update_bits()Aidan MacDonald1-2/+0
2022-06-29regmap-irq: Remove an unnecessary restriction on type_in_maskAidan MacDonald1-3/+5
2022-06-29regmap-irq: Remove unused type_reg_stride fieldAidan MacDonald1-3/+0
2022-06-29regmap-irq: Convert bool bitfields to unsigned intAidan MacDonald1-13/+13
2022-06-15regmap: provide regmap_field helpers for simple bit operationsLi Chen1-0/+37
2022-05-05regmap: Add bulk read/write callbacks into regmap_configMarek Vasut1-0/+12
2022-03-18regmap: allow a defined reg_base to be added to every addressColin Foster1-0/+3
2022-03-18regmap: add configurable downshift for addressesColin Foster1-0/+3
2021-11-15regmap: allow to define reg_update_bits for no bus configurationAnsuel Smith1-0/+7
2021-08-26Merge series "Use raw spinlocks in the ls-extirq driver" from Vladimir Oltean...Mark Brown1-0/+2
2021-08-26regmap: teach regmap to use raw spinlocks if requested in the configVladimir Oltean1-0/+2
2021-08-02regmap: allow const array for {devm_,}regmap_field_bulk_alloc reg_fieldsIcenowy Zheng1-2/+3
2021-06-07regmap-irq: Introduce inverted status registers supportMaxim Kochetkov1-0/+2
2021-05-19Merge series "RTL8231 GPIO expander support" from Sander Vanheule <sander@sva...Mark Brown1-0/+36
2021-05-19regmap: Add MDIO bus supportSander Vanheule1-0/+36
2021-05-14regmap-i2c: Set regmap max raw r/w from quirksLucas Tanure1-0/+2
2021-03-31regmap-irq: Add driver callback to configure virtual regsGuru Das Srinagesh1-0/+4
2021-03-31regmap-irq: Introduce virtual regs to handle more config regsGuru Das Srinagesh1-0/+5