On 26 July 2016 at 06:08, Alistair Francis wrote:
> I think this function should work:
>
> /*
> * qemu_allocate_or_irqs
> * @in_irq: An input IRQ. It will be the result of the @out_irqs ORed together
> * @n: The number of interrupt lines that should be ORed together
> *
> * returns: An array
On Mon, Jul 25, 2016 at 10:17 AM, Peter Maydell
wrote:
> On 23 July 2016 at 17:42, Alistair Francis wrote:
>> Connect the ADC devices to the STM32F205 SoC.
>>
>> Signed-off-by: Alistair Francis
>> ---
>> V4:
>> - Connect all the interrupt lines correctly
>> V2:
>> - Fix up the device/devices c
On 23 July 2016 at 17:42, Alistair Francis wrote:
> Connect the ADC devices to the STM32F205 SoC.
>
> Signed-off-by: Alistair Francis
> ---
> V4:
> - Connect all the interrupt lines correctly
> V2:
> - Fix up the device/devices commit message
> @@ -132,6 +142,29 @@ static void stm32f205_soc_re