]> git.baikalelectronics.ru Git - kernel.git/commit
pwm: fsl-ftm: Convert to direct regmap API usage
authorXiubo Li <Li.Xiubo@freescale.com>
Tue, 19 Aug 2014 04:38:02 +0000 (12:38 +0800)
committerThierry Reding <thierry.reding@gmail.com>
Wed, 20 Aug 2014 08:10:12 +0000 (10:10 +0200)
commitd3df4785929fec2543a63c5613cb36a3d8e6e06c
tree0b736f637bcc49b9ccc86106be61d4e396495c8f
parentb29771820596af336d17bda90c96cf34e86f8add
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 <Li.Xiubo@freescale.com>
Signed-off-by: Thierry Reding <thierry.reding@gmail.com>
drivers/pwm/pwm-fsl-ftm.c