Re: [Qemu-devel] [PATCH v6 7/8] misc: add pca9552 LED blinker model

2017-10-19 Thread Cédric Le Goater
On 10/20/2017 04:58 AM, Philippe Mathieu-Daudé wrote: > Hi Cédric, > > On 10/19/2017 01:35 PM, Cédric Le Goater wrote: >> Specs are available here : >> >> https://www.nxp.com/docs/en/application-note/AN264.pdf >> >> This is a simple model supporting the basic registers for led and GPIO >> mode

Re: [Qemu-devel] [PATCH v6 7/8] misc: add pca9552 LED blinker model

2017-10-19 Thread Philippe Mathieu-Daudé
Hi Cédric, On 10/19/2017 01:35 PM, Cédric Le Goater wrote: > Specs are available here : > > https://www.nxp.com/docs/en/application-note/AN264.pdf > > This is a simple model supporting the basic registers for led and GPIO > mode. The device also supports two blinking rates but not the model

[Qemu-devel] [PATCH v6 7/8] misc: add pca9552 LED blinker model

2017-10-19 Thread Cédric Le Goater
Specs are available here : https://www.nxp.com/docs/en/application-note/AN264.pdf This is a simple model supporting the basic registers for led and GPIO mode. The device also supports two blinking rates but not the model yet. Signed-off-by: Cédric Le Goater Reviewed-by: Peter Maydell ---