summaryrefslogtreecommitdiffstats
path: root/drivers/base/regmap
AgeCommit message (Expand)AuthorFilesLines
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-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
2021-05-26regmap: add support for 7/17 register formatingAntoniu Miclaus1-0/+13
2021-05-20regmap: mdio: Don't modify output if error happenedAndy Shevchenko1-2/+4
2021-05-19Merge series "RTL8231 GPIO expander support" from Sander Vanheule <sander@sva...Mark Brown3-1/+63
2021-05-19regmap: Add MDIO bus supportSander Vanheule3-1/+63
2021-05-14regmap-i2c: Set regmap max raw r/w from quirksLucas Tanure2-7/+40
2021-04-07regmap-irq: Fix dereference of a potentially null d->virt_bufColin Ian King1-3/+5
2021-03-31regmap-irq: Add driver callback to configure virtual regsGuru Das Srinagesh1-0/+5
2021-03-31regmap-irq: Introduce virtual regs to handle more config regsGuru Das Srinagesh1-1/+37
2021-03-18regmap-irq: Extend sub-irq to support non-fixed reg stridesGuru Das Srinagesh1-28/+53
2021-03-10regmap: set debugfs_name to NULL after it is freedMeng Li1-0/+1
2021-02-24Merge tag 'char-misc-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-7/+7
2021-02-12Merge tag 'soundwire-2_5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Greg Kroah-Hartman2-7/+7
2021-02-11regmap: sdw-mbq: use MODULE_LICENSE("GPL")Bard Liao1-1/+1
2021-02-11regmap: sdw: use no_pm routines for SoundWire 1.2 MBQBard Liao1-4/+4
2021-02-11regmap: sdw: use _no_pm functions in regmap_read/writeBard Liao1-2/+2