All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/9] OMAP: Devkit8000: Fix problems with package and usb
@ 2010-03-24 12:52 Thomas Weber
  2010-03-24 12:52 ` [PATCH 1/9] OMAP: Devkit8000: Fix typo in supplies Thomas Weber
                   ` (8 more replies)
  0 siblings, 9 replies; 28+ messages in thread
From: Thomas Weber @ 2010-03-24 12:52 UTC (permalink / raw)
  To: linux-omap; +Cc: tony, Thomas Weber

These patches fix problems coming from choosing the wrong package in the
configuration and initializing the wrong usb port. The defconfig is updated
to reflect these changes. Furthermore some typos in pin names corrected. 

Thomas Weber (9):
  OMAP: Devkit8000: Fix typo in supplies
  OMAP: Devkit8000: Add missing package selection
  OMAP: Devkit8000: Fix typo in pin name
  OMAP: Devkit8000: Remove unnecessary include file
  OMAP: Devkit8000: Change position of init calls
  OMAP: Devkit8000: Remove unused pins
  OMAP: Devkit8000: Fix wrong usb port on Devkit8000
  OMAP: Devkit8000: Add mux initialization
  OMAP: Devkit8000: Update default configuration

 arch/arm/configs/devkit8000_defconfig  |  157 +++++++++++++++-----------
 arch/arm/mach-omap2/Kconfig            |    6 +-
 arch/arm/mach-omap2/board-devkit8000.c |  194 +++++++++++++++++++++++++++-----
 3 files changed, 259 insertions(+), 98 deletions(-)


^ permalink raw reply	[flat|nested] 28+ messages in thread

* [PATCH 1/9] OMAP: Devkit8000: Fix typo in supplies
  2010-03-24 12:52 [PATCH 0/9] OMAP: Devkit8000: Fix problems with package and usb Thomas Weber
@ 2010-03-24 12:52 ` Thomas Weber
  2010-04-23  0:13   ` [APPLIED] " Tony Lindgren
  2010-03-24 12:52 ` [PATCH 2/9] OMAP: Devkit8000: Add missing package selection Thomas Weber
                   ` (7 subsequent siblings)
  8 siblings, 1 reply; 28+ messages in thread
From: Thomas Weber @ 2010-03-24 12:52 UTC (permalink / raw)
  To: linux-omap; +Cc: tony, Thomas Weber

Replace wrong vdss_dsi with vdds_dsi.

Signed-off-by: Thomas Weber <weber@corscience.de>
---
 arch/arm/mach-omap2/board-devkit8000.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/arch/arm/mach-omap2/board-devkit8000.c b/arch/arm/mach-omap2/board-devkit8000.c
index 5bfc13b..fb0f2f8 100644
--- a/arch/arm/mach-omap2/board-devkit8000.c
+++ b/arch/arm/mach-omap2/board-devkit8000.c
@@ -303,7 +303,7 @@ static struct regulator_consumer_supply devkit8000_vpll2_supplies[] = {
 	.dev		= &devkit8000_lcd_device.dev,
 	},
 	{
-	.supply		= "vdss_dsi",
+	.supply		= "vdds_dsi",
 	.dev		= &devkit8000_dss_device.dev,
 	}
 };
-- 
1.6.4.4


^ permalink raw reply related	[flat|nested] 28+ messages in thread

* [PATCH 2/9] OMAP: Devkit8000: Add missing package selection
  2010-03-24 12:52 [PATCH 0/9] OMAP: Devkit8000: Fix problems with package and usb Thomas Weber
  2010-03-24 12:52 ` [PATCH 1/9] OMAP: Devkit8000: Fix typo in supplies Thomas Weber
@ 2010-03-24 12:52 ` Thomas Weber
  2010-03-24 12:58   ` Felipe Balbi
  2010-04-23  0:14   ` [APPLIED] " Tony Lindgren
  2010-03-24 12:52 ` [PATCH 3/9] OMAP: Devkit8000: Fix typo in pin name Thomas Weber
                   ` (6 subsequent siblings)
  8 siblings, 2 replies; 28+ messages in thread
From: Thomas Weber @ 2010-03-24 12:52 UTC (permalink / raw)
  To: linux-omap; +Cc: tony, Thomas Weber

Devkit8000 uses the CUS package for OMAP3530.

This patch adds missing package selection for CUS and enables
CONFIG_MUX.

Replace whitespace with tab in Kconfig.

Signed-off-by: Thomas Weber <weber@corscience.de>
---
 arch/arm/mach-omap2/Kconfig |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/arch/arm/mach-omap2/Kconfig b/arch/arm/mach-omap2/Kconfig
index a8a3d1e..2455dcc 100644
--- a/arch/arm/mach-omap2/Kconfig
+++ b/arch/arm/mach-omap2/Kconfig
@@ -59,8 +59,10 @@ config MACH_OMAP3_BEAGLE
 	select OMAP_PACKAGE_CBB
 
 config MACH_DEVKIT8000
-        bool "DEVKIT8000 board"
-        depends on ARCH_OMAP3
+	bool "DEVKIT8000 board"
+	depends on ARCH_OMAP3
+	select OMAP_PACKAGE_CUS
+	select OMAP_MUX
 
 config MACH_OMAP_LDP
 	bool "OMAP3 LDP board"
-- 
1.6.4.4


^ permalink raw reply related	[flat|nested] 28+ messages in thread

* [PATCH 3/9] OMAP: Devkit8000: Fix typo in pin name
  2010-03-24 12:52 [PATCH 0/9] OMAP: Devkit8000: Fix problems with package and usb Thomas Weber
  2010-03-24 12:52 ` [PATCH 1/9] OMAP: Devkit8000: Fix typo in supplies Thomas Weber
  2010-03-24 12:52 ` [PATCH 2/9] OMAP: Devkit8000: Add missing package selection Thomas Weber
@ 2010-03-24 12:52 ` Thomas Weber
  2010-04-23  0:14   ` [APPLIED] " Tony Lindgren
  2010-03-24 12:52 ` [PATCH 4/9] OMAP: Devkit8000: Remove unnecessary include file Thomas Weber
                   ` (5 subsequent siblings)
  8 siblings, 1 reply; 28+ messages in thread
From: Thomas Weber @ 2010-03-24 12:52 UTC (permalink / raw)
  To: linux-omap; +Cc: tony, Thomas Weber

Replace wrong sdr_cke[01] with sdrc_cke[01].

Signed-off-by: Thomas Weber <weber@corscience.de>
---
 arch/arm/mach-omap2/board-devkit8000.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/arch/arm/mach-omap2/board-devkit8000.c b/arch/arm/mach-omap2/board-devkit8000.c
index fb0f2f8..cf90fe0 100644
--- a/arch/arm/mach-omap2/board-devkit8000.c
+++ b/arch/arm/mach-omap2/board-devkit8000.c
@@ -676,8 +676,8 @@ static void __init devkit8000_init(void)
 	devkit8000_flash_init();
 
 	/* Ensure SDRC pins are mux'd for self-refresh */
-	omap_mux_init_signal("sdr_cke0", OMAP_PIN_OUTPUT);
-	omap_mux_init_signal("sdr_cke1", OMAP_PIN_OUTPUT);
+	omap_mux_init_signal("sdrc_cke0", OMAP_PIN_OUTPUT);
+	omap_mux_init_signal("sdrc_cke1", OMAP_PIN_OUTPUT);
 }
 
 static void __init devkit8000_map_io(void)
-- 
1.6.4.4


^ permalink raw reply related	[flat|nested] 28+ messages in thread

* [PATCH 4/9] OMAP: Devkit8000: Remove unnecessary include file
  2010-03-24 12:52 [PATCH 0/9] OMAP: Devkit8000: Fix problems with package and usb Thomas Weber
                   ` (2 preceding siblings ...)
  2010-03-24 12:52 ` [PATCH 3/9] OMAP: Devkit8000: Fix typo in pin name Thomas Weber
@ 2010-03-24 12:52 ` Thomas Weber
  2010-04-23  0:15   ` [APPLIED] " Tony Lindgren
  2010-03-24 12:52 ` [PATCH 5/9] OMAP: Devkit8000: Change position of init calls Thomas Weber
                   ` (4 subsequent siblings)
  8 siblings, 1 reply; 28+ messages in thread
From: Thomas Weber @ 2010-03-24 12:52 UTC (permalink / raw)
  To: linux-omap; +Cc: tony, Thomas Weber

Remove include otg.h.

Signed-off-by: Thomas Weber <weber@corscience.de>
---
 arch/arm/mach-omap2/board-devkit8000.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/arch/arm/mach-omap2/board-devkit8000.c b/arch/arm/mach-omap2/board-devkit8000.c
index cf90fe0..33880f1 100644
--- a/arch/arm/mach-omap2/board-devkit8000.c
+++ b/arch/arm/mach-omap2/board-devkit8000.c
@@ -50,7 +50,6 @@
 #include <linux/input/matrix_keypad.h>
 #include <linux/spi/spi.h>
 #include <linux/spi/ads7846.h>
-#include <linux/usb/otg.h>
 #include <linux/dm9000.h>
 #include <linux/interrupt.h>
 
-- 
1.6.4.4


^ permalink raw reply related	[flat|nested] 28+ messages in thread

* [PATCH 5/9] OMAP: Devkit8000: Change position of init calls
  2010-03-24 12:52 [PATCH 0/9] OMAP: Devkit8000: Fix problems with package and usb Thomas Weber
                   ` (3 preceding siblings ...)
  2010-03-24 12:52 ` [PATCH 4/9] OMAP: Devkit8000: Remove unnecessary include file Thomas Weber
@ 2010-03-24 12:52 ` Thomas Weber
  2010-04-23  0:15   ` [APPLIED] " Tony Lindgren
  2010-03-24 12:52 ` [PATCH 6/9] OMAP: Devkit8000: Remove unused pins Thomas Weber
                   ` (3 subsequent siblings)
  8 siblings, 1 reply; 28+ messages in thread
From: Thomas Weber @ 2010-03-24 12:52 UTC (permalink / raw)
  To: linux-omap; +Cc: tony, Thomas Weber

Change position of calling serial and ethernet initialization.

Signed-off-by: Thomas Weber <weber@corscience.de>
---
 arch/arm/mach-omap2/board-devkit8000.c |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/arch/arm/mach-omap2/board-devkit8000.c b/arch/arm/mach-omap2/board-devkit8000.c
