summaryrefslogtreecommitdiff
path: root/drivers/base/regmap (unfollow)
Commit message (Expand)Author
2021-11-02regmap: Fix possible double-free in regcache_rbtree_exit()Yang Yingliang
2020-07-31regmap: debugfs: check count when read regmap filePeng Fan
2020-07-31regmap: dev_get_regmap_match(): fix string comparisonMarc Kleine-Budde
2019-08-04regmap: fix bulk writes on paged registersSrinivas Kandagatla
2018-04-24regmap: Fix reversed bounds check in regmap_raw_write()Dan Carpenter
2017-02-15regmap: Kconfig: make ALLOW_WRITE_DEBUGFS default unsetFenglin Wu
2017-02-06msm: regmap: configure REGMAP debugfs write optionalHarry Yang
2016-09-22ASoC: soundwire: add null check before pointer dereference.Xiaojun Sang
2016-08-14ASoC: soundwire: fix out of boundary access issuesVidyakumar Athota
2016-07-11regmap: initialize dump count to 1Nicholas Troast
2016-05-18regmap: spmi: Fix regmap_spmi_ext_read in multi-byte caseJack Pham
2016-05-11regmap: improve debugfs interface to dump specific addressesAbhijeet Dharmapurikar
2016-04-18regmap: spmi: Fix regmap_spmi_ext_read in multi-byte caseJack Pham
2016-03-25ASoc: soundwire: add null check before using mapMeng Wang
2016-03-23regmap: Add multi register write support for soundwireSudheer Papothi
2016-03-23regmap: call regmap_raw_multi_reg_write from regcache syncSudheer Papothi
2016-03-23regmap: Provide access to regmap_raw_multi_reg_write APISudheer Papothi
2016-03-23regmap: Add soundwire bus supportSudheer Papothi
2016-03-01spmi: regmap: enable userspace writesAbhijeet Dharmapurikar
2015-10-06regmap: Allow installing custom reg_update_bits functionJon Ringle
2015-10-06Revert "regmap: Allow installing custom reg_update_bits function"David S. Miller
2015-10-05regmap: Allow installing custom reg_update_bits functionJon Ringle
2015-10-04debugfs: Pass bool pointer to debugfs_create_bool()Viresh Kumar
2015-09-30regmap: debugfs: simplify regmap_reg_ranges_read_file() slightlyRasmus Villemoes
2015-09-30regmap: debugfs: use memcpy instead of snprintfRasmus Villemoes
2015-09-30regmap: debugfs: use snprintf return value in regmap_reg_ranges_read_file()Rasmus Villemoes
2015-09-19regmap: debugfs: Remove scratch buffer for register length calculationMark Brown
2015-09-19regmap: debugfs: Don't bother actually printing when calculating max lengthMark Brown
2015-09-19regmap: debugfs: Ensure we don't underflow when printing access masksMark Brown
2015-09-17regmap: irq: add ack_invert flag for chips using cleared bits as ackGuo Zeng
2015-09-17regmap: irq: add support for chips who have separate unmask registersGuo Zeng
2015-09-14regmap: Allocate buffers with GFP_ATOMIC when fast_io == trueStephen Boyd
2015-08-31regmap: fix a NULL pointer dereference in __regmap_initSergey SENOZHATSKY
2015-08-31regmap: Support bulk reads for devices without raw formattingMark Brown
2015-08-30regmap-i2c: Add smbus i2c block supportMarkus Pargmann
2015-08-30regmap: Add raw_write/read checks for max_raw_write/read sizesMarkus Pargmann
2015-08-30regmap: regmap max_raw_read/write getter functionsMarkus Pargmann
2015-08-30regmap: Introduce max_raw_read/write for regmap_bulk_read/writeMarkus Pargmann
2015-08-21regmap: No multi_write support if bus->write does not existMarkus Pargmann
2015-08-21regmap: Split use_single_rw internally into use_single_read/writeMarkus Pargmann
2015-08-21regmap: Fix regmap_bulk_write for bus writesMarkus Pargmann
2015-08-20regmap: regmap_raw_read return error on !bus->readMarkus Pargmann
2015-08-14regmap: Fix regmap_can_raw_write checkMarkus Pargmann
2015-08-12regmap: fix typos in regmap.cXiubo Li
2015-08-12regmap: Fix integertypes for register address and valueMarkus Pargmann
2015-08-11regmap: Move documentation to regmap.hNicolas Boichat
2015-08-07regmap: Use different lockdep class for each regmap init callNicolas Boichat
2015-08-07regmap: debugfs: Fix misuse of IS_ENABLEDAxel Lin
2015-07-29regmap: regcache-rbtree: Clean new present bits on present bitmap resizeGuenter Roeck
2015-07-20regmap: debugfs: Allow writes to cache state settingsRichard Fitzgerald