Re: [Qemu-devel] [PATCH] hw/misc: Add code to emulate PFUZE3000 PMIC

2017-12-16 Thread Andrey Smirnov
On Sat, Dec 16, 2017 at 5:41 AM, Peter Maydell wrote: > On 15 December 2017 at 19:21, Andrey Smirnov wrote: >> On Fri, Dec 15, 2017 at 6:56 AM, Peter Maydell >> wrote: >>> Is there a board which needs this device? We usually >>> only add devices together with whatever's using them. > >> It's a

Re: [Qemu-devel] [PATCH] hw/misc: Add code to emulate PFUZE3000 PMIC

2017-12-16 Thread Peter Maydell
On 15 December 2017 at 19:21, Andrey Smirnov wrote: > On Fri, Dec 15, 2017 at 6:56 AM, Peter Maydell > wrote: >> Is there a board which needs this device? We usually >> only add devices together with whatever's using them. > It's a pretty popular PMIC used on majority on i.MX reference designs,

Re: [Qemu-devel] [PATCH] hw/misc: Add code to emulate PFUZE3000 PMIC

2017-12-15 Thread Andrey Smirnov
On Fri, Dec 15, 2017 at 6:56 AM, Peter Maydell wrote: > On 14 December 2017 at 15:19, Andrey Smirnov wrote: >> Add trivial code to emulate PFUZE3000 PMIC. >> >> Cc: qemu-devel@nongnu.org >> Cc: qemu-...@nongnu.orgn >> Cc: yurov...@gmail.com >> Cc: Peter Maydell >> Signed-off-by: Andrey Smirnov

Re: [Qemu-devel] [PATCH] hw/misc: Add code to emulate PFUZE3000 PMIC

2017-12-15 Thread Peter Maydell
On 14 December 2017 at 15:19, Andrey Smirnov wrote: > Add trivial code to emulate PFUZE3000 PMIC. > > Cc: qemu-devel@nongnu.org > Cc: qemu-...@nongnu.orgn > Cc: yurov...@gmail.com > Cc: Peter Maydell > Signed-off-by: Andrey Smirnov > --- > > Integrating this into a build system via "obj-y" might

[Qemu-devel] [PATCH] hw/misc: Add code to emulate PFUZE3000 PMIC

2017-12-14 Thread Andrey Smirnov
Add trivial code to emulate PFUZE3000 PMIC. Cc: qemu-devel@nongnu.org Cc: qemu-...@nongnu.orgn Cc: yurov...@gmail.com Cc: Peter Maydell Signed-off-by: Andrey Smirnov --- Integrating this into a build system via "obj-y" might not be the best way. Does this code need a dedicated CONFIG_ symbol?