[PATCH] [mmc-omap] Add support for 16-bit and 32-bit registers

2009-11-14 Thread Cory Maccarrone
The omap850 and omap730 use 16-bit registers instead of 32-bit, requiring a modification of the register addresses in the mmc-omap driver. To make this as portable as possible, I made the following changes: * Moved register address offsets from drivers/mmc/host/omap.c to drivers/mmc/host/omap.h

[net-next 2/2] iwmc3200top: simplify the driver version

2009-11-14 Thread Tomas Winkler
drop the version parts not needed for in-tree driver Signed-off-by: Tomas Winkler --- drivers/misc/iwmc3200top/main.c | 16 +--- 1 files changed, 1 insertions(+), 15 deletions(-) diff --git a/drivers/misc/iwmc3200top/main.c b/drivers/misc/iwmc3200top/main.c index a1ce97e..02b3dad

[net-next 1/2] iwmc3200top: use prefered style for the device table.

2009-11-14 Thread Tomas Winkler
Use device id number directly accompany with comment rather then a #define Signed-off-by: Tomas Winkler --- drivers/misc/iwmc3200top/main.c | 14 +++--- 1 files changed, 3 insertions(+), 11 deletions(-) diff --git a/drivers/misc/iwmc3200top/main.c b/drivers/misc/iwmc3200top/main.c ind