Re: [PATCH] [media] ir-spi: Fix issues with lirc API

2017-06-12 Thread Andi Shyti
Hi Anton, On Sun, May 07, 2017 at 11:00:11AM +1000, Anton Blanchard wrote: > From: Anton Blanchard > > The ir-spi driver has 2 issues which prevents it from working with > lirc: > > 1. The ir-spi driver uses 16 bits of SPI data to create one cycle of > the waveform. As such our SPI clock needs

[PATCH] [media] ir-spi: Fix issues with lirc API

2017-05-07 Thread Anton Blanchard
From: Anton Blanchard The ir-spi driver has 2 issues which prevents it from working with lirc: 1. The ir-spi driver uses 16 bits of SPI data to create one cycle of the waveform. As such our SPI clock needs to be 16x faster than the carrier frequency. The driver is inconsistent in how it current