Re: Re: [PATCH] spi/s3c64xx: Update DT binding documentation to match code

2014-03-09 Thread Mark Brown
On Fri, Mar 07, 2014 at 10:04:54AM +, GIRISH K S wrote: > Samsung Enterprise Portal mySingle > >

Re: [PATCH] spi/s3c64xx: Update DT binding documentation to match code

2014-03-09 Thread Mark Brown
On Fri, Mar 07, 2014 at 09:19:08AM +, Charles Keepax wrote: > On Fri, Mar 07, 2014 at 10:48:41AM +0800, Mark Brown wrote: > > On Thu, Mar 06, 2014 at 05:05:39PM +, Charles Keepax wrote: > > > It updated the device tree binding to require a "cs-gpio" property to be > > > specified on the sp

Re: Re: [PATCH] spi/s3c64xx: Update DT binding documentation to match code

2014-03-07 Thread Charles Keepax
On Fri, Mar 07, 2014 at 10:04:53AM +, GIRISH K S wrote: > Hello Charles, instead of the binding modification I shall > handle it in the driver probe function by getting child > node using the api of_get_child_by_name(child-node, > "controller-data) and then use of_find_property to parse > the c

Re: [PATCH] spi/s3c64xx: Update DT binding documentation to match code

2014-03-07 Thread Charles Keepax
On Fri, Mar 07, 2014 at 10:48:41AM +0800, Mark Brown wrote: > On Thu, Mar 06, 2014 at 05:05:39PM +, Charles Keepax wrote: > > > The following patch added support for spi controllers with a dedicated > > chip select pin: > > > > commit 3146beec21b64f4551fcf0ac148381d54dc41b1b > > spi: s3c64xx:

Re: [PATCH] spi/s3c64xx: Update DT binding documentation to match code

2014-03-06 Thread Mark Brown
On Thu, Mar 06, 2014 at 05:05:39PM +, Charles Keepax wrote: > The following patch added support for spi controllers with a dedicated > chip select pin: > > commit 3146beec21b64f4551fcf0ac148381d54dc41b1b > spi: s3c64xx: Added provision for dedicated cs pin > > It updated the device tree bind

[PATCH] spi/s3c64xx: Update DT binding documentation to match code

2014-03-06 Thread Charles Keepax
The following patch added support for spi controllers with a dedicated chip select pin: commit 3146beec21b64f4551fcf0ac148381d54dc41b1b spi: s3c64xx: Added provision for dedicated cs pin It updated the device tree binding to require a "cs-gpio" property to be specified on the spi controller node