summaryrefslogtreecommitdiffstats
path: root/drivers/misc/eeprom
Commit message (Expand)AuthorAgeFilesLines
* misc: at24: replace memory_accessor with nvmem_device_readAndrew Lunn2016-03-021-30/+1Star
* eeprom: 93xx46: extend driver to plug into the NVMEM frameworkAndrew Lunn2016-03-022-27/+95
* eeprom: at25: extend driver to plug into the NVMEM frameworkAndrew Lunn2016-03-022-55/+71
* eeprom: at25: Remove in kernel API for accessing the EEPROMAndrew Lunn2016-03-021-26/+0Star
* eeprom: at24: extend driver to plug into the NVMEM frameworkAndrew Lunn2016-03-022-41/+82
* misc: eeprom_93xx46: Add support for a GPIO 'select' line.Cory Tusar2016-02-121-0/+35
* misc: eeprom_93xx46: Add quirks to support Atmel AT93C46D device.Cory Tusar2016-02-121-35/+91
* misc: eeprom_93xx46: Implement eeprom_93xx46 DT bindings.Cory Tusar2016-02-101-0/+49
* misc: eeprom_93xx46: Fix 16-bit read and write accesses.Cory Tusar2016-02-101-2/+2
* misc: eeprom: use kobj_to_dev()Geliang Tang2016-02-084-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/+0Star
|/
* Merge branch 'i2c/for-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/w...Linus Torvalds2015-09-092-31/+7Star
|\
| * eeprom: at24: use i2c_smbus_read_i2c_block_data_or_emulatedIrina Tirdea2015-08-241-31/+6Star
| * 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/+0Star
* | Merge 4.2-rc6 into char-misc-nextGreg Kroah-Hartman2015-08-101-3/+0Star
|\|
| * misc: eeprom: at24: clean up at24_bin_write()Vladimir Zapolskiy2015-07-311-3/+0Star
* | misc: eeprom: max6875: clean up max6875_read()Vladimir Zapolskiy2015-08-051-6/+0Star
* | misc: eeprom: clean up eeprom_read()Vladimir Zapolskiy2015-08-051-5/+0Star
* | misc: eeprom: 93xx46: clean up eeprom_93xx46_bin_read/writeVladimir Zapolskiy2015-08-051-14/+0Star
* | nvmem: sunxi: Move the SID driver to the nvmem frameworkMaxime Ripard2015-08-053-170/+0Star
* | misc: Drop owner assignment from i2c_driverKrzysztof Kozlowski2015-07-271-1/+0Star
|/
* Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-12-151-1/+0Star
|\
| * misc: eeprom: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0Star
* | 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-111-21/+13Star
|\ \
| * | misc: at25: Make use of device property APIMika Westerberg2014-11-041-21/+13Star
| |/
* / eeprom-93cx6: Add (read-only) support for 8-bit modeOndrej Zary2014-11-251-1/+61
|/
* EEPROM: Introduce the use of devm_kzallocHimangi Saraogi2014-09-241-17/+6Star
* misc: eeprom: sunxi: Change compatiblesMaxime Ripard2014-02-141-1/+1
* drivers/misc: delete non-required instances of include <linux/init.h>Paul Gortmaker2014-02-085-5/+0Star
* Merge branch 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2014-01-301-1/+1
|\
| * Update Jean Delvare's e-mail addressJean Delvare2014-01-291-1/+1
* | misc: eeprom_93xx46: remove unnecessary spi_set_drvdata()Jingoo Han2013-12-051-1/+0Star
|/
* Merge branch 'i2c/for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2013-11-191-1/+1
|\
| * misc: (at24) move header to linux/platform_data/Vivien Didelot2013-09-301-1/+1
* | misc/at24: avoid infinite loop on write()Vladimir Zapolskiy2013-10-301-0/+3
* | misc/93xx46: avoid infinite loop on write()Vladimir Zapolskiy2013-10-301-1/+1
* | misc/at25, dt: support probing at25 SPI EEPROM from DTJan Luebbe2013-10-161-0/+7
* | ARM: sunxi: Initial support for Allwinner's Security ID fusesOliver Schinagl2013-09-263-0/+172
|/
* drivers/misc: at25: convert to use devm_kzallocNikolay Balandin2013-05-301-17/+8Star
* drivers/misc: at24: convert to use devm_kzallocNikolay Balandin2013-05-301-29/+15Star
* misc: eeprom_93xx46: use spi_get_drvdata() and spi_set_drvdata()Jingoo Han2013-04-061-3/+3
* misc: at25: use spi_get_drvdata() and spi_set_drvdata()Jingoo Han2013-04-061-2/+2
* drivers: misc: at24: mention other supported types in KconfigLars Poeschel2013-01-281-5/+6
* misc: remove use of __devexitBill Pemberton2012-11-213-3/+3
* misc: remove use of __devinitBill Pemberton2012-11-211-1/+1