mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
To: linux-pcmcia@lists.infradead.org
Cc: iwamatsu@nigauri.org, linux-sh@vger.kernel.org,
	linux-kernel@vger.kernel.org
Subject: [PATCH] pcmcia: Add support P2CCLK bit enabler for TI PC1520
Date: Tue, 18 Dec 2007 18:57:24 +0900	[thread overview]
Message-ID: <20071218185724.a9ba0cae.iwamatsu@nigauri.org> (raw)

There is a device that doesn't work when P2CCLK's bit of TI PC1520 was disable.
This patch supports P2CCLK bit enabler for TI PC1520.

Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
---
 drivers/pcmcia/Kconfig  |    5 +++++
 drivers/pcmcia/ti113x.h |    8 ++++++++
 2 files changed, 13 insertions(+), 0 deletions(-)

diff --git a/drivers/pcmcia/Kconfig b/drivers/pcmcia/Kconfig
index 519b4ff..3d80888 100644
--- a/drivers/pcmcia/Kconfig
+++ b/drivers/pcmcia/Kconfig
@@ -134,6 +134,11 @@ config YENTA_ENE_TUNE
 	bool "Auto-tune EnE bridges for CB cards" if EMBEDDED
 	depends on YENTA_TI && CARDBUS
 
+config YENTA_TI_P2CCLK
+	default n
+	bool "Clock generated by internal oscillator" if EMBEDDED
+	depends on YENTA_TI && CARDBUS
+
 config YENTA_TOSHIBA
 	default y
 	bool "Special initialization for Toshiba ToPIC bridges" if EMBEDDED
diff --git a/drivers/pcmcia/ti113x.h b/drivers/pcmcia/ti113x.h
index d29657b..ea749e8 100644
--- a/drivers/pcmcia/ti113x.h
+++ b/drivers/pcmcia/ti113x.h
@@ -59,6 +59,7 @@
 #define  TI122X_SCR_SER_STEP		0xc0000000
 #define  TI122X_SCR_INTRTIE		0x20000000
 #define  TIXX21_SCR_TIEALL		0x10000000
+#define  TI122X_SCR_P2CCLK		0x08000000
 #define  TI122X_SCR_CBRSVD		0x00400000
 #define  TI122X_SCR_MRBURSTDN		0x00008000
 #define  TI122X_SCR_MRBURSTUP		0x00004000
@@ -822,6 +823,13 @@ static int ti12xx_override(struct yenta_socket *socket)
 		printk(KERN_INFO "Yenta: Enabling burst memory read transactions\n");
 		val |= TI122X_SCR_MRBURSTUP;
 	}
+
+#ifdef CONFIG_YENTA_TI_P2CCLK
+	if ( !(val & TI122X_SCR_P2CCLK)) {
+		printk(KERN_INFO "Yenta: Clock generated by internal oscillator\n");
+		val |= TI122X_SCR_P2CCLK;
+	}
+#endif
 	if (val_orig != val)
 		config_writel(socket, TI113X_SYSTEM_CONTROL, val);
 
-- 
1.5.3.6

             reply	other threads:[~2007-12-18 10:24 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-12-18  9:57 Nobuhiro Iwamatsu [this message]
2007-12-25 22:04 ` Andrew Morton
2008-01-12  1:04   ` Nobuhiro Iwamatsu
2008-01-12  1:33     ` Andrew Morton

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20071218185724.a9ba0cae.iwamatsu@nigauri.org \
    --to=iwamatsu@nigauri.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-pcmcia@lists.infradead.org \
    --cc=linux-sh@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®