index 33880f1..c3b5e02 100644
--- a/arch/arm/mach-omap2/board-devkit8000.c
+++ b/arch/arm/mach-omap2/board-devkit8000.c
@@ -649,6 +649,10 @@ static const struct ehci_hcd_omap_platform_data ehci_pdata __initconst = {
 
 static void __init devkit8000_init(void)
 {
+	omap_serial_init();
+
+	omap_dm9000_init();
+
 	devkit8000_i2c_init();
 	platform_add_devices(devkit8000_devices,
 			ARRAY_SIZE(devkit8000_devices));
@@ -658,10 +662,6 @@ static void __init devkit8000_init(void)
 	spi_register_board_info(devkit8000_spi_board_info,
 	ARRAY_SIZE(devkit8000_spi_board_info));
 
-	omap_serial_init();
-
-	omap_dm9000_init();
-
 	devkit8000_ads7846_init();
 
 	omap_mux_init_gpio(170, OMAP_PIN_INPUT);
-- 
1.6.4.4


^ permalink raw reply related	[flat|nested] 28+ messages in thread

* [PATCH 6/9] OMAP: Devkit8000: Remove unused pins
  2010-03-24 12:52 [PATCH 0/9] OMAP: Devkit8000: Fix problems with package and usb Thomas Weber
                   ` (4 preceding siblings ...)
  2010-03-24 12:52 ` [PATCH 5/9] OMAP: Devkit8000: Change position of init calls Thomas Weber
@ 2010-03-24 12:52 ` Thomas Weber
  2010-04-23  0:15   ` [APPLIED] " Tony Lindgren
  2010-03-24 12:52 ` [PATCH 7/9] OMAP: Devkit8000: Fix wrong usb port on Devkit8000 Thomas Weber
                   ` (2 subsequent siblings)
  8 siblings, 1 reply; 28+ messages in thread
From: Thomas Weber @ 2010-03-24 12:52 UTC (permalink / raw)
  To: linux-omap; +Cc: tony, Thomas Weber

Old code from original patch contains beagle board pins that are
not available on the Devkit8000.

Signed-off-by: Thomas Weber <weber@corscience.de>
---
 arch/arm/mach-omap2/board-devkit8000.c |   20 --------------------
 1 files changed, 0 insertions(+), 20 deletions(-)

diff --git a/arch/arm/mach-omap2/board-devkit8000.c b/arch/arm/mach-omap2/board-devkit8000.c
index c3b5e02..f8583ce 100644
--- a/arch/arm/mach-omap2/board-devkit8000.c
+++ b/arch/arm/mach-omap2/board-devkit8000.c
@@ -268,20 +268,6 @@ static int devkit8000_twl_gpio_setup(struct device *dev,
 	devkit8000_vmmc1_supply.dev = mmc[0].dev;
 	devkit8000_vsim_supply.dev = mmc[0].dev;
 
-	/* REVISIT: need ehci-omap hooks for external VBUS
-	 * power switch and overcurrent detect
-	 */
-
-	gpio_request(gpio + 1, "EHCI_nOC");
-	gpio_direction_input(gpio + 1);
-
-	/* TWL4030_GPIO_MAX + 0 == ledA, EHCI nEN_USB_PWR (out, active low) */
-	gpio_request(gpio + TWL4030_GPIO_MAX, "nEN_USB_PWR");
-	gpio_direction_output(gpio + TWL4030_GPIO_MAX, 1);
-
-	/* TWL4030_GPIO_MAX + 1 == ledB, PMU_STAT (out, active low LED) */
-	gpio_leds[2].gpio = gpio + TWL4030_GPIO_MAX + 1;
-
 	return 0;
 }
 
@@ -664,12 +650,6 @@ static void __init devkit8000_init(void)
 
 	devkit8000_ads7846_init();
 
-	omap_mux_init_gpio(170, OMAP_PIN_INPUT);
-
-	gpio_request(170, "DVI_nPD");
-	/* REVISIT leave DVI powered down until it's needed ... */
-	gpio_direction_output(170, true);
-
 	usb_musb_init(&musb_board_data);
 	usb_ehci_init(&ehci_pdata);
 	devkit8000_flash_init();
-- 
1.6.4.4


^ permalink raw reply related	[flat|nested] 28+ messages in thread

* [PATCH 7/9] OMAP: Devkit8000: Fix wrong usb port on Devkit8000
  2010-03-24 12:52 [PATCH 0/9] OMAP: Devkit8000: Fix problems with package and usb Thomas Weber
                   ` (5 preceding siblings ...)
  2010-03-24 12:52 ` [PATCH 6/9] OMAP: Devkit8000: Remove unused pins Thomas Weber
@ 2010-03-24 12:52 ` Thomas Weber
  2010-03-24 13:00   ` Felipe Balbi
  2010-04-22 22:13   ` [APPLIED] " Tony Lindgren
  2010-03-24 12:52 ` [PATCH 8/9] OMAP: Devkit8000: Add mux initialization Thomas Weber
  2010-03-24 12:52 ` [PATCH 9/9] OMAP: Devkit8000: Update default configuration Thomas Weber
  8 siblings, 2 replies; 28+ messages in thread
From: Thomas Weber @ 2010-03-24 12:52 UTC (permalink / raw)
  To: linux-omap; +Cc: tony, Thomas Weber

Disable the nonexistent ehci port on Devkit8000.

Signed-off-by: Thomas Weber <weber@corscience.de>
---
 arch/arm/mach-omap2/board-devkit8000.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/arch/arm/mach-omap2/board-devkit8000.c b/arch/arm/mach-omap2/board-devkit8000.c
index f8583ce..47e3af2 100644
--- a/arch/arm/mach-omap2/board-devkit8000.c
+++ b/arch/arm/mach-omap2/board-devkit8000.c
@@ -624,12 +624,12 @@ static struct omap_musb_board_data musb_board_data = {
 static const struct ehci_hcd_omap_platform_data ehci_pdata __initconst = {
 
 	.port_mode[0] = EHCI_HCD_OMAP_MODE_PHY,
-	.port_mode[1] = EHCI_HCD_OMAP_MODE_PHY,
+	.port_mode[1] = EHCI_HCD_OMAP_MODE_UNKNOWN,
 	.port_mode[2] = EHCI_HCD_OMAP_MODE_UNKNOWN,
 
 	.phy_reset  = true,
 	.reset_gpio_port[0]  = -EINVAL,
-	.reset_gpio_port[1]  = 147,
+	.reset_gpio_port[1]  = -EINVAL,
 	.reset_gpio_port[2]  = -EINVAL
 };
 
-- 
1.6.4.4


^ permalink raw reply related	[flat|nested] 28+ messages in thread

* [PATCH 8/9] OMAP: Devkit8000: Add mux initialization
  2010-03-24 12:52 [PATCH 0/9] OMAP: Devkit8000: Fix problems with package and usb Thomas Weber
                   ` (6 preceding siblings ...)
  2010-03-24 12:52 ` [PATCH 7/9] OMAP: Devkit8000: Fix wrong usb port on Devkit8000 Thomas Weber
@ 2010-03-24 12:52 ` Thomas Weber
  2010-05-04 20:47   ` [APPLIED] " Tony Lindgren
  2010-03-24 12:52 ` [PATCH 9/9] OMAP: Devkit8000: Update default configuration Thomas Weber
  8 siblings, 1 reply; 28+ messages in thread
From: Thomas Weber @ 2010-03-24 12:52 UTC (permalink / raw)
  To: linux-omap; +Cc: tony, Thomas Weber

Initialize multiplexed pins with correct mode.

Signed-off-by: Thomas Weber <weber@corscience.de>
---
 arch/arm/mach-omap2/board-devkit8000.c |  155 ++++++++++++++++++++++++++++++++
 1 files changed, 155 insertions(+), 0 deletions(-)

diff --git a/arch/arm/mach-omap2/board-devkit8000.c b/arch/arm/mach-omap2/board-devkit8000.c
index 47e3af2..77022b5 100644
--- a/arch/arm/mach-omap2/board-devkit8000.c
+++ b/arch/arm/mach-omap2/board-devkit8000.c
@@ -633,8 +633,163 @@ static const struct ehci_hcd_omap_platform_data ehci_pdata __initconst = {
 	.reset_gpio_port[2]  = -EINVAL
 };
 
+static struct omap_board_mux board_mux[] __initdata = {
+	/* nCS and IRQ for Devkit8000 ethernet */
+	OMAP3_MUX(GPMC_NCS6, OMAP_MUX_MODE0),
+	OMAP3_MUX(ETK_D11, OMAP_MUX_MODE4 | OMAP_PIN_INPUT_PULLUP),
+
+	/* McSPI 2*/
+	OMAP3_MUX(MCSPI2_CLK, OMAP_MUX_MODE0 | OMAP_PIN_INPUT),
+	OMAP3_MUX(MCSPI2_SIMO, OMAP_MUX_MODE0 | OMAP_PIN_OUTPUT),
+	OMAP3_MUX(MCSPI2_SOMI, OMAP_MUX_MODE0 | OMAP_PIN_INPUT),
+	OMAP3_MUX(MCSPI2_CS0, OMAP_MUX_MODE0 | OMAP_PIN_OUTPUT),
+	OMAP3_MUX(MCSPI2_CS1, OMAP_MUX_MODE0 | OMAP_PIN_OUTPUT),
+
+	/* PENDOWN GPIO */
+	OMAP3_MUX(ETK_D13, OMAP_MUX_MODE4 | OMAP_PIN_INPUT),
+
+	/* mUSB */
+	OMAP3_MUX(HSUSB0_CLK, OMAP_MUX_MODE0 | OMAP_PIN_INPUT),
+	OMAP3_MUX(HSUSB0_STP, OMAP_MUX_MODE0 | OMAP_PIN_OUTPUT),
+	OMAP3_MUX(HSUSB0_DIR, OMAP_MUX_MODE0 | OMAP_PIN_INPUT),
+	OMAP3_MUX(HSUSB0_NXT, OMAP_MUX_MODE0 | OMAP_PIN_INPUT),
+	OMAP3_MUX(HSUSB0_DATA0, OMAP_MUX_MODE0 | OMAP_PIN_INPUT),
+	OMAP3_MUX(HSUSB0_DATA1, OMAP_MUX_MODE0 | OMAP_PIN_INPUT),
+	OMAP3_MUX(HSUSB0_DATA2, OMAP_MUX_MODE0 | OMAP_PIN_INPUT),
+	OMAP3_MUX(HSUSB0_DATA3, OMAP_MUX_MODE0 | OMAP_PIN_INPUT),
+	OMAP3_MUX(HSUSB0_DATA4, OMAP_MUX_MODE0 | OMAP_PIN_INPUT),
+	OMAP3_MUX(HSUSB0_DATA5, OMAP_MUX_MODE0 | OMAP_PIN_INPUT),
+	OMAP3_MUX(HSUSB0_DATA6, OMAP_MUX_MODE0 | OMAP_PIN_INPUT),
+	OMAP3_MUX(HSUSB0_DATA7, OMAP_MUX_MODE0 | OMAP_PIN_INPUT),
+
+	/* USB 1 */
+	OMAP3_MUX(ETK_CTL, OMAP_MUX_MODE3 | OMAP_PIN_INPUT),
+	OMAP3_MUX(ETK_CLK, OMAP_MUX_MODE3 | OMAP_PIN_OUTPUT),
+	OMAP3_MUX(ETK_D8, OMAP_MUX_MODE3 | OMAP_PIN_INPUT),
+	OMAP3_MUX(ETK_D9, OMAP_MUX_MODE3 | OMAP_PIN_INPUT),
+	OMAP3_MUX(ETK_D0, OMAP_MUX_MODE3 | OMAP_PIN_INPUT),
+	OMAP3_MUX(ETK_D1, OMAP_MUX_MODE3 | OMAP_PIN_INPUT),
+	OMAP3_MUX(ETK_D2, OMAP_MUX_MODE3 | OMAP_PIN_INPUT),
+	OMAP3_MUX(ETK_D3, OMAP_MUX_MODE3 | OMAP_PIN_INPUT),
+	OMAP3_MUX(ETK_D4, OMAP_MUX_MODE3 | OMAP_PIN_INPUT),
+	OMAP3_MUX(ETK_D5, OMAP_MUX_MODE3 | OMAP_PIN_INPUT),
+	OMAP3_MUX(ETK_D6, OMAP_MUX_MODE3 | OMAP_PIN_INPUT),
+	OMAP3_MUX(ETK_D7, OMAP_MUX_MODE3 | OMAP_PIN_INPUT),
+
+	/* MMC 1 */
+	OMAP3_MUX(SDMMC1_CLK, OMAP_MUX_MODE0 | OMAP_PIN_INPUT),
+	OMAP3_MUX(SDMMC1_CMD, OMAP_MUX_MODE0 | OMAP_PIN_INPUT),
+	OMAP3_MUX(SDMMC1_DAT0, OMAP_MUX_MODE0 | OMAP_PIN_INPUT),
+	OMAP3_MUX(SDMMC1_DAT1, OMAP_MUX_MODE0 | OMAP_PIN_INPUT),
+	OMAP3_MUX(SDMMC1_DAT2, OMAP_MUX_MODE0 | OMAP_PIN_INPUT),
+	OMAP3_MUX(SDMMC1_DAT3, OMAP_MUX_MODE0 | OMAP_PIN_INPUT),
+	OMAP3_MUX(SDMMC1_DAT4, OMAP_MUX_MODE0 | OMAP_PIN_INPUT),
+	OMAP3_MUX(SDMMC1_DAT5, OMAP_MUX_MODE0 | OMAP_PIN_INPUT),
+	OMAP3_MUX(SDMMC1_DAT6, OMAP_MUX_MODE0 | OMAP_PIN_INPUT),
+	OMAP3_MUX(SDMMC1_DAT7, OMAP_MUX_MODE0 | OMAP_PIN_INPUT),
+
+	/* McBSP 2 */
+	OMAP3_MUX(MCBSP2_FSX, OMAP_MUX_MODE0 | OMAP_PIN_INPUT),
+	OMAP3_MUX(MCBSP2_CLKX, OMAP_MUX_MODE0 | OMAP_PIN_INPUT),
+	OMAP3_MUX(MCBSP2_DR, OMAP_MUX_MODE0 | OMAP_PIN_INPUT),
+	OMAP3_MUX(MCBSP2_DX, OMAP_MUX_MODE0 | OMAP_PIN_OUTPUT),
+
+	/* I2C 1 */
+	OMAP3_MUX(I2C1_SCL, OMAP_MUX_MODE0 | OMAP_PIN_INPUT),
+	OMAP3_MUX(I2C1_SDA, OMAP_MUX_MODE0 | OMAP_PIN_INPUT),
+
+	/* I2C 2 */
+	OMAP3_MUX(I2C2_SCL, OMAP_MUX_MODE0 | OMAP_PIN_INPUT),
+	OMAP3_MUX(I2C2_SDA, OMAP_MUX_MODE0 | OMAP_PIN_INPUT),
+
+	/* I2C 3 */
+	OMAP3_MUX(I2C3_SCL, OMAP_MUX_MODE0 | OMAP_PIN_INPUT),
+	OMAP3_MUX(I2C3_SDA, OMAP_MUX_MODE0 | OMAP_PIN_INPUT),
+
+	/* I2C 4 */
+	OMAP3_MUX(I2C4_SCL, OMAP_MUX_MODE0 | OMAP_PIN_INPUT),
+	OMAP3_MUX(I2C4_SDA, OMAP_MUX_MODE0 | OMAP_PIN_INPUT),
+
+	/* serial ports */
+	OMAP3_MUX(MCBSP3_CLKX, OMAP_MUX_MODE1 | OMAP_PIN_OUTPUT),
+	OMAP3_MUX(MCBSP3_FSX, OMAP_MUX_MODE1 | OMAP_PIN_INPUT),
+	OMAP3_MUX(UART1_TX, OMAP_MUX_MODE0 | OMAP_PIN_OUTPUT),
+	OMAP3_MUX(UART1_RX, OMAP_MUX_MODE0 | OMAP_PIN_INPUT),
+
+	/* DSS */
+	OMAP3_MUX(DSS_PCLK, OMAP_MUX_MODE0 | OMAP_PIN_OUTPUT),
+	OMAP3_MUX(DSS_HSYNC, OMAP_MUX_MODE0 | OMAP_PIN_OUTPUT),
+	OMAP3_MUX(DSS_VSYNC, OMAP_MUX_MODE0 | OMAP_PIN_OUTPUT),
+	OMAP3_MUX(DSS_ACBIAS, OMAP_MUX_MODE0 | OMAP_PIN_OUTPUT),
+	OMAP3_MUX(DSS_DATA0, OMAP_MUX_MODE0 | OMAP_PIN_OUTPUT),
+	OMAP3_MUX(DSS_DATA1, OMAP_MUX_MODE0 | OMAP_PIN_OUTPUT),
+	OMAP3_MUX(DSS_DATA2, OMAP_MUX_MODE0 | OMAP_PIN_OUTPUT),
+	OMAP3_MUX(DSS_DATA3, OMAP_MUX_MODE0 | OMAP_PIN_OUTPUT),
+	OMAP3_MUX(DSS_DATA4, OMAP_MUX_MODE0 | OMAP_PIN_OUTPUT),
+	OMAP3_MUX(DSS_DATA5, OMAP_MUX_MODE0 | OMAP_PIN_OUTPUT),
+	OMAP3_MUX(DSS_DATA6, OMAP_MUX_MODE0 | OMAP_PIN_OUTPUT),
+	OMAP3_MUX(DSS_DATA7, OMAP_MUX_MODE0 | OMAP_PIN_OUTPUT),
+	OMAP3_MUX(DSS_DATA8, OMAP_MUX_MODE0 | OMAP_PIN_OUTPUT),
+	OMAP3_MUX(DSS_DATA9, OMAP_MUX_MODE0 | OMAP_PIN_OUTPUT),
+	OMAP3_MUX(DSS_DATA10, OMAP_MUX_MODE0 | OMAP_PIN_OUTPUT),
+	OMAP3_MUX(DSS_DATA11, OMAP_MUX_MODE0 | OMAP_PIN_OUTPUT),
+	OMAP3_MUX(DSS_DATA12, OMAP_MUX_MODE0 | OMAP_PIN_OUTPUT),
+	OMAP3_MUX(DSS_DATA13, OMAP_MUX_MODE0 | OMAP_PIN_OUTPUT),
+	OMAP3_MUX(DSS_DATA14, OMAP_MUX_MODE0 | OMAP_PIN_OUTPUT),
+	OMAP3_MUX(DSS_DATA15, OMAP_MUX_MODE0 | OMAP_PIN_OUTPUT),
+	OMAP3_MUX(DSS_DATA16, OMAP_MUX_MODE0 | OMAP_PIN_OUTPUT),
+	OMAP3_MUX(DSS_DATA17, OMAP_MUX_MODE0 | OMAP_PIN_OUTPUT),
+	OMAP3_MUX(DSS_DATA18, OMAP_MUX_MODE0 | OMAP_PIN_OUTPUT),
+	OMAP3_MUX(DSS_DATA19, OMAP_MUX_MODE0 | OMAP_PIN_OUTPUT),
+	OMAP3_MUX(DSS_DATA20, OMAP_MUX_MODE0 | OMAP_PIN_OUTPUT),
+	OMAP3_MUX(DSS_DATA21, OMAP_MUX_MODE0 | OMAP_PIN_OUTPUT),
+	OMAP3_MUX(DSS_DATA22, OMAP_MUX_MODE0 | OMAP_PIN_OUTPUT),
+	OMAP3_MUX(DSS_DATA23, OMAP_MUX_MODE0 | OMAP_PIN_OUTPUT),
+
+	/* expansion port */
+	/* McSPI 1 */
+	OMAP3_MUX(MCSPI1_CLK, OMAP_MUX_MODE0 | OMAP_PIN_INPUT),
+	OMAP3_MUX(MCSPI1_SIMO, OMAP_MUX_MODE0 | OMAP_PIN_INPUT),
+	OMAP3_MUX(MCSPI1_SOMI, OMAP_MUX_MODE0 | OMAP_PIN_INPUT),
+	OMAP3_MUX(MCSPI1_CS0, OMAP_MUX_MODE0 | OMAP_PIN_INPUT_PULLDOWN),
+	OMAP3_MUX(MCSPI1_CS3, OMAP_MUX_MODE0 | OMAP_PIN_INPUT_PULLDOWN),
+
+	/* HDQ */
+	OMAP3_MUX(HDQ_SIO, OMAP_MUX_MODE0 | OMAP_PIN_INPUT),
+
+	/* McSPI4 */
+	OMAP3_MUX(MCBSP1_CLKR, OMAP_MUX_MODE1 | OMAP_PIN_INPUT),
+	OMAP3_MUX(MCBSP1_DX, OMAP_MUX_MODE1 | OMAP_PIN_INPUT),
+	OMAP3_MUX(MCBSP1_DR, OMAP_MUX_MODE1 | OMAP_PIN_INPUT),
+	OMAP3_MUX(MCBSP1_FSX, OMAP_MUX_MODE1 | OMAP_PIN_INPUT_PULLUP),
+
+	/* MMC 2 */
+	OMAP3_MUX(SDMMC2_DAT4, OMAP_MUX_MODE1 | OMAP_PIN_OUTPUT),
+	OMAP3_MUX(SDMMC2_DAT5, OMAP_MUX_MODE1 | OMAP_PIN_OUTPUT),
+	OMAP3_MUX(SDMMC2_DAT6, OMAP_MUX_MODE1 | OMAP_PIN_OUTPUT),
+	OMAP3_MUX(SDMMC2_DAT7, OMAP_MUX_MODE1 | OMAP_PIN_INPUT),
+
+	/* I2C3 */
+	OMAP3_MUX(I2C3_SCL, OMAP_MUX_MODE0 | OMAP_PIN_INPUT),
+	OMAP3_MUX(I2C3_SDA, OMAP_MUX_MODE0 | OMAP_PIN_INPUT),
+
+	OMAP3_MUX(MCBSP1_CLKX, OMAP_MUX_MODE4 | OMAP_PIN_OUTPUT),
+	OMAP3_MUX(MCBSP_CLKS, OMAP_MUX_MODE4 | OMAP_PIN_OUTPUT),
+	OMAP3_MUX(MCBSP1_FSR, OMAP_MUX_MODE4 | OMAP_PIN_OUTPUT),
+
+	OMAP3_MUX(GPMC_NCS7, OMAP_MUX_MODE4 | OMAP_PIN_OUTPUT),
+	OMAP3_MUX(GPMC_NCS3, OMAP_MUX_MODE4 | OMAP_PIN_OUTPUT),
+
+	/* TPS IRQ */
+	OMAP3_MUX(SYS_NIRQ, OMAP_MUX_MODE0 | OMAP_WAKEUP_EN | \
+			OMAP_PIN_INPUT_PULLUP),
+
+	{ .reg_offset = OMAP_MUX_TERMINATOR },
+};
+
 static void __init devkit8000_init(void)
 {
+	omap3_mux_init(board_mux, OMAP_PACKAGE_CUS);
 	omap_serial_init();
 
 	omap_dm9000_init();
-- 
1.6.4.4


^ permalink raw reply related	[flat|nested] 28+ messages in thread

* [PATCH 9/9] OMAP: Devkit8000: Update default configuration
  2010-03-24 12:52 [PATCH 0/9] OMAP: Devkit8000: Fix problems with package and usb Thomas Weber
                   ` (7 preceding siblings ...)
  2010-03-24 12:52 ` [PATCH 8/9] OMAP: Devkit8000: Add mux initialization Thomas Weber
@ 2010-03-24 12:52 ` Thomas Weber
  2010-05-04 20:49   ` [APPLIED] " Tony Lindgren
  8 siblings, 1 reply; 28+ messages in thread
From: Thomas Weber @ 2010-03-24 12:52 UTC (permalink / raw)
  To: linux-omap; +Cc: tony, Thomas Weber

This patch updates the new default configuration for the Devkit8000.

Signed-off-by: Thomas Weber <weber@corscience.de>
---
 arch/arm/configs/devkit8000_defconfig |  157 +++++++++++++++++++--------------
 1 files changed, 91 insertions(+), 66 deletions(-)

diff --git a/arch/arm/configs/devkit8000_defconfig b/arch/arm/configs/devkit8000_defconfig
index 61a817e..c7a6820 100644
--- a/arch/arm/configs/devkit8000_defconfig
+++ b/arch/arm/configs/devkit8000_defconfig
@@ -1,13 +1,14 @@
 #
 # Automatically generated make config: don't edit
-# Linux kernel version: 2.6.33-rc6
-# Thu Feb  4 15:42:56 2010
+# Linux kernel version: 2.6.34-rc2
+# Wed Mar 24 13:27:25 2010
 #
 CONFIG_ARM=y
 CONFIG_SYS_SUPPORTS_APM_EMULATION=y
 CONFIG_GENERIC_GPIO=y
 CONFIG_GENERIC_TIME=y
 CONFIG_GENERIC_CLOCKEVENTS=y
+CONFIG_HAVE_PROC_CPU=y
 CONFIG_GENERIC_HARDIRQS=y
 CONFIG_STACKTRACE_SUPPORT=y
 CONFIG_HAVE_LATENCYTOP_SUPPORT=y
@@ -19,7 +20,9 @@ CONFIG_RWSEM_GENERIC_SPINLOCK=y
 CONFIG_ARCH_HAS_CPUFREQ=y
 CONFIG_GENERIC_HWEIGHT=y
 CONFIG_GENERIC_CALIBRATE_DELAY=y
+CONFIG_NEED_DMA_MAP_STATE=y
 CONFIG_GENERIC_HARDIRQS_NO__DO_IRQ=y
+CONFIG_ARM_L1_CACHE_SHIFT_6=y
 CONFIG_VECTORS_BASE=0xffff0000
 CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
 CONFIG_CONSTRUCTORS=y
@@ -60,11 +63,6 @@ CONFIG_RCU_FANOUT=32
 CONFIG_IKCONFIG=y
 CONFIG_IKCONFIG_PROC=y
 CONFIG_LOG_BUF_SHIFT=14
-CONFIG_GROUP_SCHED=y
-CONFIG_FAIR_GROUP_SCHED=y
-# CONFIG_RT_GROUP_SCHED is not set
-CONFIG_USER_SCHED=y
-# CONFIG_CGROUP_SCHED is not set
 # CONFIG_CGROUPS is not set
 # CONFIG_SYSFS_DEPRECATED_V2 is not set
 # CONFIG_RELAY is not set
@@ -96,10 +94,14 @@ CONFIG_TIMERFD=y
 CONFIG_EVENTFD=y
 CONFIG_SHMEM=y
 CONFIG_AIO=y
+CONFIG_HAVE_PERF_EVENTS=y
+CONFIG_PERF_USE_VMALLOC=y
 
 #
 # Kernel Performance Events And Counters
 #
+# CONFIG_PERF_EVENTS is not set
+# CONFIG_PERF_COUNTERS is not set
 CONFIG_VM_EVENT_COUNTERS=y
 CONFIG_COMPAT_BRK=y
 CONFIG_SLAB=y
@@ -170,7 +172,7 @@ CONFIG_INLINE_WRITE_UNLOCK=y
 CONFIG_INLINE_WRITE_UNLOCK_IRQ=y
 # CONFIG_INLINE_WRITE_UNLOCK_IRQRESTORE is not set
 # CONFIG_MUTEX_SPIN_ON_OWNER is not set
-# CONFIG_FREEZER is not set
+CONFIG_FREEZER=y
 
 #
 # System Type
@@ -181,6 +183,7 @@ CONFIG_MMU=y
 # CONFIG_ARCH_REALVIEW is not set
 # CONFIG_ARCH_VERSATILE is not set
 # CONFIG_ARCH_AT91 is not set
+# CONFIG_ARCH_BCMRING is not set
 # CONFIG_ARCH_CLPS711X is not set
 # CONFIG_ARCH_GEMINI is not set
 # CONFIG_ARCH_EBSA110 is not set
@@ -190,7 +193,6 @@ CONFIG_MMU=y
 # CONFIG_ARCH_STMP3XXX is not set
 # CONFIG_ARCH_NETX is not set
 # CONFIG_ARCH_H720X is not set
-# CONFIG_ARCH_NOMADIK is not set
 # CONFIG_ARCH_IOP13XX is not set
 # CONFIG_ARCH_IOP32X is not set
 # CONFIG_ARCH_IOP33X is not set
@@ -207,21 +209,26 @@ CONFIG_MMU=y
 # CONFIG_ARCH_KS8695 is not set
 # CONFIG_ARCH_NS9XXX is not set
 # CONFIG_ARCH_W90X900 is not set
+# CONFIG_ARCH_NUC93X is not set
 # CONFIG_ARCH_PNX4008 is not set
 # CONFIG_ARCH_PXA is not set
 # CONFIG_ARCH_MSM is not set
+# CONFIG_ARCH_SHMOBILE is not set
 # CONFIG_ARCH_RPC is not set
 # CONFIG_ARCH_SA1100 is not set
 # CONFIG_ARCH_S3C2410 is not set
 # CONFIG_ARCH_S3C64XX is not set
+# CONFIG_ARCH_S5P6440 is not set
+# CONFIG_ARCH_S5P6442 is not set
 # CONFIG_ARCH_S5PC1XX is not set
+# CONFIG_ARCH_S5PV210 is not set
 # CONFIG_ARCH_SHARK is not set
 # CONFIG_ARCH_LH7A40X is not set
 # CONFIG_ARCH_U300 is not set
+# CONFIG_ARCH_U8500 is not set
+# CONFIG_ARCH_NOMADIK is not set
 # CONFIG_ARCH_DAVINCI is not set
 CONFIG_ARCH_OMAP=y
-# CONFIG_ARCH_BCMRING is not set
-# CONFIG_ARCH_U8500 is not set
 
 #
 # TI OMAP Implementations
@@ -237,16 +244,20 @@ CONFIG_ARCH_OMAP3=y
 # OMAP Feature Selections
 #
 # CONFIG_OMAP_RESET_CLOCKS is not set
-# CONFIG_OMAP_MUX is not set
+CONFIG_OMAP_MUX=y
+# CONFIG_OMAP_MUX_DEBUG is not set
+CONFIG_OMAP_MUX_WARNINGS=y
 CONFIG_OMAP_MCBSP=y
 # CONFIG_OMAP_MBOX_FWK is not set
 # CONFIG_OMAP_MPU_TIMER is not set
 CONFIG_OMAP_32K_TIMER=y
+# CONFIG_OMAP3_L2_AUX_SECURE_SAVE_RESTORE is not set
 CONFIG_OMAP_32K_TIMER_HZ=128
 CONFIG_OMAP_DM_TIMER=y
 # CONFIG_OMAP_PM_NONE is not set
 CONFIG_OMAP_PM_NOOP=y
 CONFIG_ARCH_OMAP3430=y
+CONFIG_OMAP_PACKAGE_CUS=y
 
 #
 # OMAP Board Type
@@ -295,6 +306,7 @@ CONFIG_ARM_THUMB=y
 # CONFIG_CPU_BPREDICT_DISABLE is not set
 CONFIG_HAS_TLS_REG=y
 CONFIG_ARM_L1_CACHE_SHIFT=6
+CONFIG_CPU_HAS_PMU=y
 # CONFIG_ARM_ERRATA_430973 is not set
 # CONFIG_ARM_ERRATA_458693 is not set
 # CONFIG_ARM_ERRATA_460075 is not set
@@ -387,7 +399,14 @@ CONFIG_HAVE_AOUT=y
 #
 # Power management options
 #
-# CONFIG_PM is not set
+CONFIG_PM=y
+# CONFIG_PM_DEBUG is not set
+CONFIG_PM_SLEEP=y
+CONFIG_SUSPEND=y
+CONFIG_SUSPEND_FREEZER=y
+# CONFIG_APM_EMULATION is not set
+# CONFIG_PM_RUNTIME is not set
+CONFIG_PM_OPS=y
 CONFIG_ARCH_SUSPEND_POSSIBLE=y
 CONFIG_NET=y
 
@@ -395,7 +414,6 @@ CONFIG_NET=y
 # Networking options
 #
 CONFIG_PACKET=y
-# CONFIG_PACKET_MMAP is not set
 CONFIG_UNIX=y
 CONFIG_XFRM=y
 # CONFIG_XFRM_USER is not set
@@ -666,6 +684,7 @@ CONFIG_HAVE_IDE=y
 #
 # SCSI device support
 #
+CONFIG_SCSI_MOD=y
 # CONFIG_RAID_ATTRS is not set
 CONFIG_SCSI=y
 CONFIG_SCSI_DMA=y
@@ -717,6 +736,7 @@ CONFIG_NET_ETHERNET=y
 CONFIG_MII=y
 # CONFIG_AX88796 is not set
 # CONFIG_SMC91X is not set
+# CONFIG_TI_DAVINCI_EMAC is not set
 CONFIG_DM9000=y
 CONFIG_DM9000_DEBUGLEVEL=4
 CONFIG_DM9000_FORCE_SIMPLE_PHY_POLL=y
@@ -863,6 +883,7 @@ CONFIG_SERIAL_8250_RSA=y
 # CONFIG_SERIAL_MAX3100 is not set
 CONFIG_SERIAL_CORE=y
 CONFIG_SERIAL_CORE_CONSOLE=y
+# CONFIG_SERIAL_TIMBERDALE is not set
 CONFIG_UNIX98_PTYS=y
 # CONFIG_DEVPTS_MULTIPLE_INSTANCES is not set
 # CONFIG_LEGACY_PTYS is not set
@@ -891,6 +912,7 @@ CONFIG_I2C_HELPER_AUTO=y
 # CONFIG_I2C_OCORES is not set
 CONFIG_I2C_OMAP=y
 # CONFIG_I2C_SIMTEC is not set
+# CONFIG_I2C_XILINX is not set
 
 #
 # External I2C/SMBus adapter drivers
@@ -904,15 +926,9 @@ CONFIG_I2C_OMAP=y
 #
 # CONFIG_I2C_PCA_PLATFORM is not set
 # CONFIG_I2C_STUB is not set
-
-#
-# Miscellaneous I2C Chip support
-#
-# CONFIG_SENSORS_TSL2550 is not set
 # CONFIG_I2C_DEBUG_CORE is not set
 # CONFIG_I2C_DEBUG_ALGO is not set
 # CONFIG_I2C_DEBUG_BUS is not set
-# CONFIG_I2C_DEBUG_CHIP is not set
 CONFIG_SPI=y
 # CONFIG_SPI_DEBUG is not set
 CONFIG_SPI_MASTER=y
@@ -944,10 +960,12 @@ CONFIG_GPIOLIB=y
 #
 # Memory mapped GPIO expanders:
 #
+# CONFIG_GPIO_IT8761E is not set
 
 #
 # I2C GPIO expanders:
 #
+# CONFIG_GPIO_MAX7300 is not set
 # CONFIG_GPIO_MAX732X is not set
 # CONFIG_GPIO_PCA953X is not set
 # CONFIG_GPIO_PCF857X is not set
@@ -984,10 +1002,12 @@ CONFIG_SSB_POSSIBLE=y
 # Multifunction device drivers
 #
 CONFIG_MFD_CORE=y
+# CONFIG_MFD_88PM860X is not set
 # CONFIG_MFD_SM501 is not set
 # CONFIG_MFD_ASIC3 is not set
 # CONFIG_HTC_EGPIO is not set
 # CONFIG_HTC_PASIC3 is not set
+# CONFIG_HTC_I2CPLD is not set
 # CONFIG_TPS65010 is not set
 CONFIG_TWL4030_CORE=y
 CONFIG_TWL4030_POWER=y
@@ -998,22 +1018,25 @@ CONFIG_TWL4030_CODEC=y
 # CONFIG_MFD_TC6393XB is not set
 # CONFIG_PMIC_DA903X is not set
 # CONFIG_PMIC_ADP5520 is not set
+# CONFIG_MFD_MAX8925 is not set
 # CONFIG_MFD_WM8400 is not set
 # CONFIG_MFD_WM831X is not set
 # CONFIG_MFD_WM8350_I2C is not set
+# CONFIG_MFD_WM8994 is not set
 # CONFIG_MFD_PCF50633 is not set
 # CONFIG_MFD_MC13783 is not set
 # CONFIG_AB3100_CORE is not set
 # CONFIG_EZX_PCAP is not set
-# CONFIG_MFD_88PM8607 is not set
 # CONFIG_AB4500_CORE is not set
 CONFIG_REGULATOR=y
 # CONFIG_REGULATOR_DEBUG is not set
+# CONFIG_REGULATOR_DUMMY is not set
 # CONFIG_REGULATOR_FIXED_VOLTAGE is not set
 # CONFIG_REGULATOR_VIRTUAL_CONSUMER is not set
 # CONFIG_REGULATOR_USERSPACE_CONSUMER is not set
 # CONFIG_REGULATOR_BQ24022 is not set
 # CONFIG_REGULATOR_MAX1586 is not set
+# CONFIG_REGULATOR_MAX8649 is not set
 # CONFIG_REGULATOR_MAX8660 is not set
 CONFIG_REGULATOR_TWL4030=y
 # CONFIG_REGULATOR_LP3971 is not set
@@ -1072,7 +1095,6 @@ CONFIG_OMAP2_DSS_VENC=y
 CONFIG_OMAP2_DSS_MIN_FCK_PER_PCK=0
 CONFIG_FB_OMAP2=y
 CONFIG_FB_OMAP2_DEBUG_SUPPORT=y
-# CONFIG_FB_OMAP2_FORCE_AUTO_UPDATE is not set
 CONFIG_FB_OMAP2_NUM_FBS=3
 
 #
@@ -1080,7 +1102,9 @@ CONFIG_FB_OMAP2_NUM_FBS=3
 #
 CONFIG_PANEL_GENERIC=y
 # CONFIG_PANEL_SHARP_LS037V7DW01 is not set
-CONFIG_PANEL_INNOLUX_AT070TN83=y
+# CONFIG_PANEL_SHARP_LQ043T1DG01 is not set
+# CONFIG_PANEL_TOPPOLY_TDO35S is not set
+# CONFIG_PANEL_TPO_TD043MTEA1 is not set
 # CONFIG_BACKLIGHT_LCD_SUPPORT is not set
 
 #
@@ -1136,6 +1160,7 @@ CONFIG_SND_ARM=y
 CONFIG_SND_SPI=y
 CONFIG_SND_USB=y
 # CONFIG_SND_USB_AUDIO is not set
+# CONFIG_SND_USB_UA101 is not set
 # CONFIG_SND_USB_CAIAQ is not set
 CONFIG_SND_SOC=y
 CONFIG_SND_OMAP_SOC=y
@@ -1147,42 +1172,44 @@ CONFIG_SND_SOC_TWL4030=y
 # CONFIG_SOUND_PRIME is not set
 CONFIG_HID_SUPPORT=y
 CONFIG_HID=y
-CONFIG_HIDRAW=y
+# CONFIG_HIDRAW is not set
 
 #
 # USB Input Devices
 #
 CONFIG_USB_HID=y
 # CONFIG_HID_PID is not set
-CONFIG_USB_HIDDEV=y
+# CONFIG_USB_HIDDEV is not set
 
 #
 # Special HID drivers
 #
-CONFIG_HID_A4TECH=y
-CONFIG_HID_APPLE=y
-CONFIG_HID_BELKIN=y
-CONFIG_HID_CHERRY=y
-CONFIG_HID_CHICONY=y
-CONFIG_HID_CYPRESS=y
+# CONFIG_HID_3M_PCT is not set
+# CONFIG_HID_A4TECH is not set
+# CONFIG_HID_APPLE is not set
+# CONFIG_HID_BELKIN is not set
+# CONFIG_HID_CHERRY is not set
+# CONFIG_HID_CHICONY is not set
+# CONFIG_HID_CYPRESS is not set
 # CONFIG_HID_DRAGONRISE is not set
-CONFIG_HID_EZKEY=y
+# CONFIG_HID_EZKEY is not set
 # CONFIG_HID_KYE is not set
-CONFIG_HID_GYRATION=y
+# CONFIG_HID_GYRATION is not set
 # CONFIG_HID_TWINHAN is not set
 # CONFIG_HID_KENSINGTON is not set
-CONFIG_HID_LOGITECH=y
-# CONFIG_LOGITECH_FF is not set
-# CONFIG_LOGIRUMBLEPAD2_FF is not set
-CONFIG_HID_MICROSOFT=y
-CONFIG_HID_MONTEREY=y
+# CONFIG_HID_LOGITECH is not set
+# CONFIG_HID_MICROSOFT is not set
+# CONFIG_HID_MOSART is not set
+# CONFIG_HID_MONTEREY is not set
 # CONFIG_HID_NTRIG is not set
-CONFIG_HID_PANTHERLORD=y
-# CONFIG_PANTHERLORD_FF is not set
-CONFIG_HID_PETALYNX=y
-CONFIG_HID_SAMSUNG=y
-CONFIG_HID_SONY=y
-CONFIG_HID_SUNPLUS=y
+# CONFIG_HID_ORTEK is not set
+# CONFIG_HID_PANTHERLORD is not set
+# CONFIG_HID_PETALYNX is not set
+# CONFIG_HID_QUANTA is not set
+# CONFIG_HID_SAMSUNG is not set
+# CONFIG_HID_SONY is not set
+# CONFIG_HID_STANTUM is not set
+# CONFIG_HID_SUNPLUS is not set
 # CONFIG_HID_GREENASIA is not set
 # CONFIG_HID_SMARTJOYPLUS is not set
 # CONFIG_HID_TOPSEED is not set
@@ -1193,7 +1220,7 @@ CONFIG_USB_ARCH_HAS_HCD=y
 CONFIG_USB_ARCH_HAS_OHCI=y
 CONFIG_USB_ARCH_HAS_EHCI=y
 CONFIG_USB=y
-# CONFIG_USB_DEBUG is not set
+CONFIG_USB_DEBUG=y
 CONFIG_USB_ANNOUNCE_NEW_DEVICES=y
 
 #
@@ -1202,7 +1229,7 @@ CONFIG_USB_ANNOUNCE_NEW_DEVICES=y
 # CONFIG_USB_DEVICEFS is not set
 # CONFIG_USB_DEVICE_CLASS is not set
 # CONFIG_USB_DYNAMIC_MINORS is not set
-# CONFIG_USB_OTG is not set
+CONFIG_USB_OTG=y
 # CONFIG_USB_OTG_WHITELIST is not set
 # CONFIG_USB_OTG_BLACKLIST_HUB is not set
 CONFIG_USB_MON=y
@@ -1230,15 +1257,15 @@ CONFIG_USB_MUSB_SOC=y
 #
 # OMAP 343x high speed USB support
 #
-CONFIG_USB_MUSB_HOST=y
+# CONFIG_USB_MUSB_HOST is not set
 # CONFIG_USB_MUSB_PERIPHERAL is not set
-# CONFIG_USB_MUSB_OTG is not set
-# CONFIG_USB_GADGET_MUSB_HDRC is not set
+CONFIG_USB_MUSB_OTG=y
+CONFIG_USB_GADGET_MUSB_HDRC=y
 CONFIG_USB_MUSB_HDRC_HCD=y
 # CONFIG_MUSB_PIO_ONLY is not set
 CONFIG_USB_INVENTRA_DMA=y
 # CONFIG_USB_TI_CPPI_DMA is not set
-# CONFIG_USB_MUSB_DEBUG is not set
+CONFIG_USB_MUSB_DEBUG=y
 
 #
 # USB Device Class drivers
@@ -1291,7 +1318,6 @@ CONFIG_USB_STORAGE=m
 # CONFIG_USB_RIO500 is not set
 # CONFIG_USB_LEGOTOWER is not set
 # CONFIG_USB_LCD is not set
-# CONFIG_USB_BERRY_CHARGE is not set
 # CONFIG_USB_LED is not set
 # CONFIG_USB_CYPRESS_CY7C63 is not set
 # CONFIG_USB_CYTHERM is not set
@@ -1304,9 +1330,8 @@ CONFIG_USB_STORAGE=m
 # CONFIG_USB_IOWARRIOR is not set
 # CONFIG_USB_TEST is not set
 # CONFIG_USB_ISIGHTFW is not set
-# CONFIG_USB_VST is not set
 CONFIG_USB_GADGET=y
-# CONFIG_USB_GADGET_DEBUG is not set
+CONFIG_USB_GADGET_DEBUG=y
 # CONFIG_USB_GADGET_DEBUG_FILES is not set
 CONFIG_USB_GADGET_VBUS_DRAW=2
 CONFIG_USB_GADGET_SELECTED=y
@@ -1314,8 +1339,7 @@ CONFIG_USB_GADGET_SELECTED=y
 # CONFIG_USB_GADGET_ATMEL_USBA is not set
 # CONFIG_USB_GADGET_FSL_USB2 is not set
 # CONFIG_USB_GADGET_LH7A40X is not set
-CONFIG_USB_GADGET_OMAP=y
-CONFIG_USB_OMAP=y
+# CONFIG_USB_GADGET_OMAP is not set
 # CONFIG_USB_GADGET_PXA25X is not set
 # CONFIG_USB_GADGET_R8A66597 is not set
 # CONFIG_USB_GADGET_PXA27X is not set
@@ -1330,19 +1354,20 @@ CONFIG_USB_OMAP=y
 # CONFIG_USB_GADGET_GOKU is not set
 # CONFIG_USB_GADGET_LANGWELL is not set
 # CONFIG_USB_GADGET_DUMMY_HCD is not set
-# CONFIG_USB_GADGET_DUALSPEED is not set
+CONFIG_USB_GADGET_DUALSPEED=y
 # CONFIG_USB_ZERO is not set
-CONFIG_USB_AUDIO=m
-CONFIG_USB_ETH=m
-CONFIG_USB_ETH_RNDIS=y
-CONFIG_USB_ETH_EEM=y
-CONFIG_USB_GADGETFS=m
+# CONFIG_USB_AUDIO is not set
+CONFIG_USB_ETH=y
+# CONFIG_USB_ETH_RNDIS is not set
+# CONFIG_USB_ETH_EEM is not set
+# CONFIG_USB_GADGETFS is not set
 # CONFIG_USB_FILE_STORAGE is not set
 # CONFIG_USB_MASS_STORAGE is not set
-CONFIG_USB_G_SERIAL=m
+# CONFIG_USB_G_SERIAL is not set
 # CONFIG_USB_MIDI_GADGET is not set
-CONFIG_USB_G_PRINTER=m
+# CONFIG_USB_G_PRINTER is not set
 # CONFIG_USB_CDC_COMPOSITE is not set
+# CONFIG_USB_G_NOKIA is not set
 # CONFIG_USB_G_MULTI is not set
 
 #
@@ -1373,8 +1398,6 @@ CONFIG_MMC_SDHCI=y
 CONFIG_MMC_SDHCI_PLTFM=m
 # CONFIG_MMC_OMAP is not set
 CONFIG_MMC_OMAP_HS=y
-# CONFIG_MMC_AT91 is not set
-# CONFIG_MMC_ATMELMCI is not set
 CONFIG_MMC_SPI=m
 # CONFIG_MEMSTICK is not set
 CONFIG_NEW_LEDS=y
@@ -1392,11 +1415,11 @@ CONFIG_LEDS_GPIO_PLATFORM=y
 # CONFIG_LEDS_REGULATOR is not set
 # CONFIG_LEDS_BD2802 is not set
 # CONFIG_LEDS_LT3593 is not set
+CONFIG_LEDS_TRIGGERS=y
 
 #
 # LED Triggers
 #
-CONFIG_LEDS_TRIGGERS=y
 # CONFIG_LEDS_TRIGGER_TIMER is not set
 CONFIG_LEDS_TRIGGER_HEARTBEAT=y
 # CONFIG_LEDS_TRIGGER_BACKLIGHT is not set
@@ -1580,6 +1603,7 @@ CONFIG_UBIFS_FS=y
 CONFIG_UBIFS_FS_LZO=y
 CONFIG_UBIFS_FS_ZLIB=y
 # CONFIG_UBIFS_FS_DEBUG is not set
+# CONFIG_LOGFS is not set
 CONFIG_CRAMFS=y
 # CONFIG_SQUASHFS is not set
 # CONFIG_VXFS_FS is not set
@@ -1606,6 +1630,7 @@ CONFIG_SUNRPC_GSS=y
 CONFIG_RPCSEC_GSS_KRB5=y
 # CONFIG_RPCSEC_GSS_SPKM3 is not set
 # CONFIG_SMB_FS is not set
+# CONFIG_CEPH_FS is not set
 # CONFIG_CIFS is not set
 # CONFIG_NCP_FS is not set
 # CONFIG_CODA_FS is not set
-- 
1.6.4.4


^ permalink raw reply related	[flat|nested] 28+ messages in thread

* Re: [PATCH 2/9] OMAP: Devkit8000: Add missing package selection
  2010-03-24 12:52 ` [PATCH 2/9] OMAP: Devkit8000: Add missing package selection Thomas Weber
@ 2010-03-24 12:58   ` Felipe Balbi
  2010-03-24 20:29     ` Thomas Weber
  2010-04-23  0:14   ` [APPLIED] " Tony Lindgren
  1 sibling, 1 reply; 28+ messages in thread
From: Felipe Balbi @ 2010-03-24 12:58 UTC (permalink / raw)
  To: ext Thomas Weber; +Cc: linux-omap, tony

On Wed, Mar 24, 2010 at 01:52:11PM +0100, ext Thomas Weber wrote:
>Devkit8000 uses the CUS package for OMAP3530.
>
>This patch adds missing package selection for CUS and enables
>CONFIG_MUX.
>
>Replace whitespace with tab in Kconfig.
>
>Signed-off-by: Thomas Weber <weber@corscience.de>
>---
> arch/arm/mach-omap2/Kconfig |    6 ++++--
> 1 files changed, 4 insertions(+), 2 deletions(-)
>
>diff --git a/arch/arm/mach-omap2/Kconfig b/arch/arm/mach-omap2/Kconfig
>index a8a3d1e..2455dcc 100644
>--- a/arch/arm/mach-omap2/Kconfig
>+++ b/arch/arm/mach-omap2/Kconfig
>@@ -59,8 +59,10 @@ config MACH_OMAP3_BEAGLE
> 	select OMAP_PACKAGE_CBB
>
> config MACH_DEVKIT8000
>-        bool "DEVKIT8000 board"
>-        depends on ARCH_OMAP3
>+	bool "DEVKIT8000 board"
>+	depends on ARCH_OMAP3
>+	select OMAP_PACKAGE_CUS
>+	select OMAP_MUX

keep the formating, please.

-- 
balbi

^ permalink raw reply	[flat|nested] 28+ messages in thread

* Re: [PATCH 7/9] OMAP: Devkit8000: Fix wrong usb port on Devkit8000
  2010-03-24 12:52 ` [PATCH 7/9] OMAP: Devkit8000: Fix wrong usb port on Devkit8000 Thomas Weber
@ 2010-03-24 13:00   ` Felipe Balbi
  2010-03-29 20:34     ` Felipe Balbi
  2010-04-22 22:13   ` [APPLIED] " Tony Lindgren
  1 sibling, 1 reply; 28+ messages in thread
From: Felipe Balbi @ 2010-03-24 13:00 UTC (permalink / raw)
  To: ext Thomas Weber; +Cc: linux-omap, tony

On Wed, Mar 24, 2010 at 01:52:16PM +0100, ext Thomas Weber wrote:
>Disable the nonexistent ehci port on Devkit8000.
>
>Signed-off-by: Thomas Weber <weber@corscience.de>

can anyone with this board available (other than Thomas of course) 
please ack or nak the patch ?

I don't have this board available.

-- 
balbi

^ permalink raw reply	[flat|nested] 28+ messages in thread

* Re: [PATCH 2/9] OMAP: Devkit8000: Add missing package selection
  2010-03-24 12:58   ` Felipe Balbi
@ 2010-03-24 20:29     ` Thomas Weber
  2010-03-25  7:42       ` Felipe Balbi
  0 siblings, 1 reply; 28+ messages in thread
From: Thomas Weber @ 2010-03-24 20:29 UTC (permalink / raw)
  To: felipe.balbi; +Cc: ext Thomas Weber, linux-omap, tony

On 24.03.2010 13:58, Felipe Balbi wrote:
> On Wed, Mar 24, 2010 at 01:52:11PM +0100, ext Thomas Weber wrote:
>> Devkit8000 uses the CUS package for OMAP3530.
>>
>> This patch adds missing package selection for CUS and enables
>> CONFIG_MUX.
>>
>> Replace whitespace with tab in Kconfig.
>>
>> Signed-off-by: Thomas Weber <weber@corscience.de>
>> ---
>> arch/arm/mach-omap2/Kconfig |    6 ++++--
>> 1 files changed, 4 insertions(+), 2 deletions(-)
>>
>> diff --git a/arch/arm/mach-omap2/Kconfig b/arch/arm/mach-omap2/Kconfig
>> index a8a3d1e..2455dcc 100644
>> --- a/arch/arm/mach-omap2/Kconfig
>> +++ b/arch/arm/mach-omap2/Kconfig
>> @@ -59,8 +59,10 @@ config MACH_OMAP3_BEAGLE
>>     select OMAP_PACKAGE_CBB
>>
>> config MACH_DEVKIT8000
>> -        bool "DEVKIT8000 board"
>> -        depends on ARCH_OMAP3
>> +    bool "DEVKIT8000 board"
>> +    depends on ARCH_OMAP3
>> +    select OMAP_PACKAGE_CUS
>> +    select OMAP_MUX
>
> keep the formating, please.
>

Hello Felipe,

the mach_devkit8000 kconfig option is the only one of the board configs
that uses whitespaces for indention at the moment. Thatswhy I replaced
these whitespaces with  one tab.

Thomas

^ permalink raw reply	[flat|nested] 28+ messages in thread

* Re: [PATCH 2/9] OMAP: Devkit8000: Add missing package selection
  2010-03-24 20:29     ` Thomas Weber
@ 2010-03-25  7:42       ` Felipe Balbi
  0 siblings, 0 replies; 28+ messages in thread
From: Felipe Balbi @ 2010-03-25  7:42 UTC (permalink / raw)
  To: ext Thomas Weber
  Cc: Balbi Felipe (Nokia-D/Helsinki), ext Thomas Weber, linux-omap, tony

On Wed, Mar 24, 2010 at 09:29:04PM +0100, ext Thomas Weber wrote:
>the mach_devkit8000 kconfig option is the only one of the board configs
>that uses whitespaces for indention at the moment. Thatswhy I replaced
>these whitespaces with  one tab.

ok. makes sense then.

-- 
balbi

^ permalink raw reply	[flat|nested] 28+ messages in thread

* Re: [PATCH 7/9] OMAP: Devkit8000: Fix wrong usb port on Devkit8000
  2010-03-24 13:00   ` Felipe Balbi
@ 2010-03-29 20:34     ` Felipe Balbi
  2010-03-30  5:38       ` Gadiyar, Anand
  0 siblings, 1 reply; 28+ messages in thread
From: Felipe Balbi @ 2010-03-29 20:34 UTC (permalink / raw)
  To: Balbi Felipe (Nokia-D/Helsinki); +Cc: ext Thomas Weber, linux-omap, tony

On Wed, Mar 24, 2010 at 02:00:01PM +0100, Balbi Felipe (Nokia-D/Helsinki) wrote:
>On Wed, Mar 24, 2010 at 01:52:16PM +0100, ext Thomas Weber wrote:
>>Disable the nonexistent ehci port on Devkit8000.
>>
>>Signed-off-by: Thomas Weber <weber@corscience.de>
>
>can anyone with this board available (other than Thomas of course)
>please ack or nak the patch ?
>
>I don't have this board available.

nobody ??

-- 
balbi

^ permalink raw reply	[flat|nested] 28+ messages in thread

* RE: [PATCH 7/9] OMAP: Devkit8000: Fix wrong usb port on Devkit8000
  2010-03-29 20:34     ` Felipe Balbi
@ 2010-03-30  5:38       ` Gadiyar, Anand
  2010-03-30  7:16         ` Thomas Weber
  0 siblings, 1 reply; 28+ messages in thread
From: Gadiyar, Anand @ 2010-03-30  5:38 UTC (permalink / raw)
  To: felipe.balbi; +Cc: ext Thomas Weber, linux-omap, tony

Felipe Balbi wrote:
> On Wed, Mar 24, 2010 at 02:00:01PM +0100, Balbi Felipe (Nokia-D/Helsinki) wrote:
> >On Wed, Mar 24, 2010 at 01:52:16PM +0100, ext Thomas Weber wrote:
> >>Disable the nonexistent ehci port on Devkit8000.
> >>
> >>Signed-off-by: Thomas Weber <weber@corscience.de>
> >
> >can anyone with this board available (other than Thomas of course)
> >please ack or nak the patch ?
> >
> >I don't have this board available.
> 
> nobody ??
> 

Why don't we just trust Thomas? After all, he added the
support for the board in the first place. ;)

The patch looks trivially obvious. If there's no USBHOST port2
in use on the board, there's certainly no problem disabling it.
With that assumption, this code is okay

If you really need an ack, feel free to add my:

Acked-by: Anand Gadiyar <gadiyar@ti.com>

^ permalink raw reply	[flat|nested] 28+ messages in thread

* RE: [PATCH 7/9] OMAP: Devkit8000: Fix wrong usb port on Devkit8000
  2010-03-30  7:16         ` Thomas Weber
@ 2010-03-30  6:29           ` Gadiyar, Anand
  2010-04-07 17:47             ` Thomas Weber
  0 siblings, 1 reply; 28+ messages in thread
From: Gadiyar, Anand @ 2010-03-30  6:29 UTC (permalink / raw)
  To: Thomas Weber; +Cc: felipe.balbi, linux-omap, tony

Thomas Weber wrote:
> Hi,
> I tried to find some users but they are in holiday for a longer time or
> didn't respond.
> 
> I will try to explain the problem why I disabled the usb-port2.
> The devkit8000 has only one mini-usb-port and one usb-host port like the
> beagleboard. The usb2-port on the devkit8000 has some gpios attached for
> mmc and touchscreen. Thatswhy the mmc was not working, when the usb-ehci
> was enabled on this port.
> 
> The beagleboard has also only one usb-host exposed, but there is no
> other thing connected to the not exposed usb-port.

Yup, I've been bitten by this before on other boards. Marking the
wrong port as an EHCI port will result in 12 pads being put in the
wrong mux-mode straight away, due to the padconf settings we do in
usb-ehci.c. With 12-pads, there's a very high chance that you lose
other functionality.

The patch has my ack.

Is there a link to the schematics somewhere, so the next time we
see something like this, we can just use those as reference?

- Anand

^ permalink raw reply	[flat|nested] 28+ messages in thread

* Re: [PATCH 7/9] OMAP: Devkit8000: Fix wrong usb port on Devkit8000
  2010-03-30  5:38       ` Gadiyar, Anand
@ 2010-03-30  7:16         ` Thomas Weber
  2010-03-30  6:29           ` Gadiyar, Anand
  0 siblings, 1 reply; 28+ messages in thread
From: Thomas Weber @ 2010-03-30  7:16 UTC (permalink / raw)
  To: Gadiyar, Anand; +Cc: felipe.balbi, linux-omap, tony

On 03/30/10 05:38, Gadiyar, Anand wrote:
> Felipe Balbi wrote:
>   
>> On Wed, Mar 24, 2010 at 02:00:01PM +0100, Balbi Felipe (Nokia-D/Helsinki) wrote:
>>     
>>> On Wed, Mar 24, 2010 at 01:52:16PM +0100, ext Thomas Weber wrote:
>>>       
>>>> Disable the nonexistent ehci port on Devkit8000.
>>>>
>>>> Signed-off-by: Thomas Weber <weber@corscience.de>
>>>>         
>>> can anyone with this board available (other than Thomas of course)
>>> please ack or nak the patch ?
>>>
>>> I don't have this board available.
>>>       
>> nobody ??
>>
>>     
> Why don't we just trust Thomas? After all, he added the
> support for the board in the first place. ;)
>
> The patch looks trivially obvious. If there's no USBHOST port2
> in use on the board, there's certainly no problem disabling it.
> With that assumption, this code is okay
>
> If you really need an ack, feel free to add my:
>
> Acked-by: Anand Gadiyar <gadiyar@ti.com>
> --
> To unsubscribe from this list: send the line "unsubscribe linux-omap" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
>
>
>   
Hi,
I tried to find some users but they are in holiday for a longer time or
didn't respond.

I will try to explain the problem why I disabled the usb-port2.
The devkit8000 has only one mini-usb-port and one usb-host port like the
beagleboard. The usb2-port on the devkit8000 has some gpios attached for
mmc and touchscreen. Thatswhy the mmc was not working, when the usb-ehci
was enabled on this port.

The beagleboard has also only one usb-host exposed, but there is no
other thing connected to the not exposed usb-port.

Thomas

^ permalink raw reply	[flat|nested] 28+ messages in thread

* Re: [PATCH 7/9] OMAP: Devkit8000: Fix wrong usb port on Devkit8000
  2010-03-30  6:29           ` Gadiyar, Anand
@ 2010-04-07 17:47             ` Thomas Weber
  0 siblings, 0 replies; 28+ messages in thread
From: Thomas Weber @ 2010-04-07 17:47 UTC (permalink / raw)
  To: Gadiyar, Anand; +Cc: Thomas Weber, felipe.balbi, linux-omap, tony

On 30.03.2010 08:29, Gadiyar, Anand wrote:
> Thomas Weber wrote:
>   
>> Hi,
>> I tried to find some users but they are in holiday for a longer time or
>> didn't respond.
>>
>> I will try to explain the problem why I disabled the usb-port2.
>> The devkit8000 has only one mini-usb-port and one usb-host port like the
>> beagleboard. The usb2-port on the devkit8000 has some gpios attached for
>> mmc and touchscreen. Thatswhy the mmc was not working, when the usb-ehci
>> was enabled on this port.
>>
>> The beagleboard has also only one usb-host exposed, but there is no
>> other thing connected to the not exposed usb-port.
>>     
> Yup, I've been bitten by this before on other boards. Marking the
> wrong port as an EHCI port will result in 12 pads being put in the
> wrong mux-mode straight away, due to the padconf settings we do in
> usb-ehci.c. With 12-pads, there's a very high chance that you lose
> other functionality.
>
> The patch has my ack.
>
> Is there a link to the schematics somewhere, so the next time we
> see something like this, we can just use those as reference?
>
>
>   
Hi,

the schematics are on my desk, and I wrote an email to TimLL if they are
freely available. No answer until now.

Thomas

^ permalink raw reply	[flat|nested] 28+ messages in thread

* [APPLIED] [PATCH 7/9] OMAP: Devkit8000: Fix wrong usb port on Devkit8000
  2010-03-24 12:52 ` [PATCH 7/9] OMAP: Devkit8000: Fix wrong usb port on Devkit8000 Thomas Weber
  2010-03-24 13:00   ` Felipe Balbi
@ 2010-04-22 22:13   ` Tony Lindgren
  1 sibling, 0 replies; 28+ messages in thread
From: Tony Lindgren @ 2010-04-22 22:13 UTC (permalink / raw)
  To: linux-omap

This patch has been applied to the linux-omap
by youw fwiendly patch wobot.

Branch in linux-omap: omap-fixes

Initial commit ID (Likely to change): a25c48e6c06968b86ef2ff830b5c70e2399a7bc0

PatchWorks
http://patchwork.kernel.org/patch/87899/

Git (Likely to change, and takes a while to get mirrored)
http://git.kernel.org/?p=linux/kernel/git/tmlind/linux-omap-2.6.git;a=commit;h=a25c48e6c06968b86ef2ff830b5c70e2399a7bc0



^ permalink raw reply	[flat|nested] 28+ messages in thread

* [APPLIED] [PATCH 1/9] OMAP: Devkit8000: Fix typo in supplies
  2010-03-24 12:52 ` [PATCH 1/9] OMAP: Devkit8000: Fix typo in supplies Thomas Weber
@ 2010-04-23  0:13   ` Tony Lindgren
  0 siblings, 0 replies; 28+ messages in thread
From: Tony Lindgren @ 2010-04-23  0:13 UTC (permalink / raw)
  To: linux-omap

This patch has been applied to the linux-omap
by youw fwiendly patch wobot.

Branch in linux-omap: omap-fixes

Initial commit ID (Likely to change): 659a19b0c40d389205b59b71290b6aa45d8543cc

PatchWorks
http://patchwork.kernel.org/patch/87904/

Git (Likely to change, and takes a while to get mirrored)
http://git.kernel.org/?p=linux/kernel/git/tmlind/linux-omap-2.6.git;a=commit;h=659a19b0c40d389205b59b71290b6aa45d8543cc



^ permalink raw reply	[flat|nested] 28+ messages in thread

* [APPLIED] [PATCH 2/9] OMAP: Devkit8000: Add missing package selection
  2010-03-24 12:52 ` [PATCH 2/9] OMAP: Devkit8000: Add missing package selection Thomas Weber
  2010-03-24 12:58   ` Felipe Balbi
@ 2010-04-23  0:14   ` Tony Lindgren
  1 sibling, 0 replies; 28+ messages in thread
From: Tony Lindgren @ 2010-04-23  0:14 UTC (permalink / raw)
  To: linux-omap

This patch has been applied to the linux-omap
by youw fwiendly patch wobot.

Branch in linux-omap: omap-fixes

Initial commit ID (Likely to change): 51c0262bd92df35f18077c5c8d7bed6f0f36ee48

PatchWorks
http://patchwork.kernel.org/patch/87900/

Git (Likely to change, and takes a while to get mirrored)
http://git.kernel.org/?p=linux/kernel/git/tmlind/linux-omap-2.6.git;a=commit;h=51c0262bd92df35f18077c5c8d7bed6f0f36ee48



^ permalink raw reply	[flat|nested] 28+ messages in thread

* [APPLIED] [PATCH 3/9] OMAP: Devkit8000: Fix typo in pin name
  2010-03-24 12:52 ` [PATCH 3/9] OMAP: Devkit8000: Fix typo in pin name Thomas Weber
@ 2010-04-23  0:14   ` Tony Lindgren
  0 siblings, 0 replies; 28+ messages in thread
From: Tony Lindgren @ 2010-04-23  0:14 UTC (permalink / raw)
  To: linux-omap

This patch has been applied to the linux-omap
by youw fwiendly patch wobot.

Branch in linux-omap: omap-fixes

Initial commit ID (Likely to change): 4a245d03d2cda28e45784bdb2abe16ba60371b01

PatchWorks
http://patchwork.kernel.org/patch/87897/

Git (Likely to change, and takes a while to get mirrored)
http://git.kernel.org/?p=linux/kernel/git/tmlind/linux-omap-2.6.git;a=commit;h=4a245d03d2cda28e45784bdb2abe16ba60371b01



^ permalink raw reply	[flat|nested] 28+ messages in thread

* [APPLIED] [PATCH 4/9] OMAP: Devkit8000: Remove unnecessary include file
  2010-03-24 12:52 ` [PATCH 4/9] OMAP: Devkit8000: Remove unnecessary include file Thomas Weber
@ 2010-04-23  0:15   ` Tony Lindgren
  0 siblings, 0 replies; 28+ messages in thread
From: Tony Lindgren @ 2010-04-23  0:15 UTC (permalink / raw)
  To: linux-omap

This patch has been applied to the linux-omap
by youw fwiendly patch wobot.

Branch in linux-omap: omap-fixes

Initial commit ID (Likely to change): 58fb45bd22bb0973c075fb02db2f570b6aa2042c

PatchWorks
http://patchwork.kernel.org/patch/87896/

Git (Likely to change, and takes a while to get mirrored)
http://git.kernel.org/?p=linux/kernel/git/tmlind/linux-omap-2.6.git;a=commit;h=58fb45bd22bb0973c075fb02db2f570b6aa2042c



^ permalink raw reply	[flat|nested] 28+ messages in thread

* [APPLIED] [PATCH 5/9] OMAP: Devkit8000: Change position of init calls
  2010-03-24 12:52 ` [PATCH 5/9] OMAP: Devkit8000: Change position of init calls Thomas Weber
@ 2010-04-23  0:15   ` Tony Lindgren
  0 siblings, 0 replies; 28+ messages in thread
From: Tony Lindgren @ 2010-04-23  0:15 UTC (permalink / raw)
  To: linux-omap

This patch has been applied to the linux-omap
by youw fwiendly patch wobot.

Branch in linux-omap: omap-fixes

Initial commit ID (Likely to change): 5c758b64f5ee673b0a99f17d6c396177202d26b0

PatchWorks
http://patchwork.kernel.org/patch/87898/

Git (Likely to change, and takes a while to get mirrored)
http://git.kernel.org/?p=linux/kernel/git/tmlind/linux-omap-2.6.git;a=commit;h=5c758b64f5ee673b0a99f17d6c396177202d26b0



^ permalink raw reply	[flat|nested] 28+ messages in thread

* [APPLIED] [PATCH 6/9] OMAP: Devkit8000: Remove unused pins
  2010-03-24 12:52 ` [PATCH 6/9] OMAP: Devkit8000: Remove unused pins Thomas Weber
@ 2010-04-23  0:15   ` Tony Lindgren
  0 siblings, 0 replies; 28+ messages in thread
From: Tony Lindgren @ 2010-04-23  0:15 UTC (permalink / raw)
  To: linux-omap

This patch has been applied to the linux-omap
by youw fwiendly patch wobot.

Branch in linux-omap: omap-fixes

Initial commit ID (Likely to change): f428cafb03da16fc9e16cb33b5ba229871be8a72

PatchWorks
http://patchwork.kernel.org/patch/87901/

Git (Likely to change, and takes a while to get mirrored)
http://git.kernel.org/?p=linux/kernel/git/tmlind/linux-omap-2.6.git;a=commit;h=f428cafb03da16fc9e16cb33b5ba229871be8a72



^ permalink raw reply	[flat|nested] 28+ messages in thread

* [APPLIED] [PATCH 8/9] OMAP: Devkit8000: Add mux initialization
  2010-03-24 12:52 ` [PATCH 8/9] OMAP: Devkit8000: Add mux initialization Thomas Weber
@ 2010-05-04 20:47   ` Tony Lindgren
  0 siblings, 0 replies; 28+ messages in thread
From: Tony Lindgren @ 2010-05-04 20:47 UTC (permalink / raw)
  To: linux-omap

This patch has been applied to the linux-omap
by youw fwiendly patch wobot.

Branch in linux-omap: for-next

Initial commit ID (Likely to change): 4725af90aa4076cdaed975a5a13b4fc512635265

PatchWorks
http://patchwork.kernel.org/patch/87902/

Git (Likely to change, and takes a while to get mirrored)
http://git.kernel.org/?p=linux/kernel/git/tmlind/linux-omap-2.6.git;a=commit;h=4725af90aa4076cdaed975a5a13b4fc512635265



^ permalink raw reply	[flat|nested] 28+ messages in thread

* [APPLIED] [PATCH 9/9] OMAP: Devkit8000: Update default configuration
  2010-03-24 12:52 ` [PATCH 9/9] OMAP: Devkit8000: Update default configuration Thomas Weber
@ 2010-05-04 20:49   ` Tony Lindgren
  0 siblings, 0 replies; 28+ messages in thread
From: Tony Lindgren @ 2010-05-04 20:49 UTC (permalink / raw)
  To: linux-omap

This patch has been applied to the linux-omap
by youw fwiendly patch wobot.

Branch in linux-omap: for-next

Initial commit ID (Likely to change): ee013946a0498f58271d88af417c033accb4ecae

PatchWorks
http://patchwork.kernel.org/patch/87903/

Git (Likely to change, and takes a while to get mirrored)
http://git.kernel.org/?p=linux/kernel/git/tmlind/linux-omap-2.6.git;a=commit;h=ee013946a0498f58271d88af417c033accb4ecae



^ permalink raw reply	[flat|nested] 28+ messages in thread

end of thread, other threads:[~2010-05-04 20:49 UTC | newest]

Thread overview: 28+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-03-24 12:52 [PATCH 0/9] OMAP: Devkit8000: Fix problems with package and usb Thomas Weber
2010-03-24 12:52 ` [PATCH 1/9] OMAP: Devkit8000: Fix typo in supplies Thomas Weber
2010-04-23  0:13   ` [APPLIED] " Tony Lindgren
2010-03-24 12:52 ` [PATCH 2/9] OMAP: Devkit8000: Add missing package selection Thomas Weber
2010-03-24 12:58   ` Felipe Balbi
2010-03-24 20:29     ` Thomas Weber
2010-03-25  7:42       ` Felipe Balbi
2010-04-23  0:14   ` [APPLIED] " Tony Lindgren
2010-03-24 12:52 ` [PATCH 3/9] OMAP: Devkit8000: Fix typo in pin name Thomas Weber
2010-04-23  0:14   ` [APPLIED] " Tony Lindgren
2010-03-24 12:52 ` [PATCH 4/9] OMAP: Devkit8000: Remove unnecessary include file Thomas Weber
2010-04-23  0:15   ` [APPLIED] " Tony Lindgren
2010-03-24 12:52 ` [PATCH 5/9] OMAP: Devkit8000: Change position of init calls Thomas Weber
2010-04-23  0:15   ` [APPLIED] " Tony Lindgren
2010-03-24 12:52 ` [PATCH 6/9] OMAP: Devkit8000: Remove unused pins Thomas Weber
2010-04-23  0:15   ` [APPLIED] " Tony Lindgren
2010-03-24 12:52 ` [PATCH 7/9] OMAP: Devkit8000: Fix wrong usb port on Devkit8000 Thomas Weber
2010-03-24 13:00   ` Felipe Balbi
2010-03-29 20:34     ` Felipe Balbi
2010-03-30  5:38       ` Gadiyar, Anand
2010-03-30  7:16         ` Thomas Weber
2010-03-30  6:29           ` Gadiyar, Anand
2010-04-07 17:47             ` Thomas Weber
2010-04-22 22:13   ` [APPLIED] " Tony Lindgren
2010-03-24 12:52 ` [PATCH 8/9] OMAP: Devkit8000: Add mux initialization Thomas Weber
2010-05-04 20:47   ` [APPLIED] " Tony Lindgren
2010-03-24 12:52 ` [PATCH 9/9] OMAP: Devkit8000: Update default configuration Thomas Weber
2010-05-04 20:49   ` [APPLIED] " Tony Lindgren

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.