summaryrefslogtreecommitdiff
path: root/drivers/misc/eeprom/eeprom_93xx46.c
AgeCommit message (Expand)Author
2024-03-05misc: eeprom_93xx46: Remove unused of_gpio.hAndy Shevchenko
2022-02-09spi: make remove callback a void functionUwe Kleine-König
2021-10-15eeprom: 93xx46: fix MODULE_DEVICE_TABLEArnd Bergmann
2021-10-05eeprom: 93xx46: Add SPI device ID tableMark Brown
2021-05-14misc: eeprom_93xx46: Add new 93c56 and 93c66 compatible stringsEmmanuel Gil Peyrot
2021-05-14misc: eeprom_93xx46: Remove hardcoded bit lengthsEmmanuel Gil Peyrot
2021-01-20misc: eeprom_93xx46: Add quirk to support Microchip 93LC46B eepromAswath Govindraju
2021-01-13misc: eeprom_93xx46: Add module alias to avoid breaking support for non devic...Aswath Govindraju
2021-01-07misc: eeprom_93xx46: Enable module autoprobe for microchip 93LC46B eepromAswath Govindraju
2021-01-07misc: eeprom_93xx46: Fix module alias to enable module autoprobeAswath Govindraju
2020-09-17eeprom: 93xx46: set type id as EEPROMVadym Kochan
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner
2018-09-28eeprom: eeprom_93xx46: use resource managementBartosz Golaszewski
2017-08-28misc: eeprom_93xx46: Simplify the usage of gpiod APIFabio Estevam
2016-05-01eeprom: 93xx46: Fix SPI device leakMark Brown
2016-05-01nvmem: 93xx46: remove nvmem regmap dependencySrinivas Kandagatla
2016-03-01eeprom: 93xx46: extend driver to plug into the NVMEM frameworkAndrew Lunn
2016-02-11misc: eeprom_93xx46: Add support for a GPIO 'select' line.Cory Tusar
2016-02-11misc: eeprom_93xx46: Add quirks to support Atmel AT93C46D device.Cory Tusar
2016-02-09misc: eeprom_93xx46: Implement eeprom_93xx46 DT bindings.Cory Tusar
2016-02-09misc: eeprom_93xx46: Fix 16-bit read and write accesses.Cory Tusar
2016-02-07misc: eeprom: use kobj_to_dev()Geliang Tang
2015-10-28spi: Drop owner assignment from spi_driversAndrew F. Davis
2015-08-05misc: eeprom: 93xx46: clean up eeprom_93xx46_bin_read/writeVladimir Zapolskiy
2014-02-07drivers/misc: delete non-required instances of include <linux/init.h>Paul Gortmaker
2013-12-04misc: eeprom_93xx46: remove unnecessary spi_set_drvdata()Jingoo Han
2013-10-29misc/93xx46: avoid infinite loop on write()Vladimir Zapolskiy
2013-04-05misc: eeprom_93xx46: use spi_get_drvdata() and spi_set_drvdata()Jingoo Han
2012-11-21misc: remove use of __devexitBill Pemberton
2012-11-21misc: remove use of __devinitBill Pemberton
2012-11-21drivers/misc: remove use of __devexit_pBill Pemberton
2012-01-24MISC: convert drivers/misc/* to use module_spi_driver()Axel Lin
2011-07-25misc/eeprom: add driver for microwire 93xx46 EEPROMsAnatolij Gustschin