Hi, On Thu, Jan 14, 2010 at 03:59:51PM +0100, ext Thomas Weber wrote:
I use Kims patches and I have done some work on it over the time and after the comments from Felipe, so I want to submit them one more time.
and you resent the same patch without my comments sorted out
diff --git a/arch/arm/mach-omap2/board-omap3devkit8000.c b/arch/arm/mach-omap2/board-omap3devkit8000.c new file mode 100644 index 0000000..5f85dc6 --- /dev/null +++ b/arch/arm/mach-omap2/board-omap3devkit8000.c @@ -0,0 +1,616 @@ +/* + * linux/arch/arm/mach-omap2/board-omap3devkit8000.c + * + * Copyright (C) 2008 Texas Instruments
still this part wasn't addressed.
+static struct platform_device omap3devkit8000_nand_device = { + .name = "omap2-nand", + .id = -1, + .dev = { + .platform_data = &omap3devkit8000_nand_data, + }, + .num_resources = 1, + .resource = &omap3devkit8000_nand_resource,
neither this...
+static struct gpio_led gpio_leds[] = { + { + .name = "led1", + .default_trigger = "heartbeat", + .gpio = 186, + .active_low = true, + }, + { + .name = "led2", + .default_trigger = "mmc0", + .gpio = 163, + .active_low = true, + }, + { + .name = "ledB", + .default_trigger = "none", + .gpio = 153, + .active_low = true, + }, + { + .name = "led3", + .default_trigger = "none", + .gpio = 164, /* gets replaced */
nor this.
+static struct spi_board_info omap3devkit8000_spi_board_info[] __initdata = { + { + .modalias = "ads7846", + .bus_num = 2, + .chip_select = 0, + .max_speed_hz = 1500000, + .controller_data = &ads7846_mcspi_config, + .irq = OMAP_GPIO_IRQ(OMAP3_DEVKIT_TS_GPIO), + .platform_data = &ads7846_config, + } +}; + +
nor this. -- balbi -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html