Re: [PATCH] drivers: xen: events: fix build issues with disabled Xen HVC

2022-08-04 Thread Tom Rini
On Mon, Jul 04, 2022 at 12:05:38PM +, Dmytro Firsov wrote: > Some setups do not use Xen hypervisor console for logging, e.g. they > use emulated PL011 hardware or shared peripherals (real UART). In such > cases Xen HVC will be disabled on a build time and will cause issues in > current driver

Re: [PATCH] drivers: xen: events: fix build issues with disabled Xen HVC

2022-08-02 Thread Dmytro Firsov
On 02.08.22 22:11, Tom Rini wrote: > On Tue, Aug 02, 2022 at 06:49:49PM +, Dmytro Firsov wrote: > >> It received reviewed-by from code maintainer. Does anything else needed >> to take it to u-boot/master? > Ah. I'll probably pick it up soon. > Thanks!

Re: [PATCH] drivers: xen: events: fix build issues with disabled Xen HVC

2022-08-02 Thread Tom Rini
On Tue, Aug 02, 2022 at 06:49:49PM +, Dmytro Firsov wrote: > It received reviewed-by from code maintainer. Does anything else needed > to take it to u-boot/master? Ah. I'll probably pick it up soon. -- Tom signature.asc Description: PGP signature

Re: [PATCH] drivers: xen: events: fix build issues with disabled Xen HVC

2022-08-02 Thread Dmytro Firsov
It received reviewed-by from code maintainer. Does anything else needed to take it to u-boot/master? On 02.08.22 13:57, Tom Rini wrote: > On Tue, Aug 02, 2022 at 08:48:51AM +, Dmytro Firsov wrote: > >> Can moderators, please, take a look on this patch? > What about it? > > https://patchwork.o

Re: [PATCH] drivers: xen: events: fix build issues with disabled Xen HVC

2022-08-02 Thread Tom Rini
On Tue, Aug 02, 2022 at 08:48:51AM +, Dmytro Firsov wrote: > Can moderators, please, take a look on this patch? What about it? https://patchwork.ozlabs.org/project/uboot/patch/20220704120533.42168-1-dmytro_fir...@epam.com/ > > On 20.07.22 23:43, Nastya Vicodin wrote: > Reviewed-by: Anastasi

Re: [PATCH] drivers: xen: events: fix build issues with disabled Xen HVC

2022-07-20 Thread Nastya Vicodin
Reviewed-by: Anastasiia Lukianenko On Mon, Jul 4, 2022 at 3:05 PM Dmytro Firsov wrote: > Some setups do not use Xen hypervisor console for logging, e.g. they > use emulated PL011 hardware or shared peripherals (real UART). In such > cases Xen HVC will be disabled on a build time and will cause

[PATCH] drivers: xen: events: fix build issues with disabled Xen HVC

2022-07-04 Thread Dmytro Firsov
Some setups do not use Xen hypervisor console for logging, e.g. they use emulated PL011 hardware or shared peripherals (real UART). In such cases Xen HVC will be disabled on a build time and will cause issues in current driver implementation. This commit fixes build issues in Xen event channel dri