summaryrefslogtreecommitdiffstats
path: root/drivers/misc/eeprom
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \
| * | misc: at25: Make use of device property APIMika Westerberg2014-11-041-21/+13
| |/
* | eeprom-93cx6: Add (read-only) support for 8-bit modeOndrej Zary2014-11-251-1/+61
|/
* EEPROM: Introduce the use of devm_kzallocHimangi Saraogi2014-09-231-17/+6
* misc: eeprom: sunxi: Change compatiblesMaxime Ripard2014-02-141-1/+1
* drivers/misc: delete non-required instances of include <linux/init.h>Paul Gortmaker2014-02-075-5/+0
* Merge branch 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2014-01-291-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-041-1/+0
|/
* Merge branch 'i2c/for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2013-11-181-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-291-0/+3
* | misc/93xx46: avoid infinite loop on write()Vladimir Zapolskiy2013-10-291-1/+1
* | misc/at25, dt: support probing at25 SPI EEPROM from DTJan Luebbe2013-10-161-0/+7
OpenPOWER on IntegriCloud