[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <1312968830-13377-1-git-send-email-manohar.vanga@cern.ch>
Date: Wed, 10 Aug 2011 11:33:44 +0200
From: Manohar Vanga <manohar.vanga@...n.ch>
To: <martyn.welch@...com>
CC: <gregkh@...e.de>, <cota@...ap.org>, <devel@...verdev.osuosl.org>,
<linux-kernel@...r.kernel.org>,
Manohar Vanga <manohar.vanga@...n.ch>
Subject: [PATCH 0/6] [RESEND] VME framework fixes
Hey Martyn,
This is the resend of the patches with the recommended fixes. Some notes
on the various patches:
staging: vme: allow explicit assignment of bus numbers
I have left this as it is with a simple array of numbers. I think we should
apply this for now and work on the UUID method separately as this solves a
major issue in a relatively decent way.
staging: vme: make [alloc|free]_consistent bridge specific
Added the bridge names to the prink's.
staging: vme: add functions for bridge module refcounting
I have added calls in probe and remove to automatically refcount the devices
that are probed. I have left symbol exports for the refcounting functions if
any drivers want to use them in some unforseen way.
staging: vme: add struct vme_dev for VME devices
staging: vme: make match() driver specific to improve non-VME64x
support
Fixes based on the changes introduced before. Note that I have removed the
patch with the rename of the vme_slot_get function. Also removed the
kzalloc patch as it can be applied from the previous send.
Another note: I have not added the documentation yet. Based on the changes
that are approved, I will write it up today and send it in :)
Looking forward to your feedback. Thanks!
--
/manohar
Emilio G. Cota (1):
staging: vme: allow explicit assignment of bus numbers
Manohar Vanga (5):
staging: vme: make [alloc|free]_consistent bridge specific
staging: vme: keep track of registered buses
staging: vme: add functions for bridge module refcounting
staging: vme: add struct vme_dev for VME devices
staging: vme: make match() driver specific to improve non-VME64x
support
drivers/staging/vme/bridges/vme_ca91cx42.c | 46 +++
drivers/staging/vme/bridges/vme_tsi148.c | 47 +++
drivers/staging/vme/devices/vme_user.c | 39 ++-
drivers/staging/vme/devices/vme_user.h | 2 +-
drivers/staging/vme/vme.c | 418 ++++++++++++++++------------
drivers/staging/vme/vme.h | 56 +++-
drivers/staging/vme/vme_bridge.h | 17 +-
7 files changed, 419 insertions(+), 206 deletions(-)
--
1.7.4.1
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists