1. af40d16 Merge v5.15-rc5 into char-misc-next by Greg Kroah-Hartman · 3 years ago
  2. 1ca54ce misc: at25: Align comment style by Andy Shevchenko · 3 years, 1 month ago
  3. d6471ab misc: at25: Replace commas by spaces in the ID tables by Andy Shevchenko · 3 years, 1 month ago
  4. d5fb130 misc: at25: Reorganize headers for better maintenance by Andy Shevchenko · 3 years, 1 month ago
  5. 31a45d2 misc: at25: Factor out at_fram_to_chip() by Andy Shevchenko · 3 years, 1 month ago
  6. d059ed1 misc: at25: Switch to use BIT() instead of custom approaches by Andy Shevchenko · 3 years, 1 month ago
  7. 01d3c42 misc: at25: Get rid of intermediate storage for AT25 chip data by Andy Shevchenko · 3 years, 1 month ago
  8. 994233e misc: at25: Get platform data via dev_get_platdata() by Andy Shevchenko · 3 years, 1 month ago
  9. fb422f4 misc: at25: Check new property ("address-width") first by Andy Shevchenko · 3 years, 1 month ago
  10. c329fe5 misc: at25: Unshadow error codes in at25_fw_to_chip() by Andy Shevchenko · 3 years, 1 month ago
  11. 51902c1 misc: at25: Use at25->chip instead of local chip everywhere in ->probe() by Andy Shevchenko · 3 years, 1 month ago
  12. 58589a7 misc: at25: Check proper value of chip length in FRAM case by Andy Shevchenko · 3 years, 1 month ago
  13. a692fc3 misc: at25: Don't copy garbage to the at25->chip in FRAM case by Andy Shevchenko · 3 years, 1 month ago
  14. 5b55729 misc: at25: Make driver OF independent again by Andy Shevchenko · 3 years, 1 month ago
  15. 9a62657 nvmem: eeprom: at25: fix FRAM byte_len by Ralph Siemsen · 3 years, 2 months ago
  16. 9e2cd44 eeprom: at25: Add SPI ID table by Mark Brown · 3 years, 3 months ago
  17. eab61fb nvmem: eeprom: at25: fram discovery simplification by Jiri Prchal · 3 years, 7 months ago
  18. 604288b nvmem: eeprom: at25: fix type compiler warnings by Jiri Prchal · 3 years, 7 months ago
  19. fd307a4 nvmem: prepare basics for FRAM support by Jiri Prchal · 3 years, 7 months ago
  20. 667aef0 eeprom: at25: Add example part numbers by Jonathan Neuschäfer · 4 years, 2 months ago
  21. 5e180e6 eeprom: at25: set type id as EEPROM by Vadym Kochan · 4 years, 3 months ago
  22. dd55972 Merge 5.9-rc3 into char-misc-next by Greg Kroah-Hartman · 4 years, 4 months ago
  23. 284f52a eeprom: at25: set minimum read/write access stride to 1 by Christian Eggers · 4 years, 5 months ago
  24. d3cd007 eeprom: at25: allow page sizes greater than 16 bit by Christian Eggers · 4 years, 5 months ago
  25. df561f66 treewide: Use fallthrough pseudo-keyword by Gustavo A. R. Silva · 4 years, 4 months ago
  26. 2874c5f treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 by Thomas Gleixner · 6 years ago
  27. 5fe9f6c eeprom: at25: remove unneeded 'at25_remove' by YueHaibing · 6 years ago
  28. 96d08fb eeprom: at25: use devm_nvmem_register() by Bartosz Golaszewski · 6 years ago
  29. 0c2ccd8 eeprom: at25: mark expected switch fall-throughs by Gustavo A. R. Silva · 6 years ago
  30. c84f259 eeprom: at25: sizeof t should be sizeof(t) by Devang Panchal · 7 years ago
  31. f8d3bc1 eeprom: at25: Add DT support for EEPROMs with odd address bits by Geert Uytterhoeven · 7 years ago
  32. 3936e4c at25: fix debug and error messaging by Andy Shevchenko · 8 years ago
  33. 96b2a45 eeprom: at25: Fix SPI device leak by Mark Brown · 9 years ago
  34. 01973a0 eeprom: at25: remove nvmem regmap dependency by Srinivas Kandagatla · 9 years ago
  35. 5a99f57 eeprom: at25: extend driver to plug into the NVMEM framework by Andrew Lunn · 9 years ago
  36. 3ccea0e eeprom: at25: Remove in kernel API for accessing the EEPROM by Andrew Lunn · 9 years ago
  37. 092462c misc: eeprom: use kobj_to_dev() by Geliang Tang · 9 years ago
  38. 3821a06 spi: Drop owner assignment from spi_drivers by Andrew F. Davis · 9 years ago
  39. f60e7074 misc: at25: Make use of device property API by Mika Westerberg · 10 years ago
  40. e2527ec drivers/misc: delete non-required instances of include <linux/init.h> by Paul Gortmaker · 11 years ago
  41. fbfdb6e misc/at25, dt: support probing at25 SPI EEPROM from DT by Jan Luebbe · 11 years ago
  42. 01fe7b43 drivers/misc: at25: convert to use devm_kzalloc by Nikolay Balandin · 12 years ago
  43. 41ddcf6 misc: at25: use spi_get_drvdata() and spi_set_drvdata() by Jingoo Han · 12 years ago
  44. 486a5c2 misc: remove use of __devexit by Bill Pemberton · 12 years ago
  45. 2d6bed9 drivers/misc: remove use of __devexit_p by Bill Pemberton · 12 years ago
  46. d6ae0d5 misc/at25, dt: Improve at25 SPI eeprom device tree bindings. by David Daney · 12 years ago
  47. 002176d misc: at25: Parse dt settings by Alexandre Pereira da Silva · 13 years ago
  48. b4161f0 Support M95040 SPI EEPROM by Ivo Sieben · 13 years ago
  49. a3dc3c9 MISC: convert drivers/misc/* to use module_spi_driver() by Axel Lin · 13 years ago
  50. 2c3c8be sysfs: add struct file* to bin_attr callbacks by Chris Wright · 15 years ago
  51. f937331 init dynamic bin_attribute structures by Wolfram Sang · 15 years ago
  52. e0626e3 spi: prefix modalias with "spi:" by Anton Vorontsov · 15 years ago
  53. f0d8367 eeprom/at25: bugfix "not ready" timeout after write by Sebastian Heutling · 15 years ago
  54. 4cafbd0 at25: make input buffers of at25_*write() const by Geert Uytterhoeven · 16 years ago
  55. 14dd1ff memory_accessor: implement the new memory_accessor interfaces for SPI EEPROMs by David Brownell · 16 years ago
  56. e51d565 spi: Move at25 (for SPI eeproms) to /drivers/misc/eeprom by Wolfram Sang · 16 years ago[Renamed from drivers/spi/at25.c]
  57. 3f86f14 spi: at25 driver is for EEPROM not FLASH by David Brownell · 17 years ago
  58. 91a6902 sysfs: add parameter "struct bin_attribute *" in .read/.write methods for sysfs binary attributes by Zhang Rui · 18 years ago
  59. 7b59575 sysfs: kill unnecessary attribute->owner by Tejun Heo · 18 years ago
  60. c6ca97d [PATCH] SPI: at25: do not use pointer before assignment by Atsushi Nemoto · 18 years ago
  61. b587b13 [PATCH] SPI eeprom driver by David Brownell · 18 years ago