2016-01-29 2:51 GMT+09:00 Sergei Shtylyov <sergei.shtyl...@cogentembedded.com>: > On 01/24/2016 06:52 PM, Yoshihiro Kaneko wrote: > >> From: Kazuya Mizuguchi <kazuya.mizuguchi...@renesas.com> >> >> This patch supports the following interrupts. >> >> - One interrupt for multiple (descriptor, error, management) > > > Looking at the code again, ravb_multi_interrupot() only handles error and > gPTP interrupt now.
Indeed, it is. > >> - One interrupt for emac >> - Four interrupts for dma queue (best effort rx/tx, network control rx/tx) >> >> This patch improve efficiency of the interrupt handler by adding the >> interrupt handler corresponding to each interrupt source described >> above. Additionally, it reduces the number of times of the access to >> EthernetAVB IF. > > > I'd still like to see there a statement about not being dependent on the > whim of a boot loader any more... I agreed. > >> >> Signed-off-by: Kazuya Mizuguchi <kazuya.mizuguchi...@renesas.com> >> Signed-off-by: Yoshihiro Kaneko <ykaneko0...@gmail.com> > > > [...] > > MBR, Sergei > Thanks, kaneko