aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/misc/eeprom (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-02-14misc: eeprom: sunxi: Change compatiblesMaxime Ripard1-1/+1
2014-02-07drivers/misc: delete non-required instances of include <linux/init.h>Paul Gortmaker5-5/+0
2014-01-29Merge branch 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jdelvare/stagingLinus Torvalds1-1/+1
2014-01-29Update Jean Delvare's e-mail addressJean Delvare1-1/+1
2013-12-04misc: eeprom_93xx46: remove unnecessary spi_set_drvdata()Jingoo Han1-1/+0
2013-11-18Merge branch 'i2c/for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linuxLinus Torvalds1-1/+1
2013-10-29misc/at24: avoid infinite loop on write()Vladimir Zapolskiy1-0/+3
2013-10-29misc/93xx46: avoid infinite loop on write()Vladimir Zapolskiy1-1/+1
2013-10-16misc/at25, dt: support probing at25 SPI EEPROM from DTJan Luebbe1-0/+7
2013-09-30misc: (at24) move header to linux/platform_data/Vivien Didelot1-1/+1
2013-09-26ARM: sunxi: Initial support for Allwinner's Security ID fusesOliver Schinagl3-0/+172
2013-05-30drivers/misc: at25: convert to use devm_kzallocNikolay Balandin1-17/+8
2013-05-30drivers/misc: at24: convert to use devm_kzallocNikolay Balandin1-29/+15
2013-04-05misc: eeprom_93xx46: use spi_get_drvdata() and spi_set_drvdata()Jingoo Han1-3/+3
2013-04-05misc: at25: use spi_get_drvdata() and spi_set_drvdata()Jingoo Han1-2/+2
2013-01-28drivers: misc: at24: mention other supported types in KconfigLars Poeschel1-5/+6
2012-11-21misc: remove use of __devexitBill Pemberton3-3/+3
2012-11-21misc: remove use of __devinitBill Pemberton1-1/+1
2012-11-21drivers/misc: remove use of __devexit_pBill Pemberton3-3/+3
2012-09-18char/misc: remove CONFIG_EXPERIMENTAL dependenciesGreg Kroah-Hartman1-1/+1
2012-09-05misc/at25, dt: Improve at25 SPI eeprom device tree bindings.David Daney1-25/+58
2012-06-14misc: at25: Parse dt settingsAlexandre Pereira da Silva1-16/+45
2012-04-18Support M95040 SPI EEPROMIvo Sieben1-3/+16
2012-01-24MISC: convert drivers/misc/* to use module_spi_driver()Axel Lin2-22/+2
2012-01-24MISC: convert drivers/misc/* to use module_i2c_driver()Axel Lin2-26/+2
2011-11-26eeprom_93cx6: Add write supportBen Dooks1-0/+85
2011-11-26eeprom_93cx6: Add data direction control.Ben Dooks1-0/+3
2011-11-15drivers/misc/eeprom: fix dependecy on 'PPC_MPC5200_GPIO'Paul Bolle1-1/+1
2011-07-25misc/eeprom: add eeprom access driver for digsy_mtc boardAnatolij Gustschin3-0/+98
2011-07-25misc/eeprom: add driver for microwire 93xx46 EEPROMsAnatolij Gustschin3-0/+424
2010-12-24misc/at24: add more sanity checks for parametersWolfram Sang1-0/+10
2010-12-24misc/at24: parse device tree dataWolfram Sang1-6/+27
2010-06-03i2c: Remove all i2c_set_clientdata(client, NULL) in driversWolfram Sang1-1/+0
2010-05-21Merge branch 'i2c-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jdelvare/stagingLinus Torvalds1-11/+48
2010-05-21at24: Fall back to byte or word reads if neededJean Delvare1-11/+48
2010-05-21sysfs: add struct file* to bin_attr callbacksChris Wright4-6/+11
2010-05-14EEPROM: max6875: Header file cleanupArce, Abraham1-26/+26
2010-05-14EEPROM: 93cx6: Header file cleanupArce, Abraham1-23/+16
2010-05-14EEPROM: Header file cleanupArce, Abraham1-20/+16
2010-03-14init dynamic bin_attribute structuresWolfram Sang1-0/+1
2010-03-13at24: Init dynamic bin_attribute structuresWolfram Sang1-0/+1
2009-12-14i2c: Drop I2C_CLIENT_INSMOD_1Jean Delvare1-3/+0
2009-12-14i2c: Get rid of struct i2c_client_address_dataJean Delvare1-1/+1
2009-12-14i2c: Drop the kind parameter from detect callbacksJean Delvare1-2/+1
2009-11-26at24: Use timeout also for readWolfram Sang1-31/+45
2009-10-04max6875: Discard obsolete detect methodJean Delvare1-24/+5
2009-09-23spi: prefix modalias with "spi:"Anton Vorontsov1-1/+1
2009-07-29eeprom/at25: bugfix "not ready" timeout after writeSebastian Heutling1-2/+2
2009-06-15i2c/chips: Move max6875 to drivers/misc/eepromWolfram Sang3-0/+261
2009-04-13at25: make input buffers of at25_*write() constGeert Uytterhoeven1-2/+3