author | Daniel Jeong <gshark.jeong@gmail.com> | |
Mon, 19 Jan 2015 06:15:44 +0000 (15:15 +0900) | ||
committer | Daniel Jeong <gshark.jeong@gmail.com> | |
Mon, 19 Jan 2015 06:15:44 +0000 (15:15 +0900) | ||
commit | 8313e8b77aac3b460327585e7346b92c420a3662 | |
tree | 4123ef47edecbfe86069341c28ce1b1822067605 | tree | snapshot (tar.xz tar.gz zip) |
parent | 71adb76c1894cb89c93b52d91a28b987a4c4f984 | commit | diff |
media: i2c: add new driver for single string flash.
This patch adds the driver for the single string flash products of TI.
Several single string flash controllers of TI have similar register map
and bit data. This patch enables one driver to support five products,
lm3556, lm3561, lm3642 and lm3648.
Signed-off-by: Daniel Jeong <gshark.jeong@gmail.com>
This patch adds the driver for the single string flash products of TI.
Several single string flash controllers of TI have similar register map
and bit data. This patch enables one driver to support five products,
lm3556, lm3561, lm3642 and lm3648.
Signed-off-by: Daniel Jeong <gshark.jeong@gmail.com>
drivers/media/i2c/Kconfig | diff | blob | history | |
drivers/media/i2c/Makefile | diff | blob | history | |
drivers/media/i2c/ti-ss-flash.c | [new file with mode: 0644] | blob |
include/media/ti-ss-flash.h | [new file with mode: 0644] | blob |