* [patch 2.6.23-rc2-omap1] menelaus minor cleanups
@ 2007-08-14 5:51 David Brownell
2007-08-15 10:56 ` Tony Lindgren
0 siblings, 1 reply; 2+ messages in thread
From: David Brownell @ 2007-08-14 5:51 UTC (permalink / raw)
To: linux-omap-open-source
Remove duplicate Menelaus Kconfig entry (omap tree only).
Fix Menelaus build error, and remove needless "#define DEBUG" (goes upstream).
Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
---
drivers/i2c/chips/Kconfig | 10 ----------
drivers/i2c/chips/menelaus.c | 3 +--
2 files changed, 1 insertion(+), 12 deletions(-)
--- h4.orig/drivers/i2c/chips/Kconfig 2007-08-10 11:26:41.000000000 -0700
+++ h4/drivers/i2c/chips/Kconfig 2007-08-13 15:33:51.000000000 -0700
@@ -130,16 +130,6 @@ config GPIOEXPANDER_OMAP
If you say yes here you get support for I/O expander calls
to configure IrDA, Camera and audio devices.
-config MENELAUS
- bool "TWL92330/Menelaus PM chip"
- depends on I2C=y && ARCH_OMAP24XX
- help
- If you say yes here you get support for the Texas Instruments
- TWL92330/Menelaus Power Management chip. This include voltage
- regulators, Dual slot memory card tranceivers, real-time clock
- and other features that are often used in portable devices like
- cell phones and PDAs.
-
config TWL4030_CORE
bool "TI's TWL4030 companion chip Core Driver Support"
depends on I2C=y && ARCH_OMAP24XX
--- h4.orig/drivers/i2c/chips/menelaus.c 2007-08-10 11:26:41.000000000 -0700
+++ h4/drivers/i2c/chips/menelaus.c 2007-08-13 15:37:15.000000000 -0700
@@ -1,4 +1,3 @@
-#define DEBUG
/*
* Copyright (C) 2004 Texas Instruments, Inc.
*
@@ -933,7 +932,7 @@ static int menelaus_set_time(struct devi
return status;
status = menelaus_write_reg(MENELAUS_RTC_WKDAY, BIN2BCD(t->tm_wday));
if (status < 0) {
- dev_err(&the_menelaus->client->dev, "rtc write reg %02x",
+ dev_err(&the_menelaus->client->dev, "rtc write reg %02x"
"err %d\n", MENELAUS_RTC_WKDAY, status);
return status;
}
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [patch 2.6.23-rc2-omap1] menelaus minor cleanups
2007-08-14 5:51 [patch 2.6.23-rc2-omap1] menelaus minor cleanups David Brownell
@ 2007-08-15 10:56 ` Tony Lindgren
0 siblings, 0 replies; 2+ messages in thread
From: Tony Lindgren @ 2007-08-15 10:56 UTC (permalink / raw)
To: David Brownell; +Cc: linux-omap-open-source
* David Brownell <david-b@pacbell.net> [070813 23:12]:
> Remove duplicate Menelaus Kconfig entry (omap tree only).
>
> Fix Menelaus build error, and remove needless "#define DEBUG" (goes upstream).
Pushing today, left out the -#define DEBUG part below.
Tony
> --- h4.orig/drivers/i2c/chips/menelaus.c 2007-08-10 11:26:41.000000000 -0700
> +++ h4/drivers/i2c/chips/menelaus.c 2007-08-13 15:37:15.000000000 -0700
> @@ -1,4 +1,3 @@
> -#define DEBUG
> /*
> * Copyright (C) 2004 Texas Instruments, Inc.
> *
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2007-08-15 10:56 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-08-14 5:51 [patch 2.6.23-rc2-omap1] menelaus minor cleanups David Brownell
2007-08-15 10:56 ` Tony Lindgren
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox