开源镜像站
帮助
动态
GitHub
index
:
lwn.git
alabaster
automarkup
doc/4.4
doc/4.8-fixes
doc/4.9
doc/asciidoc
doc/sphinx
docs-fixes
docs-mw
docs-next
docs-next-merge
header-removal
master
next
Linux kernel documentation tree maintained by Jonathan Corbet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
misc
/
eeprom
/
eeprom_93xx46.c
Age
Commit message (
Expand
)
Author
2022-02-09
spi: make remove callback a void function
Uwe Kleine-König
2021-10-15
eeprom: 93xx46: fix MODULE_DEVICE_TABLE
Arnd Bergmann
2021-10-05
eeprom: 93xx46: Add SPI device ID table
Mark Brown
2021-05-14
misc: eeprom_93xx46: Add new 93c56 and 93c66 compatible strings
Emmanuel Gil Peyrot
2021-05-14
misc: eeprom_93xx46: Remove hardcoded bit lengths
Emmanuel Gil Peyrot
2021-01-20
misc: eeprom_93xx46: Add quirk to support Microchip 93LC46B eeprom
Aswath Govindraju
2021-01-13
misc: eeprom_93xx46: Add module alias to avoid breaking support for non devic...
Aswath Govindraju
2021-01-07
misc: eeprom_93xx46: Enable module autoprobe for microchip 93LC46B eeprom
Aswath Govindraju
2021-01-07
misc: eeprom_93xx46: Fix module alias to enable module autoprobe
Aswath Govindraju
2020-09-17
eeprom: 93xx46: set type id as EEPROM
Vadym Kochan
2019-06-19
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500
Thomas Gleixner
2018-09-28
eeprom: eeprom_93xx46: use resource management
Bartosz Golaszewski
2017-08-28
misc: eeprom_93xx46: Simplify the usage of gpiod API
Fabio Estevam
2016-05-01
eeprom: 93xx46: Fix SPI device leak
Mark Brown
2016-05-01
nvmem: 93xx46: remove nvmem regmap dependency
Srinivas Kandagatla
2016-03-01
eeprom: 93xx46: extend driver to plug into the NVMEM framework
Andrew Lunn
2016-02-11
misc: eeprom_93xx46: Add support for a GPIO 'select' line.
Cory Tusar
2016-02-11
misc: eeprom_93xx46: Add quirks to support Atmel AT93C46D device.
Cory Tusar
2016-02-09
misc: eeprom_93xx46: Implement eeprom_93xx46 DT bindings.
Cory Tusar
2016-02-09
misc: eeprom_93xx46: Fix 16-bit read and write accesses.
Cory Tusar
2016-02-07
misc: eeprom: use kobj_to_dev()
Geliang Tang
2015-10-28
spi: Drop owner assignment from spi_drivers
Andrew F. Davis
2015-08-05
misc: eeprom: 93xx46: clean up eeprom_93xx46_bin_read/write
Vladimir Zapolskiy
2014-02-07
drivers/misc: delete non-required instances of include <linux/init.h>
Paul Gortmaker
2013-12-04
misc: eeprom_93xx46: remove unnecessary spi_set_drvdata()
Jingoo Han
2013-10-29
misc/93xx46: avoid infinite loop on write()
Vladimir Zapolskiy
2013-04-05
misc: eeprom_93xx46: use spi_get_drvdata() and spi_set_drvdata()
Jingoo Han
2012-11-21
misc: remove use of __devexit
Bill Pemberton
2012-11-21
misc: remove use of __devinit
Bill Pemberton
2012-11-21
drivers/misc: remove use of __devexit_p
Bill Pemberton
2012-01-24
MISC: convert drivers/misc/* to use module_spi_driver()
Axel Lin
2011-07-25
misc/eeprom: add driver for microwire 93xx46 EEPROMs
Anatolij Gustschin