linux-omap.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Tony Lindgren <tony@atomide.com>
To: Afzal Mohammed <afzal@ti.com>
Cc: Artem Bityutskiy <artem.bityutskiy@linux.intel.com>,
	David Woodhouse <David.Woodhouse@intel.com>,
	Jon Hunter <jon-hunter@ti.com>, Paul Walmsley <paul@pwsan.com>,
	linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org
Subject: Re: [GIT PULL] OMAP-GPMC cleanup for common zImage
Date: Tue, 16 Oct 2012 14:57:43 -0700	[thread overview]
Message-ID: <20121016215743.GN15569@atomide.com> (raw)
In-Reply-To: <1350303247-13495-1-git-send-email-afzal@ti.com>

* Afzal Mohammed <afzal@ti.com> [121015 05:15]:
> The following changes since commit ddffeb8c4d0331609ef2581d84de4d763607bd37:
> 
>   Linux 3.7-rc1 (2012-10-14 14:41:04 -0700)
> 
> are available in the git repository at:
> 
>   git@gitorious.org:x0148406-public/linux-kernel.git tags/gpmc-czimage
> 
> for you to fetch changes up to 3ef5d0071cf6c8b9a00b559232bb700ad59999d7:
> 
>   ARM: OMAP2+: gpmc: localize gpmc header (2012-10-15 14:42:15 +0530)
> 
> ----------------------------------------------------------------
> gpmc cleanup for common ARM zImage
> 

Thanks pulling into omap-for-v3.8/cleanup-headers-gpmc

I ended up using the following url instead:

git://gitorious.org/x0148406-public/linux-kernel tags/gpmc-czimage

Regards,

Tony

> ----------------------------------------------------------------
> Afzal Mohammed (16):
>       ARM: OMAP2+: nand: unify init functions
>       ARM: OMAP2+: onenand: refactor for clarity
>       ARM: OMAP2+: gpmc: remove cs# in sync clk div calc
>       mtd: onenand: omap: cleanup gpmc dependency
>       mtd: nand: omap: free region as per resource size
>       mtd: nand: omap: read nand using register address
>       ARM: OMAP2+: onenand: connected soc info in pdata
>       mtd: onenand: omap: use pdata info instead of cpu_is
>       ARM: OMAP2+: onenand: header cleanup
>       ARM: OMAP2+: nand: header cleanup
>       mtd: nand: omap: bring in gpmc nand macros
>       ARM: OMAP2+: nand: bch capability check
>       ARM: OMAP2+: gpmc: nand register helper bch update
>       mtd: nand: omap: handle gpmc bch[48]
>       ARM: OMAP2+: gpmc: remove exported nand functions
>       ARM: OMAP2+: gpmc: localize gpmc header
> 
> Jon Hunter (1):
>       ARM: OMAP2+: GPMC: Remove unused OneNAND get_freq() platform function
> 
>  arch/arm/mach-omap2/board-2430sdp.c                |   2 +-
>  arch/arm/mach-omap2/board-3430sdp.c                |   2 +-
>  arch/arm/mach-omap2/board-apollon.c                |   2 +-
>  arch/arm/mach-omap2/board-cm-t35.c                 |   5 +-
>  arch/arm/mach-omap2/board-cm-t3517.c               |   5 +-
>  arch/arm/mach-omap2/board-devkit8000.c             |  10 +-
>  arch/arm/mach-omap2/board-flash.c                  |  50 +--
>  arch/arm/mach-omap2/board-flash.h                  |   8 +-
>  arch/arm/mach-omap2/board-h4.c                     |   2 +-
>  arch/arm/mach-omap2/board-igep0020.c               |   5 +-
>  arch/arm/mach-omap2/board-ldp.c                    |   6 +-
>  arch/arm/mach-omap2/board-n8x0.c                   |   1 +
>  arch/arm/mach-omap2/board-omap3beagle.c            |  10 +-
>  arch/arm/mach-omap2/board-omap3evm.c               |   8 +-
>  arch/arm/mach-omap2/board-omap3logic.c             |   2 +-
>  arch/arm/mach-omap2/board-omap3pandora.c           |   3 +-
>  arch/arm/mach-omap2/board-omap3stalker.c           |   2 +-
>  arch/arm/mach-omap2/board-omap3touchbook.c         |  10 +-
>  arch/arm/mach-omap2/board-overo.c                  |   9 +-
>  arch/arm/mach-omap2/board-rm680.c                  |   3 +-
>  arch/arm/mach-omap2/board-rx51-peripherals.c       |   3 +-
>  arch/arm/mach-omap2/board-rx51.c                   |   2 +-
>  arch/arm/mach-omap2/board-zoom-debugboard.c        |   2 +-
>  arch/arm/mach-omap2/board-zoom.c                   |   5 +-
>  arch/arm/mach-omap2/common-board-devices.c         |  46 ---
>  arch/arm/mach-omap2/common-board-devices.h         |   1 -
>  arch/arm/mach-omap2/gpmc-nand.c                    |  85 ++--
>  arch/arm/mach-omap2/gpmc-nand.h                    |  27 ++
>  arch/arm/mach-omap2/gpmc-onenand.c                 | 214 +++++-----
>  arch/arm/mach-omap2/gpmc-onenand.h                 |  24 ++
>  arch/arm/mach-omap2/gpmc-smc91x.c                  |   2 +-
>  arch/arm/mach-omap2/gpmc-smsc911x.c                |   2 +-
>  arch/arm/mach-omap2/gpmc.c                         | 459 +--------------------
>  .../{plat-omap/include/plat => mach-omap2}/gpmc.h  |  61 +--
>  arch/arm/mach-omap2/pm34xx.c                       |   2 +-
>  arch/arm/mach-omap2/usb-tusb6010.c                 |   2 +-
>  drivers/mtd/nand/omap2.c                           | 125 +++++-
>  drivers/mtd/onenand/omap2.c                        |   9 +-
>  include/linux/platform_data/mtd-nand-omap2.h       |  46 ++-
>  include/linux/platform_data/mtd-onenand-omap2.h    |  28 +-
>  40 files changed, 493 insertions(+), 797 deletions(-)
>  create mode 100644 arch/arm/mach-omap2/gpmc-nand.h
>  create mode 100644 arch/arm/mach-omap2/gpmc-onenand.h
>  rename arch/arm/{plat-omap/include/plat => mach-omap2}/gpmc.h (67%)

  parent reply	other threads:[~2012-10-16 21:57 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-10-15 12:14 [GIT PULL] OMAP-GPMC cleanup for common zImage Afzal Mohammed
2012-10-15 12:31 ` Mohammed, Afzal
2012-10-15 12:33 ` [GIT PULL] OMAP-GPMC related " Afzal Mohammed
2012-10-15 13:55   ` Artem Bityutskiy
2012-10-16 21:57 ` Tony Lindgren [this message]
2012-10-17  6:01   ` [GIT PULL] OMAP-GPMC " Afzal Mohammed

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=20121016215743.GN15569@atomide.com \
    --to=tony@atomide.com \
    --cc=David.Woodhouse@intel.com \
    --cc=afzal@ti.com \
    --cc=artem.bityutskiy@linux.intel.com \
    --cc=jon-hunter@ti.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-omap@vger.kernel.org \
    --cc=paul@pwsan.com \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).