| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2014-12-14 | 1 | -1/+0 |
|\ |
|
| * | misc: eeprom: drop owner assignment from platform_drivers | Wolfram Sang | 2014-10-20 | 1 | -1/+0 |
* | | Merge branch 'i2c/for-3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2014-12-14 | 1 | -6/+29 |
|\ \ |
|
| * | | eeprom: at24: extend driver to allow writing via i2c_smbus_write_byte_data | Christian Gmeiner | 2014-11-17 | 1 | -6/+29 |
| |/ |
|
* | | Merge tag 'pm+acpi-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2014-12-10 | 1 | -21/+13 |
|\ \ |
|
| * | | misc: at25: Make use of device property API | Mika Westerberg | 2014-11-04 | 1 | -21/+13 |
| |/ |
|
* | | eeprom-93cx6: Add (read-only) support for 8-bit mode | Ondrej Zary | 2014-11-25 | 1 | -1/+61 |
|/ |
|
* | EEPROM: Introduce the use of devm_kzalloc | Himangi Saraogi | 2014-09-23 | 1 | -17/+6 |
* | misc: eeprom: sunxi: Change compatibles | Maxime Ripard | 2014-02-14 | 1 | -1/+1 |
* | drivers/misc: delete non-required instances of include <linux/init.h> | Paul Gortmaker | 2014-02-07 | 5 | -5/+0 |
* | Merge branch 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2014-01-29 | 1 | -1/+1 |
|\ |
|
| * | Update Jean Delvare's e-mail address | Jean Delvare | 2014-01-29 | 1 | -1/+1 |
* | | misc: eeprom_93xx46: remove unnecessary spi_set_drvdata() | Jingoo Han | 2013-12-04 | 1 | -1/+0 |
|/ |
|
* | Merge branch 'i2c/for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2013-11-18 | 1 | -1/+1 |
|\ |
|
| * | misc: (at24) move header to linux/platform_data/ | Vivien Didelot | 2013-09-30 | 1 | -1/+1 |
* | | misc/at24: avoid infinite loop on write() | Vladimir Zapolskiy | 2013-10-29 | 1 | -0/+3 |
* | | misc/93xx46: avoid infinite loop on write() | Vladimir Zapolskiy | 2013-10-29 | 1 | -1/+1 |
* | | misc/at25, dt: support probing at25 SPI EEPROM from DT | Jan Luebbe | 2013-10-16 | 1 | -0/+7 |
* | | ARM: sunxi: Initial support for Allwinner's Security ID fuses | Oliver Schinagl | 2013-09-26 | 3 | -0/+172 |
|/ |
|
* | drivers/misc: at25: convert to use devm_kzalloc | Nikolay Balandin | 2013-05-30 | 1 | -17/+8 |
* | drivers/misc: at24: convert to use devm_kzalloc | Nikolay Balandin | 2013-05-30 | 1 | -29/+15 |
* | misc: eeprom_93xx46: use spi_get_drvdata() and spi_set_drvdata() | Jingoo Han | 2013-04-05 | 1 | -3/+3 |
* | misc: at25: use spi_get_drvdata() and spi_set_drvdata() | Jingoo Han | 2013-04-05 | 1 | -2/+2 |
* | drivers: misc: at24: mention other supported types in Kconfig | Lars Poeschel | 2013-01-28 | 1 | -5/+6 |
* | misc: remove use of __devexit | Bill Pemberton | 2012-11-21 | 3 | -3/+3 |
* | misc: remove use of __devinit | Bill Pemberton | 2012-11-21 | 1 | -1/+1 |
* | drivers/misc: remove use of __devexit_p | Bill Pemberton | 2012-11-21 | 3 | -3/+3 |
* | char/misc: remove CONFIG_EXPERIMENTAL dependencies | Greg Kroah-Hartman | 2012-09-18 | 1 | -1/+1 |
* | misc/at25, dt: Improve at25 SPI eeprom device tree bindings. | David Daney | 2012-09-05 | 1 | -25/+58 |
* | misc: at25: Parse dt settings | Alexandre Pereira da Silva | 2012-06-14 | 1 | -16/+45 |
* | Support M95040 SPI EEPROM | Ivo Sieben | 2012-04-18 | 1 | -3/+16 |
* | MISC: convert drivers/misc/* to use module_spi_driver() | Axel Lin | 2012-01-24 | 2 | -22/+2 |
* | MISC: convert drivers/misc/* to use module_i2c_driver() | Axel Lin | 2012-01-24 | 2 | -26/+2 |
* | eeprom_93cx6: Add write support | Ben Dooks | 2011-11-26 | 1 | -0/+85 |
* | eeprom_93cx6: Add data direction control. | Ben Dooks | 2011-11-26 | 1 | -0/+3 |
* | drivers/misc/eeprom: fix dependecy on 'PPC_MPC5200_GPIO' | Paul Bolle | 2011-11-15 | 1 | -1/+1 |
* | misc/eeprom: add eeprom access driver for digsy_mtc board | Anatolij Gustschin | 2011-07-25 | 3 | -0/+98 |
* | misc/eeprom: add driver for microwire 93xx46 EEPROMs | Anatolij Gustschin | 2011-07-25 | 3 | -0/+424 |
* | misc/at24: add more sanity checks for parameters | Wolfram Sang | 2010-12-24 | 1 | -0/+10 |
* | misc/at24: parse device tree data | Wolfram Sang | 2010-12-24 | 1 | -6/+27 |
* | i2c: Remove all i2c_set_clientdata(client, NULL) in drivers | Wolfram Sang | 2010-06-03 | 1 | -1/+0 |
* | Merge branch 'i2c-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2010-05-21 | 1 | -11/+48 |
|\ |
|
| * | at24: Fall back to byte or word reads if needed | Jean Delvare | 2010-05-21 | 1 | -11/+48 |
* | | sysfs: add struct file* to bin_attr callbacks | Chris Wright | 2010-05-21 | 4 | -6/+11 |
|/ |
|
* | EEPROM: max6875: Header file cleanup | Arce, Abraham | 2010-05-14 | 1 | -26/+26 |
* | EEPROM: 93cx6: Header file cleanup | Arce, Abraham | 2010-05-14 | 1 | -23/+16 |
* | EEPROM: Header file cleanup | Arce, Abraham | 2010-05-14 | 1 | -20/+16 |
* | init dynamic bin_attribute structures | Wolfram Sang | 2010-03-14 | 1 | -0/+1 |
* | at24: Init dynamic bin_attribute structures | Wolfram Sang | 2010-03-13 | 1 | -0/+1 |
* | i2c: Drop I2C_CLIENT_INSMOD_1 | Jean Delvare | 2009-12-14 | 1 | -3/+0 |