Re: [RFC PATCH 1/4 v2] drivers/bus: Added Freescale Management Complex APIs

From: German Rivera
Date: Wed Aug 20 2014 - 12:20:55 EST




On 08/19/2014 08:19 PM, Joe Perches wrote:
On Tue, 2014-08-19 at 19:54 -0500, J. German Rivera wrote:
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?

These header files are going to be shared by more than one of our drivers. Should they be in a new directory under include
(such as include/fsl/) or under include/linux (such as include/linux/fsl/)?

Thanks,

German

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/