linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: linus.walleij@linaro.org (Linus Walleij)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 00/11] switch the Nomadik to Device Tree
Date: Mon,  7 Jan 2013 23:55:25 +0100	[thread overview]
Message-ID: <1357599325-7310-1-git-send-email-linus.walleij@linaro.org> (raw)

This implements Device Tree support for the Nomadik S8815 and
deletes the old board files.

When another patch from today removing the <mach/irqs.h> file
dependency from drivers/pinctrl/pinctrl-nomadik.c is merged
I can also remove <mach/irqs.h> and move the machine over to
multiplatform, quite easily, as it will then have all required
things in place: generic clocks, SPARSE_IRQ, DT...

Caveats: some auxdata left, notably for naming some blocks
to match the clock lookups. There is also an OCR mask thing
which I think was debated in the past (Lee?)

I would like to get this in first then fix the auxdatas one
by one.

Linus Walleij (11):
  ARM: nomadik: move last custom calls to pinctrl
  ARM: nomadik: initial devicetree support
  ARM: nomadik: move pin maps to cpu file
  ARM: nomadik: move remaining PrimeCells to device tree
  ARM: nomadik: add FSMC NAND
  ARM: nomadik: move GPIO and pinctrl to device tree
  ARM: nomadik: convert SMSC91x ethernet to device tree
  ARM: nomadik: migrate MMC/SD card support to device tree
  ARM: nomadik: add I2C devices to the device tree
  ARM: nomadik: delete old board files
  ARM: nomadik: get rid of <mach/hardware.h>

 .../devicetree/bindings/mtd/fsmc-nand.txt          |   2 +-
 arch/arm/Kconfig                                   |   2 +
 arch/arm/boot/dts/Makefile                         |   1 +
 arch/arm/boot/dts/ste-nomadik-s8815.dts            |  34 ++
 arch/arm/boot/dts/ste-nomadik-stn8815.dtsi         | 256 ++++++++++++++
 arch/arm/mach-nomadik/Kconfig                      |  10 +-
 arch/arm/mach-nomadik/Makefile                     |   6 -
 arch/arm/mach-nomadik/board-nhk8815.c              | 359 --------------------
 arch/arm/mach-nomadik/cpu-8815.c                   | 370 +++++++++++++++------
 arch/arm/mach-nomadik/cpu-8815.h                   |   4 -
 arch/arm/mach-nomadik/i2c-8815nhk.c                |  88 -----
 arch/arm/mach-nomadik/include/mach/hardware.h      |  90 -----
 arch/arm/mach-nomadik/include/mach/irqs.h          |   2 -
 arch/arm/mach-nomadik/include/mach/uncompress.h    |   1 -
 drivers/mtd/nand/fsmc_nand.c                       |   1 +
 drivers/pinctrl/pinctrl-nomadik.c                  |   4 +
 16 files changed, 578 insertions(+), 652 deletions(-)
 create mode 100644 arch/arm/boot/dts/ste-nomadik-s8815.dts
 create mode 100644 arch/arm/boot/dts/ste-nomadik-stn8815.dtsi
 delete mode 100644 arch/arm/mach-nomadik/board-nhk8815.c
 delete mode 100644 arch/arm/mach-nomadik/cpu-8815.h
 delete mode 100644 arch/arm/mach-nomadik/i2c-8815nhk.c
 delete mode 100644 arch/arm/mach-nomadik/include/mach/hardware.h

-- 
1.7.11.7

             reply	other threads:[~2013-01-07 22:55 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-01-07 22:55 Linus Walleij [this message]
2013-01-11 17:08 ` [PATCH 00/11] switch the Nomadik to Device Tree Grant Likely

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=1357599325-7310-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 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).