Re: [PATCH v3 0/4] lis3: lis3lv02d_i2c: Add device tree support

2012-09-26 Thread Greg KH
On Mon, Sep 17, 2012 at 12:53:18PM +0530, AnilKumar Ch wrote:
 Adds device tree support to lis3lv02d_i2c driver. Along with this
 DT init is moved from core driver to individual drivers, with the
 current implementation some pdata is missing in lis3lv02d_i2c driver.
 
 Also adds platform data for lis331dlh driver to am335x-EVM. These
 patches were tested on AM335x-EVM.

None of these patches apply to any tree that I know of, what did you do
them against?  Please redo them against the char-next branch of
linux-next and resend them if you wish to see them applied.

thanks,

greg k-h
--
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 v3 0/4] lis3: lis3lv02d_i2c: Add device tree support

2012-09-26 Thread Andrew Morton
On Wed, 26 Sep 2012 13:24:00 -0700
Greg KH gre...@linuxfoundation.org wrote:

 On Mon, Sep 17, 2012 at 12:53:18PM +0530, AnilKumar Ch wrote:
  Adds device tree support to lis3lv02d_i2c driver. Along with this
  DT init is moved from core driver to individual drivers, with the
  current implementation some pdata is missing in lis3lv02d_i2c driver.
  
  Also adds platform data for lis331dlh driver to am335x-EVM. These
  patches were tested on AM335x-EVM.
 
 None of these patches apply to any tree that I know of, what did you do
 them against?  Please redo them against the char-next branch of
 linux-next and resend them if you wish to see them applied.

Presumably they're against eariler patches whcih you don't have.  I'm
presently sitting on

drivers-misc-lis3lv02d-add-generic-dt-matching-code.patch
drivers-misc-lis3lv02d-add-generic-dt-matching-code-fix.patch
drivers-misc-lis3lv02d-lis3lv02d_spic-add-dt-matching-table-passthru-code.patch
drivers-misc-lis3lv02d-lis3lv02d_spic-add-dt-matching-table-passthru-code-fix.patch
drivers-misc-lis3lv02d-lis3lv02d_spic-add-dt-matching-table-passthru-code-fix-fix.patch
drivers-misc-lis3lv02d-remove-lis3lv02d-driver-dt-init.patch
drivers-misc-lis3lv02d-lis3lv02d_spic-add-lis3lv02d-device-tree-init.patch
drivers-misc-lis3lv02d-lis3lv02d_spic-add-lis3lv02d-device-tree-init-fix.patch
drivers-misc-lis3lv02d-lis3lv02d_i2cc-add-lis3lv02d-device-tree-init.patch
drivers-misc-lis3lv02d-lis3lv02d_i2cc-add-lis3lv02d-device-tree-init-fix.patch
drivers-misc-lis3lv02d-fix-some-comments-specific-to-lis331dlh-driver.patch

--
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 v3 0/4] lis3: lis3lv02d_i2c: Add device tree support

2012-09-26 Thread Greg KH
On Wed, Sep 26, 2012 at 01:34:50PM -0700, Andrew Morton wrote:
 On Wed, 26 Sep 2012 13:24:00 -0700
 Greg KH gre...@linuxfoundation.org wrote:
 
  On Mon, Sep 17, 2012 at 12:53:18PM +0530, AnilKumar Ch wrote:
   Adds device tree support to lis3lv02d_i2c driver. Along with this
   DT init is moved from core driver to individual drivers, with the
   current implementation some pdata is missing in lis3lv02d_i2c driver.
   
   Also adds platform data for lis331dlh driver to am335x-EVM. These
   patches were tested on AM335x-EVM.
  
  None of these patches apply to any tree that I know of, what did you do
  them against?  Please redo them against the char-next branch of
  linux-next and resend them if you wish to see them applied.
 
 Presumably they're against eariler patches whcih you don't have.  I'm
 presently sitting on
 
 drivers-misc-lis3lv02d-add-generic-dt-matching-code.patch
 drivers-misc-lis3lv02d-add-generic-dt-matching-code-fix.patch
 drivers-misc-lis3lv02d-lis3lv02d_spic-add-dt-matching-table-passthru-code.patch
 drivers-misc-lis3lv02d-lis3lv02d_spic-add-dt-matching-table-passthru-code-fix.patch
 drivers-misc-lis3lv02d-lis3lv02d_spic-add-dt-matching-table-passthru-code-fix-fix.patch
 drivers-misc-lis3lv02d-remove-lis3lv02d-driver-dt-init.patch
 drivers-misc-lis3lv02d-lis3lv02d_spic-add-lis3lv02d-device-tree-init.patch
 drivers-misc-lis3lv02d-lis3lv02d_spic-add-lis3lv02d-device-tree-init-fix.patch
 drivers-misc-lis3lv02d-lis3lv02d_i2cc-add-lis3lv02d-device-tree-init.patch
 drivers-misc-lis3lv02d-lis3lv02d_i2cc-add-lis3lv02d-device-tree-init-fix.patch
 drivers-misc-lis3lv02d-fix-some-comments-specific-to-lis331dlh-driver.patch

