Re: [Qemu-devel] [PATCH v6 11/13] register: Add GPIO API

2016-06-21 Thread Alistair Francis
On Fri, Jun 10, 2016 at 4:52 AM, Peter Maydell wrote: > On 12 May 2016 at 23:46, Alistair Francis wrote: >> Add GPIO functionality to the register API. This allows association >> and automatic connection of GPIOs to bits in registers. GPIO

Re: [Qemu-devel] [PATCH v6 11/13] register: Add GPIO API

2016-06-10 Thread Peter Maydell
On 12 May 2016 at 23:46, Alistair Francis wrote: > 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.

[Qemu-devel] [PATCH v6 11/13] register: Add GPIO API

2016-05-12 Thread Alistair Francis
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 when their respective