From: Boris Brezillon Date: Mon, 6 Oct 2014 13:48:43 +0000 (+0200) Subject: mfd: Add atmel-hlcdc driver X-Git-Tag: omap-for-v3.19/fixes-for-merge-window~27^2~28 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2c86e9fb7263dbca2c21a086090d32ba90129f7b;p=pandora-kernel.git mfd: Add atmel-hlcdc driver The HLCDC IP available on some Atmel SoCs (i.e. at91sam9n12, at91sam9x5 family or sama5d3 family) exposes 2 subdevices: - a display controller (controlled by a DRM driver) - a PWM chip The MFD device provides a regmap and several clocks (those connected to this hardware block) to its subdevices. This way concurrent accesses to the iomem range are handled by the regmap framework, and each subdevice can safely access HLCDC registers. Signed-off-by: Boris Brezillon Tested-by: Anthony Harivel Tested-by: Ludovic Desroches Signed-off-by: Lee Jones --- Reading git-diff-tree failed