summaryrefslogtreecommitdiff
path: root/drivers/misc/eeprom/at24.c
AgeCommit message (Expand)Author
2021-11-03at24: Support probing while in non-zero ACPI D stateSakari Ailus
2021-07-01misc: eeprom: at24: Always append device id even if label property is set.Jérôme Glisse
2021-05-14misc: eeprom: at24: check suspend status before disable regulatorHsin-Yi Wang
2020-12-04misc: eeprom: at24: fix NVMEM name with custom AT24 device nameDiego Santa Cruz
2020-10-21Merge branch 'i2c/for-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2020-09-25eeprom: at24: Support custom device names for AT24 EEPROMsJon Hunter
2020-09-24eeprom: at24: Initialise AT24 NVMEM ID fieldJon Hunter
2020-09-17eeprom: at24: set type id as EEPROMVadym Kochan
2020-09-01misc: eeprom: at24: register nvmem only after eeprom is ready to useVadym Kochan
2020-08-25eeprom: at24: Tidy at24_read()Jean Delvare
2020-08-18eeprom: at24: Add support for the Sony VAIO EEPROMsJean Delvare
2020-07-10misc: eeprom: at24: Tell the compiler that ACPI functions may not be usedLee Jones
2020-03-26Merge tag 'v5.6-rc7' into i2c/for-5.7Wolfram Sang
2020-03-12misc: eeprom: at24: fix regulator underflowMichael Auchter
2020-02-10eeprom: at24: add TPF0001 ACPI ID for 24c1024 deviceMarkus Pietrek
2020-01-23misc: eeprom: at24: support pm_runtime controlBibby Hsieh
2020-01-09eeprom: at24: remove the write-protect pin supportKhouloud Touil
2020-01-02eeprom: at24: sort headers alphabeticallyBartosz Golaszewski
2020-01-02eeprom: at24: update the license tagBartosz Golaszewski
2019-10-04eeprom: at24: Improve confusing log messageJean Delvare
2019-09-24Merge branch 'i2c/for-5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/w...Linus Torvalds
2019-07-28eeprom: at24: make spd world-readable againJean Delvare
2019-07-22eeprom: at24: remove unneeded includeBartosz Golaszewski
2019-06-27eeprom: at24: modify a comment referring to platform dataBartosz Golaszewski
2019-05-31eeprom: at24: use struct_size() in devm_kzalloc()Gustavo A. R. Silva
2019-05-31eeprom: at24: Remove set but not used variable 'addr'YueHaibing
2019-05-28eeprom: at24: drop unnecessary labelBartosz Golaszewski
2019-05-28eeprom: at24: use devm_i2c_new_dummy_device()Bartosz Golaszewski
2019-02-14eeprom: at24: implement support for 'num-addresses' propertyBartosz Golaszewski
2019-02-14eeprom: at24: remove at24_platform_dataBartosz Golaszewski
2018-12-10eeprom: at24: add support for 24c2048Adrian Bunk
2018-10-02eeprom: at24: fix unexpected timeout under high loadWang Xin
2018-07-25eeprom: at24: Add support for address-width propertyAlan Chiang
2018-05-16eeprom: at24: provide a separate routine for creating dummy i2c clientsBartosz Golaszewski
2018-05-16eeprom: at24: provide and use a helper for releasing dummy i2c clientsBartosz Golaszewski
2018-05-16eeprom: at24: use devm_nvmem_register()Bartosz Golaszewski
2018-05-16eeprom: at24: fix retrieving the at24_chip_data structureBartosz Golaszewski
2018-03-23eeprom: at24: use SPDX identifier instead of GPL boiler-plateBartosz Golaszewski
2018-03-23eeprom: at24: simplify the i2c functionality checkingBartosz Golaszewski
2018-03-23eeprom: at24: fix a line breakBartosz Golaszewski
2018-03-23eeprom: at24: tweak newlinesBartosz Golaszewski
2018-03-23eeprom: at24: refactor at24_probe()Bartosz Golaszewski
2018-03-23eeprom: at24: remove at24_platform_data from at24_dataBartosz Golaszewski
2018-03-23eeprom: at24: move platform data processing into a separate routineBartosz Golaszewski
2018-03-23eeprom: at24: switch to using probe_new() from the i2c frameworkBartosz Golaszewski
2018-03-23eeprom: at24: provide and use at24_base_client_dev()Bartosz Golaszewski
2018-03-23eeprom: at24: readability tweak in at24_probe()Bartosz Golaszewski
2018-03-23eeprom: at24: use a helper variable for devBartosz Golaszewski
2018-03-23eeprom: at24: rename chip to pdata in at24_probe()Bartosz Golaszewski
2018-03-23eeprom: at24: rename at24_get_pdata()Bartosz Golaszewski