[PATCH] Freescale mpc8315 interrupt chip

2017-05-11 Thread Juergen Schindele
rc].ack) { printk(KERN_ERR "ipic: edge sense not supported on internal " - "interrupts\n"); + "interrupt %d\n", src); return -EINVAL; } I hope i respected all patch requirements ;-) Am Donner

Re: Freescale mpc8315 IRQ0 setup

2017-05-04 Thread Juergen Schindele
Am Dienstag, 2. Mai 2017, 22:29:34 schrieb Scott Wood: > On Tue, 2017-05-02 at 14:43 +0200, Juergen Schindele wrote: > > Dear Scott, > > sorry for the delay but i am not very familiar with the formating. > > I passed the patch trough checkpatch.pl and there was no more error.

Re: Freescale mpc8315 IRQ0 setup

2017-05-02 Thread Juergen Schindele
Dear Scott, sorry for the delay but i am not very familiar with the formating. I passed the patch trough checkpatch.pl and there was no more error. pease find patch in attached file. Thanks -- i. A. Jürgen Schindele Softwareentwicklung PSI Nentec GmbH Greschbachstraße 12 76229 Karlsruhe Deutschla

Freescale mpc8315 IRQ0 setup

2017-04-10 Thread Juergen Schindele
Dear mailing list, i found out on our platform with freescale mpc8315 SOC that in linux kernel code the setup of IRQ0 which we use is not correct. One should be able to use falling EDGE interrupt capabilities like on IRQ1-IRQ7. These setups are fixed in "arch/powerpc/sysdev/ipic.c" The internal int