[PATCH 1/4] Staging: ipack: improve the register of a bus and a device in the bus.
Greg Kroah-Hartman
gregkh at linuxfoundation.org
Fri May 18 17:35:51 PDT 2012
On Fri, May 18, 2012 at 11:10:05AM +0200, Samuel Iglesias Gonsalvez wrote:
> It adds and removes some fields in the struct ipack_device and
> ipack_bus_device to make it cleaner.
>
> The API has change to group all the operations on these structures inside
> of the ipack driver.
>
> Signed-off-by: Samuel Iglesias Gonsalvez <siglesias at igalia.com>
> ---
> drivers/staging/ipack/bridges/tpci200.c | 63 +++++++--------------------
> drivers/staging/ipack/bridges/tpci200.h | 2 +-
> drivers/staging/ipack/devices/ipoctal.c | 55 ++++++++++++++----------
> drivers/staging/ipack/ipack.c | 57 +++++++++++++++++++------
> drivers/staging/ipack/ipack.h | 71 +++++++++++++++++--------------
> 5 files changed, 131 insertions(+), 117 deletions(-)
Much better, thanks for reworking this. Hopefully it makes more sense
now.
greg k-h
More information about the devel
mailing list