On 2/5/2010 7:21 PM, Hebbar, Shivananda wrote:
Resending the patches after updating review comments and also
Fixing some compilation breaks.
These patches remove the typedefs and replace it with normal C types:
Shivananda Hebbar (8)
DSPBRIDGE: typedef cleanup -DSP RTOS
DSPBRIDGE: typedef cleanup -PROCTYPE
DSPBRIDGE: typedef cleanup -PROCFAMILY
DSPBRIDGE: typedef cleanup -DSP_HSTREAM
DSPBRIDGE: typedef cleanup -DSP_HPROCESSOR
DSPBRIDGE: typedef cleanup -DSP_HNODE
DSPBRIDGE: typedef cleanup -BRD_STATUS
DSPBRIDGE: typedef cleanup -CHNL_MODE
arch/arm/plat-omap/include/dspbridge/brddefs.h | 1 -
arch/arm/plat-omap/include/dspbridge/chnldefs.h | 2 -
arch/arm/plat-omap/include/dspbridge/cmm.h | 2 +-
arch/arm/plat-omap/include/dspbridge/dbdefs.h | 18 +---
arch/arm/plat-omap/include/dspbridge/dispdefs.h | 4 +-
arch/arm/plat-omap/include/dspbridge/dmm.h | 2 +-
arch/arm/plat-omap/include/dspbridge/drv.h | 6 +-
arch/arm/plat-omap/include/dspbridge/node.h | 4 +-
arch/arm/plat-omap/include/dspbridge/proc.h | 43 +++++-----
arch/arm/plat-omap/include/dspbridge/wcdioctl.h | 96 +++++++++++-----------
arch/arm/plat-omap/include/dspbridge/wmd.h | 4 +-
arch/arm/plat-omap/include/dspbridge/wmdchnl.h | 2 +-
drivers/dsp/bridge/pmgr/cmm.c | 2 +-
drivers/dsp/bridge/pmgr/dev.c | 6 +-
drivers/dsp/bridge/pmgr/dmm.c | 2 +-
drivers/dsp/bridge/pmgr/wcd.c | 4 +-
drivers/dsp/bridge/rmgr/node.c | 12 ++--
drivers/dsp/bridge/rmgr/proc.c | 56 +++++++-------
drivers/dsp/bridge/rmgr/strm.c | 2 +-
drivers/dsp/bridge/wmd/chnl_sm.c | 8 +-
drivers/dsp/bridge/wmd/tiomap3430.c | 4 +-
21 files changed, 134 insertions(+), 146 deletions(-)
--
Patch 5 had lots of checkpatch errors, I understand that they were there
before but would be good if they are fixed when touching those lines
(btw they were fixed). For this patch only one "suspect code indent" is
still there because of the original code, it can't be fixed without
changing a big chunk of the file so leaving it as it is (will be
addressed by lindent)
Pushed to dspbridge
- omar
--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html