aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/base/regmap (follow)
AgeCommit message (Expand)AuthorFilesLines
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@svanheule.net>: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/git/gregkh/char-miscLinus Torvalds2-7/+7
2021-02-12Merge tag 'soundwire-2_5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vkoul/soundwire into char-misc-nextGreg 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
2021-01-21regmap: Assign boolean values to a bool variableJiapeng Zhong1-1/+1
2021-01-05regmap: debugfs: Fix a reversed if statement in regmap_debugfs_init()Dan Carpenter1-3/+1
2020-12-29regmap: debugfs: Fix a memory leak when calling regmap_attach_devXiaolei Wang1-2/+9
2020-12-15Merge tag 'regmap-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmapLinus Torvalds4-13/+91
2020-12-15Merge tag 'irq-core-2020-12-15' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-6/+5
2020-11-30Merge remote-tracking branch 'regmap/for-5.11' into regmap-nextMark Brown6-13/+198
2020-11-26Merge series "regmap/SoundWire/ASoC: Add SoundWire SDCA support" from Bard Liao <yung-chuan.liao@linux.intel.com>:Mark Brown3-1/+107
2020-11-26regmap/SoundWire: sdw: add support for SoundWire 1.2 MBQPierre-Louis Bossart3-1/+107
2020-11-26regmap: sdw: add required header filesPierre-Louis Bossart1-0/+2
2020-11-24regmap: Remove duplicate `type` field from regmap `regcache_sync` trace eventPhilippe Duplessis-Guindon1-1/+0
2020-11-12regmap: Fix order of regmap write logLucas Tanure1-4/+7
2020-11-07regmap: irq: Convert to use irq_domain_create_legacy()Andy Shevchenko1-6/+5
2020-10-26regmap: mmio: add config option to allow relaxed MMIO accessesAdrian Ratiu1-8/+82
2020-10-05Merge remote-tracking branch 'regmap/for-5.10' into regmap-nextMark Brown8-8/+902
2020-10-05regmap: irq: Add support to clear ack registersLaxminath Kasam1-1/+32
2020-09-28Merge tag 'regmap-field-bulk-api' into regmap-5.10Mark Brown1-0/+100
2020-09-28regmap: add support to regmap_field_bulk_alloc/free apisSrinivas Kandagatla1-0/+100
2020-09-28Merge series "use semicolons rather than commas to separate statements" from Julia Lawall <Julia.Lawall@inria.fr>:Mark Brown1-1/+1
2020-09-28regmap: destroy mutex (if used) in regmap_exit()Bartosz Golaszewski1-0/+2
2020-09-28regmap: debugfs: use semicolons rather than commas to separate statementsJulia Lawall1-1/+1
2020-09-22regmap: debugfs: Fix more error path regressionsCharles Keepax1-0/+2
2020-09-21regmap: fix page selection for noinc writesDmitry Baryshkov3-12/+13
2020-09-21regmap: fix page selection for noinc readsDmitry Baryshkov1-6/+6
2020-09-18regmap: debugfs: Add back in erroneously removed initialisation of retCharles Keepax1-1/+1
2020-09-17regmap: debugfs: Fix handling of name string for debugfs init delaysCharles Keepax3-17/+38
2020-09-17regmap: Add support for 12/20 register formattingRicardo Ribalda1-0/+22
2020-09-02regmap: Add can_sleep configuration optionDmitry Osipenko2-4/+18
2020-09-01Merge series "Introduce Embedded Controller driver for Acer A500" from Dmitry Osipenko <digetx@gmail.com>:Mark Brown1-2/+2
2020-09-01regmap: soundwire: remove unused header mod_devicetable.hVinod Koul1-1/+0
2020-09-01regmap: Use flexible sleepDmitry Osipenko1-2/+2