mfd: AB3100 OTP readout
authorLinus Walleij <linus.walleij@stericsson.com>
Tue, 18 Aug 2009 20:52:26 +0000 (22:52 +0200)
committerSamuel Ortiz <sameo@linux.intel.com>
Thu, 17 Sep 2009 07:47:21 +0000 (09:47 +0200)
commit12992dd89c84839167f97aae540f2ec889daf782
tree9f5316d7fc8add0a1d79f43d111529209d186fa4
parent295c08bc69a5dd8cef69ceaeaaf551a17f50c34b
mfd: AB3100 OTP readout

This adds the ability to read out OTP (One-Time Programmable)
registers in the AB3100 MFD ASIC. It's a simple sysfs file you
can cat to prompt. The OTP registers of the AB3100 are used to
store various device-unique information such as customer ID,
product flags and the 3GPP standard IMEI (International Mobile
Equipment Indentity) number.

Signed-off-by: Linus Walleij <linus.walleij@stericsson.com>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
drivers/mfd/Kconfig
drivers/mfd/Makefile
drivers/mfd/ab3100-otp.c [new file with mode: 0644]