Re: [PATCH] spi: xilinx: Use standard num-cs binding

2015-03-31 Thread Mark Brown
On Tue, Mar 31, 2015 at 01:25:07PM +0200, Michal Simek wrote: > On 03/31/2015 01:16 PM, Mark Brown wrote: > > Well, there's a lot of existing users to check and clean up some of > > which currently rely on it which will take time to deal with. Removing > > it while some drivers rely on using it i

Re: [PATCH] spi: xilinx: Use standard num-cs binding

2015-03-31 Thread Michal Simek
On 03/31/2015 01:16 PM, Mark Brown wrote: > On Tue, Mar 31, 2015 at 10:16:57AM +0200, Michal Simek wrote: >> On 03/31/2015 07:47 AM, Mark Brown wrote: > >>> num-cs *is* a software setting. > >> ok - what to do with that? Remove it because it shouldn't be passed via DT? > > Well, there's a lot of

Re: [PATCH] spi: xilinx: Use standard num-cs binding

2015-03-31 Thread Mark Brown
On Tue, Mar 31, 2015 at 10:16:57AM +0200, Michal Simek wrote: > On 03/31/2015 07:47 AM, Mark Brown wrote: > > num-cs *is* a software setting. > ok - what to do with that? Remove it because it shouldn't be passed via DT? Well, there's a lot of existing users to check and clean up some of which cu

Re: [PATCH] spi: xilinx: Use standard num-cs binding

2015-03-31 Thread Michal Simek
On 03/31/2015 07:47 AM, Mark Brown wrote: > On Mon, Mar 30, 2015 at 08:46:10AM +0200, Michal Simek wrote: >> On 03/27/2015 06:53 PM, Mark Brown wrote: >>> On Fri, Mar 27, 2015 at 11:55:49AM +0100, Michal Simek wrote: > >>> Please fix your mail client to word wrap within paragraphs at less than >>>

Re: [PATCH] spi: xilinx: Use standard num-cs binding

2015-03-30 Thread Mark Brown
On Mon, Mar 30, 2015 at 08:46:10AM +0200, Michal Simek wrote: > On 03/27/2015 06:53 PM, Mark Brown wrote: > > On Fri, Mar 27, 2015 at 11:55:49AM +0100, Michal Simek wrote: > > Please fix your mail client to word wrap within paragraphs at less than > > 80 columns - this makes your mails easier to r

Re: [PATCH] spi: xilinx: Use standard num-cs binding

2015-03-29 Thread Michal Simek
Hi Mark, On 03/27/2015 06:53 PM, Mark Brown wrote: > On Fri, Mar 27, 2015 at 11:55:49AM +0100, Michal Simek wrote: > > Please fix your mail client to word wrap within paragraphs at less than > 80 columns - this makes your mails easier to read and reply to. You are the first one who had problem w

Re: [PATCH] spi: xilinx: Use standard num-cs binding

2015-03-27 Thread Mark Brown
On Fri, Mar 27, 2015 at 11:55:49AM +0100, Michal Simek wrote: Please fix your mail client to word wrap within paragraphs at less than 80 columns - this makes your mails easier to read and reply to. > On 03/08/2015 08:00 PM, Mark Brown wrote: > > On Fri, Jan 16, 2015 at 01:55:14PM +0100, Michal Si

Re: [PATCH] spi: xilinx: Use standard num-cs binding

2015-03-27 Thread Michal Simek
Hi Mark, On 03/08/2015 08:00 PM, Mark Brown wrote: > On Fri, Jan 16, 2015 at 01:55:14PM +0100, Michal Simek wrote: >> Use standard num-cs binding property and setup >> "xlnx,num-ss-bits" as deprecated. > > Why? These properties mean different things - num-cs is a bit confused > and is the total

Re: [PATCH] spi: xilinx: Use standard num-cs binding

2015-03-08 Thread Mark Brown
On Fri, Jan 16, 2015 at 01:55:14PM +0100, Michal Simek wrote: > Use standard num-cs binding property and setup > "xlnx,num-ss-bits" as deprecated. Why? These properties mean different things - num-cs is a bit confused and is the total number of available chip selects for the system (which could i

[RESENT PATCH] spi: xilinx: Use standard num-cs binding

2015-03-05 Thread Michal Simek
Use standard num-cs binding property and setup "xlnx,num-ss-bits" as deprecated. Signed-off-by: Michal Simek --- drivers/spi/spi-xilinx.c | 11 +-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/drivers/spi/spi-xilinx.c b/drivers/spi/spi-xilinx.c index 133f53a9c1d4..69313

Re: [PATCH] spi: xilinx: Use standard num-cs binding

2015-02-24 Thread Mark Brown
On Mon, Feb 23, 2015 at 11:22:02AM +0100, Michal Simek wrote: > On 02/14/2015 06:35 AM, Mark Brown wrote: > > Don't send content free quoted pings, they're just adding to the e-mail > > volume and hence wasting people's time. > How do you want me to send ping on pending patches? > Just send them

Re: [PATCH] spi: xilinx: Use standard num-cs binding

2015-02-23 Thread Michal Simek
Hi Mark, On 02/14/2015 06:35 AM, Mark Brown wrote: > On Wed, Feb 11, 2015 at 12:07:20PM +0100, Michal Simek wrote: >> 2015-01-16 13:55 GMT+01:00 Michal Simek : > >>> Use standard num-cs binding property and setup >>> "xlnx,num-ss-bits" as deprecated. > >> Any update on this one? > > Don't send

Re: [PATCH] spi: xilinx: Use standard num-cs binding

2015-02-13 Thread Mark Brown
On Wed, Feb 11, 2015 at 12:07:20PM +0100, Michal Simek wrote: > 2015-01-16 13:55 GMT+01:00 Michal Simek : > > Use standard num-cs binding property and setup > > "xlnx,num-ss-bits" as deprecated. > Any update on this one? Don't send content free quoted pings, they're just adding to the e-mail vol

Re: [PATCH] spi: xilinx: Use standard num-cs binding

2015-02-12 Thread Michal Simek
Hi Mark, On 01/16/2015 01:55 PM, Michal Simek wrote: > Use standard num-cs binding property and setup > "xlnx,num-ss-bits" as deprecated. > > Signed-off-by: Michal Simek > --- > > drivers/spi/spi-xilinx.c | 11 +-- > 1 file changed, 9 insertions(+), 2 deletions(-) > > diff --git a/dri

[PATCH] spi: xilinx: Use standard num-cs binding

2015-01-16 Thread Michal Simek
Use standard num-cs binding property and setup "xlnx,num-ss-bits" as deprecated. Signed-off-by: Michal Simek --- drivers/spi/spi-xilinx.c | 11 +-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/drivers/spi/spi-xilinx.c b/drivers/spi/spi-xilinx.c index 79bd84f43430..30e51