summaryrefslogtreecommitdiff
path: root/drivers/base/regmap/regmap.c (unfollow)
Commit message (Expand)Author
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
2016-03-23regmap: Provide access to regmap_raw_multi_reg_write APISudheer Papothi
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-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: 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-07-16regmap: Apply optional delay in multi_reg_write/register_patchNariman Poushin
2015-07-16regmap: Use reg_sequence for multi_reg_write / register_patchNariman Poushin
2015-07-14regmap: Silence warning on invalid zero length readMark Brown
2015-07-13regmap: Add better support for devices without readback supportLars-Peter Clausen
2015-07-10regmap: add regmap_fields_force_write()Kuninori Morimoto
2015-07-10regmap: add regmap_write_bits()Kuninori Morimoto
2015-07-10regmap: add force_write option on _regmap_update_bits()Kuninori Morimoto
2015-06-16regmap: Fix possible shift overflow in regmap_field_init()Maxime Coquelin
2015-06-15regmap: Fix regmap_bulk_read in BE modeArun Chandran
2015-05-29regmap: drop unneeded gotoJulia Lawall
2015-05-22regmap: Introduce regmap_get_reg_strideSrinivas Kandagatla
2015-05-22regmap: Introduce regmap_get_max_registerSrinivas Kandagatla
2015-03-19regmap: Move tracing header into drivers/base/regmapSteven Rostedt
2015-03-19regmap: introduce regmap_name to fix syscon regmap trace eventsPhilipp Zabel
2015-02-04regmap: Export regmap_get_val_endianGuenter Roeck
2014-09-28regmap: fix possible ZERO_SIZE_PTR pointer dereferencing error.Xiubo Li
2014-09-27regmap: fix NULL pointer dereference in _regmap_write/readPankaj Dubey
2014-09-18regmap: fix NULL pointer dereference in regmap_get_val_endianPankaj Dubey
2014-08-27regmap: Split regmap_get_endian() in two functionsGeert Uytterhoeven
2014-08-26regmap: Fix handling of volatile registers for format_write() chipsMark Brown
2014-08-19regmap: of_regmap_get_endian() cleanupStephen Warren
2014-08-18regmap: Fix DT endianess parsing logicJavier Martinez Canillas
2014-08-16regmap: add DT endianness binding support.Xiubo Li
2014-07-25regmap: Allow regmap_get_device() to be used by modulesMark Brown
2014-07-25regmap: Add regmap_get_deviceTuomas Tynkkynen
2014-04-30regmap: Add missing initialization of this_pageGeert Uytterhoeven
2014-04-30regmap: Fix possible ZERO_SIZE_PTR pointer dereferencing error.Xiubo Li
2014-04-18regmap: add reg_read/reg_write callbacks to regmap_bus structBoris BREZILLON