summaryrefslogtreecommitdiffstats
path: root/drivers/misc/eeprom
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'i2c/for-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/w...Linus Torvalds2016-10-071-2/+13
|\
| * eeprom: at24: check if the chip is functional in probe()Bartosz Golaszewski2016-08-221-2/+13
* | at25: fix debug and error messagingAndy Shevchenko2016-09-271-13/+7
|/
* eeprom: at24: tweak the loop_until_timeout() macroBartosz Golaszewski2016-07-181-4/+4
* eeprom: at24: add support for at24mac seriesBartosz Golaszewski2016-07-171-0/+42
* eeprom: at24: support reading the serial number for 24csxxBartosz Golaszewski2016-07-171-2/+78
* eeprom: at24: split at24_eeprom_write() into specialized functionsBartosz Golaszewski2016-07-171-43/+91
* eeprom: at24: split at24_eeprom_read() into specialized functionsBartosz Golaszewski2016-07-171-54/+71
* eeprom: at24: hide the read/write loop behind a macroBartosz Golaszewski2016-07-171-22/+20
* eeprom: at24: call read/write functions via function pointersBartosz Golaszewski2016-07-171-2/+9
* eeprom: at24: coding style fixesBartosz Golaszewski2016-07-171-5/+5
* eeprom: at24: move at24_read() below at24_eeprom_write()Bartosz Golaszewski2016-07-171-32/+32
* eeprom: at24: improve the device_id table readabilityBartosz Golaszewski2016-07-171-14/+14
* Merge tag 'char-misc-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2016-05-204-227/+61
|\
| * eeprom: 93xx46: Fix SPI device leakMark Brown2016-05-011-1/+1
| * eeprom: at25: Fix SPI device leakMark Brown2016-05-011-1/+1
| * nvmem: 93xx46: remove nvmem regmap dependencySrinivas Kandagatla2016-05-011-72/+18
| * eeprom: at25: remove nvmem regmap dependencySrinivas Kandagatla2016-05-012-71/+19
| * eeprom: at24: remove nvmem regmap dependencySrinivas Kandagatla2016-05-012-82/+22
* | eeprom: at24: replace msleep() with usleep_range()Bartosz Golaszewski2016-04-161-4/+2
* | eeprom: at24: remove a reduntant ifBartosz Golaszewski2016-04-161-3/+0
|/
* misc: at24: replace memory_accessor with nvmem_device_readAndrew Lunn2016-03-011-30/+1
* eeprom: 93xx46: extend driver to plug into the NVMEM frameworkAndrew Lunn2016-03-012-27/+95
* eeprom: at25: extend driver to plug into the NVMEM frameworkAndrew Lunn2016-03-012-55/+71
* eeprom: at25: Remove in kernel API for accessing the EEPROMAndrew Lunn2016-03-011-26/+0
* eeprom: at24: extend driver to plug into the NVMEM frameworkAndrew Lunn2016-03-012-41/+82
* misc: eeprom_93xx46: Add support for a GPIO 'select' line.Cory Tusar2016-02-111-0/+35
* misc: eeprom_93xx46: Add quirks to support Atmel AT93C46D device.Cory Tusar2016-02-111-35/+91
* misc: eeprom_93xx46: Implement eeprom_93xx46 DT bindings.Cory Tusar2016-02-091-0/+49
* misc: eeprom_93xx46: Fix 16-bit read and write accesses.Cory Tusar2016-02-091-2/+2
* misc: eeprom: use kobj_to_dev()Geliang Tang2016-02-074-7/+7
* Merge tag 'mfd-for-linus-4.4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2015-11-061-3/+19
|\
| * at24: enable ACPI device found on Galileo Gen2Andy Shevchenko2015-10-261-3/+19
* | spi: Drop owner assignment from spi_driversAndrew F. Davis2015-10-282-2/+0
|/
* Merge branch 'i2c/for-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/w...Linus Torvalds2015-09-082-31/+7
|\
| * eeprom: at24: use i2c_smbus_read_i2c_block_data_or_emulatedIrina Tirdea2015-08-241-31/+6
| * misc: eeprom: Export I2C module alias information in missing driversJavier Martinez Canillas2015-08-101-0/+1
| * misc: Drop owner assignment from i2c_driverKrzysztof Kozlowski2015-08-101-1/+0
* | Merge 4.2-rc6 into char-misc-nextGreg Kroah-Hartman2015-08-091-3/+0
|\ \ | |/
| * misc: eeprom: at24: clean up at24_bin_write()Vladimir Zapolskiy2015-07-311-3/+0
* | misc: eeprom: max6875: clean up max6875_read()Vladimir Zapolskiy2015-08-051-6/+0
* | misc: eeprom: clean up eeprom_read()Vladimir Zapolskiy2015-08-051-5/+0
* | misc: eeprom: 93xx46: clean up eeprom_93xx46_bin_read/writeVladimir Zapolskiy2015-08-051-14/+0
* | nvmem: sunxi: Move the SID driver to the nvmem frameworkMaxime Ripard2015-08-053-170/+0
* | misc: Drop owner assignment from i2c_driverKrzysztof Kozlowski2015-07-271-1/+0
|/
* Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-12-141-1/+0
|\
| * misc: eeprom: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0
* | Merge branch 'i2c/for-3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2014-12-141-6/+29
|\ \
| * | eeprom: at24: extend driver to allow writing via i2c_smbus_write_byte_dataChristian Gmeiner2014-11-171-6/+29
| |/
* | Merge tag 'pm+acpi-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2014-12-101-21/+13
|\ \
OpenPOWER on IntegriCloud