* [PATCH 0/2] fixup merge mistakes in l-o master
@ 2009-06-25 21:50 Kevin Hilman
2009-06-25 21:50 ` [PATCH 1/2] OMAP3: Kconfig: remove duplicate board entries Kevin Hilman
0 siblings, 1 reply; 5+ messages in thread
From: Kevin Hilman @ 2009-06-25 21:50 UTC (permalink / raw)
To: linux-omap
Here's a couple patches to undo some merge mistakes and fixup l-o
master so patches apply to l-o master and upstream.
Kevin Hilman (2):
OMAP3: Kconfig: remove duplicate board entries
OMAP3: omap3evm: undo ehci change to board-omap3evm.c
arch/arm/mach-omap2/Kconfig | 12 ------------
arch/arm/mach-omap2/board-omap3evm.c | 1 -
2 files changed, 0 insertions(+), 13 deletions(-)
^ permalink raw reply [flat|nested] 5+ messages in thread
* [PATCH 1/2] OMAP3: Kconfig: remove duplicate board entries
2009-06-25 21:50 [PATCH 0/2] fixup merge mistakes in l-o master Kevin Hilman
@ 2009-06-25 21:50 ` Kevin Hilman
2009-06-25 21:50 ` [PATCH 2/2] OMAP3: omap3evm: undo ehci change to board-omap3evm.c Kevin Hilman
2009-06-26 9:13 ` [APPLIED] [PATCH 1/2] OMAP3: Kconfig: remove duplicate board entries Tony Lindgren
0 siblings, 2 replies; 5+ messages in thread
From: Kevin Hilman @ 2009-06-25 21:50 UTC (permalink / raw)
To: linux-omap
Remove some duplicate board entries created from a merge.
Signed-off-by: Kevin Hilman <khilman@deeprootsystems.com>
---
arch/arm/mach-omap2/Kconfig | 12 ------------
1 files changed, 0 insertions(+), 12 deletions(-)
diff --git a/arch/arm/mach-omap2/Kconfig b/arch/arm/mach-omap2/Kconfig
index bfb36e2..225829e 100644
--- a/arch/arm/mach-omap2/Kconfig
+++ b/arch/arm/mach-omap2/Kconfig
@@ -133,22 +133,10 @@ config MACH_OVERO
bool "Gumstix Overo board"
depends on ARCH_OMAP3 && ARCH_OMAP34XX
-config MACH_OMAP3EVM
- bool "OMAP 3530 EVM board"
- depends on ARCH_OMAP3 && ARCH_OMAP34XX
-
config MACH_OMAP3_PANDORA
bool "OMAP3 Pandora"
depends on ARCH_OMAP3 && ARCH_OMAP34XX
-config MACH_OMAP_3430SDP
- bool "OMAP 3430 SDP board"
- depends on ARCH_OMAP3 && ARCH_OMAP34XX
-
-config MACH_OMAP_ZOOM2
- bool "OMAP3 Zoom2 board"
- depends on ARCH_OMAP3 && ARCH_OMAP34XX
-
config MACH_OMAP_ZOOM2
bool "OMAP3 Zoom2 board"
depends on ARCH_OMAP3 && ARCH_OMAP34XX
--
1.6.3.2
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [PATCH 2/2] OMAP3: omap3evm: undo ehci change to board-omap3evm.c
2009-06-25 21:50 ` [PATCH 1/2] OMAP3: Kconfig: remove duplicate board entries Kevin Hilman
@ 2009-06-25 21:50 ` Kevin Hilman
2009-06-26 9:13 ` [APPLIED] " Tony Lindgren
2009-06-26 9:13 ` [APPLIED] [PATCH 1/2] OMAP3: Kconfig: remove duplicate board entries Tony Lindgren
1 sibling, 1 reply; 5+ messages in thread
From: Kevin Hilman @ 2009-06-25 21:50 UTC (permalink / raw)
To: linux-omap
Call to omap3evm_flash_init() mistakenly added by EHCI patch.
Signed-off-by: Kevin Hilman <khilman@deeprootsystems.com>
---
arch/arm/mach-omap2/board-omap3evm.c | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/arch/arm/mach-omap2/board-omap3evm.c b/arch/arm/mach-omap2/board-omap3evm.c
index 1b7a797..595beac 100644
--- a/arch/arm/mach-omap2/board-omap3evm.c
+++ b/arch/arm/mach-omap2/board-omap3evm.c
@@ -309,7 +309,6 @@ static void __init omap3_evm_init(void)
omap_serial_init();
usb_musb_init();
usb_ehci_init(EHCI_HCD_OMAP_MODE_PHY, true, true, 57, 61);
- omap3evm_flash_init();
ads7846_dev_init();
}
--
1.6.3.2
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [APPLIED] [PATCH 1/2] OMAP3: Kconfig: remove duplicate board entries
2009-06-25 21:50 ` [PATCH 1/2] OMAP3: Kconfig: remove duplicate board entries Kevin Hilman
2009-06-25 21:50 ` [PATCH 2/2] OMAP3: omap3evm: undo ehci change to board-omap3evm.c Kevin Hilman
@ 2009-06-26 9:13 ` Tony Lindgren
1 sibling, 0 replies; 5+ messages in thread
From: Tony Lindgren @ 2009-06-26 9: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: master
Initial commit ID (Likely to change): 5234fb35f6b3313805d5d1014456b50159935edc
PatchWorks
http://patchwork.kernel.org/patch/32467/
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=5234fb35f6b3313805d5d1014456b50159935edc
^ permalink raw reply [flat|nested] 5+ messages in thread
* [APPLIED] [PATCH 2/2] OMAP3: omap3evm: undo ehci change to board-omap3evm.c
2009-06-25 21:50 ` [PATCH 2/2] OMAP3: omap3evm: undo ehci change to board-omap3evm.c Kevin Hilman
@ 2009-06-26 9:13 ` Tony Lindgren
0 siblings, 0 replies; 5+ messages in thread
From: Tony Lindgren @ 2009-06-26 9: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: master
Initial commit ID (Likely to change): 947478830b2046913ef6cbe64243a4c6530ff835
PatchWorks
http://patchwork.kernel.org/patch/32468/
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=947478830b2046913ef6cbe64243a4c6530ff835
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2009-06-26 9:13 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-06-25 21:50 [PATCH 0/2] fixup merge mistakes in l-o master Kevin Hilman
2009-06-25 21:50 ` [PATCH 1/2] OMAP3: Kconfig: remove duplicate board entries Kevin Hilman
2009-06-25 21:50 ` [PATCH 2/2] OMAP3: omap3evm: undo ehci change to board-omap3evm.c Kevin Hilman
2009-06-26 9:13 ` [APPLIED] " Tony Lindgren
2009-06-26 9:13 ` [APPLIED] [PATCH 1/2] OMAP3: Kconfig: remove duplicate board entries Tony Lindgren
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox