From: Anton Vorontsov <avorontsov@ru.mvista.com>
To: Sascha Hauer <s.hauer@pengutronix.de>
Cc: linuxppc-dev@ozlabs.org
Subject: Re: [PATCH] add gpiolib support for mpc5200
Date: Fri, 25 Apr 2008 17:07:37 +0400 [thread overview]
Message-ID: <20080425130737.GA3430@polina.dev.rtsoft.ru> (raw)
In-Reply-To: <20080424153659.GJ6692@pengutronix.de>
On Thu, Apr 24, 2008 at 05:36:59PM +0200, Sascha Hauer wrote:
> +#include <linux/of.h>
> +#include <linux/kernel.h>
> +#include <linux/of_gpio.h>
> +#include <linux/io.h>
> +#include <asm/of_platform.h>
> +#include <asm/prom.h>
> +#include <asm/gpio.h>
In the latest kernels the preferred way is to include <linux/gpio.h>,
the patch introducing it was merged just recently, so few people know
about it yet.
--
Anton Vorontsov
email: cbouatmailru@gmail.com
irc://irc.freenode.net/bd2
next prev parent reply other threads:[~2008-04-25 13:07 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-04-24 15:36 [PATCH] add gpiolib support for mpc5200 Sascha Hauer
2008-04-24 18:45 ` Grant Likely
2008-04-25 10:53 ` Sascha Hauer
2008-04-25 12:32 ` Anton Vorontsov
2008-04-25 15:30 ` Matt Sealey
2008-04-25 18:51 ` Sascha Hauer
2008-04-25 19:30 ` Grant Likely
2008-04-24 19:11 ` Grant Likely
2008-04-25 8:22 ` Stephen Rothwell
2008-04-25 10:56 ` Sascha Hauer
2008-04-25 13:07 ` Anton Vorontsov [this message]
2008-04-25 13:42 ` Sascha Hauer
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=20080425130737.GA3430@polina.dev.rtsoft.ru \
--to=avorontsov@ru.mvista.com \
--cc=linuxppc-dev@ozlabs.org \
--cc=s.hauer@pengutronix.de \
/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.