1. 021c7d7 eeprom: at24: use a helper variable for dev by Bartosz Golaszewski · 7 years ago
  2. f2adff6 eeprom: at24: rename chip to pdata in at24_probe() by Bartosz Golaszewski · 7 years ago
  3. 1f77d18 eeprom: at24: rename at24_get_pdata() by Bartosz Golaszewski · 7 years ago
  4. 7c7f428 eeprom: at24: don't check if byte_len is a power of 2 by Bartosz Golaszewski · 7 years ago
  5. 53998fa eeprom: at24: make struct initialization uniform in at24_probe() by Bartosz Golaszewski · 7 years ago
  6. c4fee33 eeprom: at24: drop redundant variable in at24_write() by Bartosz Golaszewski · 7 years ago
  7. eb27fde eeprom: at24: drop redundant variable in at24_read() by Bartosz Golaszewski · 7 years ago
  8. 14263b8 eeprom: at24: remove code separators by Bartosz Golaszewski · 7 years ago
  9. 5ca2b5b eeprom: at24: arrange local variables by Bartosz Golaszewski · 7 years ago
  10. 8cdc4e7 eeprom: at24: remove nvmem_config from at24_data by Bartosz Golaszewski · 7 years ago
  11. d154316 eeprom: at24: disable regmap locking by Bartosz Golaszewski · 7 years ago
  12. 0f30aca eeprom: at24: extend the list of chips supported in DT by Bartosz Golaszewski · 7 years ago
  13. 6ce261e eeprom: at24: add support for the write-protect pin by Bartosz Golaszewski · 7 years ago
  14. ef542e5 eeprom: at24: remove temporary fix for at24mac402 size by Sven Van Asbroeck · 7 years ago
  15. b680f4f eeprom: at24: convert magic numbers to structs by Sven Van Asbroeck · 7 years ago
  16. eef6939 eeprom: at24: code shrink by Bartosz Golaszewski · 7 years ago
  17. ec3c2d5 eeprom: at24: use a common prefix for all symbols in at24.c by Bartosz Golaszewski · 7 years ago
  18. aa4ce22 eeprom: at24: fix coding style issues by Bartosz Golaszewski · 7 years ago
  19. e32213f eeprom: at24: support eeproms that do not auto-rollover reads by Sven Van Asbroeck · 7 years ago
  20. a23727c eeprom: at24: remove now unneeded smbus-related code by Heiner Kallweit · 7 years ago
  21. dd69a9d eeprom: at24: remove old read functions by Heiner Kallweit · 7 years ago
  22. 4bb5c13c eeprom: at24: add regmap-based read function by Heiner Kallweit · 7 years ago
  23. d4297d6 eeprom: at24: remove old write functions by Heiner Kallweit · 7 years ago
  24. 8e5888e eeprom: at24: add regmap-based write function by Heiner Kallweit · 7 years ago
  25. 4604948 eeprom: at24: change at24_translate_offset return type by Heiner Kallweit · 7 years ago
  26. 5c01525 eeprom: at24: add basic regmap_i2c support by Heiner Kallweit · 7 years ago
  27. 7f6d2ec eeprom: at24: change nvmem stride to 1 by David Lechner · 7 years ago
  28. f9ecc83 eeprom: at24: fix I2C device selection for runtime PM by Sakari Ailus · 7 years ago
  29. d9bcd46 eeprom: at24: check at24_read/write arguments by Heiner Kallweit · 7 years ago
  30. 644a1f1 eeprom: at24: fix reading from 24MAC402/24MAC602 by Heiner Kallweit · 7 years ago
  31. 5478e47 eeprom: at24: correctly set the size for at24mac402 by Bartosz Golaszewski · 7 years ago
  32. 7f2a2f0 eeprom: at24: Add OF device ID table by Javier Martinez Canillas · 7 years ago
  33. 98e8201 eeprom: at24: enable runtime pm support by Divagar Mohandass · 7 years ago
  34. dbc1ab9 eeprom: at24: add support to fetch eeprom device property "size" by Divagar Mohandass · 7 years ago
  35. dd905a6 misc: eeprom: at24: use device_property_*() functions instead of of_get_property() by Ben Gardner · 8 years ago
  36. 00f0ea7 eeprom: at24: check if the chip is functional in probe() by Bartosz Golaszewski · 8 years ago
  37. 24da3cc eeprom: at24: tweak the loop_until_timeout() macro by Bartosz Golaszewski · 9 years ago
  38. 0b81365 eeprom: at24: add support for at24mac series by Bartosz Golaszewski · 9 years ago
  39. 818d022 eeprom: at24: support reading the serial number for 24csxx by Bartosz Golaszewski · 9 years ago
  40. cd0c861 eeprom: at24: split at24_eeprom_write() into specialized functions by Bartosz Golaszewski · 9 years ago
  41. 9afd6866 eeprom: at24: split at24_eeprom_read() into specialized functions by Bartosz Golaszewski · 9 years ago
  42. 9344a81 eeprom: at24: hide the read/write loop behind a macro by Bartosz Golaszewski · 9 years ago
  43. 318aa9c eeprom: at24: call read/write functions via function pointers by Bartosz Golaszewski · 9 years ago
  44. 2da78ac eeprom: at24: coding style fixes by Bartosz Golaszewski · 9 years ago
  45. d5bc004 eeprom: at24: move at24_read() below at24_eeprom_write() by Bartosz Golaszewski · 9 years ago
  46. b0b9f7b eeprom: at24: improve the device_id table readability by Bartosz Golaszewski · 9 years ago
  47. 5af2344 Merge tag 'char-misc-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 9 years ago
  48. cf0361a eeprom: at24: remove nvmem regmap dependency by Srinivas Kandagatla · 9 years ago
  49. 1d98d0e eeprom: at24: replace msleep() with usleep_range() by Bartosz Golaszewski · 9 years ago
  50. 5057e8e eeprom: at24: remove a reduntant if by Bartosz Golaszewski · 9 years ago
  51. bec3c11 misc: at24: replace memory_accessor with nvmem_device_read by Andrew Lunn · 9 years ago
  52. 57d1555 eeprom: at24: extend driver to plug into the NVMEM framework by Andrew Lunn · 9 years ago
  53. 092462c misc: eeprom: use kobj_to_dev() by Geliang Tang · 9 years ago
  54. 40d8edc at24: enable ACPI device found on Galileo Gen2 by Andy Shevchenko · 9 years ago
  55. 2cd9fbd eeprom: at24: use i2c_smbus_read_i2c_block_data_or_emulated by Irina Tirdea · 9 years ago
  56. 141124e misc: Drop owner assignment from i2c_driver by Krzysztof Kozlowski · 10 years ago
  57. d12c0aa misc: eeprom: at24: clean up at24_bin_write() by Vladimir Zapolskiy · 9 years ago
  58. a839ce6 eeprom: at24: extend driver to allow writing via i2c_smbus_write_byte_data by Christian Gmeiner · 10 years ago
  59. 13509c3 Merge branch 'i2c/for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux by Linus Torvalds · 11 years ago
  60. 7c65e29 misc/at24: avoid infinite loop on write() by Vladimir Zapolskiy · 11 years ago
  61. 25f73ed misc: (at24) move header to linux/platform_data/ by Vivien Didelot · 11 years ago
  62. f0ac236 drivers/misc: at24: convert to use devm_kzalloc by Nikolay Balandin · 12 years ago
  63. 486a5c2 misc: remove use of __devexit by Bill Pemberton · 12 years ago
  64. 2d6bed9 drivers/misc: remove use of __devexit_p by Bill Pemberton · 12 years ago
  65. 45efe84 misc/at24: add more sanity checks for parameters by Wolfram Sang · 14 years ago
  66. 9ed030d misc/at24: parse device tree data by Wolfram Sang · 14 years ago
  67. fbae3fb i2c: Remove all i2c_set_clientdata(client, NULL) in drivers by Wolfram Sang · 15 years ago
  68. e0bc5d4 Merge branch 'i2c-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jdelvare/staging by Linus Torvalds · 15 years ago
  69. 7aeb966 at24: Fall back to byte or word reads if needed by Jean Delvare · 15 years ago
  70. 2c3c8be sysfs: add struct file* to bin_attr callbacks by Chris Wright · 15 years ago
  71. d07b56b at24: Init dynamic bin_attribute structures by Wolfram Sang · 15 years ago
  72. 4d29196 at24: Use timeout also for read by Wolfram Sang · 15 years ago
  73. 280ca29 at24: make input buffers of at24_*write() const by Geert Uytterhoeven · 16 years ago
  74. 7274ec8 memory_accessor: implement the new memory_accessor interface for I2C EEPROM by Kevin Hilman · 16 years ago
  75. 5195e50 i2c: Move at24 to drivers/misc/eeprom by Wolfram Sang · 16 years ago[Renamed from drivers/i2c/chips/at24.c]
  76. 01e8ef1 x86: sysfs: kill owner field from attribute by Parag Warudkar · 16 years ago
  77. 2ce5b34 i2c: correct some size_t printk formats by David Brownell · 16 years ago
  78. 2b7a505 i2c: New-style EEPROM driver using device IDs by Wolfram Sang · 17 years ago