lkml.org 
[lkml]   [2011]   [Oct]   [8]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    /
    From
    Date
    SubjectRe: [PATCH 2/2] pinmux: add a driver for the U300 pinmux
    > +static void __init u300_pmx_dumpregs(struct u300_pmx *upmx)
    > +{
    > +       u16 regval;
    > +       int i;
    > +
    > +       for (i = 0; i < ARRAY_SIZE(u300_pmx_registers); i++) {
    > +               regval = readw(upmx->virtbase + u300_pmx_registers[i]);
    > +               dev_info(upmx->dev, "PMX%u: 0x%04x\n", i, regval);
    > +       }
    > +}
    > +

    is this a debug information or do you want it to be in mainline?

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

    \
     
     \ /
      Last update: 2011-10-08 11:41    [W:2.555 / U:0.004 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site