All of lore.kernel.org
 help / color / mirror / Atom feed
From: nicolas.ferre@atmel.com (Nicolas Ferre)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCHv5 0/9] Device tree support for the at91sam9rlek
Date: Wed, 12 Mar 2014 11:13:32 +0100	[thread overview]
Message-ID: <5320334C.7060206@atmel.com> (raw)
In-Reply-To: <1394617425-641-1-git-send-email-alexandre.belloni@free-electrons.com>

On 12/03/2014 10:43, Alexandre Belloni :
> This series adds DT support for the at91sam9rl SoC, then the at91sam9rl-ek
> evaluation board.
> 
> While the at91sam9rl dtsi should be almost complete (still missing LCD and
> touchscreen bits). The at91sam9rlek DT now support the following tested
> features:
>  - MMC
>  - dbgu
>  - usart1
>  - watchdog
>  - nand
>  - leds
>  - buttons
>  - common clock framework
> 
> Next:
>  - spi
>  - dataflash
>  - i2c
>  - lcd
>  - touchscreen
>  - usb gadget
>  - audio
> 
> Changes since v4:
>  - correct a typo in the pwm clock name
>  - add an entry for the pwm clock in the board file lookup table
>  - reorder pinctrl nodes alphabetically
> 
> Changes since v3:
>  - reordered nand
>  - removed ADC and USB gadget definition as they were not working. They will
>    come with another set of patches adding proper support.
> 
> Alexandre Belloni (8):
>   ARM: at91: prepare at91sam9rl DT transition
>   ARM: at91: Add at91sam9rl DT SoC support
>   ARM: at91/defconfig: Add the sam9rl to the list of DT-enabled SOCs
>   ARM: at91: dt: sam9rl: Device Tree for the at91sam9rlek
>   ARM: at91: prepare common clk transition for sam9rl SoCs
>   ARM: at91/dt: define at91sam9rl clocks
>   ARM: at91/dt: define main clk frequency of at91sam9rlek
>   ARM: at91: switch sam9rl to common clock framework
> 
> Boris BREZILLON (1):
>   ARM: at91: prepare sam9 dt boards transition to common clk

The series seems ready for inclusion. I stack the whole series on our
at91-3.15-cleanup branch with my:

Acked-by: Nicolas Ferre <nicolas.ferre@atmel.com>

Thanks a lot.


>  arch/arm/boot/dts/Makefile         |   2 +
>  arch/arm/boot/dts/at91sam9rl.dtsi  | 802 +++++++++++++++++++++++++++++++++++++
>  arch/arm/boot/dts/at91sam9rlek.dts | 157 ++++++++
>  arch/arm/configs/at91_dt_defconfig |   1 +
>  arch/arm/mach-at91/Kconfig         |   1 -
>  arch/arm/mach-at91/at91sam9rl.c    |  23 +-
>  arch/arm/mach-at91/board-dt-sam9.c |  11 +-
>  7 files changed, 994 insertions(+), 3 deletions(-)
>  create mode 100644 arch/arm/boot/dts/at91sam9rl.dtsi
>  create mode 100644 arch/arm/boot/dts/at91sam9rlek.dts
> 


-- 
Nicolas Ferre

WARNING: multiple messages have this Message-ID (diff)
From: Nicolas Ferre <nicolas.ferre@atmel.com>
To: Alexandre Belloni <alexandre.belloni@free-electrons.com>,
	<b.brezillon@overkiz.com>,
	Boris BREZILLON <b.brezillon.dev@gmail.com>
Cc: <linux-kernel@vger.kernel.org>,
	<linux-arm-kernel@lists.infradead.org>,
	Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>,
	Maxime Ripard <maxime.ripard@free-electrons.com>,
	Gregory Clement <gregory.clement@free-electrons.com>
Subject: Re: [PATCHv5 0/9] Device tree support for the at91sam9rlek
Date: Wed, 12 Mar 2014 11:13:32 +0100	[thread overview]
Message-ID: <5320334C.7060206@atmel.com> (raw)
In-Reply-To: <1394617425-641-1-git-send-email-alexandre.belloni@free-electrons.com>

