summaryrefslogtreecommitdiff
path: root/drivers/misc/eeprom/at25.c
AgeCommit message (Expand)Author
2023-01-20eeprom: at25: Convert to use fwnode_device_is_compatible()Andy Shevchenko
2022-06-27eeprom: at25: Rework buggy read splittingGeert Uytterhoeven
2022-06-10eeprom: at25: Split reads into chunks and cap write sizeBrad Bishop
2022-04-24eeprom: at25: Use DMA safe buffersChristophe Leroy
2022-01-30Merge tag 'v5.17-rc2' into char-misc-nextGreg Kroah-Hartman
2022-01-26eeprom: at25: Replace strncpy() with strscpy()Kees Cook
2022-01-22eeprom: at25: Restore missing allocationKees Cook
2021-12-13Merge v5.15-rc5 into char-misc-nextGreg Kroah-Hartman
2021-12-03misc: at25: Align comment styleAndy Shevchenko
2021-12-03misc: at25: Replace commas by spaces in the ID tablesAndy Shevchenko
2021-12-03misc: at25: Reorganize headers for better maintenanceAndy Shevchenko
2021-12-03misc: at25: Factor out at_fram_to_chip()Andy Shevchenko
2021-12-03misc: at25: Switch to use BIT() instead of custom approachesAndy Shevchenko
2021-12-03misc: at25: Get rid of intermediate storage for AT25 chip dataAndy Shevchenko
2021-12-03misc: at25: Get platform data via dev_get_platdata()Andy Shevchenko
2021-12-03misc: at25: Check new property ("address-width") firstAndy Shevchenko
2021-12-03misc: at25: Unshadow error codes in at25_fw_to_chip()Andy Shevchenko
2021-12-03misc: at25: Use at25->chip instead of local chip everywhere in ->probe()Andy Shevchenko
2021-12-03misc: at25: Check proper value of chip length in FRAM caseAndy Shevchenko
2021-12-03misc: at25: Don't copy garbage to the at25->chip in FRAM caseAndy Shevchenko
2021-12-03misc: at25: Make driver OF independent againAndy Shevchenko
2021-12-03nvmem: eeprom: at25: fix FRAM byte_lenRalph Siemsen
2021-10-05eeprom: at25: Add SPI ID tableMark Brown
2021-06-12nvmem: eeprom: at25: fram discovery simplificationJiri Prchal
2021-06-11nvmem: eeprom: at25: fix type compiler warningsJiri Prchal
2021-06-11nvmem: prepare basics for FRAM supportJiri Prchal
2020-11-14eeprom: at25: Add example part numbersJonathan Neuschäfer
2020-09-17eeprom: at25: set type id as EEPROMVadym Kochan
2020-08-31Merge 5.9-rc3 into char-misc-nextGreg Kroah-Hartman
2020-08-28eeprom: at25: set minimum read/write access stride to 1Christian Eggers
2020-08-28eeprom: at25: allow page sizes greater than 16 bitChristian Eggers
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner
2018-10-15eeprom: at25: remove unneeded 'at25_remove'YueHaibing
2018-09-28eeprom: at25: use devm_nvmem_register()Bartosz Golaszewski
2018-07-07eeprom: at25: mark expected switch fall-throughsGustavo A. R. Silva
2018-03-23eeprom: at25: sizeof t should be sizeof(t)Devang Panchal
2017-12-18eeprom: at25: Add DT support for EEPROMs with odd address bitsGeert Uytterhoeven
2016-09-27at25: fix debug and error messagingAndy Shevchenko
2016-05-01eeprom: at25: Fix SPI device leakMark Brown
2016-05-01eeprom: at25: remove nvmem regmap dependencySrinivas Kandagatla
2016-03-01eeprom: at25: extend driver to plug into the NVMEM frameworkAndrew Lunn
2016-03-01eeprom: at25: Remove in kernel API for accessing the EEPROMAndrew Lunn
2016-02-07misc: eeprom: use kobj_to_dev()Geliang Tang
2015-10-28spi: Drop owner assignment from spi_driversAndrew F. Davis
2014-11-04misc: at25: Make use of device property APIMika Westerberg
2014-02-07drivers/misc: delete non-required instances of include <linux/init.h>Paul Gortmaker
2013-10-16misc/at25, dt: support probing at25 SPI EEPROM from DTJan Luebbe
2013-05-30drivers/misc: at25: convert to use devm_kzallocNikolay Balandin
2013-04-05misc: at25: use spi_get_drvdata() and spi_set_drvdata()Jingoo Han