summaryrefslogtreecommitdiffstats
path: root/drivers/base/regmap
Commit message (Expand)AuthorAgeFilesLines
* regmap-irq: Fix offset/index mismatch in read_sub_irq_data()Aidan MacDonald2022-06-221-1/+2
* regmap-irq: Fix a bug in regmap_irq_enable() for type_in_mask chipsAidan MacDonald2022-06-221-2/+3
* regmap: Wire up regmap_config provided bulk write in missed functionsJavier Martinez Canillas2022-06-201-6/+4
* regmap: Make regmap_noinc_read() return -ENOTSUPP if map->read isn't setJavier Martinez Canillas2022-06-201-0/+3
* regmap: Re-introduce bulk read support check in regmap_bulk_read()Javier Martinez Canillas2022-06-201-1/+1
* regmap: Add missing map->bus checkMarek Vasut2022-05-091-1/+1
* regmap: Custom bulk operations for regmapsMark Brown2022-05-052-36/+44
|\
| * regmap: Add bulk read/write callbacks into regmap_configMarek Vasut2022-05-052-36/+44
* | regmap: cache: set max_register with reg_strideJeongtae Park2022-04-251-2/+2
* | regmap: Constify static regmap_bus structsRikard Falkeborn2022-04-046-8/+8
|/
* Merge tag 'regmap-v5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/bro...Linus Torvalds2022-03-213-3/+16
|\
| * regmap: allow a defined reg_base to be added to every addressColin Foster2022-03-182-0/+7
| * regmap: add configurable downshift for addressesColin Foster2022-03-182-0/+6
| * regmap: irq: cleanup commentsTom Rix2022-02-141-2/+2
| * regmap-irq: Fix typo in commentLuca Ceresoli2022-01-241-1/+1
* | regmap-irq: Update interrupt clear register for proper resetPrasad Kumpatla2022-02-171-14/+6
|/
* regmap: debugfs: Fix indentationMark Brown2022-01-071-1/+1
* regmap: Call regmap_debugfs_exit() prior to _init()Fabio Estevam2022-01-071-0/+1
* regmap: allow to define reg_update_bits for no bus configurationAnsuel Smith2021-11-151-0/+1
* Merge tag 'net-next-for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-11-021-3/+3
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-10-281-4/+3
| |\
| * | net: Convert more users of mdiobus_* to mdiodev_*Sean Anderson2021-10-241-3/+3
* | | Merge tag 'regmap-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/bro...Linus Torvalds2021-11-011-4/+32
|\ \ \ | |_|/ |/| |
| * | regmap: spi: Set regmap max raw r/w from max_transfer_sizeLucas Tanure2021-10-231-4/+32
| |/
* / regmap: Fix possible double-free in regcache_rbtree_exit()Yang Yingliang2021-10-121-4/+3
|/
* Merge series "Use raw spinlocks in the ls-extirq driver" from Vladimir Oltean...Mark Brown2021-08-262-5/+34
|\
| * regmap: teach regmap to use raw spinlocks if requested in the configVladimir Oltean2021-08-262-5/+34
* | regmap: allow const array for {devm_,}regmap_field_bulk_alloc reg_fieldsIcenowy Zheng2021-08-021-2/+2
* | regmap: Prefer unsigned int to bare use of unsignedJinchao Wang2021-07-113-6/+6
* | regmap: fix the offset of register error logJeongtae Park2021-07-111-1/+1
* | regmap: mdio: Reject invalid addressesSander Vanheule2021-06-141-4/+16
* | regmap: mdio: Fix regmap_bus pointer constnessSander Vanheule2021-06-141-1/+1
* | regmap: mdio: Add clause-45 supportSander Vanheule2021-06-081-14/+56
* | regmap: mdio: Clean up invalid clause-22 addressesSander Vanheule2021-06-081-3/+6
* | regmap-irq: Introduce inverted status registers supportMaxim Kochetkov2021-06-071-0/+7
* | regmap: add support for 7/17 register formatingAntoniu Miclaus2021-05-261-0/+13
* | regmap: mdio: Don't modify output if error happenedAndy Shevchenko2021-05-201-2/+4
* | Merge series "RTL8231 GPIO expander support" from Sander Vanheule <sander@sva...Mark Brown2021-05-193-1/+63
|\ \
| * | regmap: Add MDIO bus supportSander Vanheule2021-05-193-1/+63
| |/
* / regmap-i2c: Set regmap max raw r/w from quirksLucas Tanure2021-05-142-7/+40
|/
* regmap-irq: Fix dereference of a potentially null d->virt_bufColin Ian King2021-04-071-3/+5
* regmap-irq: Add driver callback to configure virtual regsGuru Das Srinagesh2021-03-311-0/+5
* regmap-irq: Introduce virtual regs to handle more config regsGuru Das Srinagesh2021-03-311-1/+37
* regmap-irq: Extend sub-irq to support non-fixed reg stridesGuru Das Srinagesh2021-03-181-28/+53
* regmap: set debugfs_name to NULL after it is freedMeng Li2021-03-101-0/+1
* Merge tag 'char-misc-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-02-242-7/+7
|\
| * Merge tag 'soundwire-2_5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Greg Kroah-Hartman2021-02-122-7/+7
| |\
| | * regmap: sdw-mbq: use MODULE_LICENSE("GPL")Bard Liao2021-02-111-1/+1
| | * regmap: sdw: use no_pm routines for SoundWire 1.2 MBQBard Liao2021-02-111-4/+4
| | * regmap: sdw: use _no_pm functions in regmap_read/writeBard Liao2021-02-111-2/+2