kernel-hacking-2024-linux-s.../drivers/misc/eeprom
Jingoo Han 5ba75b559a misc: eeprom_93xx46: use spi_get_drvdata() and spi_set_drvdata()
Use the wrapper functions for getting and setting the driver data using
spi_device instead of using dev_{get|set}_drvdata with &spi->dev, so we
can directly pass a struct spi_device.

Signed-off-by: Jingoo Han <jg1.han@samsung.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2013-04-05 15:38:31 -07:00
..
at24.c misc: remove use of __devexit 2012-11-21 12:53:32 -08:00
at25.c misc: at25: use spi_get_drvdata() and spi_set_drvdata() 2013-04-05 15:38:30 -07:00
digsy_mtc_eeprom.c
eeprom.c
eeprom_93cx6.c
eeprom_93xx46.c misc: eeprom_93xx46: use spi_get_drvdata() and spi_set_drvdata() 2013-04-05 15:38:31 -07:00
Kconfig drivers: misc: at24: mention other supported types in Kconfig 2013-01-28 05:26:41 +01:00
Makefile
max6875.c