[linux-sunxi] Re: [PATCH v3] input: Add support for ChipOne icn8318 based touchscreens

2015-03-22 Thread Hans de Goede
Hi, On 22-03-15 05:03, Dmitry Torokhov wrote: Hi Hans, On Tue, Mar 10, 2015 at 06:05:33PM +0100, Hans de Goede wrote: + error = devm_request_threaded_irq(dev, client-irq, NULL, icn8318_irq, + IRQF_TRIGGER_FALLING | IRQF_ONESHOT, Shouldn't we let

[linux-sunxi] Cubietruck kernel 4.0-rc4 platform cpufreq-dt: Driver cpufreq-dt requests probe deferral

2015-03-22 Thread Jim Bos
I enabled cpufreq-dt but something is wrong, I only seem to get probe deferral messages: $ grep cpufreq-dt dmesg.txt [1.986899] platform cpufreq-dt: Driver cpufreq-dt requests probe deferral [2.597085] platform cpufreq-dt: Driver cpufreq-dt requests probe deferral [3.180458]

[linux-sunxi] Re: [PATCH v2 0/2] ARM: dts: sunxi: Fix cpufreq instabilities

2015-03-22 Thread Maxime Ripard
On Fri, Mar 20, 2015 at 02:49:18PM +0800, Chen-Yu Tsai wrote: Hi Maxime, Here's v2 of the sunxi cpufreq dts fixes, aimed at 4.0. The first patch limits the Olimex A10-Lime to 912MHz, as a few people reported on IRC that it was unstable at 1008MHz. The second patch removes the

[linux-sunxi] Re: [PATCH v3] input: Add support for ChipOne icn8318 based touchscreens

2015-03-22 Thread Dmitry Torokhov
On Sun, Mar 22, 2015 at 12:00:55PM +0100, Hans de Goede wrote: Hi, On 22-03-15 05:03, Dmitry Torokhov wrote: Hi Hans, On Tue, Mar 10, 2015 at 06:05:33PM +0100, Hans de Goede wrote: + error = devm_request_threaded_irq(dev, client-irq, NULL, icn8318_irq, +

Re: [linux-sunxi] Re: i2s audio codec support for sun7i

2015-03-22 Thread Puneet B
If you look at some of example code of machine driver you will get it. like ompa, davinic Actually you need to make your machine driver should compile by making changes in Kconfig and makefile. then your machine driver will create the snd node file by linking platform and codec driver . Regards