linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: mike@compulab.co.il (Mike Rapoport)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 0/4] omap: cleanup board files
Date: Mon, 25 Apr 2011 01:09:04 +0300	[thread overview]
Message-ID: <cover.1303682352.git.mike@compulab.co.il> (raw)

Hi Tony,

These patches cleanup some of the common code in the board files. The changes
are basically almost mechanically move the code shared among several boards
into some common place.
There are a lot of places for further improvement, especially DSS and TWL
initialization. I'll try to find some time to sort these out as well.

Special thanks to Igor Grinberg for the original idea :)

Mike Rapoport (4):
  omap: consolidate touch screen initialization among different boards
  omap: use common initialization for PMIC i2c bus
  omap: move detection of NAND CS to common-board-devices
  omap: musb: introduce default baord config

 arch/arm/mach-omap2/Makefile                 |    2 +
 arch/arm/mach-omap2/board-2430sdp.c          |   20 +---
 arch/arm/mach-omap2/board-3430sdp.c          |   85 ++-------------
 arch/arm/mach-omap2/board-4430sdp.c          |   16 +---
 arch/arm/mach-omap2/board-cm-t35.c           |   78 +-------------
 arch/arm/mach-omap2/board-devkit8000.c       |  119 +--------------------
 arch/arm/mach-omap2/board-igep0020.c         |   23 +----
 arch/arm/mach-omap2/board-igep0030.c         |   21 +---
 arch/arm/mach-omap2/board-ldp.c              |   77 +-------------
 arch/arm/mach-omap2/board-omap3beagle.c      |   66 +-----------
 arch/arm/mach-omap2/board-omap3evm.c         |   72 +------------
 arch/arm/mach-omap2/board-omap3logic.c       |   13 +--
 arch/arm/mach-omap2/board-omap3pandora.c     |   69 +-----------
 arch/arm/mach-omap2/board-omap3stalker.c     |   78 +-------------
 arch/arm/mach-omap2/board-omap3touchbook.c   |  101 ++----------------
 arch/arm/mach-omap2/board-omap4panda.c       |   17 +---
 arch/arm/mach-omap2/board-overo.c            |  108 +------------------
 arch/arm/mach-omap2/board-rm680.c            |   21 +---
 arch/arm/mach-omap2/board-rx51-peripherals.c |   13 +--
 arch/arm/mach-omap2/board-zoom-peripherals.c |   21 +---
 arch/arm/mach-omap2/common-board-devices.c   |  148 ++++++++++++++++++++++++++
 arch/arm/mach-omap2/common-board-devices.h   |   52 +++++++++
 arch/arm/mach-omap2/usb-musb.c               |   14 +++-
 23 files changed, 293 insertions(+), 941 deletions(-)
 create mode 100644 arch/arm/mach-omap2/common-board-devices.c
 create mode 100644 arch/arm/mach-omap2/common-board-devices.h

-- 
1.7.3.1

             reply	other threads:[~2011-04-24 22:09 UTC|newest]

Thread overview: 29+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-04-24 22:09 Mike Rapoport [this message]
2011-04-24 22:09 ` [PATCH 1/4] omap: consolidate touch screen initialization among different boards Mike Rapoport
2011-05-04  3:10   ` Oleg Drokin
2011-05-04 14:02   ` Thomas Weber
2011-05-04 15:10     ` Igor Grinberg
2011-04-24 22:09 ` [PATCH 2/4] omap: use common initialization for PMIC i2c bus Mike Rapoport
2011-04-24 22:09 ` [PATCH 3/4] omap: move detection of NAND CS to common-board-devices Mike Rapoport
2011-05-04  3:12   ` Oleg Drokin
2011-05-04  4:10     ` Oleg Drokin
2011-05-04  6:38       ` Mike Rapoport
2011-05-04  6:46         ` Tony Lindgren
2011-05-04  7:17           ` Mike Rapoport
2011-05-04  8:38             ` Tony Lindgren
2011-05-04 15:54         ` Oleg Drokin
2011-04-24 22:09 ` [PATCH 4/4] omap: musb: introduce default baord config Mike Rapoport
2011-04-27  4:23   ` Oleg Drokin
2011-04-27  7:23     ` Mike Rapoport
2011-04-28 14:18     ` Russell King - ARM Linux
2011-04-28 16:21       ` Oleg Drokin
2011-04-28 16:28         ` Russell King - ARM Linux
2011-04-28 16:36           ` Oleg Drokin
2011-05-02 14:20             ` Tony Lindgren
2011-05-02 14:25               ` Felipe Balbi
2011-05-03  7:50                 ` Tony Lindgren
2011-04-27  8:56   ` [PATCH v2 4/4] omap: musb: introduce default board config Mike Rapoport
2011-05-03  8:24     ` Felipe Balbi
2011-05-02 13:57 ` [PATCH 0/4] omap: cleanup board files Mike Rapoport
2011-05-02 14:22   ` Tony Lindgren
2011-05-03 10:25     ` Tony Lindgren

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=cover.1303682352.git.mike@compulab.co.il \
    --to=mike@compulab.co.il \
    --cc=linux-arm-kernel@lists.infradead.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 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).