]> git.baikalelectronics.ru Git - kernel.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)
commit543604da7688fa0ebf03959388ab445876167e4a
tree8e84b84d45c703686aec397bb4a603672e688b03
parentaa3541553adb7ae4b531df799eab9f347672983f
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]