[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <CACRpkdaVqsek-ZFn-AUJ0B-fkODqAsv1j=GJfx3JHvvxv7oO9g@mail.gmail.com>
Date: Fri, 13 Apr 2012 14:44:30 +0200
From: Linus Walleij <linus.walleij@...aro.org>
To: Stephen Warren <swarren@...dotorg.org>
Cc: linux-kernel@...r.kernel.org, Stephen Warren <swarren@...dia.com>
Subject: Re: [PATCH 2/2] pinctrl: allow pctldevs to decode pin config in debugfs
On Thu, Apr 12, 2012 at 12:45 AM, Stephen Warren <swarren@...dotorg.org> wrote:
> diff --git a/include/linux/pinctrl/pinconf.h b/include/linux/pinctrl/pinconf.h
> index ec431f0..5e37de2 100644
> --- a/include/linux/pinctrl/pinconf.h
> +++ b/include/linux/pinctrl/pinconf.h
> @@ -56,6 +56,9 @@ struct pinconf_ops {
> void (*pin_config_group_dbg_show) (struct pinctrl_dev *pctldev,
> struct seq_file *s,
> unsigned selector);
> + void (*pin_config_config_dbg_show) (struct pinctrl_dev *pctldev,
> + struct seq_file *s,
> + unsigned long config);
> };
Please update the kerneldoc for pinconf_ops and I'll apply.
Yours,
Linus Walleij
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists