lkml.org 
[lkml]   [2014]   [Apr]   [14]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH 04/15] bus: omap_l3_noc: move L3 master data structure out
    Date
    Move the L3 master structure out of the static definition to enable
    reuse for other SoCs.

    Signed-off-by: Nishanth Menon <nm@ti.com>
    ---
    drivers/bus/omap_l3_noc.h | 15 +++++++++++----
    1 file changed, 11 insertions(+), 4 deletions(-)

    diff --git a/drivers/bus/omap_l3_noc.h b/drivers/bus/omap_l3_noc.h
    index cc4b1b1..26ad279 100644
    --- a/drivers/bus/omap_l3_noc.h
    +++ b/drivers/bus/omap_l3_noc.h
    @@ -33,6 +33,16 @@

    #define NUM_OF_L3_MASTERS (sizeof(l3_masters)/sizeof(l3_masters[0]))

    +/**
    + * struct l3_masters_data - L3 Master information
    + * @id: ID of the L3 Master
    + * @name: master name
    + */
    +struct l3_masters_data {
    + u32 id;
    + char *name;
    +};
    +
    static u32 l3_flagmux[L3_MODULES] = {
    0x500,
    0x1000,
    @@ -80,10 +90,7 @@ static u32 l3_targ_inst_clk3[] = {
    0x0 /* HOST CLK3 */
    };

    -static struct l3_masters_data {
    - u32 id;
    - char name[10];
    -} l3_masters[] = {
    +static struct l3_masters_data l3_masters[] = {
    { 0x0 , "MPU"},
    { 0x10, "CS_ADP"},
    { 0x14, "xxx"},
    --
    1.7.9.5


    \
     
     \ /
      Last update: 2014-04-14 19:41    [W:7.685 / U:0.412 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site