Re: [PATCH v2 0/3] Add support for ADC on am437x-gp and am43x-epos-evm

2014-11-20 Thread Paul Walmsley
On Fri, 14 Nov 2014, Tony Lindgren wrote:

 * Vignesh R vigne...@ti.com [141113 20:09]:
  
  On Tuesday 04 November 2014 04:45 PM, Vignesh R wrote:
   This series of patches enable ADC on am437x-gp-evm and am43x-epos-evm.
   The ADC clock hwmod data of am33xx has been moved to commom place so that
   both am43xx and am33xx can reuse them.
   tscadc DT node has been adided to am437x-gp and am43x-epos dt files.
   With these patches, ADC functionalities are now available on am43xx.
   
   Changelog:
   
   v2:
   Removed phy addresses in hwmod. Using DT instead.
   Removed unused ti,am4372 compatible string.
   Use macro to set clk domain name.
   Fixed subject format of all patches
   
  
  Please accept these patches.
 
 Adding Paul to Cc, I don't think Paul has seen these, probably because
 get_maintainer.pl did not catch these hwmod files?

Yeah we didn't have top-level coverage for the data files and my 
attempts to find other in-depth reviewers has so far failed.  So just sent 
this:

http://marc.info/?l=linux-omapm=141650684712440w=2

Want to take it upstream?


- Paul
--
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/3] Add support for ADC on am437x-gp and am43x-epos-evm

2014-11-14 Thread Tony Lindgren
* Vignesh R vigne...@ti.com [141113 20:09]:
 
 On Tuesday 04 November 2014 04:45 PM, Vignesh R wrote:
  This series of patches enable ADC on am437x-gp-evm and am43x-epos-evm.
  The ADC clock hwmod data of am33xx has been moved to commom place so that
  both am43xx and am33xx can reuse them.
  tscadc DT node has been adided to am437x-gp and am43x-epos dt files.
  With these patches, ADC functionalities are now available on am43xx.
  
  Changelog:
  
  v2:
  Removed phy addresses in hwmod. Using DT instead.
  Removed unused ti,am4372 compatible string.
  Use macro to set clk domain name.
  Fixed subject format of all patches
  
 
 Please accept these patches.

Adding Paul to Cc, I don't think Paul has seen these, probably because
get_maintainer.pl did not catch these hwmod files?

Regards,

Tony
 
  Vignesh R (3):
ARM: OMAP2+: hwmod: AM335x/AM43x: Move am33xx_l4_hs_hwmod to
  ipblock_data
ARM: OMAP2+: hwmod: AM335x/AM43x: add hwmod support for tscadc on
  am43x-evm
ARM: dts: AM43xx: add tscadc DT entries for am437x-evm and
  am43x-epos-evm
  
   arch/arm/boot/dts/am4372.dtsi  | 20 ++
   arch/arm/boot/dts/am437x-gp-evm.dts|  8 +++
   arch/arm/boot/dts/am43x-epos-evm.dts   |  8 +++
   .../mach-omap2/omap_hwmod_33xx_43xx_common_data.h  |  2 +
   .../mach-omap2/omap_hwmod_33xx_43xx_ipblock_data.c | 71 
  ++
   arch/arm/mach-omap2/omap_hwmod_33xx_data.c | 64 ---
   arch/arm/mach-omap2/omap_hwmod_43xx_data.c |  1 +
   7 files changed, 110 insertions(+), 64 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/3] Add support for ADC on am437x-gp and am43x-epos-evm

2014-11-13 Thread Vignesh R

On Tuesday 04 November 2014 04:45 PM, Vignesh R wrote:
 This series of patches enable ADC on am437x-gp-evm and am43x-epos-evm.
 The ADC clock hwmod data of am33xx has been moved to commom place so that
 both am43xx and am33xx can reuse them.
 tscadc DT node has been adided to am437x-gp and am43x-epos dt files.
 With these patches, ADC functionalities are now available on am43xx.
 
 Changelog:
 
 v2:
 Removed phy addresses in hwmod. Using DT instead.
 Removed unused ti,am4372 compatible string.
 Use macro to set clk domain name.
 Fixed subject format of all patches
 

Please accept these patches.

Regards
Vignesh R

 Vignesh R (3):
   ARM: OMAP2+: hwmod: AM335x/AM43x: Move am33xx_l4_hs_hwmod to
 ipblock_data
   ARM: OMAP2+: hwmod: AM335x/AM43x: add hwmod support for tscadc on
 am43x-evm
   ARM: dts: AM43xx: add tscadc DT entries for am437x-evm and
 am43x-epos-evm
 
  arch/arm/boot/dts/am4372.dtsi  | 20 ++
  arch/arm/boot/dts/am437x-gp-evm.dts|  8 +++
  arch/arm/boot/dts/am43x-epos-evm.dts   |  8 +++
  .../mach-omap2/omap_hwmod_33xx_43xx_common_data.h  |  2 +
  .../mach-omap2/omap_hwmod_33xx_43xx_ipblock_data.c | 71 
 ++
  arch/arm/mach-omap2/omap_hwmod_33xx_data.c | 64 ---
  arch/arm/mach-omap2/omap_hwmod_43xx_data.c |  1 +
  7 files changed, 110 insertions(+), 64 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


[PATCH v2 0/3] Add support for ADC on am437x-gp and am43x-epos-evm

2014-11-04 Thread Vignesh R
This series of patches enable ADC on am437x-gp-evm and am43x-epos-evm.
The ADC clock hwmod data of am33xx has been moved to commom place so that
both am43xx and am33xx can reuse them.
tscadc DT node has been adided to am437x-gp and am43x-epos dt files.
With these patches, ADC functionalities are now available on am43xx.

Changelog:

v2:
Removed phy addresses in hwmod. Using DT instead.
Removed unused ti,am4372 compatible string.
Use macro to set clk domain name.
Fixed subject format of all patches

Vignesh R (3):
  ARM: OMAP2+: hwmod: AM335x/AM43x: Move am33xx_l4_hs_hwmod to
ipblock_data
  ARM: OMAP2+: hwmod: AM335x/AM43x: add hwmod support for tscadc on
am43x-evm
  ARM: dts: AM43xx: add tscadc DT entries for am437x-evm and
am43x-epos-evm

 arch/arm/boot/dts/am4372.dtsi  | 20 ++
 arch/arm/boot/dts/am437x-gp-evm.dts|  8 +++
 arch/arm/boot/dts/am43x-epos-evm.dts   |  8 +++
 .../mach-omap2/omap_hwmod_33xx_43xx_common_data.h  |  2 +
 .../mach-omap2/omap_hwmod_33xx_43xx_ipblock_data.c | 71 ++
 arch/arm/mach-omap2/omap_hwmod_33xx_data.c | 64 ---
 arch/arm/mach-omap2/omap_hwmod_43xx_data.c |  1 +
 7 files changed, 110 insertions(+), 64 deletions(-)

-- 
1.9.1

--
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