Signed-off-by: Regards, Florian Fainelli <flo...@openwrt.org>
---
diff --git a/arch/x86/include/asm/rdc321x_defs.h b/arch/x86/include/asm/rdc321x_defs.h
deleted file mode 100644
index c8e9c8b..0000000
--- a/arch/x86/include/asm/rdc321x_defs.h
+++ /dev/null
@@ -1,12 +0,0 @@
-#define PFX "rdc321x: "
-
-/* General purpose configuration and data registers */
-#define RDC3210_CFGREG_ADDR 0x0CF8
-#define RDC3210_CFGREG_DATA 0x0CFC
-
-#define RDC321X_GPIO_CTRL_REG1 0x48
-#define RDC321X_GPIO_CTRL_REG2 0x84
-#define RDC321X_GPIO_DATA_REG1 0x4c
-#define RDC321X_GPIO_DATA_REG2 0x88
-
-#define RDC321X_MAX_GPIO 58
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majo...@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Signed-off-by: Florian Fainelli <flo...@openwrt.org>
> This file is going to be replaced with a cleaner version with the adding of
> a MFD driver for the southbridge.
>
> Signed-off-by: Florian Fainelli <flo...@openwrt.org>
Acked-by: Ingo Molnar <mi...@elte.hu>
Feel free to carry it in the driver tree that ends up picking up the other
patches. (the MTD tree?)
Thanks,
Ingo
On Thu, Mar 11, 2010 at 11:53:24AM +0100, Ingo Molnar wrote:
>
> * Florian Fainelli <flo...@openwrt.org> wrote:
>
> > This file is going to be replaced with a cleaner version with the adding of
> > a MFD driver for the southbridge.
> >
> > Signed-off-by: Florian Fainelli <flo...@openwrt.org>
>
> Acked-by: Ingo Molnar <mi...@elte.hu>
Thanks.
> Feel free to carry it in the driver tree that ends up picking up the other
> patches. (the MTD tree?)
The MFD tree, yes.
Florian, I'll review those patches later this week, thanks.
Cheers,
Samuel.
> Thanks,
>
> Ingo
--
Intel Open Source Technology Centre
http://oss.intel.com/
Signed-off-by: Florian Fainelli <flo...@openwrt.org>
--