From: Andrey Smirnov Date: Sun, 27 Jan 2013 18:49:05 +0000 (-0800) Subject: regmap: Add "no-bus" option for regmap API X-Git-Tag: v3.9-rc1~155^2^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d2a5884a64161b524cc6749ee11b95d252e497f3;p=pandora-kernel.git regmap: Add "no-bus" option for regmap API This commit adds provision for "no-bus" usage of the regmap API. In this configuration user can provide API with two callbacks 'reg_read' and 'reg_write' which are to be called when reads and writes to one of device's registers is performed. This is useful for devices that expose registers but whose register access sequence does not fit the 'bus' abstraction. Signed-off-by: Andrey Smirnov Signed-off-by: Mark Brown --- Reading git-diff-tree failed