Re: [PATCH v3 0/7] ARM: at91/dt: kizbox: update and rename to at91-kizbox

2015-04-30 Thread Nicolas Ferre
Le 30/04/2015 09:33, Gaël PORTAY a écrit :
> Hi,
> 
> This patchset renames the kizbox board into at91-kizbox to match AT91 naming
> convention, sanitize and sorts nodes by address when possible (or
> alphabetically if not applicable).
> 
> It also updates the following features:
> - uses proper serial uart (only USART3 is accessible),
> - fixes gpio-keys active level and rename,
> - moves leds to pwm support (using tcb-pwm driver) and rename as well,
> - re-sizes nand mtd partitions and
> - updates chosen-node (bootargs + set linux stdout path to DBGU),
> 
> Regards,
> Gaël PORTAY
> 
> Changes since v1:
> - Split into patches for review
> 
> Changes since v2:
> - Rebase onto v4.0.1
> - Change board-name in comments at rename (patch 1)
> 
> Gaël PORTAY (7):
>   ARM: at91/dt: kizbox: rename to at91-kizbox
>   ARM: at91/dt: at91-kizbox: sanitize file
>   ARM: at91/dt: at91-kizbox: user proper serial uart
>   ARM: at91/dt: at91-kizbox: gpio-keys related changes
>   ARM: at91/dt: at91-kizbox: leds related changes
>   ARM: at91/dt: at91-kizbox: re-size nand partitions
>   ARM: at91/dt: at91-kizbox: update chosen node

On the whole series:
Acked-by: Nicolas Ferre 

Stacked on at91-4.2-dt (should also appear shortly in linux-next).

Thanks Gaël, bye.

>  arch/arm/boot/dts/Makefile|   2 +-
>  arch/arm/boot/dts/at91-kizbox.dts | 159 
> ++
>  arch/arm/boot/dts/kizbox.dts  | 150 ---
>  3 files changed, 160 insertions(+), 151 deletions(-)
>  create mode 100644 arch/arm/boot/dts/at91-kizbox.dts
>  delete mode 100644 arch/arm/boot/dts/kizbox.dts
> 


-- 
Nicolas Ferre
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [PATCH v3 0/7] ARM: at91/dt: kizbox: update and rename to at91-kizbox

2015-04-30 Thread Gaël PORTAY

On 30/04/2015 09:42, Alexandre Belloni wrote:

On 30/04/2015 at 09:33:31 +0200, Gaël PORTAY wrote :

Hi,

This patchset renames the kizbox board into at91-kizbox to match AT91 naming
convention, sanitize and sorts nodes by address when possible (or
alphabetically if not applicable).

It also updates the following features:
- uses proper serial uart (only USART3 is accessible),
- fixes gpio-keys active level and rename,
- moves leds to pwm support (using tcb-pwm driver) and rename as well,
- re-sizes nand mtd partitions and
- updates chosen-node (bootargs + set linux stdout path to DBGU),


The whole series is
Acked-by: Alexandre Belloni 



Thanks
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [PATCH v3 0/7] ARM: at91/dt: kizbox: update and rename to at91-kizbox

2015-04-30 Thread Alexandre Belloni
On 30/04/2015 at 09:33:31 +0200, Gaël PORTAY wrote :
> Hi,
> 
> This patchset renames the kizbox board into at91-kizbox to match AT91 naming
> convention, sanitize and sorts nodes by address when possible (or
> alphabetically if not applicable).
> 
> It also updates the following features:
> - uses proper serial uart (only USART3 is accessible),
> - fixes gpio-keys active level and rename,
> - moves leds to pwm support (using tcb-pwm driver) and rename as well,
> - re-sizes nand mtd partitions and
> - updates chosen-node (bootargs + set linux stdout path to DBGU),
> 

The whole series is
Acked-by: Alexandre Belloni 


