1. 273cbf61 Merge branch 'i2c/for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux by Linus Torvalds · 5 years ago
  2. 504ee6b Merge tag 'at24-v5.3-updates-for-wolfram' of git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux into i2c/for-5.3 by Wolfram Sang · 6 years ago
  3. dce91ba eeprom: at24: modify a comment referring to platform data by Bartosz Golaszewski · 6 years ago
  4. 8083f3d Merge 5.2-rc6 into char-misc-next by Greg Kroah-Hartman · 6 years ago
  5. f506a54 eeprom: idt_89hpesx: remove unneeded csr_file variable by Greg Kroah-Hartman · 6 years ago
  6. d2912cb treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 by Thomas Gleixner · 6 years ago
  7. 0154ec7 Merge 5.2-rc4 into char-misc-next by Greg Kroah-Hartman · 6 years ago
  8. b886d83c treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441 by Thomas Gleixner · 6 years ago
  9. 9ae9d9b eeprom: at24: use struct_size() in devm_kzalloc() by Gustavo A. R. Silva · 6 years ago
  10. a880658 eeprom: at24: Remove set but not used variable 'addr' by YueHaibing · 6 years ago
  11. c942fdd treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157 by Thomas Gleixner · 6 years ago
  12. 2874c5f treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 by Thomas Gleixner · 6 years ago
  13. b20eb4c eeprom: at24: drop unnecessary label by Bartosz Golaszewski · 6 years ago
  14. e730862 eeprom: at24: use devm_i2c_new_dummy_device() by Bartosz Golaszewski · 6 years ago
  15. 31641e3 eeprom: ee1004: Deal with nack on page selection by Jean Delvare · 6 years ago
  16. 5d45875 eeprom: ee1004: Move selected page detection to a separate function by Jean Delvare · 6 years ago
  17. ec8f24b treewide: Add SPDX license identifier - Makefile/Kconfig by Thomas Gleixner · 6 years ago
  18. 950bcbb eeprom: at24: implement support for 'num-addresses' property by Bartosz Golaszewski · 6 years ago
  19. 4fa882c eeprom: at24: remove at24_platform_data by Bartosz Golaszewski · 6 years ago
  20. 37cf28d eeprom: at24: add support for 24c2048 by Adrian Bunk · 6 years ago
  21. 57dbde6 Merge branch 'i2c/for-4.20' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux by Linus Torvalds · 6 years ago
  22. 3b7584a eeprom: New ee1004 driver for DDR4 memory by Jean Delvare · 6 years ago
  23. 5fe9f6c eeprom: at25: remove unneeded 'at25_remove' by YueHaibing · 6 years ago
  24. 9a9e295 eeprom: at24: fix unexpected timeout under high load by Wang Xin · 6 years ago
  25. 96d08fb eeprom: at25: use devm_nvmem_register() by Bartosz Golaszewski · 6 years ago
  26. c853d69 eeprom: eeprom_93xx46: use resource management by Bartosz Golaszewski · 6 years ago
  27. 99cc7ad Merge branch 'i2c/for-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux by Linus Torvalds · 6 years ago
  28. b83a414 misc: eeprom: assignment outside the if statement by Parth Y Shah · 6 years ago
  29. c01513b eeprom: idt_89hpesx: clean up an error pointer vs NULL inconsistency by Dan Carpenter · 6 years ago
  30. a2b3bf4 eeprom: at24: Add support for address-width property by Alan Chiang · 6 years ago
  31. 0c2ccd8 eeprom: at25: mark expected switch fall-throughs by Gustavo A. R. Silva · 7 years ago
  32. 2e08b1d eeprom: idt_89hpesx: remove redundant variable csrval_len by Colin Ian King · 7 years ago
  33. 9bca19a Merge branch 'i2c/for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux by Linus Torvalds · 7 years ago
  34. 6da2ec5 treewide: kmalloc() -> kmalloc_array() by Kees Cook · 7 years ago
  35. 73b0d92 eeprom: at24: provide a separate routine for creating dummy i2c clients by Bartosz Golaszewski · 7 years ago
  36. 39933e0 eeprom: at24: provide and use a helper for releasing dummy i2c clients by Bartosz Golaszewski · 7 years ago
  37. bbe6984 eeprom: at24: use devm_nvmem_register() by Bartosz Golaszewski · 7 years ago
  38. 5fa4d14 eeprom: at24: fix retrieving the at24_chip_data structure by Bartosz Golaszewski · 7 years ago
  39. 76aa3de eeprom: at24: fix retrieving the at24_chip_data structure by Bartosz Golaszewski · 7 years ago
  40. 06dd3df Merge tag 'char-misc-4.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 7 years ago
  41. 4ac0d3f eeprom: at24: use SPDX identifier instead of GPL boiler-plate by Bartosz Golaszewski · 7 years ago
  42. 34d43fa eeprom: at24: simplify the i2c functionality checking by Bartosz Golaszewski · 7 years ago
  43. df3da61 eeprom: at24: fix a line break by Bartosz Golaszewski · 7 years ago
  44. de5db10 eeprom: at24: tweak newlines by Bartosz Golaszewski · 7 years ago
  45. 551a126 eeprom: at24: refactor at24_probe() by Bartosz Golaszewski · 7 years ago
  46. 7c28066 eeprom: at24: remove at24_platform_data from at24_data by Bartosz Golaszewski · 7 years ago
  47. feb2f19 eeprom: at24: move platform data processing into a separate routine by Bartosz Golaszewski · 7 years ago
  48. 48b6a7d eeprom: at24: switch to using probe_new() from the i2c framework by Bartosz Golaszewski · 7 years ago
  49. f1a640c eeprom: at24: provide and use at24_base_client_dev() by Bartosz Golaszewski · 7 years ago
  50. 11288b7 eeprom: at24: readability tweak in at24_probe() by Bartosz Golaszewski · 7 years ago
  51. 021c7d7 eeprom: at24: use a helper variable for dev by Bartosz Golaszewski · 7 years ago
  52. f2adff6 eeprom: at24: rename chip to pdata in at24_probe() by Bartosz Golaszewski · 7 years ago
  53. 1f77d18 eeprom: at24: rename at24_get_pdata() by Bartosz Golaszewski · 7 years ago
  54. 7c7f428 eeprom: at24: don't check if byte_len is a power of 2 by Bartosz Golaszewski · 7 years ago
  55. 53998fa eeprom: at24: make struct initialization uniform in at24_probe() by Bartosz Golaszewski · 7 years ago
  56. c4fee33 eeprom: at24: drop redundant variable in at24_write() by Bartosz Golaszewski · 7 years ago
  57. eb27fde eeprom: at24: drop redundant variable in at24_read() by Bartosz Golaszewski · 7 years ago
  58. 14263b8 eeprom: at24: remove code separators by Bartosz Golaszewski · 7 years ago
  59. 5ca2b5b eeprom: at24: arrange local variables by Bartosz Golaszewski · 7 years ago
  60. 8cdc4e7 eeprom: at24: remove nvmem_config from at24_data by Bartosz Golaszewski · 7 years ago
  61. d154316 eeprom: at24: disable regmap locking by Bartosz Golaszewski · 7 years ago
  62. c84f259 eeprom: at25: sizeof t should be sizeof(t) by Devang Panchal · 7 years ago
  63. 9b00bc7 spi: spi-gpio: Rewrite to use GPIO descriptors by Linus Walleij · 7 years ago
  64. 4141cf6 Merge branch 'i2c/for-4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux by Linus Torvalds · 7 years ago
  65. 0f30aca eeprom: at24: extend the list of chips supported in DT by Bartosz Golaszewski · 7 years ago
  66. b6a0941 Merge 4.15-rc6 into char-misc-next by Greg Kroah-Hartman · 7 years ago
  67. 6ce261e eeprom: at24: add support for the write-protect pin by Bartosz Golaszewski · 7 years ago
  68. ef542e5 eeprom: at24: remove temporary fix for at24mac402 size by Sven Van Asbroeck · 7 years ago
  69. b680f4f eeprom: at24: convert magic numbers to structs by Sven Van Asbroeck · 7 years ago
  70. eef6939 eeprom: at24: code shrink by Bartosz Golaszewski · 7 years ago
  71. ec3c2d5 eeprom: at24: use a common prefix for all symbols in at24.c by Bartosz Golaszewski · 7 years ago
  72. aa4ce22 eeprom: at24: fix coding style issues by Bartosz Golaszewski · 7 years ago
  73. e32213f eeprom: at24: support eeproms that do not auto-rollover reads by Sven Van Asbroeck · 7 years ago
  74. a23727c eeprom: at24: remove now unneeded smbus-related code by Heiner Kallweit · 7 years ago
  75. dd69a9d eeprom: at24: remove old read functions by Heiner Kallweit · 7 years ago
  76. 4bb5c13c eeprom: at24: add regmap-based read function by Heiner Kallweit · 7 years ago
  77. d4297d6 eeprom: at24: remove old write functions by Heiner Kallweit · 7 years ago
  78. 8e5888e eeprom: at24: add regmap-based write function by Heiner Kallweit · 7 years ago
  79. 4604948 eeprom: at24: change at24_translate_offset return type by Heiner Kallweit · 7 years ago
  80. 5c01525 eeprom: at24: add basic regmap_i2c support by Heiner Kallweit · 7 years ago
  81. f8d3bc1 eeprom: at25: Add DT support for EEPROMs with odd address bits by Geert Uytterhoeven · 7 years ago
  82. 7f6d2ec eeprom: at24: change nvmem stride to 1 by David Lechner · 7 years ago
  83. f9ecc83 eeprom: at24: fix I2C device selection for runtime PM by Sakari Ailus · 7 years ago
  84. d9bcd46 eeprom: at24: check at24_read/write arguments by Heiner Kallweit · 7 years ago
  85. 644a1f1 eeprom: at24: fix reading from 24MAC402/24MAC602 by Heiner Kallweit · 7 years ago
  86. 5478e47 eeprom: at24: correctly set the size for at24mac402 by Bartosz Golaszewski · 7 years ago
  87. 4008e6a Merge branch 'i2c/for-4.15' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/wsa/linux by Linus Torvalds · 7 years ago
  88. 7f2a2f0 eeprom: at24: Add OF device ID table by Javier Martinez Canillas · 7 years ago
  89. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  90. 98e8201 eeprom: at24: enable runtime pm support by Divagar Mohandass · 7 years ago
  91. dbc1ab9 eeprom: at24: add support to fetch eeprom device property "size" by Divagar Mohandass · 7 years ago
  92. db15d73 eeprom: idt_89hpesx: Support both ACPI and OF probing by Huy Duong · 7 years ago
  93. 34d0eb5 misc: Convert to using %pOF instead of full_name by Rob Herring · 7 years ago
  94. 57daedf MISC: add const to bin_attribute structures by Bhumika Goyal · 7 years ago
  95. 54ec602 misc: eeprom_93xx46: Simplify the usage of gpiod API by Fabio Estevam · 7 years ago
  96. 615cdd7 eeprom: idt_89hpesx: Add OF device ID table by Javier Martinez Canillas · 8 years ago
  97. 5b825c3 sched/headers: Prepare to remove <linux/cred.h> inclusion from <linux/sched.h> by Ingo Molnar · 8 years ago
  98. 7067739 Merge branch 'i2c/for-4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux by Linus Torvalds · 8 years ago
  99. dd905a6 misc: eeprom: at24: use device_property_*() functions instead of of_get_property() by Ben Gardner · 8 years ago
  100. f2d6976 eeprom: idt_89hpesx: Drop kfree for memory allocated with devm_kzalloc by Wei Yongjun · 8 years ago