]> rtime.felk.cvut.cz Git - zynq/linux.git/commit
mfd: da8xx-cfgchip: New header file for CFGCHIP registers
authorDavid Lechner <david@lechnology.com>
Wed, 10 Aug 2016 13:19:27 +0000 (18:49 +0530)
committerKishon Vijay Abraham I <kishon@ti.com>
Fri, 12 Aug 2016 09:29:10 +0000 (14:59 +0530)
commit1766e7b3763a0707c2fda9689a7866dceed07b7a
tree8e84b84d45c703686aec397bb4a603672e688b03
parentb33ecca87df99fa6fff8a1d455de96f436934dcf
mfd: da8xx-cfgchip: New header file for CFGCHIP registers

Create a new header file for TI DA8XX SoC CFGCHIPx registers.
This will be used by a number of planned drivers including a new USB
PHY driver and common clock framework drivers.

The same defines *will* be removed from the platform_data header,
once all the users start using the new syscon device header.

This also fixes the following compiler error caused due to
a dependent patch not merged.
drivers/phy/phy-da8xx-usb.c:19:37:
fatal error: linux/mfd/da8xx-cfgchip.h: No such file or directory
 #include <linux/mfd/da8xx-cfgchip.h>

Signed-off-by: David Lechner <david@lechnology.com>
Acked-by: Lee Jones <lee.jones@linaro.org>
Reported-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
include/linux/mfd/da8xx-cfgchip.h [new file with mode: 0644]