aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/misc/eeprom/at24.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-04-23eeprom: at24: fix memory corruption race conditionDaniel Okazaki1-9/+9
2024-01-18Merge tag 'i2c-for-6.8-rc1-rebased' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linuxLinus Torvalds1-2/+3
2024-01-18eeprom: at24: use of_match_ptr()Bartosz Golaszewski1-2/+3
2024-01-04eeprom: at24: Use pm_runtime_resume_and_get to simplify the codeHeiner Kallweit1-10/+4
2024-01-04eeprom: at24: Probe for DDR3 thermal sensor in the SPD caseHeiner Kallweit1-0/+29
2023-10-16eeprom: at24: add ST M24C64-D Additional Write lockable page supportAlexander Stein1-0/+4
2023-10-12eeprom: at24: add ST M24C32-D Additional Write lockable page supportMarek Vasut1-0/+4
2023-09-25eeprom: at24: Annotate struct at24_data with __counted_byKees Cook1-1/+1
2023-09-11eeprom: at24: Drop at24_get_chip_data()Biju Das1-29/+3
2023-07-03Merge tag 'char-misc-6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds1-1/+1
2023-05-29misc: Switch i2c drivers back to use .probe()Uwe Kleine-König1-1/+1
2023-05-16eeprom: at24: Use dev_err_probe for nvmem register failureAlexander Stein1-1/+2
2022-08-16i2c: Make remove callback return voidUwe Kleine-König1-3/+1
2021-12-13eeprom: at24: Add support for 24c1025 EEPROMMaxim Kochetkov1-1/+14
2021-12-01eeprom: at24: remove struct at24_clientHeiner Kallweit1-35/+18
2021-11-03at24: Support probing while in non-zero ACPI D stateSakari Ailus1-18/+27
2021-07-01misc: eeprom: at24: Always append device id even if label property is set.Jérôme Glisse1-10/+7
2021-05-14misc: eeprom: at24: check suspend status before disable regulatorHsin-Yi Wang1-2/+4
2020-12-04misc: eeprom: at24: fix NVMEM name with custom AT24 device nameDiego Santa Cruz1-1/+0
2020-10-21Merge branch 'i2c/for-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linuxLinus Torvalds1-7/+64
2020-09-25eeprom: at24: Support custom device names for AT24 EEPROMsJon Hunter1-1/+21
2020-09-24eeprom: at24: Initialise AT24 NVMEM ID fieldJon Hunter1-0/+1
2020-09-17eeprom: at24: set type id as EEPROMVadym Kochan1-0/+1
2020-09-01misc: eeprom: at24: register nvmem only after eeprom is ready to useVadym Kochan1-4/+7
2020-08-25eeprom: at24: Tidy at24_read()Jean Delvare1-10/+4
2020-08-18eeprom: at24: Add support for the Sony VAIO EEPROMsJean Delvare1-0/+41
2020-07-10misc: eeprom: at24: Tell the compiler that ACPI functions may not be usedLee Jones1-1/+1
2020-03-26Merge tag 'v5.6-rc7' into i2c/for-5.7Wolfram Sang1-1/+2
2020-03-12misc: eeprom: at24: fix regulator underflowMichael Auchter1-1/+2
2020-02-10eeprom: at24: add TPF0001 ACPI ID for 24c1024 deviceMarkus Pietrek1-0/+1
2020-01-23misc: eeprom: at24: support pm_runtime controlBibby Hsieh1-0/+39
2020-01-09eeprom: at24: remove the write-protect pin supportKhouloud Touil1-9/+0
2020-01-02eeprom: at24: sort headers alphabeticallyBartosz Golaszewski1-12/+12
2020-01-02eeprom: at24: update the license tagBartosz Golaszewski1-1/+1
2019-10-04eeprom: at24: Improve confusing log messageJean Delvare1-3/+6
2019-09-24Merge branch 'i2c/for-5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linuxLinus Torvalds1-1/+0
2019-07-28eeprom: at24: make spd world-readable againJean Delvare1-1/+1
2019-07-22eeprom: at24: remove unneeded includeBartosz Golaszewski1-1/+0
2019-06-27eeprom: at24: modify a comment referring to platform dataBartosz Golaszewski1-2/+2
2019-05-31eeprom: at24: use struct_size() in devm_kzalloc()Gustavo A. R. Silva1-3/+2
2019-05-31eeprom: at24: Remove set but not used variable 'addr'YueHaibing1-2/+0
2019-05-28eeprom: at24: drop unnecessary labelBartosz Golaszewski1-25/+18
2019-05-28eeprom: at24: use devm_i2c_new_dummy_device()Bartosz Golaszewski1-29/+9
2019-02-14eeprom: at24: implement support for 'num-addresses' propertyBartosz Golaszewski1-5/+8
2019-02-14eeprom: at24: remove at24_platform_dataBartosz Golaszewski1-87/+75
2018-12-10eeprom: at24: add support for 24c2048Adrian Bunk1-0/+3
2018-10-02eeprom: at24: fix unexpected timeout under high loadWang Xin1-21/+22
2018-07-25eeprom: at24: Add support for address-width propertyAlan Chiang1-0/+17
2018-05-16eeprom: at24: provide a separate routine for creating dummy i2c clientsBartosz Golaszewski1-14/+35
2018-05-16eeprom: at24: provide and use a helper for releasing dummy i2c clientsBartosz Golaszewski1-8/+10