Re: [PATCH 07/20] OMAP: McBSP: Add transmit/receive threshold handler

2009-08-06 Thread Tony Lindgren
* Eduardo Valentin eduardo.valen...@nokia.com [090730 16:01]: This patch adds a way to handle transmit/receive threshold. It export to mcbsp users a callback registration procedure. Signed-off-by: Eduardo Valentin eduardo.valen...@nokia.com --- arch/arm/plat-omap/include/mach/mcbsp.h |

Re: [PATCH 07/20] OMAP: McBSP: Add transmit/receive threshold handler

2009-08-06 Thread Tony Lindgren
* ext-eero.nurkk...@nokia.com ext-eero.nurkk...@nokia.com [090806 15:22]: +/** McBSP IRQSTATUS bit definitions / +#define IRQST_XRDY (110) +#define IRQST_RRDY (13) + /** McBSP WAKEUPEN bit definitions

[PATCH 07/20] OMAP: McBSP: Add transmit/receive threshold handler

2009-07-30 Thread Eduardo Valentin
This patch adds a way to handle transmit/receive threshold. It export to mcbsp users a callback registration procedure. Signed-off-by: Eduardo Valentin eduardo.valen...@nokia.com --- arch/arm/plat-omap/include/mach/mcbsp.h | 13 arch/arm/plat-omap/mcbsp.c | 50