On Tue, 2014-08-19 at 19:54 -0500, J. German Rivera wrote:These header files are going to be shared by more than one of our drivers. Should they be in a new directory under include
APIs to access the Management Complex (MC) hardware[]
module of Freescale LS2 SoCs. This patch includes
APIs to check the MC firmware version and to manipulate
DPRC objects in the MC.
include/linux/fsl_dpmng.h | 120 ++++++
include/linux/fsl_dprc.h | 790 ++++++++++++++++++++++++++++++++++++
include/linux/fsl_mc_cmd.h | 182 +++++++++
include/linux/fsl_mc_sys.h | 50 +++
Why should any of these files be put in include/linux?
--