summaryrefslogtreecommitdiffstats
path: root/drivers/base/regmap
Commit message (Expand)AuthorAgeFilesLines
* regmap: fix calculation of regmap size when reg_stride != 1Ahmad Fatoum2024-01-081-2/+26
* treewide: switch regmap.h include to linux/regmap.hAhmad Fatoum2023-10-264-4/+4
* regmap: align regmap_bulk_read/write API with LinuxAhmad Fatoum2023-10-232-17/+14
* regmap: add support for bulk 64-bit reads and writesAhmad Fatoum2023-10-231-0/+14
* regmap-mmio: fix use-after-freeAhmad Fatoum2023-06-131-3/+7
* treewide: Rename remaining struct device_d -> deviceSascha Hauer2023-02-232-4/+4
* regmap: i2c: use formatted I/OAhmad Fatoum2023-01-122-15/+36
* drivers: base: regmap: introduce REGMAP_I2CAhmad Fatoum2023-01-122-1/+5
* net: dsa: ksz9477: create regmap cdev for switch registersAhmad Fatoum2023-01-122-0/+105
* regmap: factor out regmap cdev size calculationAhmad Fatoum2023-01-121-2/+7
* regmap: port regmap_init_spiAhmad Fatoum2023-01-123-0/+48
* regmap: support formatted read and writeAhmad Fatoum2023-01-125-2/+635
* regmap: consolidate reg/val format into regmap_formatAhmad Fatoum2023-01-122-19/+15
* Rename struct device_d to deviceSascha Hauer2023-01-103-10/+10
* Rename device_d::device_node to device_d::of_nodeSascha Hauer2023-01-101-2/+2
* regmap-mmio: regmap_mmio_get_min_stride: unify branches for readabilityAhmad Fatoum2022-09-121-1/+1
* regmap: implement regmap_init_i2c_smbusAhmad Fatoum2022-08-081-0/+37
* drivers: migrate "GPL-2.0" license identifiers to SPDX 2.0Roland Hieber2021-11-225-5/+5
* drivers: add missing SPDX-License-IdentifierAhmad Fatoum2021-11-013-9/+3
* nvmem: add nvmem_regmap_register helperAhmad Fatoum2021-06-021-0/+5
* regmap: implement regmap_init_i2cAhmad Fatoum2021-06-022-0/+45
* Merge branch 'for-next/spi'Sascha Hauer2020-04-163-35/+128
|\
| * regmap-mmio: Add big endian supportSascha Hauer2020-04-143-41/+128
| * regmap-mmio: Add missing pieces for 64bit supportSascha Hauer2020-03-241-0/+6
* | regmap: retire of_node_to_regmap in favor of device_node_to_regmapAhmad Fatoum2020-04-151-20/+0
|/
* regmap: add support for regmap_init_mmio_clkAhmad Fatoum2020-02-192-1/+273
* regmap: make internal.h a self-contained headerAhmad Fatoum2020-02-191-1/+8
* 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-053-0/+373