All of lore.kernel.org
 help / color / mirror / Atom feed
From: Linus Walleij <linus.walleij@linaro.org>
To: Stephen Warren <swarren@wwwdotorg.org>
Cc: linux-kernel@vger.kernel.org, Stephen Warren <swarren@nvidia.com>
Subject: Re: [PATCH 2/2] pinctrl: allow pctldevs to decode pin config in debugfs
Date: Fri, 13 Apr 2012 14:44:30 +0200	[thread overview]
Message-ID: <CACRpkdaVqsek-ZFn-AUJ0B-fkODqAsv1j=GJfx3JHvvxv7oO9g@mail.gmail.com> (raw)
In-Reply-To: <1334184346-16377-2-git-send-email-swarren@wwwdotorg.org>

On Thu, Apr 12, 2012 at 12:45 AM, Stephen Warren <swarren@wwwdotorg.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

  reply	other threads:[~2012-04-13 12:44 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-04-11 22:45 [PATCH 1/2] pinctrl: ifdef CONFIG_DEBUG_FS cleanup Stephen Warren
2012-04-11 22:45 ` [PATCH 2/2] pinctrl: allow pctldevs to decode pin config in debugfs Stephen Warren
2012-04-13 12:44   ` Linus Walleij [this message]
2012-04-13 12:42 ` [PATCH 1/2] pinctrl: ifdef CONFIG_DEBUG_FS cleanup Linus Walleij

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CACRpkdaVqsek-ZFn-AUJ0B-fkODqAsv1j=GJfx3JHvvxv7oO9g@mail.gmail.com' \
    --to=linus.walleij@linaro.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=swarren@nvidia.com \
    --cc=swarren@wwwdotorg.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.