Care to send them to me so that I can get them to Linus for the 3.7
merge window?  I do keep the char-misc tree for these types of things :)

thanks,

greg k-h
--
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 v3 0/4] lis3: lis3lv02d_i2c: Add device tree support

2012-09-26 Thread Andrew Morton
On Wed, 26 Sep 2012 13:44:03 -0700
Greg KH gre...@linuxfoundation.org wrote:

 On Wed, Sep 26, 2012 at 01:34:50PM -0700, Andrew Morton wrote:
  On Wed, 26 Sep 2012 13:24:00 -0700
  Greg KH gre...@linuxfoundation.org wrote:
  
   On Mon, Sep 17, 2012 at 12:53:18PM +0530, AnilKumar Ch wrote:
Adds device tree support to lis3lv02d_i2c driver. Along with this
DT init is moved from core driver to individual drivers, with the
current implementation some pdata is missing in lis3lv02d_i2c driver.

Also adds platform data for lis331dlh driver to am335x-EVM. These
patches were tested on AM335x-EVM.
   
   None of these patches apply to any tree that I know of, what did you do
   them against?  Please redo them against the char-next branch of
   linux-next and resend them if you wish to see them applied.
  
  Presumably they're against eariler patches whcih you don't have.  I'm
  presently sitting on
  
  drivers-misc-lis3lv02d-add-generic-dt-matching-code.patch
  drivers-misc-lis3lv02d-add-generic-dt-matching-code-fix.patch
  drivers-misc-lis3lv02d-lis3lv02d_spic-add-dt-matching-table-passthru-code.patch
  drivers-misc-lis3lv02d-lis3lv02d_spic-add-dt-matching-table-passthru-code-fix.patch
  drivers-misc-lis3lv02d-lis3lv02d_spic-add-dt-matching-table-passthru-code-fix-fix.patch
  drivers-misc-lis3lv02d-remove-lis3lv02d-driver-dt-init.patch
  drivers-misc-lis3lv02d-lis3lv02d_spic-add-lis3lv02d-device-tree-init.patch
  drivers-misc-lis3lv02d-lis3lv02d_spic-add-lis3lv02d-device-tree-init-fix.patch
  drivers-misc-lis3lv02d-lis3lv02d_i2cc-add-lis3lv02d-device-tree-init.patch
  drivers-misc-lis3lv02d-lis3lv02d_i2cc-add-lis3lv02d-device-tree-init-fix.patch
  drivers-misc-lis3lv02d-fix-some-comments-specific-to-lis331dlh-driver.patch
 
 Care to send them to me so that I can get them to Linus for the 3.7
 merge window?

OK.

  I do keep the char-misc tree for these types of things :)

I've actually been doing this miscdev driver since day one.  I'm happy
to hand over the keys but please review the patches carefully and try not to
miss stuff!
--
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 v3 0/4] lis3: lis3lv02d_i2c: Add device tree support

2012-09-26 Thread Greg KH
On Wed, Sep 26, 2012 at 01:54:12PM -0700, Andrew Morton wrote:
 On Wed, 26 Sep 2012 13:44:03 -0700
 Greg KH gre...@linuxfoundation.org wrote:
 
  On Wed, Sep 26, 2012 at 01:34:50PM -0700, Andrew Morton wrote:
   On Wed, 26 Sep 2012 13:24:00 -0700
   Greg KH gre...@linuxfoundation.org wrote:
   
