summaryrefslogtreecommitdiffstats
path: root/drivers/misc/eeprom
AgeCommit message (Expand)Author
2018-04-04Merge tag 'char-misc-4.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2018-03-23eeprom: at24: use SPDX identifier instead of GPL boiler-plateBartosz Golaszewski
2018-03-23eeprom: at24: simplify the i2c functionality checkingBartosz Golaszewski
2018-03-23eeprom: at24: fix a line breakBartosz Golaszewski
2018-03-23eeprom: at24: tweak newlinesBartosz Golaszewski
2018-03-23eeprom: at24: refactor at24_probe()Bartosz Golaszewski
2018-03-23eeprom: at24: remove at24_platform_data from at24_dataBartosz Golaszewski
2018-03-23eeprom: at24: move platform data processing into a separate routineBartosz Golaszewski
2018-03-23eeprom: at24: switch to using probe_new() from the i2c frameworkBartosz Golaszewski
2018-03-23eeprom: at24: provide and use at24_base_client_dev()Bartosz Golaszewski
2018-03-23eeprom: at24: readability tweak in at24_probe()Bartosz Golaszewski
2018-03-23eeprom: at24: use a helper variable for devBartosz Golaszewski
2018-03-23eeprom: at24: rename chip to pdata in at24_probe()Bartosz Golaszewski
2018-03-23eeprom: at24: rename at24_get_pdata()Bartosz Golaszewski
2018-03-23eeprom: at24: don't check if byte_len is a power of 2Bartosz Golaszewski
2018-03-23eeprom: at24: make struct initialization uniform in at24_probe()Bartosz Golaszewski
2018-03-23eeprom: at24: drop redundant variable in at24_write()Bartosz Golaszewski
2018-03-23eeprom: at24: drop redundant variable in at24_read()Bartosz Golaszewski
2018-03-23eeprom: at24: remove code separatorsBartosz Golaszewski
2018-03-23eeprom: at24: arrange local variablesBartosz Golaszewski
2018-03-23eeprom: at24: remove nvmem_config from at24_dataBartosz Golaszewski
2018-03-23eeprom: at24: disable regmap lockingBartosz Golaszewski
2018-03-23eeprom: at25: sizeof t should be sizeof(t)Devang Panchal
2018-02-14spi: spi-gpio: Rewrite to use GPIO descriptorsLinus Walleij
2018-02-04Merge branch 'i2c/for-4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2018-01-02eeprom: at24: extend the list of chips supported in DTBartosz Golaszewski
2018-01-02Merge 4.15-rc6 into char-misc-nextGreg Kroah-Hartman
2018-01-01eeprom: at24: add support for the write-protect pinBartosz Golaszewski
2018-01-01eeprom: at24: remove temporary fix for at24mac402 sizeSven Van Asbroeck
2018-01-01eeprom: at24: convert magic numbers to structsSven Van Asbroeck
2018-01-01eeprom: at24: code shrinkBartosz Golaszewski
2018-01-01eeprom: at24: use a common prefix for all symbols in at24.cBartosz Golaszewski
2018-01-01eeprom: at24: fix coding style issuesBartosz Golaszewski
2018-01-01eeprom: at24: support eeproms that do not auto-rollover readsSven Van Asbroeck
2018-01-01eeprom: at24: remove now unneeded smbus-related codeHeiner Kallweit
2018-01-01eeprom: at24: remove old read functionsHeiner Kallweit
2018-01-01eeprom: at24: add regmap-based read functionHeiner Kallweit
2018-01-01eeprom: at24: remove old write functionsHeiner Kallweit
2018-01-01eeprom: at24: add regmap-based write functionHeiner Kallweit
2018-01-01eeprom: at24: change at24_translate_offset return typeHeiner Kallweit
2018-01-01eeprom: at24: add basic regmap_i2c supportHeiner Kallweit
2017-12-18eeprom: at25: Add DT support for EEPROMs with odd address bitsGeert Uytterhoeven
2017-12-06eeprom: at24: change nvmem stride to 1David Lechner
2017-12-03eeprom: at24: fix I2C device selection for runtime PMSakari Ailus
2017-11-29eeprom: at24: check at24_read/write argumentsHeiner Kallweit
2017-11-29eeprom: at24: fix reading from 24MAC402/24MAC602Heiner Kallweit
2017-11-29eeprom: at24: correctly set the size for at24mac402Bartosz Golaszewski
2017-11-14Merge branch 'i2c/for-4.15' of ssh://gitolite.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2017-11-05eeprom: at24: Add OF device ID tableJavier Martinez Canillas
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman