aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/misc/eeprom (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-06-14Merge branch 'i2c/for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linuxLinus Torvalds1-25/+46
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook1-1/+1
2018-05-16eeprom: at24: provide a separate routine for creating dummy i2c clientsBartosz Golaszewski1-14/+35
2018-05-16eeprom: at24: provide and use a helper for releasing dummy i2c clientsBartosz Golaszewski1-8/+10
2018-05-16eeprom: at24: use devm_nvmem_register()Bartosz Golaszewski1-3/+1
2018-05-16eeprom: at24: fix retrieving the at24_chip_data structureBartosz Golaszewski1-1/+1
2018-05-09eeprom: at24: fix retrieving the at24_chip_data structureBartosz Golaszewski1-1/+1
2018-04-04Merge tag 'char-misc-4.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds2-138/+157
2018-03-23eeprom: at24: use SPDX identifier instead of GPL boiler-plateBartosz Golaszewski1-5/+2
2018-03-23eeprom: at24: simplify the i2c functionality checkingBartosz Golaszewski1-5/+7
2018-03-23eeprom: at24: fix a line breakBartosz Golaszewski1-2/+2
2018-03-23eeprom: at24: tweak newlinesBartosz Golaszewski1-1/+1
2018-03-23eeprom: at24: refactor at24_probe()Bartosz Golaszewski1-16/+18
2018-03-23eeprom: at24: remove at24_platform_data from at24_dataBartosz Golaszewski1-9/+13
2018-03-23eeprom: at24: move platform data processing into a separate routineBartosz Golaszewski1-30/+40
2018-03-23eeprom: at24: switch to using probe_new() from the i2c frameworkBartosz Golaszewski1-2/+5
2018-03-23eeprom: at24: provide and use at24_base_client_dev()Bartosz Golaszewski1-2/+7
2018-03-23eeprom: at24: readability tweak in at24_probe()Bartosz Golaszewski1-2/+3
2018-03-23eeprom: at24: use a helper variable for devBartosz Golaszewski1-25/+23
2018-03-23eeprom: at24: rename chip to pdata in at24_probe()Bartosz Golaszewski1-21/+21
2018-03-23eeprom: at24: rename at24_get_pdata()Bartosz Golaszewski1-2/+3
2018-03-23eeprom: at24: don't check if byte_len is a power of 2Bartosz Golaszewski1-3/+0
2018-03-23eeprom: at24: make struct initialization uniform in at24_probe()Bartosz Golaszewski1-1/+1
2018-03-23eeprom: at24: drop redundant variable in at24_write()Bartosz Golaszewski1-8/+6
2018-03-23eeprom: at24: drop redundant variable in at24_read()Bartosz Golaszewski1-8/+6
2018-03-23eeprom: at24: remove code separatorsBartosz Golaszewski1-4/+0
2018-03-23eeprom: at24: arrange local variablesBartosz Golaszewski1-10/+16
2018-03-23eeprom: at24: remove nvmem_config from at24_dataBartosz Golaszewski1-16/+16
2018-03-23eeprom: at24: disable regmap lockingBartosz Golaszewski1-0/+1
2018-03-23eeprom: at25: sizeof t should be sizeof(t)Devang Panchal1-1/+1
2018-02-14spi: spi-gpio: Rewrite to use GPIO descriptorsLinus Walleij1-4/+25
2018-02-04Merge branch 'i2c/for-4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linuxLinus Torvalds2-477/+255
2018-01-02eeprom: at24: extend the list of chips supported in DTBartosz Golaszewski1-0/+9
2018-01-02Merge 4.15-rc6 into char-misc-nextGreg Kroah-Hartman1-15/+11
2018-01-01eeprom: at24: add support for the write-protect pinBartosz Golaszewski1-0/+11
2018-01-01eeprom: at24: remove temporary fix for at24mac402 sizeSven Van Asbroeck1-10/+0
2018-01-01eeprom: at24: convert magic numbers to structsSven Van Asbroeck1-121/+100
2018-01-01eeprom: at24: code shrinkBartosz Golaszewski1-17/+6
2018-01-01eeprom: at24: use a common prefix for all symbols in at24.cBartosz Golaszewski1-16/+18
2018-01-01eeprom: at24: fix coding style issuesBartosz Golaszewski1-9/+9
2018-01-01eeprom: at24: support eeproms that do not auto-rollover readsSven Van Asbroeck1-12/+27
2018-01-01eeprom: at24: remove now unneeded smbus-related codeHeiner Kallweit1-48/+8
2018-01-01eeprom: at24: remove old read functionsHeiner Kallweit1-186/+0
2018-01-01eeprom: at24: add regmap-based read functionHeiner Kallweit1-1/+56
2018-01-01eeprom: at24: remove old write functionsHeiner Kallweit1-117/+0
2018-01-01eeprom: at24: add regmap-based write functionHeiner Kallweit1-1/+26
2018-01-01eeprom: at24: change at24_translate_offset return typeHeiner Kallweit1-10/+24
2018-01-01eeprom: at24: add basic regmap_i2c supportHeiner Kallweit2-13/+45
2017-12-18eeprom: at25: Add DT support for EEPROMs with odd address bitsGeert Uytterhoeven1-0/+3
2017-12-06eeprom: at24: change nvmem stride to 1David Lechner1-1/+1