From: Nishanth Menon Date: Thu, 17 Apr 2014 17:33:50 +0000 (-0500) Subject: bus: omap_l3_noc: improve readability by using helper for slave event parsing X-Git-Tag: omap-for-v3.16/l3-noc-signed~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e4be3f3a040432398225d3634d44fc21f4807b7a;p=pandora-kernel.git bus: omap_l3_noc: improve readability by using helper for slave event parsing Current interrupt handler does the first level parse to identify the slave and then handles the slave even identification, reporting and clearing of event as well. It is hence logical to split the handler into two where the primary handler just parses the flagmux till it identifies a slave and the slave handling, reporting and clearing is done in a helper function. While at it update the documentation in kerneldoc style. Signed-off-by: Nishanth Menon Acked-by: Santosh Shilimkar Acked-by: Peter Ujfalusi Tested-by: Darren Etheridge Tested-by: Sekhar Nori --- Reading git-diff-tree failed