1. 0b32699 eeprom: at24: make spd world-readable again by Jean Delvare · 4 years, 10 months ago
  2. bc6f7dc eeprom: at24: add support for 24c2048 by Adrian Bunk · 5 years ago
  3. 744cb5a eeprom: at24: change nvmem stride to 1 by David Lechner · 6 years ago
  4. 19699ab eeprom: at24: check at24_read/write arguments by Heiner Kallweit · 6 years ago
  5. d3da2ef eeprom: at24: correctly set the size for at24mac402 by Bartosz Golaszewski · 6 years ago
  6. 388d8c9 eeprom: at24: fix reading from 24MAC402/24MAC602 by Heiner Kallweit · 6 years ago
  7. 87840a2 Merge branch 'i2c/for-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux by Linus Torvalds · 8 years ago
  8. 3936e4c at25: fix debug and error messaging by Andy Shevchenko · 8 years ago
  9. 00f0ea7 eeprom: at24: check if the chip is functional in probe() by Bartosz Golaszewski · 8 years ago
  10. 24da3cc eeprom: at24: tweak the loop_until_timeout() macro by Bartosz Golaszewski · 8 years ago
  11. 0b81365 eeprom: at24: add support for at24mac series by Bartosz Golaszewski · 8 years ago
  12. 818d022 eeprom: at24: support reading the serial number for 24csxx by Bartosz Golaszewski · 8 years ago
  13. cd0c861 eeprom: at24: split at24_eeprom_write() into specialized functions by Bartosz Golaszewski · 8 years ago
  14. 9afd6866 eeprom: at24: split at24_eeprom_read() into specialized functions by Bartosz Golaszewski · 8 years ago
  15. 9344a81 eeprom: at24: hide the read/write loop behind a macro by Bartosz Golaszewski · 8 years ago
  16. 318aa9c eeprom: at24: call read/write functions via function pointers by Bartosz Golaszewski · 8 years ago
  17. 2da78ac eeprom: at24: coding style fixes by Bartosz Golaszewski · 8 years ago
  18. d5bc004 eeprom: at24: move at24_read() below at24_eeprom_write() by Bartosz Golaszewski · 8 years ago
  19. b0b9f7b eeprom: at24: improve the device_id table readability by Bartosz Golaszewski · 8 years ago
  20. 5af2344 Merge tag 'char-misc-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 8 years ago
  21. dd69a18 eeprom: 93xx46: Fix SPI device leak by Mark Brown · 8 years ago
  22. 96b2a45 eeprom: at25: Fix SPI device leak by Mark Brown · 8 years ago
  23. a8ab316 nvmem: 93xx46: remove nvmem regmap dependency by Srinivas Kandagatla · 8 years ago
  24. 01973a0 eeprom: at25: remove nvmem regmap dependency by Srinivas Kandagatla · 8 years ago
  25. cf0361a eeprom: at24: remove nvmem regmap dependency by Srinivas Kandagatla · 8 years ago
  26. 1d98d0e eeprom: at24: replace msleep() with usleep_range() by Bartosz Golaszewski · 8 years ago
  27. 5057e8e eeprom: at24: remove a reduntant if by Bartosz Golaszewski · 8 years ago
  28. bec3c11 misc: at24: replace memory_accessor with nvmem_device_read by Andrew Lunn · 8 years ago
  29. 1c4b6e2 eeprom: 93xx46: extend driver to plug into the NVMEM framework by Andrew Lunn · 8 years ago
  30. 5a99f57 eeprom: at25: extend driver to plug into the NVMEM framework by Andrew Lunn · 8 years ago
  31. 3ccea0e eeprom: at25: Remove in kernel API for accessing the EEPROM by Andrew Lunn · 8 years ago
  32. 57d1555 eeprom: at24: extend driver to plug into the NVMEM framework by Andrew Lunn · 8 years ago
  33. 3ca9b1a misc: eeprom_93xx46: Add support for a GPIO 'select' line. by Cory Tusar · 8 years ago
  34. e1379b5 misc: eeprom_93xx46: Add quirks to support Atmel AT93C46D device. by Cory Tusar · 8 years ago
  35. c074abe misc: eeprom_93xx46: Implement eeprom_93xx46 DT bindings. by Cory Tusar · 8 years ago
  36. cb54ad6 misc: eeprom_93xx46: Fix 16-bit read and write accesses. by Cory Tusar · 8 years ago
  37. 092462c misc: eeprom: use kobj_to_dev() by Geliang Tang · 8 years ago
  38. bc91453 Merge tag 'mfd-for-linus-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd by Linus Torvalds · 9 years ago
  39. 3821a06 spi: Drop owner assignment from spi_drivers by Andrew F. Davis · 9 years ago
  40. 40d8edc at24: enable ACPI device found on Galileo Gen2 by Andy Shevchenko · 9 years ago
  41. acceba5 Merge branch 'i2c/for-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux by Linus Torvalds · 9 years ago
  42. 2cd9fbd eeprom: at24: use i2c_smbus_read_i2c_block_data_or_emulated by Irina Tirdea · 9 years ago
  43. c49c1f0 misc: eeprom: Export I2C module alias information in missing drivers by Javier Martinez Canillas · 9 years ago
  44. 141124e misc: Drop owner assignment from i2c_driver by Krzysztof Kozlowski · 9 years ago
  45. 5d44f4b Merge 4.2-rc6 into char-misc-next by Greg Kroah-Hartman · 9 years ago
  46. 2664e03 misc: eeprom: max6875: clean up max6875_read() by Vladimir Zapolskiy · 9 years ago
  47. 79dedbd misc: eeprom: clean up eeprom_read() by Vladimir Zapolskiy · 9 years ago
  48. b5da83d misc: eeprom: 93xx46: clean up eeprom_93xx46_bin_read/write by Vladimir Zapolskiy · 9 years ago
  49. 3d0b16a nvmem: sunxi: Move the SID driver to the nvmem framework by Maxime Ripard · 9 years ago
  50. d12c0aa misc: eeprom: at24: clean up at24_bin_write() by Vladimir Zapolskiy · 9 years ago
  51. 14e51e5 misc: Drop owner assignment from i2c_driver by Krzysztof Kozlowski · 9 years ago
  52. e6b5be2 Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 9 years ago
  53. 9689519 Merge branch 'i2c/for-3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux by Linus Torvalds · 9 years ago
  54. 92a578b Merge tag 'pm+acpi-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 9 years ago
  55. 7ff28ae eeprom-93cx6: Add (read-only) support for 8-bit mode by Ondrej Zary · 9 years ago
  56. a839ce6 eeprom: at24: extend driver to allow writing via i2c_smbus_write_byte_data by Christian Gmeiner · 10 years ago
  57. f60e7074 misc: at25: Make use of device property API by Mika Westerberg · 10 years ago
  58. 1664061 misc: eeprom: drop owner assignment from platform_drivers by Wolfram Sang · 10 years ago
  59. 1698da2 EEPROM: Introduce the use of devm_kzalloc by Himangi Saraogi · 10 years ago
  60. 1e70084 misc: eeprom: sunxi: Change compatibles by Maxime Ripard · 10 years ago
  61. e2527ec drivers/misc: delete non-required instances of include <linux/init.h> by Paul Gortmaker · 10 years ago
  62. 9076e0c Merge branch 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jdelvare/staging by Linus Torvalds · 10 years ago
  63. 7c81c60 Update Jean Delvare's e-mail address by Jean Delvare · 10 years ago
  64. 612340b misc: eeprom_93xx46: remove unnecessary spi_set_drvdata() by Jingoo Han · 10 years ago
  65. 13509c3 Merge branch 'i2c/for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux by Linus Torvalds · 11 years ago
  66. 7c65e29 misc/at24: avoid infinite loop on write() by Vladimir Zapolskiy · 11 years ago
  67. 95f774c misc/93xx46: avoid infinite loop on write() by Vladimir Zapolskiy · 11 years ago
  68. fbfdb6e misc/at25, dt: support probing at25 SPI EEPROM from DT by Jan Luebbe · 11 years ago
  69. 25f73ed misc: (at24) move header to linux/platform_data/ by Vivien Didelot · 11 years ago
  70. 9fd379e ARM: sunxi: Initial support for Allwinner's Security ID fuses by Oliver Schinagl · 11 years ago
  71. 01fe7b43 drivers/misc: at25: convert to use devm_kzalloc by Nikolay Balandin · 11 years ago
  72. f0ac236 drivers/misc: at24: convert to use devm_kzalloc by Nikolay Balandin · 11 years ago
  73. 5ba75b5 misc: eeprom_93xx46: use spi_get_drvdata() and spi_set_drvdata() by Jingoo Han · 11 years ago
  74. 41ddcf6 misc: at25: use spi_get_drvdata() and spi_set_drvdata() by Jingoo Han · 11 years ago
  75. 81e34f9 drivers: misc: at24: mention other supported types in Kconfig by Lars Poeschel · 11 years ago
  76. 486a5c2 misc: remove use of __devexit by Bill Pemberton · 12 years ago
  77. 80c8ae2 misc: remove use of __devinit by Bill Pemberton · 12 years ago
  78. 2d6bed9 drivers/misc: remove use of __devexit_p by Bill Pemberton · 12 years ago
  79. 6592921 char/misc: remove CONFIG_EXPERIMENTAL dependencies by Greg Kroah-Hartman · 12 years ago
  80. d6ae0d5 misc/at25, dt: Improve at25 SPI eeprom device tree bindings. by David Daney · 12 years ago
  81. 002176d misc: at25: Parse dt settings by Alexandre Pereira da Silva · 12 years ago
  82. b4161f0 Support M95040 SPI EEPROM by Ivo Sieben · 12 years ago
  83. a3dc3c9 MISC: convert drivers/misc/* to use module_spi_driver() by Axel Lin · 12 years ago
  84. a64fe2e MISC: convert drivers/misc/* to use module_i2c_driver() by Axel Lin · 12 years ago
  85. 072bc80 eeprom_93cx6: Add write support by Ben Dooks · 13 years ago
  86. b30f8bd eeprom_93cx6: Add data direction control. by Ben Dooks · 13 years ago
  87. 001ef5e drivers/misc/eeprom: fix dependecy on 'PPC_MPC5200_GPIO' by Paul Bolle · 13 years ago
  88. 469dded misc/eeprom: add eeprom access driver for digsy_mtc board by Anatolij Gustschin · 13 years ago
  89. 06b4501 misc/eeprom: add driver for microwire 93xx46 EEPROMs by Anatolij Gustschin · 13 years ago
  90. 45efe84 misc/at24: add more sanity checks for parameters by Wolfram Sang · 14 years ago
  91. 9ed030d misc/at24: parse device tree data by Wolfram Sang · 14 years ago
  92. fbae3fb i2c: Remove all i2c_set_clientdata(client, NULL) in drivers by Wolfram Sang · 14 years ago
  93. e0bc5d4 Merge branch 'i2c-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jdelvare/staging by Linus Torvalds · 14 years ago
  94. 7aeb966 at24: Fall back to byte or word reads if needed by Jean Delvare · 14 years ago
  95. 2c3c8be sysfs: add struct file* to bin_attr callbacks by Chris Wright · 14 years ago
  96. 6858d49 EEPROM: max6875: Header file cleanup by Arce, Abraham · 14 years ago
  97. 654087f EEPROM: 93cx6: Header file cleanup by Arce, Abraham · 14 years ago
  98. 110f422 EEPROM: Header file cleanup by Arce, Abraham · 14 years ago
  99. f937331 init dynamic bin_attribute structures by Wolfram Sang · 14 years ago
  100. d07b56b at24: Init dynamic bin_attribute structures by Wolfram Sang · 14 years ago