summaryrefslogtreecommitdiffstats
path: root/drivers/misc/eeprom/at24.c
Commit message (Expand)AuthorAgeFilesLines
* i2c: Make remove callback return voidUwe Kleine-König2022-08-161-3/+1
* eeprom: at24: Add support for 24c1025 EEPROMMaxim Kochetkov2021-12-131-1/+14
* eeprom: at24: remove struct at24_clientHeiner Kallweit2021-12-011-35/+18
* at24: Support probing while in non-zero ACPI D stateSakari Ailus2021-11-031-18/+27
* misc: eeprom: at24: Always append device id even if label property is set.Jérôme Glisse2021-07-011-10/+7
* misc: eeprom: at24: check suspend status before disable regulatorHsin-Yi Wang2021-05-141-2/+4
* misc: eeprom: at24: fix NVMEM name with custom AT24 device nameDiego Santa Cruz2020-12-041-1/+0
* Merge branch 'i2c/for-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2020-10-211-7/+64
|\
| * eeprom: at24: Support custom device names for AT24 EEPROMsJon Hunter2020-09-251-1/+21
| * eeprom: at24: Initialise AT24 NVMEM ID fieldJon Hunter2020-09-241-0/+1
| * eeprom: at24: set type id as EEPROMVadym Kochan2020-09-171-0/+1
| * eeprom: at24: Tidy at24_read()Jean Delvare2020-08-251-10/+4
| * eeprom: at24: Add support for the Sony VAIO EEPROMsJean Delvare2020-08-181-0/+41
* | misc: eeprom: at24: register nvmem only after eeprom is ready to useVadym Kochan2020-09-011-4/+7
|/
* misc: eeprom: at24: Tell the compiler that ACPI functions may not be usedLee Jones2020-07-101-1/+1
* Merge tag 'v5.6-rc7' into i2c/for-5.7Wolfram Sang2020-03-261-1/+2
|\
| * misc: eeprom: at24: fix regulator underflowMichael Auchter2020-03-121-1/+2
* | eeprom: at24: add TPF0001 ACPI ID for 24c1024 deviceMarkus Pietrek2020-02-101-0/+1
|/
* misc: eeprom: at24: support pm_runtime controlBibby Hsieh2020-01-231-0/+39
* eeprom: at24: remove the write-protect pin supportKhouloud Touil2020-01-091-9/+0
* eeprom: at24: sort headers alphabeticallyBartosz Golaszewski2020-01-021-12/+12
* eeprom: at24: update the license tagBartosz Golaszewski2020-01-021-1/+1
* eeprom: at24: Improve confusing log messageJean Delvare2019-10-041-3/+6
* Merge branch 'i2c/for-5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/w...Linus Torvalds2019-09-241-1/+0
|\
| * eeprom: at24: remove unneeded includeBartosz Golaszewski2019-07-221-1/+0
* | eeprom: at24: make spd world-readable againJean Delvare2019-07-281-1/+1
|/
* eeprom: at24: modify a comment referring to platform dataBartosz Golaszewski2019-06-271-2/+2
* eeprom: at24: use struct_size() in devm_kzalloc()Gustavo A. R. Silva2019-05-311-3/+2
* eeprom: at24: Remove set but not used variable 'addr'YueHaibing2019-05-311-2/+0
* eeprom: at24: drop unnecessary labelBartosz Golaszewski2019-05-281-25/+18
* eeprom: at24: use devm_i2c_new_dummy_device()Bartosz Golaszewski2019-05-281-29/+9
* eeprom: at24: implement support for 'num-addresses' propertyBartosz Golaszewski2019-02-141-5/+8
* eeprom: at24: remove at24_platform_dataBartosz Golaszewski2019-02-141-87/+75
* eeprom: at24: add support for 24c2048Adrian Bunk2018-12-101-0/+3
* eeprom: at24: fix unexpected timeout under high loadWang Xin2018-10-021-21/+22
* eeprom: at24: Add support for address-width propertyAlan Chiang2018-07-251-0/+17
* eeprom: at24: provide a separate routine for creating dummy i2c clientsBartosz Golaszewski2018-05-161-14/+35
* eeprom: at24: provide and use a helper for releasing dummy i2c clientsBartosz Golaszewski2018-05-161-8/+10
* eeprom: at24: use devm_nvmem_register()Bartosz Golaszewski2018-05-161-3/+1
* eeprom: at24: fix retrieving the at24_chip_data structureBartosz Golaszewski2018-05-161-1/+1
* eeprom: at24: use SPDX identifier instead of GPL boiler-plateBartosz Golaszewski2018-03-231-5/+2
* eeprom: at24: simplify the i2c functionality checkingBartosz Golaszewski2018-03-231-5/+7
* eeprom: at24: fix a line breakBartosz Golaszewski2018-03-231-2/+2
* eeprom: at24: tweak newlinesBartosz Golaszewski2018-03-231-1/+1
* eeprom: at24: refactor at24_probe()Bartosz Golaszewski2018-03-231-16/+18
* eeprom: at24: remove at24_platform_data from at24_dataBartosz Golaszewski2018-03-231-9/+13
* eeprom: at24: move platform data processing into a separate routineBartosz Golaszewski2018-03-231-30/+40
* eeprom: at24: switch to using probe_new() from the i2c frameworkBartosz Golaszewski2018-03-231-2/+5
* eeprom: at24: provide and use at24_base_client_dev()Bartosz Golaszewski2018-03-231-2/+7
* eeprom: at24: readability tweak in at24_probe()Bartosz Golaszewski2018-03-231-2/+3