All of lore.kernel.org
 help / color / mirror / Atom feed
From: linus.walleij@linaro.org (Linus Walleij)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 0/6] ARM: integrator: multiplatform advancements
Date: Fri, 14 Feb 2014 11:29:25 +0100	[thread overview]
Message-ID: <1392373771-17303-1-git-send-email-linus.walleij@linaro.org> (raw)

This takes some steps towards enabling multiplatform support for the
Integrator. This also removes some minor strings attached to the
Versatile and RealView platforms to help them advancing.

File movement is trivial, but I need some advice on the memory.h
removal patch which is more of a puzzle due to lack of history
with this header on my behalf.

What remains for multiplatform afte this is just one
thing: <plat/clcd.h>. That is the only dependency toward
plat-versatile and the <plat/*> inclusion hierarchy remaining
for the Integrator.

This is a display database and timing set-up callback driver
where the Versatile family looks up settings for VGA and similar
displays.

I'm tempted to attempt to just move this down into drivers/video
alongside the CLCD driver with some platform data header in
<linux/platform_data/video-clcd.h>.

The *real* solution, one might argue is to convert the CLCD
driver to DRM and add device tree bindings, but it appears that
this is an orthogonal goal that has been attempted by other with
mixed results.

I have tested all patches on the Integrator/AP and Integrator/CP,
but I'd appreciate help testing some PCI traffic as well if
you (Will!) have an Integrator/AP with working PCI set-up.

Since this is based on other patches from me, here is a
pullable branch based on v3.14-rc2:

git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-integrator.git multiplatform


Linus Walleij (6):
  ARM: integrator: localize the lm.h header
  ARM: integrator: localize the impd1.h header
  ARM: integrator: merge platform.h to hardware.h
  ARM: integrator: localize the hardware.h header
  ARM: integrator: register sched_clock directly
  RFC: ARM: integrator: get rid of <mach/memory.h>

 arch/arm/Kconfig                                 |   1 -
 arch/arm/mach-integrator/core.c                  |   4 +-
 arch/arm/mach-integrator/hardware.h              | 354 +++++++++++++++++++++
 arch/arm/mach-integrator/impd1.c                 |   4 +-
 arch/arm/mach-integrator/impd1.h                 |  14 +
 arch/arm/mach-integrator/include/mach/hardware.h |  45 ---
 arch/arm/mach-integrator/include/mach/impd1.h    |  18 --
 arch/arm/mach-integrator/include/mach/lm.h       |  23 --
 arch/arm/mach-integrator/include/mach/memory.h   |  34 --
 arch/arm/mach-integrator/include/mach/platform.h | 382 -----------------------
 arch/arm/mach-integrator/integrator_ap.c         |   6 +-
 arch/arm/mach-integrator/integrator_cp.c         |  17 +-
 arch/arm/mach-integrator/leds.c                  |   4 +-
 arch/arm/mach-integrator/lm.c                    |   2 +-
 arch/arm/mach-integrator/lm.h                    |  23 ++
 arch/arm/mach-integrator/pci_v3.c                |   4 +-
 drivers/clk/versatile/clk-impd1.c                |   6 +-
 17 files changed, 411 insertions(+), 530 deletions(-)
 create mode 100644 arch/arm/mach-integrator/hardware.h
 create mode 100644 arch/arm/mach-integrator/impd1.h
 delete mode 100644 arch/arm/mach-integrator/include/mach/hardware.h
 delete mode 100644 arch/arm/mach-integrator/include/mach/impd1.h
 delete mode 100644 arch/arm/mach-integrator/include/mach/lm.h
 delete mode 100644 arch/arm/mach-integrator/include/mach/memory.h
 delete mode 100644 arch/arm/mach-integrator/include/mach/platform.h
 create mode 100644 arch/arm/mach-integrator/lm.h

-- 
1.8.5.3

             reply	other threads:[~2014-02-14 10:29 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-02-14 10:29 Linus Walleij [this message]
2014-02-14 10:29 ` [PATCH 1/6] ARM: integrator: localize the lm.h header Linus Walleij
2014-02-14 10:29 ` [PATCH 2/6] ARM: integrator: localize the impd1.h header Linus Walleij
2014-02-14 10:29 ` [PATCH 3/6] ARM: integrator: merge platform.h to hardware.h Linus Walleij
2014-02-14 10:29 ` [PATCH 4/6] ARM: integrator: localize the hardware.h header Linus Walleij
2014-02-14 10:29 ` [PATCH 5/6] ARM: integrator: register sched_clock directly Linus Walleij
2014-02-14 10:29 ` [PATCH 6/6] RFC: ARM: integrator: get rid of <mach/memory.h> Linus Walleij
2014-02-14 12:02   ` Arnd Bergmann
2014-02-14 13:47 ` [PATCH 0/6] ARM: integrator: multiplatform advancements Russell King - ARM Linux
2014-02-24  9:37   ` Linus Walleij
2014-03-05 16:19     ` Pawel Moll

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=1392373771-17303-1-git-send-email-linus.walleij@linaro.org \
    --to=linus.walleij@linaro.org \
    --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 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.