History log of /arch/xtensa/variants/s6000/include/variant/irq.h
Revision Date Author Comments
c4ee0af3fa0dc65f690fc908f02b8355f9576ea0 17-Oct-2013 Max Filippov <jcmvbkbc@gmail.com> xtensa: remove NO_IRQ definitions

These definitions (-1) were correct when used as a hardware IRQ number,
but are incorrect as a mapped IRQ number.

Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
Signed-off-by: Chris Zankel <chris@zankel.net>
0b3eb21b2f2222c4c1e3e21fc3cd427404d3991a 05-May-2009 Daniel Glöckner <dg@emlix.com> xtensa: support s6000 gpio irqs and alternate function selection

Implement an irq chip to handle interrupts via gpio. The GPIO chip
initialization function now takes a bitmask denoting pins that should
be configured for their alternate function.

changes compared to v1:
- fixed bug on edge interrupt configuration
- accommodated to function name change
- moved definition of VARIANT_NR_IRQS to this patch
- renamed __XTENSA_S6000_IRQ_H to _XTENSA_S6000_IRQ_H as requested

Signed-off-by: Daniel Glöckner <dg@emlix.com>
Signed-off-by: Johannes Weiner <jw@emlix.com>
Signed-off-by: Chris Zankel <chris@zankel.net>
000af2c5a8913ebd763313d0c9ebc66c2c4765b1 04-Mar-2009 Johannes Weiner <jw@emlix.com> xtensa: s6000 variant

Support for the Stretch S6000 Xtensa core variant.

Signed-off-by: Johannes Weiner <jw@emlix.com>
Signed-off-by: Oskar Schirmer <os@emlix.com>
Signed-off-by: Chris Zankel <chris@zankel.net>