* [2.6.29-rc5][PATCH 0/1] ARM: OMAP: BEAGLE: Remove dead code for CONFIG_I2C2_OMAP_BEAGLE
@ 2009-02-22 16:47 Jarkko Nikula
2009-02-22 16:47 ` [2.6.29-rc5][PATCH 1/1] " Jarkko Nikula
0 siblings, 1 reply; 3+ messages in thread
From: Jarkko Nikula @ 2009-02-22 16:47 UTC (permalink / raw)
To: linux-omap
This is for mainline and generated on top of Koen's patch
"board-omap3beagle: set i2c-3 to 100kH"
commit e6b6f3462951153bc89e0247e562680759f5ad32
--
Jarkko
^ permalink raw reply [flat|nested] 3+ messages in thread
* [2.6.29-rc5][PATCH 1/1] ARM: OMAP: BEAGLE: Remove dead code for CONFIG_I2C2_OMAP_BEAGLE
2009-02-22 16:47 [2.6.29-rc5][PATCH 0/1] ARM: OMAP: BEAGLE: Remove dead code for CONFIG_I2C2_OMAP_BEAGLE Jarkko Nikula
@ 2009-02-22 16:47 ` Jarkko Nikula
2009-02-24 21:46 ` Tony Lindgren
0 siblings, 1 reply; 3+ messages in thread
From: Jarkko Nikula @ 2009-02-22 16:47 UTC (permalink / raw)
To: linux-omap; +Cc: Jarkko Nikula
There is no CONFIG_I2C2_OMAP_BEAGLE in mainline and it is under removal
in linux-omap also so remove this dead code now.
Signed-off-by: Jarkko Nikula <jarkko.nikula@nokia.com>
---
arch/arm/mach-omap2/board-omap3beagle.c | 3 ---
1 files changed, 0 insertions(+), 3 deletions(-)
diff --git a/arch/arm/mach-omap2/board-omap3beagle.c b/arch/arm/mach-omap2/board-omap3beagle.c
index e39cd2c..e3c8628 100644
--- a/arch/arm/mach-omap2/board-omap3beagle.c
+++ b/arch/arm/mach-omap2/board-omap3beagle.c
@@ -175,9 +175,6 @@ static int __init omap3_beagle_i2c_init(void)
{
omap_register_i2c_bus(1, 2600, beagle_i2c_boardinfo,
ARRAY_SIZE(beagle_i2c_boardinfo));
-#ifdef CONFIG_I2C2_OMAP_BEAGLE
- omap_register_i2c_bus(2, 400, NULL, 0);
-#endif
/* Bus 3 is attached to the DVI port where devices like the pico DLP
* projector don't work reliably with 400kHz */
omap_register_i2c_bus(3, 100, NULL, 0);
--
1.5.6.5
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [2.6.29-rc5][PATCH 1/1] ARM: OMAP: BEAGLE: Remove dead code for CONFIG_I2C2_OMAP_BEAGLE
2009-02-22 16:47 ` [2.6.29-rc5][PATCH 1/1] " Jarkko Nikula
@ 2009-02-24 21:46 ` Tony Lindgren
0 siblings, 0 replies; 3+ messages in thread
From: Tony Lindgren @ 2009-02-24 21:46 UTC (permalink / raw)
To: Jarkko Nikula; +Cc: linux-omap, Jarkko Nikula
* Jarkko Nikula <jhnikula@gmail.com> [090222 08:44]:
> There is no CONFIG_I2C2_OMAP_BEAGLE in mainline and it is under removal
> in linux-omap also so remove this dead code now.
Thanks, adding to omap3-upstream queue.
Tony
> Signed-off-by: Jarkko Nikula <jarkko.nikula@nokia.com>
> ---
> arch/arm/mach-omap2/board-omap3beagle.c | 3 ---
> 1 files changed, 0 insertions(+), 3 deletions(-)
>
> diff --git a/arch/arm/mach-omap2/board-omap3beagle.c b/arch/arm/mach-omap2/board-omap3beagle.c
> index e39cd2c..e3c8628 100644
> --- a/arch/arm/mach-omap2/board-omap3beagle.c
> +++ b/arch/arm/mach-omap2/board-omap3beagle.c
> @@ -175,9 +175,6 @@ static int __init omap3_beagle_i2c_init(void)
> {
> omap_register_i2c_bus(1, 2600, beagle_i2c_boardinfo,
> ARRAY_SIZE(beagle_i2c_boardinfo));
> -#ifdef CONFIG_I2C2_OMAP_BEAGLE
> - omap_register_i2c_bus(2, 400, NULL, 0);
> -#endif
> /* Bus 3 is attached to the DVI port where devices like the pico DLP
> * projector don't work reliably with 400kHz */
> omap_register_i2c_bus(3, 100, NULL, 0);
> --
> 1.5.6.5
>
> --
> 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
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2009-02-24 21:46 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-02-22 16:47 [2.6.29-rc5][PATCH 0/1] ARM: OMAP: BEAGLE: Remove dead code for CONFIG_I2C2_OMAP_BEAGLE Jarkko Nikula
2009-02-22 16:47 ` [2.6.29-rc5][PATCH 1/1] " Jarkko Nikula
2009-02-24 21:46 ` Tony Lindgren
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox