>From: linux-omap-owner@xxxxxxxxxxxxxxx [mailto:linux-omap-owner@xxxxxxxxxxxxxxx] On Behalf Of Gomez >Castellanos, Ivan >Sent: Wednesday, May 19, 2010 5:22 PM >To: linux-omap@xxxxxxxxxxxxxxx >Cc: Hiroshi.DOYU@xxxxxxxxx; ameya.palande@xxxxxxxxx; felipe.contreras@xxxxxxxxx; Gomez Castellanos, >Ivan >Subject: [PATCH 0/4] DSPBRIDGE: Remove comments refering to Windows OS. > >This patch series remove comments refering to: > >WMD (Windows Mini Driver) >WCD (Windows Class Driver) >Mini-driver >Class-driver > >As they refer to the Windows Driver Model. Instead of using these, >they are replaced as follows: >WMD => Bridge driver (Contain only hardware specific functionallity) >WCD => DSP API (Since WCD provides an interface between the different >layers of the Windows Driver Model and Applications) > >This patch series is a compliment of the patch series to remove code >refering to other OS. > >Ivan Gomez Castellanos (4): > DSPBRIDGE: Remove comments refering to WMD. > DSPBRIDGE: Remove comments refering to WCD. > DSPBRIDGE: Remove comments refering to "mini driver" > DSPBRIDGE: Remove comments refering to "class driver" > > arch/arm/plat-omap/include/dspbridge/_chnl_sm.h | 2 +- > arch/arm/plat-omap/include/dspbridge/brddefs.h | 2 +- > arch/arm/plat-omap/include/dspbridge/cfg.h | 6 +- > arch/arm/plat-omap/include/dspbridge/cfgdefs.h | 2 +- > arch/arm/plat-omap/include/dspbridge/chnl.h | 4 +- > arch/arm/plat-omap/include/dspbridge/chnlpriv.h | 3 +- > arch/arm/plat-omap/include/dspbridge/dehdefs.h | 2 +- > arch/arm/plat-omap/include/dspbridge/dev.h | 65 ++++++------ > arch/arm/plat-omap/include/dspbridge/devdefs.h | 4 +- > arch/arm/plat-omap/include/dspbridge/drvdefs.h | 2 +- > .../arm/plat-omap/include/dspbridge/dspapi-ioctl.h | 2 +- > arch/arm/plat-omap/include/dspbridge/dspchnl.h | 4 +- > arch/arm/plat-omap/include/dspbridge/dspdefs.h | 115 ++++++++++---------- > arch/arm/plat-omap/include/dspbridge/dspdeh.h | 2 +- > arch/arm/plat-omap/include/dspbridge/dspdrv.h | 2 +- > arch/arm/plat-omap/include/dspbridge/dspio.h | 4 +- > arch/arm/plat-omap/include/dspbridge/dspioctl.h | 4 +- > arch/arm/plat-omap/include/dspbridge/dspmsg.h | 4 +- > arch/arm/plat-omap/include/dspbridge/io_sm.h | 6 +- > arch/arm/plat-omap/include/dspbridge/ldr.h | 2 +- > arch/arm/plat-omap/include/dspbridge/memdefs.h | 2 +- > arch/arm/plat-omap/include/dspbridge/mgr.h | 2 +- > arch/arm/plat-omap/include/dspbridge/mgrpriv.h | 2 +- > arch/arm/plat-omap/include/dspbridge/node.h | 2 +- > arch/arm/plat-omap/include/dspbridge/proc.h | 4 +- > arch/arm/plat-omap/include/dspbridge/procpriv.h | 2 +- > arch/arm/plat-omap/include/dspbridge/utildefs.h | 2 +- > drivers/dsp/bridge/core/_msg_sm.h | 4 +- > drivers/dsp/bridge/core/_tiomap.h | 10 +- > drivers/dsp/bridge/core/chnl_sm.c | 8 +- > drivers/dsp/bridge/core/io_sm.c | 20 ++-- > drivers/dsp/bridge/core/msg_sm.c | 2 +- > drivers/dsp/bridge/core/tiomap3430.c | 12 +- > drivers/dsp/bridge/core/tiomap3430_pwr.c | 6 +- > drivers/dsp/bridge/core/ue_deh.c | 2 +- > drivers/dsp/bridge/pmgr/chnl.c | 10 +- > drivers/dsp/bridge/pmgr/chnlobj.h | 16 ++-- > drivers/dsp/bridge/pmgr/dev.c | 48 +++++---- > drivers/dsp/bridge/pmgr/dspapi.c | 2 +- > drivers/dsp/bridge/pmgr/io.c | 4 +- > drivers/dsp/bridge/pmgr/ioobj.h | 10 +- > drivers/dsp/bridge/pmgr/msg.c | 8 +- > drivers/dsp/bridge/pmgr/msgobj.h | 11 +- > drivers/dsp/bridge/rmgr/disp.c | 5 +- > drivers/dsp/bridge/rmgr/node.c | 9 +- > drivers/dsp/bridge/rmgr/proc.c | 11 +- > drivers/dsp/bridge/rmgr/strm.c | 7 +- > drivers/dsp/bridge/services/cfg.c | 2 +- > 48 files changed, 235 insertions(+), 225 deletions(-) > Pushed to dspbridge. - Omar -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html