RE: [PATCH-V2 0/6] ARM: dts: AM33XX: Cleanup and pinctrl binding support

2013-03-29 Thread Hiremath, Vaibhav
 -Original Message-
 From: Cousson, Benoit
 Sent: Thursday, March 28, 2013 5:57 PM
 To: Hiremath, Vaibhav
 Cc: linux-omap@vger.kernel.org; linux-arm-ker...@lists.infradead.org;
 devicetree-disc...@lists.ozlabs.org; Porter, Matt; jac...@sunsite.dk
 Subject: Re: [PATCH-V2 0/6] ARM: dts: AM33XX: Cleanup and pinctrl
 binding support
 
 Hi Vaibhav,
 
 The series looks good to me, but unfortunately does not apply cleanly
 on
 top of the latest for_3.10/dts branch.
 
 Could you rebase it?
 
Benoit,

You can simply skip below two patches,

[PATCH 1/6] ARM: dts: AM33XX: Fix the i2c numbering to match hardware/TRM
[PATCH 3/6] ARM: dts: AM33XX: Fix gpio numbering to match hardware/TRM


You have already merged Anil Kumar's patch into your branch.

commit 9115b7c03565b5797714b2e819f6a79f040d8782
Author: AnilKumar Ch anilku...@ti.com
Date:   Wed Nov 21 17:22:17 2012 +0530

ARM: dts: AM33XX: Rename I2C and GPIO nodes



NOTE: I have build and boot tested by skipping above 2 patches.

Thanks,
Vaibhav
--
To unsubscribe from this list: send the line unsubscribe linux-omap in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[PATCH-V2 0/6] ARM: dts: AM33XX: Cleanup and pinctrl binding support

2013-03-28 Thread Vaibhav Hiremath
This patch series fixes the numbering schema for I2C and GPIO
module and adds the pin-control binding for I2C, UART, GPIO-LED across
supported platforms (EVM, EVM-SK and Bone).

I have divided patches based on functionality and _not_
into EVM/Board perspective.

Changes from V1: (no code change from last version, except uart)
- Added Acked-by from Matt Porter and Peter Korsgaard
  on couple of patches.
- Added new patch (PATCH 5/6) in the series for UART
  indexing fix

Vaibhav Hiremath (6):
  ARM: dts: AM33XX: Fix the i2c numbering to match hardware/TRM
  ARM: dts: AM33XX: Add default pinctrl binding for I2C device
  ARM: dts: AM33XX: Fix gpio numbering to match hardware/TRM
  ARM: dts: AM33XX: Add pinctrl binding to gpio-leds node
  ARM: dts: AM33XX: Fix uart numbering to match hardware/TRM
  ARM: dts: AM33XX: Add default pinctrl binding for UART0 device

 arch/arm/boot/dts/am335x-bone.dts  |   37 +-
 arch/arm/boot/dts/am335x-evm.dts   |   50 ---
 arch/arm/boot/dts/am335x-evmsk.dts |   45 
 arch/arm/boot/dts/am33xx.dtsi  |   38 +-
 4 files changed, 123 insertions(+), 47 deletions(-)

--
To unsubscribe from this list: send the line unsubscribe linux-omap in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH-V2 0/6] ARM: dts: AM33XX: Cleanup and pinctrl binding support

2013-03-28 Thread Benoit Cousson
Hi Vaibhav,

The series looks good to me, but unfortunately does not apply cleanly on
top of the latest for_3.10/dts branch.

Could you rebase it?

Thanks,
Benoit

On 03/28/2013 07:42 AM, Vaibhav Hiremath wrote:
 This patch series fixes the numbering schema for I2C and GPIO
 module and adds the pin-control binding for I2C, UART, GPIO-LED across
 supported platforms (EVM, EVM-SK and Bone).
 
 I have divided patches based on functionality and _not_
 into EVM/Board perspective.
 
 Changes from V1: (no code change from last version, except uart)
   - Added Acked-by from Matt Porter and Peter Korsgaard
 on couple of patches.
   - Added new patch (PATCH 5/6) in the series for UART
 indexing fix
 
 Vaibhav Hiremath (6):
   ARM: dts: AM33XX: Fix the i2c numbering to match hardware/TRM
   ARM: dts: AM33XX: Add default pinctrl binding for I2C device
   ARM: dts: AM33XX: Fix gpio numbering to match hardware/TRM
   ARM: dts: AM33XX: Add pinctrl binding to gpio-leds node
   ARM: dts: AM33XX: Fix uart numbering to match hardware/TRM
   ARM: dts: AM33XX: Add default pinctrl binding for UART0 device
 
  arch/arm/boot/dts/am335x-bone.dts  |   37 +-
  arch/arm/boot/dts/am335x-evm.dts   |   50 ---
  arch/arm/boot/dts/am335x-evmsk.dts |   45 
  arch/arm/boot/dts/am33xx.dtsi  |   38 +-
  4 files changed, 123 insertions(+), 47 deletions(-)
 

--
To unsubscribe from this list: send the line unsubscribe linux-omap in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html