Re: [PATCH v2 1/3] irq/irq_sim: add a simple interrupt simulator framework

2017-08-14 Thread Jonathan Cameron
On 14 August 2017 17:54:22 GMT+08:00, Bartosz Golaszewski wrote: >2017-08-12 13:43 GMT+02:00 Jonathan Cameron : >> On Tue, 1 Aug 2017 16:50:26 +0200 >> Bartosz Golaszewski wrote: >> >>> Implement a simple, irq_work-based framework for simulating

Re: [PATCH v2 1/3] irq/irq_sim: add a simple interrupt simulator framework

2017-08-14 Thread Jonathan Cameron
On 14 August 2017 17:54:22 GMT+08:00, Bartosz Golaszewski wrote: >2017-08-12 13:43 GMT+02:00 Jonathan Cameron : >> On Tue, 1 Aug 2017 16:50:26 +0200 >> Bartosz Golaszewski wrote: >> >>> Implement a simple, irq_work-based framework for simulating >>> interrupts. Currently the API exposes

Re: [PATCH v2 1/3] irq/irq_sim: add a simple interrupt simulator framework

2017-08-14 Thread Bartosz Golaszewski
2017-08-12 13:43 GMT+02:00 Jonathan Cameron : > On Tue, 1 Aug 2017 16:50:26 +0200 > Bartosz Golaszewski wrote: > >> Implement a simple, irq_work-based framework for simulating >> interrupts. Currently the API exposes routines for initializing and >>

Re: [PATCH v2 1/3] irq/irq_sim: add a simple interrupt simulator framework

2017-08-14 Thread Bartosz Golaszewski
2017-08-12 13:43 GMT+02:00 Jonathan Cameron : > On Tue, 1 Aug 2017 16:50:26 +0200 > Bartosz Golaszewski wrote: > >> Implement a simple, irq_work-based framework for simulating >> interrupts. Currently the API exposes routines for initializing and >> deinitializing the simulator object,

Re: [PATCH v2 1/3] irq/irq_sim: add a simple interrupt simulator framework

2017-08-12 Thread Jonathan Cameron
On Tue, 1 Aug 2017 16:50:26 +0200 Bartosz Golaszewski wrote: > Implement a simple, irq_work-based framework for simulating > interrupts. Currently the API exposes routines for initializing and > deinitializing the simulator object, enqueueing the interrupts and > retrieving the

Re: [PATCH v2 1/3] irq/irq_sim: add a simple interrupt simulator framework

2017-08-12 Thread Jonathan Cameron
On Tue, 1 Aug 2017 16:50:26 +0200 Bartosz Golaszewski wrote: > Implement a simple, irq_work-based framework for simulating > interrupts. Currently the API exposes routines for initializing and > deinitializing the simulator object, enqueueing the interrupts and > retrieving the allocated

[PATCH v2 1/3] irq/irq_sim: add a simple interrupt simulator framework

2017-08-01 Thread Bartosz Golaszewski
Implement a simple, irq_work-based framework for simulating interrupts. Currently the API exposes routines for initializing and deinitializing the simulator object, enqueueing the interrupts and retrieving the allocated interrupt numbers based on the offset of the dummy interrupt in the simulator

[PATCH v2 1/3] irq/irq_sim: add a simple interrupt simulator framework

2017-08-01 Thread Bartosz Golaszewski
Implement a simple, irq_work-based framework for simulating interrupts. Currently the API exposes routines for initializing and deinitializing the simulator object, enqueueing the interrupts and retrieving the allocated interrupt numbers based on the offset of the dummy interrupt in the simulator