Re: [Qemu-devel] [PATCH v4 14/16] register: Add GPIO API

2016-03-04 Thread Alistair Francis
On Mon, Feb 29, 2016 at 4:22 AM, Alex Bennée wrote: > > Alistair Francis writes: > >> From: Peter Crosthwaite >> >> Add GPIO functionality to the register API. This allows association >> and automatic connection of GPIOs to bits in registers. GPIO inputs >> will attach to handlers that automatic

Re: [Qemu-devel] [PATCH v4 14/16] register: Add GPIO API

2016-02-29 Thread Alex Bennée
Alistair Francis writes: > From: Peter Crosthwaite > > Add GPIO functionality to the register API. This allows association > and automatic connection of GPIOs to bits in registers. GPIO inputs > will attach to handlers that automatically set read-only bits in > registers. GPIO outputs will be u

[Qemu-devel] [PATCH v4 14/16] register: Add GPIO API

2016-02-09 Thread Alistair Francis
From: Peter Crosthwaite Add GPIO functionality to the register API. This allows association and automatic connection of GPIOs to bits in registers. GPIO inputs will attach to handlers that automatically set read-only bits in registers. GPIO outputs will be updated to reflect their field value whe