-- 
Alexandre Belloni, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [PATCH v3 0/7] ARM: at91/dt: kizbox: update and rename to at91-kizbox

2015-04-30 Thread Alexandre Belloni
On 30/04/2015 at 09:33:31 +0200, Gaël PORTAY wrote :
 Hi,
 
 This patchset renames the kizbox board into at91-kizbox to match AT91 naming
 convention, sanitize and sorts nodes by address when possible (or
 alphabetically if not applicable).
 
 It also updates the following features:
 - uses proper serial uart (only USART3 is accessible),
 - fixes gpio-keys active level and rename,
 - moves leds to pwm support (using tcb-pwm driver) and rename as well,
 - re-sizes nand mtd partitions and
 - updates chosen-node (bootargs + set linux stdout path to DBGU),
 

The whole series is
Acked-by: Alexandre Belloni alexandre.bell...@free-electrons.com


-- 
Alexandre Belloni, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com
--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [PATCH v3 0/7] ARM: at91/dt: kizbox: update and rename to at91-kizbox

2015-04-30 Thread Gaël PORTAY

On 30/04/2015 09:42, Alexandre Belloni wrote:

On 30/04/2015 at 09:33:31 +0200, Gaël PORTAY wrote :

Hi,

This patchset renames the kizbox board into at91-kizbox to match AT91 naming
convention, sanitize and sorts nodes by address when possible (or
alphabetically if not applicable).

It also updates the following features:
- uses proper serial uart (only USART3 is accessible),
- fixes gpio-keys active level and rename,
- moves leds to pwm support (using tcb-pwm driver) and rename as well,
- re-sizes nand mtd partitions and
- updates chosen-node (bootargs + set linux stdout path to DBGU),


The whole series is
Acked-by: Alexandre Belloni alexandre.bell...@free-electrons.com



Thanks
--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [PATCH v3 0/7] ARM: at91/dt: kizbox: update and rename to at91-kizbox

2015-04-30 Thread Nicolas Ferre
Le 30/04/2015 09:33, Gaël PORTAY a écrit :
 Hi,
 
 This patchset renames the kizbox board into at91-kizbox to match AT91 naming
 convention, sanitize and sorts nodes by address when possible (or
 alphabetically if not applicable).
 
 It also updates the following features:
 - uses proper serial uart (only USART3 is accessible),
 - fixes gpio-keys active level and rename,
 - moves leds to pwm support (using tcb-pwm driver) and rename as well,
 - re-sizes nand mtd partitions and
 - updates chosen-node (bootargs + set linux stdout path to DBGU),
 
 Regards,
 Gaël PORTAY
 
 Changes since v1:
 - Split into patches for review
 
 Changes since v2:
 - Rebase onto v4.0.1
 - Change board-name in comments at rename (patch 1)
 
 Gaël PORTAY (7):
   ARM: at91/dt: kizbox: rename to at91-kizbox
   ARM: at91/dt: at91-kizbox: sanitize file
   ARM: at91/dt: at91-kizbox: user proper serial uart
   ARM: at91/dt: at91-kizbox: gpio-keys related changes
   ARM: at91/dt: at91-kizbox: leds related changes
   ARM: at91/dt: at91-kizbox: re-size nand partitions
   ARM: at91/dt: at91-kizbox: update chosen node

On the whole series:
Acked-by: Nicolas Ferre nicolas.fe...@atmel.com

Stacked on at91-4.2-dt (should also appear shortly in linux-next).

Thanks Gaël, bye.

  arch/arm/boot/dts/Makefile|   2 +-
  arch/arm/boot/dts/at91-kizbox.dts | 159 
 ++
  arch/arm/boot/dts/kizbox.dts  | 150 ---
  3 files changed, 160 insertions(+), 151 deletions(-)
  create mode 100644 arch/arm/boot/dts/at91-kizbox.dts
  delete mode 100644 arch/arm/boot/dts/kizbox.dts
 


-- 
Nicolas Ferre
--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/