summaryrefslogtreecommitdiff
path: root/drivers/base/regmap
AgeCommit message (Expand)Author
2022-07-18regmap: permit to set reg_update_bits with bulk implementationChristian Marangi
2022-07-08regmap: add WARN_ONCE when invalid mask is provided to regmap_field_init()Matt Ranostay
2022-07-05regmap-irq: Fix bug in regmap_irq_get_irq_reg_linear()Aidan MacDonald
2022-06-30regmap-irq cleanups and refactoringMark Brown
2022-06-30regmap: cache: Add extra parameter check in regcache_initSchspa Shi
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: Refactor checks for status bulk read supportAidan MacDonald
2022-06-29regmap-irq: Remove mask_writeonly and regmap_irq_update_bits()Aidan MacDonald
2022-06-29regmap-irq: Remove inappropriate uses of regmap_irq_update_bits()Aidan MacDonald
2022-06-29regmap-irq: Remove an unnecessary restriction on type_in_maskAidan MacDonald
2022-06-29regmap-irq: Cleanup sizeof(...) use in memory allocationAidan 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-29regmap: Merge up fixesMark Brown
2022-06-27regmap: Don't warn about cache only mode for devices with no cacheMark Brown
2022-06-22regmap-irq: Fix offset/index mismatch in read_sub_irq_data()Aidan MacDonald
2022-06-22regmap-irq: Fix a bug in regmap_irq_enable() for type_in_mask chipsAidan MacDonald
2022-06-20regmap: Wire up regmap_config provided bulk write in missed functionsJavier Martinez Canillas
2022-06-20regmap: Make regmap_noinc_read() return -ENOTSUPP if map->read isn't setJavier Martinez Canillas
2022-06-20regmap: Re-introduce bulk read support check in regmap_bulk_read()Javier Martinez Canillas
2022-06-15Merge tag 'regmap-field-bit-helpers' of https://git.kernel.org/pub/scm/linux/...Mark Brown
2022-06-15regmap: provide regmap_field helpers for simple bit operationsLi Chen
2022-06-06regmap: cache: Fix syntax errors in commentsXiang wangx
2022-05-09regmap: Add missing map->bus checkMarek Vasut
2022-05-05regmap: Custom bulk operations for regmapsMark Brown
2022-05-05regmap: Add bulk read/write callbacks into regmap_configMarek Vasut
2022-04-25regmap: cache: set max_register with reg_strideJeongtae Park
2022-04-04regmap: Constify static regmap_bus structsRikard Falkeborn
2022-03-21Merge tag 'regmap-v5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/bro...Linus Torvalds
2022-03-18regmap: allow a defined reg_base to be added to every addressColin Foster
2022-03-18regmap: add configurable downshift for addressesColin Foster
2022-02-17regmap-irq: Update interrupt clear register for proper resetPrasad Kumpatla
2022-02-14regmap: irq: cleanup commentsTom Rix
2022-01-24regmap-irq: Fix typo in commentLuca Ceresoli
2022-01-07regmap: debugfs: Fix indentationMark Brown
2022-01-07regmap: Call regmap_debugfs_exit() prior to _init()Fabio Estevam
2021-11-15regmap: allow to define reg_update_bits for no bus configurationAnsuel Smith
2021-11-02Merge tag 'net-next-for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2021-11-01Merge tag 'regmap-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/bro...Linus Torvalds
2021-10-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-10-24net: Convert more users of mdiobus_* to mdiodev_*Sean Anderson
2021-10-23regmap: spi: Set regmap max raw r/w from max_transfer_sizeLucas Tanure
2021-10-12regmap: Fix possible double-free in regcache_rbtree_exit()Yang Yingliang
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