On 12/03/2014 10:43, Alexandre Belloni :
> This series adds DT support for the at91sam9rl SoC, then the at91sam9rl-ek
> evaluation board.
> 
> While the at91sam9rl dtsi should be almost complete (still missing LCD and
> touchscreen bits). The at91sam9rlek DT now support the following tested
> features:
>  - MMC
>  - dbgu
>  - usart1
>  - watchdog
>  - nand
>  - leds
>  - buttons
>  - common clock framework
> 
> Next:
>  - spi
>  - dataflash
>  - i2c
>  - lcd
>  - touchscreen
>  - usb gadget
>  - audio
> 
> Changes since v4:
>  - correct a typo in the pwm clock name
>  - add an entry for the pwm clock in the board file lookup table
>  - reorder pinctrl nodes alphabetically
> 
> Changes since v3:
>  - reordered nand
>  - removed ADC and USB gadget definition as they were not working. They will
>    come with another set of patches adding proper support.
> 
> Alexandre Belloni (8):
>   ARM: at91: prepare at91sam9rl DT transition
>   ARM: at91: Add at91sam9rl DT SoC support
>   ARM: at91/defconfig: Add the sam9rl to the list of DT-enabled SOCs
>   ARM: at91: dt: sam9rl: Device Tree for the at91sam9rlek
>   ARM: at91: prepare common clk transition for sam9rl SoCs
>   ARM: at91/dt: define at91sam9rl clocks
>   ARM: at91/dt: define main clk frequency of at91sam9rlek
>   ARM: at91: switch sam9rl to common clock framework
> 
> Boris BREZILLON (1):
>   ARM: at91: prepare sam9 dt boards transition to common clk

The series seems ready for inclusion. I stack the whole series on our
at91-3.15-cleanup branch with my:

Acked-by: Nicolas Ferre <nicolas.ferre@atmel.com>

Thanks a lot.


>  arch/arm/boot/dts/Makefile         |   2 +
>  arch/arm/boot/dts/at91sam9rl.dtsi  | 802 +++++++++++++++++++++++++++++++++++++
>  arch/arm/boot/dts/at91sam9rlek.dts | 157 ++++++++
>  arch/arm/configs/at91_dt_defconfig |   1 +
>  arch/arm/mach-at91/Kconfig         |   1 -
>  arch/arm/mach-at91/at91sam9rl.c    |  23 +-
>  arch/arm/mach-at91/board-dt-sam9.c |  11 +-
>  7 files changed, 994 insertions(+), 3 deletions(-)
>  create mode 100644 arch/arm/boot/dts/at91sam9rl.dtsi
>  create mode 100644 arch/arm/boot/dts/at91sam9rlek.dts
> 


-- 
Nicolas Ferre

  parent reply	other threads:[~2014-03-12 10:13 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-03-12  9:43 [PATCHv5 0/9] Device tree support for the at91sam9rlek Alexandre Belloni
2014-03-12  9:43 ` Alexandre Belloni
2014-03-12  9:43 ` [PATCHv5 1/9] ARM: at91: prepare at91sam9rl DT transition Alexandre Belloni
2014-03-12  9:43   ` Alexandre Belloni
2014-03-12  9:43 ` [PATCHv5 2/9] ARM: at91: Add at91sam9rl DT SoC support Alexandre Belloni
2014-03-12  9:43   ` Alexandre Belloni
2014-03-12  9:43 ` [PATCHv5 3/9] ARM: at91/defconfig: Add the sam9rl to the list of DT-enabled SOCs Alexandre Belloni
2014-03-12  9:43   ` Alexandre Belloni
2014-03-12  9:43 ` [PATCHv5 4/9] ARM: at91: dt: sam9rl: Device Tree for the at91sam9rlek Alexandre Belloni
2014-03-12  9:43   ` Alexandre Belloni
2014-03-12  9:43 ` [PATCHv5 5/9] ARM: at91: prepare sam9 dt boards transition to common clk Alexandre Belloni
2014-03-12  9:43   ` Alexandre Belloni
2014-03-12  9:43 ` [PATCHv5 6/9] ARM: at91: prepare common clk transition for sam9rl SoCs Alexandre Belloni
2014-03-12  9:43   ` Alexandre Belloni
2014-03-12  9:43 ` [PATCHv5 7/9] ARM: at91/dt: define at91sam9rl clocks Alexandre Belloni
2014-03-12  9:43   ` Alexandre Belloni
2014-03-12  9:43 ` [PATCHv5 8/9] ARM: at91/dt: define main clk frequency of at91sam9rlek Alexandre Belloni
2014-03-12  9:43   ` Alexandre Belloni
2014-03-12  9:43 ` [PATCHv5 9/9] ARM: at91: switch sam9rl to common clock framework Alexandre Belloni
2014-03-12  9:43   ` Alexandre Belloni
2014-03-12 10:13 ` Nicolas Ferre [this message]
2014-03-12 10:13   ` [PATCHv5 0/9] Device tree support for the at91sam9rlek Nicolas Ferre
2014-03-12 10:21   ` Boris BREZILLON
2014-03-12 10:21     ` Boris BREZILLON
2014-03-12 10:22     ` Boris BREZILLON
2014-03-12 10:22       ` Boris BREZILLON

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=5320334C.7060206@atmel.com \
    --to=nicolas.ferre@atmel.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 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.