Re: [PATCH] bsps: Improve interrupt vector enable/disable API

2017-06-20 Thread Chris Johns
On 20/06/2017 22:39, Sebastian Huber wrote: > On 20/06/17 07:44, Sebastian Huber wrote: > >> On 20/06/17 02:51, Chris Johns wrote: >> >>> On 19/06/2017 23:19, Sebastian Huber wrote: Change bsp_interrupt_vector_enable() and bsp_interrupt_vector_disable() to not return a status code. Add

Re: [PATCH] bsps: Improve interrupt vector enable/disable API

2017-06-20 Thread Sebastian Huber
On 20/06/17 07:44, Sebastian Huber wrote: On 20/06/17 02:51, Chris Johns wrote: On 19/06/2017 23:19, Sebastian Huber wrote: Change bsp_interrupt_vector_enable() and bsp_interrupt_vector_disable() to not return a status code. Add bsp_interrupt_assert() and use it to validate the vector number

Re: [PATCH] bsps: Improve interrupt vector enable/disable API

2017-06-19 Thread Sebastian Huber
On 20/06/17 02:51, Chris Johns wrote: On 19/06/2017 23:19, Sebastian Huber wrote: Change bsp_interrupt_vector_enable() and bsp_interrupt_vector_disable() to not return a status code. Add bsp_interrupt_assert() and use it to validate the vector number in the vector enable/disable implementation

Re: [PATCH] bsps: Improve interrupt vector enable/disable API

2017-06-19 Thread Chris Johns
On 19/06/2017 23:19, Sebastian Huber wrote: > Change bsp_interrupt_vector_enable() and bsp_interrupt_vector_disable() > to not return a status code. Add bsp_interrupt_assert() and use it to > validate the vector number in the vector enable/disable implementations. Thank you for the quick turn aro

Re: [PATCH] bsps: Improve interrupt vector enable/disable API

2017-06-19 Thread Gedare Bloom
On Mon, Jun 19, 2017 at 2:45 PM, Christian Mauderer wrote: > - Ursprüngliche Mail - >> Von: "Gedare Bloom" >> An: "Sebastian Huber" >> CC: "RTEMS Devel" >> Gesendet: Montag, 19. Juni 2017 16:34:00 >> Betreff: Re: [PATCH

Re: [PATCH] bsps: Improve interrupt vector enable/disable API

2017-06-19 Thread Christian Mauderer
- Ursprüngliche Mail - > Von: "Gedare Bloom" > An: "Sebastian Huber" > CC: "RTEMS Devel" > Gesendet: Montag, 19. Juni 2017 16:34:00 > Betreff: Re: [PATCH] bsps: Improve interrupt vector enable/disable API > On Mon, Jun 19, 2017

Re: [PATCH] bsps: Improve interrupt vector enable/disable API

2017-06-19 Thread Gedare Bloom
On Mon, Jun 19, 2017 at 9:19 AM, Sebastian Huber wrote: > Change bsp_interrupt_vector_enable() and bsp_interrupt_vector_disable() > to not return a status code. Add bsp_interrupt_assert() and use it to > validate the vector number in the vector enable/disable implementations. > --- > c/src/lib/l