All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
To: "Teresa Gámez" <t.gamez@phytec.de>
Cc: barebox@lists.infradead.org
Subject: Re: [PATCH 4/7] ARM OMAP: Create device file
Date: Tue, 18 Dec 2012 18:29:53 +0100	[thread overview]
Message-ID: <20121218172953.GF26483@game.jcrosoft.org> (raw)
In-Reply-To: <1355840005-11408-5-git-send-email-t.gamez@phytec.de>

On 15:13 Tue 18 Dec     , Teresa Gámez wrote:
> Created wrapper to add omap devices.
> 
> Signed-off-by: Teresa Gámez <t.gamez@phytec.de>
> ---
>  arch/arm/mach-omap/Makefile                      |    4 +-
>  arch/arm/mach-omap/devices.c                     |   69 +++++++++++++++++++
>  arch/arm/mach-omap/include/mach/am33xx-devices.h |   36 ++++++++++
>  arch/arm/mach-omap/include/mach/devices.h        |   27 ++++++++
>  arch/arm/mach-omap/include/mach/omap3-devices.h  |   60 ++++++++++++++++-
>  arch/arm/mach-omap/include/mach/omap4-devices.h  |   77 ++++++++++++++++++++++
>  6 files changed, 269 insertions(+), 4 deletions(-)
>  create mode 100644 arch/arm/mach-omap/devices.c
>  create mode 100644 arch/arm/mach-omap/include/mach/am33xx-devices.h
>  create mode 100644 arch/arm/mach-omap/include/mach/devices.h
>  create mode 100644 arch/arm/mach-omap/include/mach/omap4-devices.h
> 
> diff --git a/arch/arm/mach-omap/Makefile b/arch/arm/mach-omap/Makefile
> index 1536744..494da4e 100644
> --- a/arch/arm/mach-omap/Makefile
> +++ b/arch/arm/mach-omap/Makefile
> @@ -15,8 +15,8 @@
>  # GNU General Public License for more details.
>  #
>  #
> -obj-$(CONFIG_ARCH_OMAP) += syslib.o
> -pbl-$(CONFIG_ARCH_OMAP) += syslib.o
> +obj-$(CONFIG_ARCH_OMAP) += syslib.o devices.o
> +pbl-$(CONFIG_ARCH_OMAP) += syslib.o devices.o
why in the pbl?

the pbl does not need ot add devices

Best Regards,
J.

_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

  reply	other threads:[~2012-12-18 17:31 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-12-18 14:13 [PATCH 0/7] Adding pcm051 support Teresa Gámez
2012-12-18 14:13 ` [PATCH 1/7] ARM OMAP4: Add SRAM base define Teresa Gámez
2012-12-18 14:13 ` [PATCH 2/7] ARM OMAP4: Add EHCI " Teresa Gámez
2012-12-18 14:13 ` [PATCH 3/7] ARM AM33XX: Add MMC Bases Teresa Gámez
2012-12-18 14:13 ` [PATCH 4/7] ARM OMAP: Create device file Teresa Gámez
2012-12-18 17:29   ` Jean-Christophe PLAGNIOL-VILLARD [this message]
2012-12-18 14:13 ` [PATCH 5/7] ARM OMAP: Use wrapper in board files Teresa Gámez
2012-12-18 14:13 ` [PATCH 6/7] ARM AM33XX: Add mmc0 pin mux function Teresa Gámez
2012-12-18 14:13 ` [PATCH 7/7] pcm051: Add inital support Teresa Gámez

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=20121218172953.GF26483@game.jcrosoft.org \
    --to=plagnioj@jcrosoft.com \
    --cc=barebox@lists.infradead.org \
    --cc=t.gamez@phytec.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.