Linux-ARM-Kernel Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: ludovic.desroches@microchip.com (Ludovic Desroches)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v2 0/3] Fix SMC layout register for sama5d2
Date: Tue, 18 Jul 2017 15:22:17 +0200	[thread overview]
Message-ID: <20170718132220.25018-1-ludovic.desroches@microchip.com> (raw)

Hi,

The offset of some registers of the SMC is different between sama5d3/sama5d4
and sama5d2. An helper function has been added to retrieve the correct layout
with the help of a new compatible string for sama5d2. The atmel-ebi device will
store the register layout to allow the nand controller to setup correctly the
data interface.

Changes:
- v2: rebase patches on top of v4.13-rc1 and collect acked-by

Ludovic Desroches (3):
  mfd: syscon: update Atmel SMC binding doc
  mfd: syscon: atmel-smc: add helper to retrieve register layout
  ARM: dts: at91: sama5d2: use sama5d2 compatible string for SMC

 .../devicetree/bindings/mfd/atmel-smc.txt          |  1 +
 arch/arm/boot/dts/sama5d2.dtsi                     |  2 +-
 drivers/memory/atmel-ebi.c                         | 13 +++--
 drivers/mfd/atmel-smc.c                            | 67 +++++++++++++++++-----
 drivers/mtd/nand/atmel/nand-controller.c           | 10 +++-
 include/linux/mfd/syscon/atmel-smc.h               | 32 ++++++++---
 6 files changed, 94 insertions(+), 31 deletions(-)

-- 
2.12.2

             reply	other threads:[~2017-07-18 13:22 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-07-18 13:22 Ludovic Desroches [this message]
2017-07-18 13:22 ` [PATCH v2 1/3] mfd: syscon: update Atmel SMC binding doc Ludovic Desroches
2017-07-18 13:39   ` Nicolas Ferre
2017-08-07 15:40   ` Lee Jones
2017-08-07 15:41   ` Lee Jones
2017-07-18 13:22 ` [PATCH v2 2/3] mfd: syscon: atmel-smc: add helper to retrieve register layout Ludovic Desroches
2017-08-07 15:40   ` Lee Jones
2017-07-18 13:22 ` [PATCH v2 3/3] ARM: dts: at91: sama5d2: use sama5d2 compatible string for SMC Ludovic Desroches
2017-07-18 13:39   ` Nicolas Ferre
2017-08-07 15:41   ` Lee Jones
2017-08-07 21:28     ` Alexandre Belloni
2017-08-08  7:07       ` Lee Jones

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=20170718132220.25018-1-ludovic.desroches@microchip.com \
    --to=ludovic.desroches@microchip.com \
    --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