RE: [PATCH 4/6] TI816X: Create board support for TI816X_EVM

2010-08-06 Thread Pedanekar, Hemant
Kevin Hilman wrote: Hemant Pedanekar hema...@ti.com writes: This patch adds minimal support for TI816X EVM to enable kernel boot. Signed-off-by: Hemant Pedanekar hema...@ti.com [...] +#include linux/kernel.h +#include linux/init.h +#include linux/device.h +#include linux/spi/spi.h

Re: [PATCH 4/6] TI816X: Create board support for TI816X_EVM

2010-08-05 Thread Kevin Hilman
Hemant Pedanekar hema...@ti.com writes: This patch adds minimal support for TI816X EVM to enable kernel boot. Signed-off-by: Hemant Pedanekar hema...@ti.com [...] diff --git a/arch/arm/mach-omap2/board-ti8168evm.c b/arch/arm/mach-omap2/board-ti8168evm.c new file mode 100644 index