1
0
Fork 0
alistair23-linux/drivers/misc/eeprom
Anatolij Gustschin 469dded183 misc/eeprom: add eeprom access driver for digsy_mtc board
Both displays on digsy_mtc board obtain their configuration from microwire
EEPROMs which are connected to the SoC over GPIO lines.  We need an easy
way to access the EEPROMs to write the needed display configuration or to
read out the currently programmed configuration.  The generic
eeprom_93xx46 SPI driver added by previous patch allows EEPROM access over
sysfs.  Using the simple driver added by this patch we provide used GPIO
interface and access control description on the board for generic
eeprom_93xx46 driver and spi_gpio driver.

Signed-off-by: Anatolij Gustschin <agust@denx.de>
Cc: Jonathan Cameron <jic23@cam.ac.uk>
Cc: Grant Likely <grant.likely@secretlab.ca>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2011-07-25 20:57:16 -07:00
..
Kconfig misc/eeprom: add eeprom access driver for digsy_mtc board 2011-07-25 20:57:16 -07:00
Makefile misc/eeprom: add eeprom access driver for digsy_mtc board 2011-07-25 20:57:16 -07:00
at24.c misc/at24: add more sanity checks for parameters 2010-12-24 02:14:17 -07:00
at25.c sysfs: add struct file* to bin_attr callbacks 2010-05-21 09:37:31 -07:00
digsy_mtc_eeprom.c misc/eeprom: add eeprom access driver for digsy_mtc board 2011-07-25 20:57:16 -07:00
eeprom.c sysfs: add struct file* to bin_attr callbacks 2010-05-21 09:37:31 -07:00
eeprom_93cx6.c EEPROM: 93cx6: Header file cleanup 2010-05-14 11:00:38 +02:00
eeprom_93xx46.c misc/eeprom: add driver for microwire 93xx46 EEPROMs 2011-07-25 20:57:16 -07:00
max6875.c sysfs: add struct file* to bin_attr callbacks 2010-05-21 09:37:31 -07:00