aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/base/regmap/regmap.c
AgeCommit message (Expand)Author
2024-03-26regmap: Add missing map->bus checkMarek Vasut
2024-03-15regmap: Add bulk read/write callbacks into regmap_configMarek Vasut
2024-03-15regmap: allow to define reg_update_bits for no bus configurationAnsuel Smith
2023-11-20regmap: prevent noinc writes from clobbering cacheBen Wolsieffer
2023-10-25regmap: fix NULL deref on lookupJohan Hovold
2023-06-09regmap: Account for register length when chunkingJim Wylder
2021-09-15regmap: fix the offset of register error logJeongtae Park
2020-10-01regmap: fix page selection for noinc writesDmitry Baryshkov
2020-10-01regmap: fix page selection for noinc readsDmitry Baryshkov
2020-07-29regmap: dev_get_regmap_match(): fix string comparisonMarc Kleine-Budde
2020-07-16regmap: fix alignment issueJens Thoms Toerring
2020-06-30regmap: Fix memory leak from regmap_register_patchCharles Keepax
2020-02-14regmap: fix writes to non incrementing registersBen Whitten
2019-06-12regmap: fix bulk writes on paged registersSrinivas Kandagatla
2019-04-25regmap: add proper SPDX identifiers on files that did not have them.Greg Kroah-Hartman
2019-04-03regmap: verify if register is writeable before writing operationsHan Nandor
2018-10-21Merge remote-tracking branches 'regmap/topic/noinc' and 'regmap/topic/single-...Mark Brown
2018-10-19regmap: use less #ifdef for LOG_DEVICEBen Dooks
2018-10-19regmap: Add regmap_noinc_write APIBen Whitten
2018-09-07regmap: split up regmap_config.use_single_rwDavid Frey
2018-08-09regmap: Add regmap_noinc_read APICrestez Dan Leonard
2018-03-12Merge remote-tracking branches 'regmap/topic/debugfs' and 'regmap/topic/mmio-...Mark Brown
2018-03-12Merge remote-tracking branch 'regmap/topic/bulk' into regmap-nextMark Brown
2018-03-12Merge remote-tracking branches 'regmap/fix/i2c' and 'regmap/fix/volatile' int...Mark Brown
2018-03-12Merge remote-tracking branch 'regmap/fix/core' into regmap-linusMark Brown
2018-02-26regmap: Merge redundant handling in regmap_bulk_writeCharles Keepax
2018-02-26regmap: Tidy up regmap_raw_write chunking codeCharles Keepax
2018-02-26regmap: Move the handling for max_raw_write into regmap_raw_writeCharles Keepax
2018-02-26regmap: Remove unnecessary printk for failed allocationCharles Keepax
2018-02-26regmap: Format data for raw write in regmap_bulk_writeCharles Keepax
2018-02-26Merge branch 'fix/core' of https://git.kernel.org/pub/scm/linux/kernel/git/br...Mark Brown
2018-02-20regmap: use debugfs even when no deviceDavid Lechner
2018-02-16regmap: Use _regmap_read in regmap_bulk_readCharles Keepax
2018-02-16regmap: Tidy up regmap_raw_read chunking codeCharles Keepax
2018-02-16regmap: Move the handling for max_raw_read into regmap_raw_readCharles Keepax
2018-02-13regmap: Use helper function for register offsetCharles Keepax
2018-02-13regmap: Don't use format_val in regmap_bulk_readCharles Keepax
2018-02-13regmap: Correct comparison in regmap_cachedCharles Keepax
2018-02-13regmap: Correct offset handling in regmap_volatile_rangeCharles Keepax
2018-02-08regmap: Fix reversed bounds check in regmap_raw_write()Dan Carpenter
2018-01-12Merge remote-tracking branches 'regmap/topic/soundwire' and 'regmap/topic/zer...Mark Brown
2018-01-12Merge remote-tracking branches 'regmap/topic/const', 'regmap/topic/flat', 're...Mark Brown
2018-01-08regmap: Allow empty read/write_flag_maskAndrew F. Davis
2017-12-27regmap: Add one flag to indicate if a hwlock should be usedBaolin Wang
2017-12-19regmap: use proper part of work_buf for storing valKrzysztof Adamski
2017-12-13regmap: potentially duplicate the name string stored in regmapBartosz Golaszewski
2017-12-13Merge branches 'topic/hwspinlock' and 'topic/nolock' of https://git.kernel.or...Mark Brown
2017-12-13regmap: Disable debugfs when locking is disabledMark Brown
2017-12-13regmap: rename regmap_lock_unlock_empty() to regmap_lock_unlock_none()Bartosz Golaszewski
2017-12-06regmap: allow to disable all locking mechanismsBartosz Golaszewski