Re: [PATCH] spi: prevent overriding established bus settings

2020-01-26 Thread Marcin Wojtas
niedz., 26 sty 2020 o 14:30 Jagan Teki napisał(a): > > On Thu, Nov 21, 2019 at 10:09 AM Marcin Wojtas wrote: > > > > The SPI stack relies on a proper bus speed/mode configuration > > by calling dm_spi_claim_bus(). However the hitherto code > > allowed to accidentally override those settings in >

Re: [PATCH] spi: prevent overriding established bus settings

2020-01-26 Thread Jagan Teki
On Thu, Nov 21, 2019 at 10:09 AM Marcin Wojtas wrote: > > The SPI stack relies on a proper bus speed/mode configuration > by calling dm_spi_claim_bus(). However the hitherto code > allowed to accidentally override those settings in > the spi_get_bus_and_cs() routine. > > The initially established

Re: [PATCH] spi: prevent overriding established bus settings

2019-12-10 Thread Marcin Wojtas
Hi, Any comments on the patch? Best regards, Marcin czw., 21 lis 2019 o 10:29 Marcin Wojtas napisał(a): > + Simon > > czw., 21 lis 2019 o 05:39 Marcin Wojtas napisał(a): > >> The SPI stack relies on a proper bus speed/mode configuration >> by calling dm_spi_claim_bus(). However the hitherto