summaryrefslogtreecommitdiffstats
path: root/drivers/misc/eeprom/eeprom_93xx46.c
Commit message (Expand)AuthorAgeFilesLines
* spi: make remove callback a void functionUwe Kleine-König2022-02-091-3/+1
* eeprom: 93xx46: fix MODULE_DEVICE_TABLEArnd Bergmann2021-10-151-1/+1
* eeprom: 93xx46: Add SPI device ID tableMark Brown2021-10-051-0/+18
* misc: eeprom_93xx46: Add new 93c56 and 93c66 compatible stringsEmmanuel Gil Peyrot2021-05-141-3/+32
* misc: eeprom_93xx46: Remove hardcoded bit lengthsEmmanuel Gil Peyrot2021-05-141-25/+32
* misc: eeprom_93xx46: Add quirk to support Microchip 93LC46B eepromAswath Govindraju2021-01-201-0/+15
* misc: eeprom_93xx46: Add module alias to avoid breaking support for non devic...Aswath Govindraju2021-01-131-0/+1
* misc: eeprom_93xx46: Enable module autoprobe for microchip 93LC46B eepromAswath Govindraju2021-01-071-0/+1
* misc: eeprom_93xx46: Fix module alias to enable module autoprobeAswath Govindraju2021-01-071-1/+1
* eeprom: 93xx46: set type id as EEPROMVadym Kochan2020-09-171-0/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-4/+1
* eeprom: eeprom_93xx46: use resource managementBartosz Golaszewski2018-09-281-14/+5
* misc: eeprom_93xx46: Simplify the usage of gpiod APIFabio Estevam2017-08-281-17/+7
* eeprom: 93xx46: Fix SPI device leakMark Brown2016-05-011-1/+1
* nvmem: 93xx46: remove nvmem regmap dependencySrinivas Kandagatla2016-05-011-72/+18
* eeprom: 93xx46: extend driver to plug into the NVMEM frameworkAndrew Lunn2016-03-011-27/+93
* 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-071-2/+2
* spi: Drop owner assignment from spi_driversAndrew F. Davis2015-10-281-1/+0
* misc: eeprom: 93xx46: clean up eeprom_93xx46_bin_read/writeVladimir Zapolskiy2015-08-051-14/+0
* drivers/misc: delete non-required instances of include <linux/init.h>Paul Gortmaker2014-02-071-1/+0
* misc: eeprom_93xx46: remove unnecessary spi_set_drvdata()Jingoo Han2013-12-041-1/+0
* misc/93xx46: avoid infinite loop on write()Vladimir Zapolskiy2013-10-291-1/+1
* misc: eeprom_93xx46: use spi_get_drvdata() and spi_set_drvdata()Jingoo Han2013-04-051-3/+3
* misc: remove use of __devexitBill Pemberton2012-11-211-1/+1
* misc: remove use of __devinitBill Pemberton2012-11-211-1/+1
* drivers/misc: remove use of __devexit_pBill Pemberton2012-11-211-1/+1
* MISC: convert drivers/misc/* to use module_spi_driver()Axel Lin2012-01-241-11/+1
* misc/eeprom: add driver for microwire 93xx46 EEPROMsAnatolij Gustschin2011-07-251-0/+410