Re: [PATCH v2] spi: Setup the master controller driver before setting the chipselect

2015-10-27 Thread Mark Brown
On Tue, Oct 27, 2015 at 07:22:51AM -0500, Franklin S Cooper Jr. wrote: > I don't see that you pulled this patch into your topic/core branch just yet. > Would you prefer > for me to shoot a v3 with Andy's tested by or will you just add it when your > ready to > pull it in? Please fix your mail

Re: [PATCH v2] spi: Setup the master controller driver before setting the chipselect

2015-10-27 Thread Grygorii Strashko
On 10/27/2015 03:11 PM, Grygorii Strashko wrote: On 10/27/2015 02:22 PM, Franklin S Cooper Jr. wrote: On 10/16/2015 10:55 AM, Andy Shevchenko wrote: On Fri, Oct 16, 2015 at 6:47 PM, Franklin S Cooper Jr. wrote: On 10/16/2015 10:45 AM, Andy Shevchenko wrote: On Fri, Oct 16, 2015 at 6:29

Re: [PATCH v2] spi: Setup the master controller driver before setting the chipselect

2015-10-27 Thread Grygorii Strashko
On 10/27/2015 02:22 PM, Franklin S Cooper Jr. wrote: On 10/16/2015 10:55 AM, Andy Shevchenko wrote: On Fri, Oct 16, 2015 at 6:47 PM, Franklin S Cooper Jr. wrote: On 10/16/2015 10:45 AM, Andy Shevchenko wrote: On Fri, Oct 16, 2015 at 6:29 PM, Franklin S Cooper Jr wrote: SPI controllers

Re: [PATCH v2] spi: Setup the master controller driver before setting the chipselect

2015-10-27 Thread Franklin S Cooper Jr.
On 10/16/2015 10:55 AM, Andy Shevchenko wrote: > On Fri, Oct 16, 2015 at 6:47 PM, Franklin S Cooper Jr. wrote: >> >> On 10/16/2015 10:45 AM, Andy Shevchenko wrote: >>> On Fri, Oct 16, 2015 at 6:29 PM, Franklin S Cooper Jr >>> wrote: SPI controllers may need to be properly setup before

Re: [PATCH v2] spi: Setup the master controller driver before setting the chipselect

2015-10-27 Thread Grygorii Strashko
On 10/27/2015 03:11 PM, Grygorii Strashko wrote: On 10/27/2015 02:22 PM, Franklin S Cooper Jr. wrote: On 10/16/2015 10:55 AM, Andy Shevchenko wrote: On Fri, Oct 16, 2015 at 6:47 PM, Franklin S Cooper Jr. wrote: On 10/16/2015 10:45 AM, Andy Shevchenko wrote: On Fri, Oct

Re: [PATCH v2] spi: Setup the master controller driver before setting the chipselect

2015-10-27 Thread Grygorii Strashko
On 10/27/2015 02:22 PM, Franklin S Cooper Jr. wrote: On 10/16/2015 10:55 AM, Andy Shevchenko wrote: On Fri, Oct 16, 2015 at 6:47 PM, Franklin S Cooper Jr. wrote: On 10/16/2015 10:45 AM, Andy Shevchenko wrote: On Fri, Oct 16, 2015 at 6:29 PM, Franklin S Cooper Jr

Re: [PATCH v2] spi: Setup the master controller driver before setting the chipselect

2015-10-27 Thread Franklin S Cooper Jr.
On 10/16/2015 10:55 AM, Andy Shevchenko wrote: > On Fri, Oct 16, 2015 at 6:47 PM, Franklin S Cooper Jr. wrote: >> >> On 10/16/2015 10:45 AM, Andy Shevchenko wrote: >>> On Fri, Oct 16, 2015 at 6:29 PM, Franklin S Cooper Jr >>> wrote: SPI controllers may

Re: [PATCH v2] spi: Setup the master controller driver before setting the chipselect

2015-10-27 Thread Mark Brown
On Tue, Oct 27, 2015 at 07:22:51AM -0500, Franklin S Cooper Jr. wrote: > I don't see that you pulled this patch into your topic/core branch just yet. > Would you prefer > for me to shoot a v3 with Andy's tested by or will you just add it when your > ready to > pull it in? Please fix your mail

Re: [PATCH v2] spi: Setup the master controller driver before setting the chipselect

2015-10-16 Thread Andy Shevchenko
On Fri, Oct 16, 2015 at 6:47 PM, Franklin S Cooper Jr. wrote: > > > On 10/16/2015 10:45 AM, Andy Shevchenko wrote: >> On Fri, Oct 16, 2015 at 6:29 PM, Franklin S Cooper Jr wrote: >>> SPI controllers may need to be properly setup before chip selects >>> can be used. Therefore, wait until the spi

Re: [PATCH v2] spi: Setup the master controller driver before setting the chipselect

2015-10-16 Thread Franklin S Cooper Jr.
On 10/16/2015 10:45 AM, Andy Shevchenko wrote: > On Fri, Oct 16, 2015 at 6:29 PM, Franklin S Cooper Jr wrote: >> SPI controllers may need to be properly setup before chip selects >> can be used. Therefore, wait until the spi controller has a chance >> to perform their setup procedure before

Re: [PATCH v2] spi: Setup the master controller driver before setting the chipselect

2015-10-16 Thread Andy Shevchenko
On Fri, Oct 16, 2015 at 6:29 PM, Franklin S Cooper Jr wrote: > SPI controllers may need to be properly setup before chip selects > can be used. Therefore, wait until the spi controller has a chance > to perform their setup procedure before trying to use the chip > select. > > This also insures

[PATCH v2] spi: Setup the master controller driver before setting the chipselect

2015-10-16 Thread Franklin S Cooper Jr
SPI controllers may need to be properly setup before chip selects can be used. Therefore, wait until the spi controller has a chance to perform their setup procedure before trying to use the chip select. This also insures that the chip selects pins are in a good state before asseting them which

[PATCH v2] spi: Setup the master controller driver before setting the chipselect

2015-10-16 Thread Franklin S Cooper Jr
SPI controllers may need to be properly setup before chip selects can be used. Therefore, wait until the spi controller has a chance to perform their setup procedure before trying to use the chip select. This also insures that the chip selects pins are in a good state before asseting them which

Re: [PATCH v2] spi: Setup the master controller driver before setting the chipselect

2015-10-16 Thread Andy Shevchenko
On Fri, Oct 16, 2015 at 6:29 PM, Franklin S Cooper Jr wrote: > SPI controllers may need to be properly setup before chip selects > can be used. Therefore, wait until the spi controller has a chance > to perform their setup procedure before trying to use the chip > select. > > This

Re: [PATCH v2] spi: Setup the master controller driver before setting the chipselect

2015-10-16 Thread Andy Shevchenko
On Fri, Oct 16, 2015 at 6:47 PM, Franklin S Cooper Jr. wrote: > > > On 10/16/2015 10:45 AM, Andy Shevchenko wrote: >> On Fri, Oct 16, 2015 at 6:29 PM, Franklin S Cooper Jr wrote: >>> SPI controllers may need to be properly setup before chip selects >>> can be

Re: [PATCH v2] spi: Setup the master controller driver before setting the chipselect

2015-10-16 Thread Franklin S Cooper Jr.
On 10/16/2015 10:45 AM, Andy Shevchenko wrote: > On Fri, Oct 16, 2015 at 6:29 PM, Franklin S Cooper Jr wrote: >> SPI controllers may need to be properly setup before chip selects >> can be used. Therefore, wait until the spi controller has a chance >> to perform their setup