summaryrefslogtreecommitdiffstats
path: root/drivers/misc/eeprom
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'char-misc-4.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-04-042-138/+157
|\
| * eeprom: at24: use SPDX identifier instead of GPL boiler-plateBartosz Golaszewski2018-03-231-5/+2
| * eeprom: at24: simplify the i2c functionality checkingBartosz Golaszewski2018-03-231-5/+7
| * eeprom: at24: fix a line breakBartosz Golaszewski2018-03-231-2/+2
| * eeprom: at24: tweak newlinesBartosz Golaszewski2018-03-231-1/+1
| * eeprom: at24: refactor at24_probe()Bartosz Golaszewski2018-03-231-16/+18
| * eeprom: at24: remove at24_platform_data from at24_dataBartosz Golaszewski2018-03-231-9/+13
| * eeprom: at24: move platform data processing into a separate routineBartosz Golaszewski2018-03-231-30/+40
| * eeprom: at24: switch to using probe_new() from the i2c frameworkBartosz Golaszewski2018-03-231-2/+5
| * eeprom: at24: provide and use at24_base_client_dev()Bartosz Golaszewski2018-03-231-2/+7
| * eeprom: at24: readability tweak in at24_probe()Bartosz Golaszewski2018-03-231-2/+3
| * eeprom: at24: use a helper variable for devBartosz Golaszewski2018-03-231-25/+23
| * eeprom: at24: rename chip to pdata in at24_probe()Bartosz Golaszewski2018-03-231-21/+21
| * eeprom: at24: rename at24_get_pdata()Bartosz Golaszewski2018-03-231-2/+3
| * eeprom: at24: don't check if byte_len is a power of 2Bartosz Golaszewski2018-03-231-3/+0
| * eeprom: at24: make struct initialization uniform in at24_probe()Bartosz Golaszewski2018-03-231-1/+1
| * eeprom: at24: drop redundant variable in at24_write()Bartosz Golaszewski2018-03-231-8/+6
| * eeprom: at24: drop redundant variable in at24_read()Bartosz Golaszewski2018-03-231-8/+6
| * eeprom: at24: remove code separatorsBartosz Golaszewski2018-03-231-4/+0
| * eeprom: at24: arrange local variablesBartosz Golaszewski2018-03-231-10/+16
| * eeprom: at24: remove nvmem_config from at24_dataBartosz Golaszewski2018-03-231-16/+16
| * eeprom: at24: disable regmap lockingBartosz Golaszewski2018-03-231-0/+1
| * eeprom: at25: sizeof t should be sizeof(t)Devang Panchal2018-03-231-1/+1
* | spi: spi-gpio: Rewrite to use GPIO descriptorsLinus Walleij2018-02-141-4/+25
|/
* Merge branch 'i2c/for-4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-02-042-477/+255
|\
| * eeprom: at24: extend the list of chips supported in DTBartosz Golaszewski2018-01-021-0/+9
| * eeprom: at24: add support for the write-protect pinBartosz Golaszewski2018-01-011-0/+11
| * eeprom: at24: remove temporary fix for at24mac402 sizeSven Van Asbroeck2018-01-011-10/+0
| * eeprom: at24: convert magic numbers to structsSven Van Asbroeck2018-01-011-121/+100
| * eeprom: at24: code shrinkBartosz Golaszewski2018-01-011-17/+6
| * eeprom: at24: use a common prefix for all symbols in at24.cBartosz Golaszewski2018-01-011-16/+18
| * eeprom: at24: fix coding style issuesBartosz Golaszewski2018-01-011-9/+9
| * eeprom: at24: support eeproms that do not auto-rollover readsSven Van Asbroeck2018-01-011-12/+27
| * eeprom: at24: remove now unneeded smbus-related codeHeiner Kallweit2018-01-011-48/+8
| * eeprom: at24: remove old read functionsHeiner Kallweit2018-01-011-186/+0
| * eeprom: at24: add regmap-based read functionHeiner Kallweit2018-01-011-1/+56
| * eeprom: at24: remove old write functionsHeiner Kallweit2018-01-011-117/+0
| * eeprom: at24: add regmap-based write functionHeiner Kallweit2018-01-011-1/+26
| * eeprom: at24: change at24_translate_offset return typeHeiner Kallweit2018-01-011-10/+24
| * eeprom: at24: add basic regmap_i2c supportHeiner Kallweit2018-01-012-13/+45
* | Merge 4.15-rc6 into char-misc-nextGreg Kroah-Hartman2018-01-021-15/+11
|\|
| * eeprom: at24: change nvmem stride to 1David Lechner2017-12-061-1/+1
| * eeprom: at24: fix I2C device selection for runtime PMSakari Ailus2017-12-031-14/+10
* | eeprom: at25: Add DT support for EEPROMs with odd address bitsGeert Uytterhoeven2017-12-181-0/+3
|/
* eeprom: at24: check at24_read/write argumentsHeiner Kallweit2017-11-291-0/+6
* eeprom: at24: fix reading from 24MAC402/24MAC602Heiner Kallweit2017-11-291-1/+2
* eeprom: at24: correctly set the size for at24mac402Bartosz Golaszewski2017-11-291-0/+10
* Merge branch 'i2c/for-4.15' of ssh://gitolite.kernel.org/pub/scm/linux/kernel...Linus Torvalds2017-11-141-1/+111
|\
| * eeprom: at24: Add OF device ID tableJavier Martinez Canillas2017-11-051-1/+70
| * eeprom: at24: enable runtime pm supportDivagar Mohandass2017-10-171-0/+37