summaryrefslogtreecommitdiffstats
path: root/drivers/misc/eeprom
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'i2c/for-4.20' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-10-291-21/+22
|\
| * eeprom: at24: fix unexpected timeout under high loadWang Xin2018-10-021-21/+22
* | eeprom: New ee1004 driver for DDR4 memoryJean Delvare2018-10-153-0/+293
* | eeprom: at25: remove unneeded 'at25_remove'YueHaibing2018-10-151-10/+0Star
* | eeprom: at25: use devm_nvmem_register()Bartosz Golaszewski2018-09-281-2/+1Star
* | eeprom: eeprom_93xx46: use resource managementBartosz Golaszewski2018-09-281-14/+5Star
|/
* Merge branch 'i2c/for-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-08-221-0/+17
|\
| * eeprom: at24: Add support for address-width propertyAlan Chiang2018-07-251-0/+17
* | misc: eeprom: assignment outside the if statementParth Y Shah2018-08-051-1/+2
* | eeprom: idt_89hpesx: clean up an error pointer vs NULL inconsistencyDan Carpenter2018-08-021-1/+1
* | eeprom: at25: mark expected switch fall-throughsGustavo A. R. Silva2018-07-071-0/+4
* | eeprom: idt_89hpesx: remove redundant variable csrval_lenColin Ian King2018-07-031-3/+1Star
|/
* Merge branch 'i2c/for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-06-141-25/+46
|\
| * eeprom: at24: provide a separate routine for creating dummy i2c clientsBartosz Golaszewski2018-05-161-14/+35
| * eeprom: at24: provide and use a helper for releasing dummy i2c clientsBartosz Golaszewski2018-05-161-8/+10
| * eeprom: at24: use devm_nvmem_register()Bartosz Golaszewski2018-05-161-3/+1Star
| * eeprom: at24: fix retrieving the at24_chip_data structureBartosz Golaszewski2018-05-161-1/+1
* | treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-131-1/+1
* | eeprom: at24: fix retrieving the at24_chip_data structureBartosz Golaszewski2018-05-091-1/+1
|/
* Merge tag 'char-misc-4.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-04-052-138/+157
|\
| * eeprom: at24: use SPDX identifier instead of GPL boiler-plateBartosz Golaszewski2018-03-231-5/+2Star
| * 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/+23Star
| * 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/+0Star
| * 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/+6Star
| * eeprom: at24: drop redundant variable in at24_read()Bartosz Golaszewski2018-03-231-8/+6Star
| * eeprom: at24: remove code separatorsBartosz Golaszewski2018-03-231-4/+0Star
| * 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/+255Star
|\
| * 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/+0Star
| * eeprom: at24: convert magic numbers to structsSven Van Asbroeck2018-01-011-121/+100Star
| * eeprom: at24: code shrinkBartosz Golaszewski2018-01-011-17/+6Star
| * eeprom: at24: use a common prefix for all symbols in at24.cBartosz Golaszewski2018-01-011-16/+18