From: Dmitry Kalinkin <dmitry.kalinkin@xxxxxxxxx> This moves tsi148 error handling into VME subsystem so it can be shared with the other bridge driver. Then there is a change to close a fixme on separating errors by address space. And finally a fix for memory leak problem that was introduced with support of mmap's. The next logical step in this direction would be to add error handling support to ca91cx42 and make it unconditional for tsi148. It also makes much sense to add synchronization to error-related list operations (spinlocks, rcu). The purpose of the RESEND is to repost patches to Greg's queue so that Martyn can leave his ack this time. Dmitry Kalinkin (4): vme: move tsi148 error handling into VME subsystem vme: include address space in error filtering vme: change bus error handling scheme vme: print unhandled VME access errors drivers/vme/bridges/vme_ca91cx42.c | 3 +- drivers/vme/bridges/vme_tsi148.c | 170 ++++++++++-------------------------- drivers/vme/vme.c | 90 +++++++++++++++++++ drivers/vme/vme_bridge.h | 21 +++-- 4 files changed, 154 insertions(+), 130 deletions(-) -- 1.7.10.4 _______________________________________________ devel mailing list devel@xxxxxxxxxxxxxxxxxxxxxx http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel