summaryrefslogtreecommitdiffstats
path: root/include/regmap.h
Commit message (Expand)AuthorAgeFilesLines
* regmap: align regmap_bulk_read/write API with LinuxAhmad Fatoum2023-10-231-0/+29
* regmap: move regmap.h content to linux/regmap.hAhmad Fatoum2023-10-231-248/+1
* net: dsa: ksz9477: create regmap cdev for switch registersAhmad Fatoum2023-01-121-0/+21
* regmap: factor out regmap cdev size calculationAhmad Fatoum2023-01-121-0/+2
* regmap: port regmap_init_spiAhmad Fatoum2023-01-121-0/+13
* regmap: support formatted read and writeAhmad Fatoum2023-01-121-0/+46
* Rename struct device_d to deviceSascha Hauer2023-01-101-5/+5
* regmap: implement regmap_init_i2c_smbusAhmad Fatoum2022-08-081-0/+3
* regmap: Implement regmap_[set|clear]_bits()Sascha Hauer2022-01-181-0/+12
* Merge branch 'for-next/i2c'Sascha Hauer2021-06-161-0/+14
|\
| * nvmem: add nvmem_regmap_register helperAhmad Fatoum2021-06-021-0/+1
| * regmap: implement regmap_init_i2cAhmad Fatoum2021-06-021-0/+13
* | regmap: Add regmap_read_poll_timeoutSascha Hauer2021-06-081-0/+24
|/
* Merge branch 'for-next/spi'Sascha Hauer2020-04-161-15/+13
|\
| * regmap-mmio: Add big endian supportSascha Hauer2020-04-141-15/+13
* | regmap: retire of_node_to_regmap in favor of device_node_to_regmapAhmad Fatoum2020-04-151-1/+0
|/
* regmap: add support for regmap_init_mmio_clkAhmad Fatoum2020-02-191-0/+50
* Merge branch 'for-next/spdx'Sascha Hauer2020-02-181-0/+1
|\
| * include: add SPDX GPL-2.0-only license tags for files without licensing infor...Roland Hieber2020-02-171-0/+1
* | regmap: forward declare structs used in headerAhmad Fatoum2020-02-101-0/+3
|/
* regmap: port regmap_update_bits from linuxSteffen Trumtrar2017-10-161-1/+2
* regmap: Add regmap_write_bits() functionAndrey Smirnov2017-01-101-1/+5
* regmap: Add missing prototype for regmap_exit()Sascha Hauer2016-02-121-0/+1
* Add initial regmap supportSascha Hauer2016-02-051-0/+62