aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/base/regmap
AgeCommit message (Expand)AuthorFilesLines
2024-04-15regmap: kunit: Fix an NULL vs IS_ERR() checkDan Carpenter1-3/+3
2024-04-10regmap: spi: Add missing MODULE_DESCRIPTION()Andy Shevchenko1-0/+1
2024-04-10regmap: Drop capitalisation in MODULE_DESCRIPTION()Andy Shevchenko4-4/+4
2024-04-09regmap: kunit: Add some test cases and a few smallMark Brown6-254/+803
2024-04-08regmap: kunit: Add test cases for regmap_read_bypassed()Richard Fitzgerald1-0/+131
2024-04-08regmap: kunit: Add cache-drop test with multiple cache blocksRichard Fitzgerald1-0/+103
2024-04-08regmap: kunit: Replace a kmalloc/kfree() pair with KUnit-managed allocRichard Fitzgerald1-3/+1
2024-04-08regmap: kunit: Use a KUnit action to call regmap_exit()Richard Fitzgerald1-55/+7
2024-04-08regmap: kunit: Add more cache-sync testsRichard Fitzgerald1-4/+122
2024-04-08regmap: kunit: Add more cache-drop testsRichard Fitzgerald1-0/+135
2024-04-08regmap: kunit: Run non-sparse cache tests at non-zero register addressesRichard Fitzgerald1-29/+57
2024-04-08regmap: kunit: Run sparse cache tests at non-zero register addressesRichard Fitzgerald1-22/+45
2024-04-08regmap: kunit: Introduce struct for test case parametersRichard Fitzgerald1-116/+95
2024-04-08regmap: kunit: Create a struct device for the regmapRichard Fitzgerald4-42/+87
2024-04-08regmap: kunit: Fix warnings of implicit casts to __le16 and __be16Richard Fitzgerald1-7/+7
2024-04-08regmap: Add regmap_read_bypassed()Richard Fitzgerald1-0/+37
2024-03-29regmap: maple: Fix uninitialized symbol 'ret' warningsRichard Fitzgerald1-2/+2
2024-03-27regmap: maple: Fix cache corruption in regcache_maple_drop()Richard Fitzgerald1-1/+1
2024-03-25regmap: maple: Remove second semicolonColin Ian King1-1/+1
2024-03-13Merge tag 'regmap-v6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/broo...Linus Torvalds5-6/+77
2024-02-26regmap: kunit: Add a test for ranges in combination with windowsMark Brown1-0/+66
2024-02-12regmap: kunit: Ensure that changed bytes are actually differentMark Brown1-16/+38
2024-02-07regmap: kunit: fix raw noinc write test wrappingBen Wolsieffer1-1/+2
2024-02-05regmap: rework ->max_register handlingJan Dakinevich4-6/+11
2024-01-09Merge tag 'regmap-v6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/broo...Linus Torvalds5-13/+85
2024-01-09Merge tag 'mm-stable-2024-01-08-15-31' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-4/+4
2024-01-08mm, treewide: rename MAX_ORDER to MAX_PAGE_ORDERKirill A. Shutemov1-4/+4
2023-12-20regmap: fix kcalloc() arguments orderDmitry Antipov2-4/+4
2023-12-04regmap: fix bogus error on regcache_sync successMatthias Reichl1-2/+1
2023-11-21regmap: fix regmap_noinc_write() descriptionHugo Villeneuve1-1/+1
2023-11-13regmap: kunit: add noinc write testBen Wolsieffer1-0/+60
2023-11-13regmap: ram: support noinc semanticsBen Wolsieffer2-8/+20
2023-11-07Merge tag 'regmap-fix-v6.7-merge-window' of git://git.kernel.org/pub/scm/linu...Linus Torvalds1-7/+9
2023-11-01regmap: prevent noinc writes from clobbering cacheBen Wolsieffer1-7/+9
2023-10-30regmap: Merge up fix for window/paging issueMark Brown3-2/+33
2023-10-26regmap: Ensure range selector registers are updated after cache syncMark Brown1-0/+30
2023-10-26regmap: kunit: Add test for cache sync interaction with rangesMark Brown1-2/+64
2023-10-26regmap: kunit: Fix marking of the range window as volatileMark Brown1-1/+1
2023-10-09regmap: fix NULL deref on lookupJohan Hovold1-1/+1
2023-09-22regmap: rbtree: Fix wrong register marked as in-cache when creating new nodeRichard Fitzgerald1-1/+2
2023-09-11regmap: debugfs: Fix a erroneous check after snprintf()Christophe JAILLET1-1/+1
2023-07-23regmap: Fix the type used for a bitmap pointerChristophe JAILLET1-1/+1
2023-07-23regmap: Merge up fixes from mainlineMark Brown7-13/+17
2023-07-21regmap: Remove dynamic allocation warnings for rbtree and mapleMark Brown1-9/+0
2023-07-21regmap: rbtree: Use alloc_flags for memory allocationsDan Carpenter1-5/+5
2023-07-20regmap: maple: Use alloc_flags for memory allocationsGuenter Roeck1-8/+8
2023-07-20regmap: Reject fast_io regmap configurations with RBTREE and MAPLE cachesGuenter Roeck1-0/+9
2023-07-20regmap: Disable locking for RBTREE and MAPLE unit testsGuenter Roeck1-0/+5
2023-07-19regcache: Push async I/O request down into the rbtree cacheMark Brown2-3/+4
2023-07-18regmap: Provide test for regcache_reg_present()Mark Brown1-0/+40
2023-07-18regmap: Let users check if a register is cachedMark Brown1-0/+23
2023-07-17regmap: Account for register length in SMBus I/O limitsMark Brown1-4/+4
2023-07-17regmap: Drop initial version of maximum transfer length fixesMark Brown2-5/+3
2023-07-13regmap: Provide user selectable option to enable regmapMark Brown1-1/+11
2023-07-12regmap-irq: Fix out-of-bounds access when allocating config buffersIsaac J. Manjarres1-1/+1
2023-07-09regmap: mmio: Remove unused 64-bit support codeAndy Shevchenko1-24/+0
2023-07-09regmap: cache: Revert "Add 64-bit mode support"Andy Shevchenko1-15/+0
2023-07-09regmap: Revert "add 64-bit mode support" and Co.Andy Shevchenko1-122/+0
2023-06-28Merge tag 'regmap-v6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/broo...Linus Torvalds10-259/+808
2023-06-20regmap: spi-avmm: Fix regmap_bus max_raw_writeRuss Weight1-1/+1
2023-06-19regmap: Allow reads from write only registers with the flat cacheMark Brown1-3/+12
2023-06-16regmap: Drop early readability checkMark Brown1-3/+3
2023-06-14regmap: Add KUnit tests for read/write checkingMark Brown1-0/+115
2023-06-14regmap: Check for register readability before checking cache during readMark Brown1-3/+3
2023-06-14regmap: Add test to make sure we don't sync to read only registersMark Brown1-0/+42
2023-06-14regmap: Add a test case for write only registersMark Brown1-0/+32
2023-06-14regmap: Add test that writes to write only registers are preventedMark Brown1-0/+41
2023-06-13regmap: Add debugfs file for forcing field writesWaqar Hameed3-1/+15
2023-06-13regmap: regcache: Don't sync read-only registersTakashi Iwai1-0/+3
2023-06-12regmap: Provide basic test coverage for raw I/OMark Brown4-1/+469
2023-06-12regmap: Don't check for changes in regcache_set_val()Mark Brown2-7/+3
2023-06-12regmap: maple: Implement block sync for the maple tree cacheMark Brown3-8/+80
2023-06-12regmap: Merge up v6.4-rc6Mark Brown4-6/+22
2023-06-12regmap: Provide basic KUnit coverage for the raw register I/OMark Brown1-0/+327
2023-06-12regmap: Provide a ram backed regmap with raw supportMark Brown3-1/+142
2023-06-01regmap: Add missing cache_only checksCharles Keepax1-10/+16
2023-06-01regmap: regmap-irq: Move handle_post_irq to before pm_runtime_putCharles Keepax1-3/+3
2023-05-24regmap: Load register defaults in blocks rather than register by registerMark Brown1-6/+52
2023-05-24regmap: maple: Drop the RCU read lock while syncing registersMark Brown1-1/+4
2023-05-24regmap: sdw: check for invalid multi-register writes configSrinivas Kandagatla1-0/+4
2023-05-18regmap: Account for register length when chunkingJim Wylder1-2/+4
2023-05-12regmap-irq: Cleanups and remove unusedMark Brown1-175/+47
2023-05-12regmap: mmio: Allow passing an empty config->reg_strideMaxime Chevallier1-1/+1
2023-05-12regmap-irq: Drop backward compatibility for inverted mask/unmaskAidan MacDonald1-33/+11
2023-05-12regmap-irq: Minor adjustments to .handle_mask_sync()Aidan MacDonald1-34/+31
2023-05-12regmap-irq: Remove support for not_fixed_strideAidan MacDonald1-40/+3
2023-05-12regmap-irq: Remove type registersAidan MacDonald1-74/+8
2023-05-11regmap-irq: Remove virtual registersAidan MacDonald1-48/+0
2023-05-08regmap: REGMAP_KUNIT should not select REGMAPGeert Uytterhoeven1-3/+10
2023-05-08regmap-irq: Drop map from handle_mask_sync() parametersWilliam Breathitt Gray1-3/+2
2023-04-27Merge 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-05mm, 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-05regmap-irq: Add no_status supportWilliam Breathitt Gray1-7/+15
2023-03-05regmap: sdw: Remove 8-bit value size restrictionLucas Tanure1-15/+24
2023-03-05regmap: 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-25fsi: 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-04Merge 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
2022-08-15regmap: mmio: Introduce IO accessors that can talk to IO portAndy Shevchenko1-9/+96
2022-08-15regmap: mmio: Get rid of broken 64-bit IOAndy Shevchenko1-49/+0
2022-08-15regmap: mmio: Remove mmio_relaxed member from contextAndy Shevchenko1-6/+4
2022-07-18regmap: permit to set reg_update_bits with bulk implementationChristian Marangi1-0/+2
2022-07-08regmap: add WARN_ONCE when invalid mask is provided to regmap_field_init()Matt Ranostay1-0/+3
2022-07-05regmap-irq: Fix bug in regmap_irq_get_irq_reg_linear()Aidan MacDonald1-1/+1
2022-06-30regmap-irq cleanups and refactoringMark Brown1-137/+295
2022-06-30regmap: cache: Add extra parameter check in regcache_initSchspa Shi1-0/+6
2022-06-29regmap-irq: Deprecate the not_fixed_stride flagAidan MacDonald1-0/+2
2022-06-29regmap-irq: Add get_irq_reg() callbackAidan MacDonald1-46/+80
2022-06-29regmap-irq: Fix inverted handling of unmask registersAidan MacDonald1-45/+69
2022-06-29regmap-irq: Deprecate type registers and virtual registersAidan MacDonald1-0/+6
2022-06-29regmap-irq: Introduce config registers for irq typesAidan MacDonald1-5/+110
2022-06-29regmap-irq: Refactor checks for status bulk read supportAidan MacDonald1-4/+10
2022-06-29regmap-irq: Remove mask_writeonly and regmap_irq_update_bits()Aidan MacDonald1-17/+7
2022-06-29regmap-irq: Remove inappropriate uses of regmap_irq_update_bits()Aidan MacDonald1-6/+6
2022-06-29regmap-irq: Remove an unnecessary restriction on type_in_maskAidan MacDonald1-11/+8
2022-06-29regmap-irq: Cleanup sizeof(...) use in memory allocationAidan MacDonald1-8/+8
2022-06-29regmap-irq: Remove unused type_reg_stride fieldAidan MacDonald1-6/+0
2022-06-29regmap-irq: Convert bool bitfields to unsigned intAidan MacDonald1-1/+1
2022-06-29regmap: Merge up fixesMark Brown2-10/+13
2022-06-27regmap: Don't warn about cache only mode for devices with no cacheMark Brown1-1/+2
2022-06-22regmap-irq: Fix offset/index mismatch in read_sub_irq_data()Aidan MacDonald1-1/+2
2022-06-22regmap-irq: Fix a bug in regmap_irq_enable() for type_in_mask chipsAidan MacDonald1-2/+3
2022-06-20regmap: Wire up regmap_config provided bulk write in missed functionsJavier Martinez Canillas1-6/+4
2022-06-20regmap: Make regmap_noinc_read() return -ENOTSUPP if map->read isn't setJavier Martinez Canillas1-0/+3
2022-06-20regmap: Re-introduce bulk read support check in regmap_bulk_read()Javier Martinez Canillas1-1/+1
2022-06-15Merge tag 'regmap-field-bit-helpers' of https://git.kernel.org/pub/scm/linux/...Mark Brown1-0/+22
2022-06-15regmap: provide regmap_field helpers for simple bit operationsLi Chen1-0/+22
2022-06-06regmap: cache: Fix syntax errors in commentsXiang wangx1-1/+1
2022-05-09regmap: Add missing map->bus checkMarek Vasut1-1/+1
2022-05-05regmap: Custom bulk operations for regmapsMark Brown2-36/+44
2022-05-05regmap: Add bulk read/write callbacks into regmap_configMarek Vasut2-36/+44
2022-04-25regmap: cache: set max_register with reg_strideJeongtae Park1-2/+2
2022-04-04regmap: Constify static regmap_bus structsRikard Falkeborn6-8/+8
2022-03-21Merge tag 'regmap-v5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/bro...Linus Torvalds3-3/+16
2022-03-18regmap: allow a defined reg_base to be added to every addressColin Foster2-0/+7
2022-03-18regmap: add configurable downshift for addressesColin Foster2-0/+6
2022-02-17regmap-irq: Update interrupt clear register for proper resetPrasad Kumpatla1-14/+6
2022-02-14regmap: irq: cleanup commentsTom Rix1-2/+2
2022-01-24regmap-irq: Fix typo in commentLuca Ceresoli1-1/+1
2022-01-07regmap: debugfs: Fix indentationMark Brown1-1/+1
2022-01-07regmap: Call regmap_debugfs_exit() prior to _init()Fabio Estevam1-0/+1
2021-11-15regmap: allow to define reg_update_bits for no bus configurationAnsuel Smith1-0/+1
2021-11-02Merge tag 'net-next-for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-3/+3
2021-11-01Merge tag 'regmap-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/bro...Linus Torvalds1-4/+32
2021-10-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-4/+3
2021-10-24net: Convert more users of mdiobus_* to mdiodev_*Sean Anderson1-3/+3
2021-10-23regmap: spi: Set regmap max raw r/w from max_transfer_sizeLucas Tanure1-4/+32
2021-10-12regmap: Fix possible double-free in regcache_rbtree_exit()Yang Yingliang1-4/+3
2021-08-26Merge series "Use raw spinlocks in the ls-extirq driver" from Vladimir Oltean...Mark Brown2-5/+34
2021-08-26regmap: teach regmap to use raw spinlocks if requested in the configVladimir Oltean2-5/+34
2021-08-02regmap: allow const array for {devm_,}regmap_field_bulk_alloc reg_fieldsIcenowy Zheng1-2/+2
2021-07-11regmap: Prefer unsigned int to bare use of unsignedJinchao Wang3-6/+6
2021-07-11regmap: fix the offset of register error logJeongtae Park1-1/+1
2021-06-14regmap: mdio: Reject invalid addressesSander Vanheule1-4/+16
2021-06-14regmap: mdio: Fix regmap_bus pointer constnessSander Vanheule1-1/+1
2021-06-08regmap: mdio: Add clause-45 supportSander Vanheule1-14/+56
2021-06-08regmap: mdio: Clean up invalid clause-22 addressesSander Vanheule1-3/+6
2021-06-07regmap-irq: Introduce inverted status registers supportMaxim Kochetkov1-0/+7