summaryrefslogtreecommitdiff
path: root/drivers/base/regmap
AgeCommit message (Expand)AuthorFilesLines
2015-08-21regmap: Fix regmap_bulk_write for bus writesMarkus Pargmann1-2/+19
2015-08-20regmap: regmap_raw_read return error on !bus->readMarkus Pargmann1-0/+5
2015-08-14regmap: Fix regmap_can_raw_write checkMarkus Pargmann1-1/+2
2015-08-12regmap: fix typos in regmap.cXiubo Li1-2/+2
2015-08-12regmap: Fix integertypes for register address and valueMarkus Pargmann1-2/+2
2015-08-11regmap: Move documentation to regmap.hNicolas Boichat6-139/+0
2015-08-07regmap: Use different lockdep class for each regmap init callNicolas Boichat6-61/+107
2015-08-07regmap: debugfs: Fix misuse of IS_ENABLEDAxel Lin1-4/+5
2015-07-29regmap: regcache-rbtree: Clean new present bits on present bitmap resizeGuenter Roeck1-5/+14
2015-07-20regmap: debugfs: Allow writes to cache state settingsRichard Fitzgerald1-4/+86
2015-07-16regmap: Apply optional delay in multi_reg_write/register_patchNariman Poushin1-6/+48
2015-07-16regmap: Use reg_sequence for multi_reg_write / register_patchNariman Poushin2-12/+12
2015-07-14regmap: Silence warning on invalid zero length readMark Brown1-0/+2
2015-07-13regmap: Add better support for devices without readback supportLars-Peter Clausen1-2/+3
2015-07-10regmap: add regmap_fields_force_write()Kuninori Morimoto1-0/+12
2015-07-10regmap: add regmap_write_bits()Kuninori Morimoto1-0/+23
2015-07-10regmap: add force_write option on _regmap_update_bits()Kuninori Morimoto1-8/+8
2015-06-17Merge remote-tracking branches 'regmap/topic/defaults', 'regmap/topic/irq' an...Mark Brown4-24/+59
2015-06-17Merge remote-tracking branch 'regmap/topic/core' into regmap-nextMark Brown1-3/+0
2015-06-17Merge remote-tracking branch 'regmap/fix/field' into regmap-linusMark Brown1-2/+1
2015-06-16regmap: Fix possible shift overflow in regmap_field_init()Maxime Coquelin1-2/+1
2015-06-15regmap: Fix regmap_bulk_read in BE modeArun Chandran1-1/+1
2015-06-09regmap: kill off set_irq_flags usageRob Herring1-7/+0
2015-06-02regmap: irq: Fixed a typo errordashsriram1-1/+1
2015-05-29regmap: drop unneeded gotoJulia Lawall1-3/+0
2015-05-22regmap: Introduce regmap_get_reg_strideSrinivas Kandagatla1-0/+12
2015-05-22regmap: Introduce regmap_get_max_registerSrinivas Kandagatla1-0/+12
2015-05-06regmap: Use regcache_mark_dirty() to indicate power loss or resetKevin Cernekee2-4/+18
2015-05-06regmap: Add a helper function for regcache sync testKevin Cernekee1-11/+15
2015-04-27regmap: Constify irq_domain_opsKrzysztof Kozlowski1-1/+1
2015-04-13Merge tag 'regmap-v4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/broo...Linus Torvalds4-2/+262
2015-03-24Merge tag 'regmap-fix-v4.0-rc5' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds3-26/+30
2015-03-19regmap: Move tracing header into drivers/base/regmapSteven Rostedt4-2/+262
2015-03-19regmap: introduce regmap_name to fix syscon regmap trace eventsPhilipp Zabel3-26/+30
2015-03-07Merge remote-tracking branches 'regmap/fix/irq', 'regmap/fix/rbtree' and 'reg...Mark Brown3-4/+7
2015-03-07regmap: regcache-rbtree: Fix present bitmap resizeLars-Peter Clausen1-1/+1
2015-03-04regmap: Skip read-only registers in regcache_sync()Takashi Iwai1-2/+4
2015-02-14regmap-irq: set IRQF_ONESHOT flag to ensure IRQ requestValentin Rothberg1-1/+2
2015-02-08Merge remote-tracking branches 'regmap/topic/ac97', 'regmap/topic/doc' and 'r...Mark Brown4-6/+55
2015-02-04regmap: Fix i2c word access when using SMBus access functionsGuenter Roeck1-1/+45
2015-02-04regmap: Export regmap_get_val_endianGuenter Roeck2-3/+8
2015-02-02regmap: ac97: Clean up indentationMark Brown1-2/+2
2014-12-15regmap: Move spinlock_flags into the unionWang, Yalin1-2/+4
2014-11-21Merge remote-tracking branches 'regmap/topic/ac97' and 'regmap/topic/headers'...Mark Brown7-9/+127
2014-11-19regmap: ac97: Add generic AC'97 callbacksMark Brown3-1/+119
2014-10-20regmap: cache: Sort include headers alphabeticallyXiubo Li4-8/+8
2014-10-20regmap: cache: Fix possible ZERO_SIZE_PTR pointer dereferencing error.Xiubo Li1-21/+29
2014-10-20regmap: cache: use kmalloc_array instead of kmallocXiubo Li1-2/+2
2014-10-20regmap: cache: speed regcache_hw_init() up.Xiubo Li1-1/+1
2014-10-20regmap: cache: fix errno in regcache_hw_init()Xiubo Li1-1/+1