From: Xiubo Li
Date: Tue, 19 Aug 2014 04:38:02 +0000 (+0800)
Subject: pwm: fsl-ftm: Convert to direct regmap API usage
X-Git-Tag: fixes-against-v3.18-rc2~24^2~16
X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=42fa98a9c360;p=pandora-kernel.git
pwm: fsl-ftm: Convert to direct regmap API usage
The regmap core supports different endian modes for devices. This patch
convert to direct regmap API usage, preparing to support big endianness
for LS1 SoC.
Using the regmap framework it will be easy to support devices that only
differ in endianness with the same device driver.
Signed-off-by: Xiubo Li
Signed-off-by: Thierry Reding
---
Reading git-diff-tree failed