Re: [char-misc-next 05/11 V2] mei: bus: Call bus routines from the core code

2013-02-08 Thread Arnd Bergmann
On Friday 08 February 2013 14:28:18 Tomas Winkler wrote: > From: Samuel Ortiz > > Register the MEI bus type against the kernel core bus APIs and > call the bus Rx handler from interrupt.c > > Signed-off-by: Samuel Ortiz > Signed-off-by: Tomas Winkler Acked-by: Arnd Bergmann -- To

[char-misc-next 05/11 V2] mei: bus: Call bus routines from the core code

2013-02-08 Thread Tomas Winkler
From: Samuel Ortiz Register the MEI bus type against the kernel core bus APIs and call the bus Rx handler from interrupt.c Signed-off-by: Samuel Ortiz Signed-off-by: Tomas Winkler --- drivers/misc/mei/bus.c | 22 ++ drivers/misc/mei/interrupt.c |2 ++

[char-misc-next 05/11 V2] mei: bus: Call bus routines from the core code

2013-02-08 Thread Tomas Winkler
From: Samuel Ortiz sa...@linux.intel.com Register the MEI bus type against the kernel core bus APIs and call the bus Rx handler from interrupt.c Signed-off-by: Samuel Ortiz sa...@linux.intel.com Signed-off-by: Tomas Winkler tomas.wink...@intel.com --- drivers/misc/mei/bus.c | 22

Re: [char-misc-next 05/11 V2] mei: bus: Call bus routines from the core code

2013-02-08 Thread Arnd Bergmann
On Friday 08 February 2013 14:28:18 Tomas Winkler wrote: From: Samuel Ortiz sa...@linux.intel.com Register the MEI bus type against the kernel core bus APIs and call the bus Rx handler from interrupt.c Signed-off-by: Samuel Ortiz sa...@linux.intel.com Signed-off-by: Tomas Winkler