This patch series contains the changes to migrate to the new resource implementation proposed by Ameya. It is meant to apply after v2 of "first set of unreviewed patches" Ameya Palande (3): DSPBRIDGE: Pass filp->private to all the ioctl wrappers DSPBRIDGE: Define pr_ctxt as a parameter in low level functions DSPBRIDGE: Remove old resource cleanup implementation Ernesto Ramos Falcon (1): DSPBRIDGE: Delete list implementation for resource cleanup Fernando Guzman Lugo (1): DSPBRIDGE: Remove process context list Omar Ramirez Luna (2): DSPBRIDGE: less indentation for bridge_open and bridge_release DSPBRIDGE: Move PROC object abstraction to proc.c arch/arm/plat-omap/include/dspbridge/_dcd.h | 135 ++++--- arch/arm/plat-omap/include/dspbridge/drv.h | 9 +- arch/arm/plat-omap/include/dspbridge/node.h | 7 +- arch/arm/plat-omap/include/dspbridge/proc.h | 14 +- .../plat-omap/include/dspbridge/resourcecleanup.h | 9 +- arch/arm/plat-omap/include/dspbridge/strm.h | 13 +- drivers/dsp/bridge/pmgr/wcd.c | 143 +++--- drivers/dsp/bridge/rmgr/drv.c | 467 +------------------- drivers/dsp/bridge/rmgr/drv_interface.c | 71 ++-- drivers/dsp/bridge/rmgr/node.c | 88 +--- drivers/dsp/bridge/rmgr/proc.c | 201 ++------- drivers/dsp/bridge/rmgr/strm.c | 118 ++---- 12 files changed, 306 insertions(+), 969 deletions(-) -- 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