summaryrefslogtreecommitdiffstats
path: root/drivers/base/regmap/regmap.c
Commit message (Expand)AuthorAgeFilesLines
* regmap: fix calculation of regmap size when reg_stride != 1Ahmad Fatoum2024-01-081-2/+26
* regmap: align regmap_bulk_read/write API with LinuxAhmad Fatoum2023-10-231-14/+11
* regmap: add support for bulk 64-bit reads and writesAhmad Fatoum2023-10-231-0/+14
* regmap: factor out regmap cdev size calculationAhmad Fatoum2023-01-121-2/+7
* regmap: support formatted read and writeAhmad Fatoum2023-01-121-2/+32
* regmap: consolidate reg/val format into regmap_formatAhmad Fatoum2023-01-121-15/+8
* Rename struct device_d to deviceSascha Hauer2023-01-101-4/+4
* Rename device_d::device_node to device_d::of_nodeSascha Hauer2023-01-101-2/+2
* drivers: migrate "GPL-2.0" license identifiers to SPDX 2.0Roland Hieber2021-11-221-1/+1
* drivers: add missing SPDX-License-IdentifierAhmad Fatoum2021-11-011-9/+1
* nvmem: add nvmem_regmap_register helperAhmad Fatoum2021-06-021-0/+5
* Merge branch 'for-next/spi'Sascha Hauer2020-04-161-0/+44
|\
| * regmap-mmio: Add big endian supportSascha Hauer2020-04-141-1/+45
* | regmap: retire of_node_to_regmap in favor of device_node_to_regmapAhmad Fatoum2020-04-151-20/+0
|/
* regmap: align documentation in comment with codeAhmad Fatoum2019-10-141-2/+2
* devfs: Drop dev_lseek_default()Andrey Smirnov2019-01-291-1/+0
* rename file_operations -> cdev_operationsSascha Hauer2018-04-061-1/+1
* regmap: port regmap_update_bits from linuxSteffen Trumtrar2017-10-161-0/+29
* regmap: Add regmap_write_bits() functionAndrey Smirnov2017-01-101-0/+27
* Add initial regmap supportSascha Hauer2016-02-051-0/+354