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