aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/misc/eeprom (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-1/+0
2014-12-14Merge branch 'i2c/for-3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linuxLinus Torvalds1-6/+29
2014-12-10Merge tag 'pm+acpi-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-21/+13
2014-11-25eeprom-93cx6: Add (read-only) support for 8-bit modeOndrej Zary1-1/+61
2014-11-17eeprom: at24: extend driver to allow writing via i2c_smbus_write_byte_dataChristian Gmeiner1-6/+29
2014-11-04misc: at25: Make use of device property APIMika Westerberg1-21/+13
2014-10-20misc: eeprom: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-09-23EEPROM: Introduce the use of devm_kzallocHimangi Saraogi1-17/+6
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