On Mon, Sep 17, 2012 at 12:53:18PM +0530, AnilKumar Ch wrote:
 Adds device tree support to lis3lv02d_i2c driver. Along with this
 DT init is moved from core driver to individual drivers, with the
 current implementation some pdata is missing in lis3lv02d_i2c driver.
 
 Also adds platform data for lis331dlh driver to am335x-EVM. These
 patches were tested on AM335x-EVM.

None of these patches apply to any tree that I know of, what did you do
them against?  Please redo them against the char-next branch of
linux-next and resend them if you wish to see them applied.
   
   Presumably they're against eariler patches whcih you don't have.  I'm
   presently sitting on
   
   drivers-misc-lis3lv02d-add-generic-dt-matching-code.patch
   drivers-misc-lis3lv02d-add-generic-dt-matching-code-fix.patch
   drivers-misc-lis3lv02d-lis3lv02d_spic-add-dt-matching-table-passthru-code.patch
   drivers-misc-lis3lv02d-lis3lv02d_spic-add-dt-matching-table-passthru-code-fix.patch
   drivers-misc-lis3lv02d-lis3lv02d_spic-add-dt-matching-table-passthru-code-fix-fix.patch
   drivers-misc-lis3lv02d-remove-lis3lv02d-driver-dt-init.patch
   drivers-misc-lis3lv02d-lis3lv02d_spic-add-lis3lv02d-device-tree-init.patch
   drivers-misc-lis3lv02d-lis3lv02d_spic-add-lis3lv02d-device-tree-init-fix.patch
   drivers-misc-lis3lv02d-lis3lv02d_i2cc-add-lis3lv02d-device-tree-init.patch
   drivers-misc-lis3lv02d-lis3lv02d_i2cc-add-lis3lv02d-device-tree-init-fix.patch
   drivers-misc-lis3lv02d-fix-some-comments-specific-to-lis331dlh-driver.patch
  
  Care to send them to me so that I can get them to Linus for the 3.7
  merge window?
 
 OK.
 
   I do keep the char-misc tree for these types of things :)
 
 I've actually been doing this miscdev driver since day one.  I'm happy
 to hand over the keys but please review the patches carefully and try not to
 miss stuff!

Will do, thanks.

greg k-h
--
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 v3 0/4] lis3: lis3lv02d_i2c: Add device tree support

2012-09-17 Thread AnilKumar Ch
Adds device tree support to lis3lv02d_i2c driver. Along with this
DT init is moved from core driver to individual drivers, with the
current implementation some pdata is missing in lis3lv02d_i2c driver.

Also adds platform data for lis331dlh driver to am335x-EVM. These
patches were tested on AM335x-EVM.

Changes from v2:
- Added documentation details specific to lis3lv02d_i2c
  driver with example node
- Modified DTS node representation in .dts file
- Removed -i2c string from compatible name

Changes from v1:
- Moved lis3lv02d_init_dt to individual drivers with
  some code clean-up.
- Added lis331dlh compatible entry for lis331dlh parts

AnilKumar Ch (4):
  lis3: lis3lv02d: remove lis3lv02d driver DT init
  lis3: lis3lv02d_spi: Add lis3lv02d device tree init
  lis3: lis3lv02d_i2c: Add lis3lv02d device tree init
  ARM: dts: AM33XX: Add lis331dlh device tree data to am335x-evm

 Documentation/devicetree/bindings/misc/lis302.txt |   36 +++
 arch/arm/boot/dts/am335x-evm.dts  |   39 +
 drivers/misc/lis3lv02d/lis3lv02d.c|8 ++---
 drivers/misc/lis3lv02d/lis3lv02d.h|1 +
 drivers/misc/lis3lv02d/lis3lv02d_i2c.c|   18 ++
 drivers/misc/lis3lv02d/lis3lv02d_spi.c|8 +++--
 6 files changed, 101 insertions(+), 9 deletions(-)

-- 
1.7.9.5

--
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 v3 0/4] lis3: lis3lv02d_i2c: Add device tree support

2012-09-17 Thread Arnd Bergmann
On Monday 17 September 2012, AnilKumar Ch wrote:
 Adds device tree support to lis3lv02d_i2c driver. Along with this
 DT init is moved from core driver to individual drivers, with the
 current implementation some pdata is missing in lis3lv02d_i2c driver.
 
 Also adds platform data for lis331dlh driver to am335x-EVM. These
 patches were tested on AM335x-EVM.

Looks good to me.

Reviewed-by: Arnd Bergmann a...@arndb.de
--
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