aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/misc/eeprom/at25.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-06-27eeprom: at25: Rework buggy read splittingGeert Uytterhoeven1-14/+12
2022-06-10eeprom: at25: Split reads into chunks and cap write sizeBrad Bishop1-40/+53
2022-04-24eeprom: at25: Use DMA safe buffersChristophe Leroy1-8/+11
2022-01-30Merge tag 'v5.17-rc2' into char-misc-nextGreg Kroah-Hartman1-0/+4
2022-01-26eeprom: at25: Replace strncpy() with strscpy()Kees Cook1-2/+2
2022-01-22eeprom: at25: Restore missing allocationKees Cook1-0/+4
2021-12-13Merge v5.15-rc5 into char-misc-nextGreg Kroah-Hartman1-5/+2
2021-12-03misc: at25: Align comment styleAndy Shevchenko1-17/+20
2021-12-03misc: at25: Replace commas by spaces in the ID tablesAndy Shevchenko1-4/+4
2021-12-03misc: at25: Reorganize headers for better maintenanceAndy Shevchenko1-6/+7
2021-12-03misc: at25: Factor out at_fram_to_chip()Andy Shevchenko1-41/+44
2021-12-03misc: at25: Switch to use BIT() instead of custom approachesAndy Shevchenko1-4/+4
2021-12-03misc: at25: Get rid of intermediate storage for AT25 chip dataAndy Shevchenko1-17/+15
2021-12-03misc: at25: Get platform data via dev_get_platdata()Andy Shevchenko1-3/+4
2021-12-03misc: at25: Check new property ("address-width") firstAndy Shevchenko1-4/+4
2021-12-03misc: at25: Unshadow error codes in at25_fw_to_chip()Andy Shevchenko1-18/+22
2021-12-03misc: at25: Use at25->chip instead of local chip everywhere in ->probe()Andy Shevchenko1-7/+7
2021-12-03misc: at25: Check proper value of chip length in FRAM caseAndy Shevchenko1-2/+2
2021-12-03misc: at25: Don't copy garbage to the at25->chip in FRAM caseAndy Shevchenko1-1/+4
2021-12-03misc: at25: Make driver OF independent againAndy Shevchenko1-7/+6
2021-12-03nvmem: eeprom: at25: fix FRAM byte_lenRalph Siemsen1-20/+18
2021-10-05eeprom: at25: Add SPI ID tableMark Brown1-0/+8
2021-06-12nvmem: eeprom: at25: fram discovery simplificationJiri Prchal1-8/+5
2021-06-11nvmem: eeprom: at25: fix type compiler warningsJiri Prchal1-3/+3
2021-06-11nvmem: prepare basics for FRAM supportJiri Prchal1-30/+131
2020-11-14eeprom: at25: Add example part numbersJonathan Neuschäfer1-0/+3
2020-09-17eeprom: at25: set type id as EEPROMVadym Kochan1-0/+1
2020-08-31Merge 5.9-rc3 into char-misc-nextGreg Kroah-Hartman1-5/+5
2020-08-28eeprom: at25: set minimum read/write access stride to 1Christian Eggers1-1/+1
2020-08-28eeprom: at25: allow page sizes greater than 16 bitChristian Eggers1-1/+1
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-5/+5
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-5/+1
2018-10-15eeprom: at25: remove unneeded 'at25_remove'YueHaibing1-10/+0
2018-09-28eeprom: at25: use devm_nvmem_register()Bartosz Golaszewski1-2/+1
2018-07-07eeprom: at25: mark expected switch fall-throughsGustavo A. R. Silva1-0/+4
2018-03-23eeprom: at25: sizeof t should be sizeof(t)Devang Panchal1-1/+1
2017-12-18eeprom: at25: Add DT support for EEPROMs with odd address bitsGeert Uytterhoeven1-0/+3
2016-09-27at25: fix debug and error messagingAndy Shevchenko1-13/+7
2016-05-01eeprom: at25: Fix SPI device leakMark Brown1-1/+1
2016-05-01eeprom: at25: remove nvmem regmap dependencySrinivas Kandagatla1-70/+19
2016-03-01eeprom: at25: extend driver to plug into the NVMEM frameworkAndrew Lunn1-55/+69
2016-03-01eeprom: at25: Remove in kernel API for accessing the EEPROMAndrew Lunn1-26/+0
2016-02-07misc: eeprom: use kobj_to_dev()Geliang Tang1-2/+2
2015-10-28spi: Drop owner assignment from spi_driversAndrew F. Davis1-1/+0
2014-11-04misc: at25: Make use of device property APIMika Westerberg1-21/+13
2014-02-07drivers/misc: delete non-required instances of include <linux/init.h>Paul Gortmaker1-1/+0
2013-10-16misc/at25, dt: support probing at25 SPI EEPROM from DTJan Luebbe1-0/+7
2013-05-30drivers/misc: at25: convert to use devm_kzallocNikolay Balandin1-17/+8
2013-04-05misc: at25: use spi_get_drvdata() and spi_set_drvdata()Jingoo Han1-2/+2
2012-11-21misc: remove use of __devexitBill Pemberton1-1/+1