Re: [Qemu-devel] [PATCH v4] ARM: Exynos4210 IRQ: Introduce new IRQ gate functionality.

2012-04-24 Thread Peter Maydell
On 24 April 2012 05:19, Evgeny Voevodin e.voevo...@samsung.com wrote: New IRQ gate consists of n_in input qdev gpio lines and one output sysbus IRQ line. The output IRQ level is formed as OR between all gpio inputs. Signed-off-by: Evgeny Voevodin e.voevo...@samsung.com Reviewed-by: Peter

Re: [Qemu-devel] [PATCH v4] ARM: Exynos4210 IRQ: Introduce new IRQ gate functionality.

2012-04-24 Thread Evgeny Voevodin
On 24.04.2012 20:17, Peter Maydell wrote: On 24 April 2012 05:19, Evgeny Voevodine.voevo...@samsung.com wrote: New IRQ gate consists of n_in input qdev gpio lines and one output sysbus IRQ line. The output IRQ level is formed as OR between all gpio inputs. Signed-off-by: Evgeny

[Qemu-devel] [PATCH v4] ARM: Exynos4210 IRQ: Introduce new IRQ gate functionality.

2012-04-23 Thread Evgeny Voevodin
New IRQ gate consists of n_in input qdev gpio lines and one output sysbus IRQ line. The output IRQ level is formed as OR between all gpio inputs. Signed-off-by: Evgeny Voevodin e.voevo...@samsung.com --- hw/exynos4210.c | 32 +++- hw/exynos4210.h |2 +-

Re: [Qemu-devel] [PATCH v4] ARM: Exynos4210 IRQ: Introduce new IRQ gate functionality.

2012-04-23 Thread Evgeny Voevodin
Sorry, sent an old version. New version will be in next answer. -- Kind regards, Evgeny Voevodin, Leading Software Engineer, ASWG, Moscow RD center, Samsung Electronics e-mail: e.voevo...@samsung.com

[Qemu-devel] [PATCH v4] ARM: Exynos4210 IRQ: Introduce new IRQ gate functionality.

2012-04-23 Thread Evgeny Voevodin
New IRQ gate consists of n_in input qdev gpio lines and one output sysbus IRQ line. The output IRQ level is formed as OR between all gpio inputs. Signed-off-by: Evgeny Voevodin e.voevo...@samsung.com --- hw/exynos4210.c | 32 +++-- hw/exynos4210.h |2 +-