summaryrefslogtreecommitdiffstats
path: root/drivers/base/regmap
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | regmap: Assign boolean values to a bool variableJiapeng Zhong2021-01-211-1/+1
|/ /
* | regmap: debugfs: Fix a reversed if statement in regmap_debugfs_init()Dan Carpenter2021-01-051-3/+1
* | regmap: debugfs: Fix a memory leak when calling regmap_attach_devXiaolei Wang2020-12-291-2/+9
|/
* Merge tag 'regmap-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/bro...Linus Torvalds2020-12-154-13/+91
|\
| * Merge remote-tracking branch 'regmap/for-5.11' into regmap-nextMark Brown2020-11-306-13/+198
| |\
| | * Merge series "regmap/SoundWire/ASoC: Add SoundWire SDCA support" from Bard Li...Mark Brown2020-11-263-1/+107
| | |\
| | * | regmap: sdw: add required header filesPierre-Louis Bossart2020-11-261-0/+2
| | * | regmap: Fix order of regmap write logLucas Tanure2020-11-121-4/+7
| | * | regmap: mmio: add config option to allow relaxed MMIO accessesAdrian Ratiu2020-10-261-8/+82
| * | | regmap: Remove duplicate `type` field from regmap `regcache_sync` trace eventPhilippe Duplessis-Guindon2020-11-241-1/+0
| |/ /
* | | Merge tag 'irq-core-2020-12-15' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-12-151-6/+5
|\ \ \ | |_|/ |/| |
| * | regmap: irq: Convert to use irq_domain_create_legacy()Andy Shevchenko2020-11-071-6/+5
| |/
* / regmap/SoundWire: sdw: add support for SoundWire 1.2 MBQPierre-Louis Bossart2020-11-263-1/+107
|/
* Merge remote-tracking branch 'regmap/for-5.10' into regmap-nextMark Brown2020-10-058-8/+902
|\
| * regmap: irq: Add support to clear ack registersLaxminath Kasam2020-10-051-1/+32
| * Merge tag 'regmap-field-bulk-api' into regmap-5.10Mark Brown2020-09-281-0/+100
| |\