From: Matteo Bortolin <matteo.bortolin@wawnet.biz>
To: linuxppc-embedded@lists.linuxppc.org
Cc: llandre@wawnet.biz
Subject: Problem with i2c-algo-ibm_ocp driver on ppc405 board
Date: Wed, 28 Jan 2004 09:25:40 +0100 [thread overview]
Message-ID: <6.0.1.1.1.20040128085052.01b12d40@192.168.2.1> (raw)
Hi all,
I've developed an RTC driver that uses i2c core and for a PPC405-based
board (PPChameleonEVB).
The i2c-Algorithm driver is the i2c-algo-ibm_ocp.c and the i2c-adapter is
the i2c-adap-ibm_ocp.c
The problem is in timer_interrupt() function (/arch/ppc/kernel/time.c) with
CONFIG_RTC_11_MINUTE_MODE enabled.
Into this function there is a call to a ppc_md.set_rtc_time that is a
pointer to a my set_rtc_device function that in turn
calls the i2c_master_send().
The problem is that kernel crashes (kenrel panic) when ppc_md.set_rtc_time
is called.
Debugging the coed, I've seen that kernel crashes into iic_sendbytes()
function (i2c-algo-ibm_opc.c) .
After debugging inside of iic_sendbytes() function I asked to me:
As in the time_interrupt() function, interrupt are disabled,
i2c-algo-ibm_ocp.c cannot work properly.
This would mean that a kernel that use i2c-algo-ibm_ocp.c and a i2c
RTC-driver cannot work properly
with CONFIG_RTC_11_MINUTE_MODE!!!
Is this correct?
If yes, how can I solve my problem?
Matteo Bortolin
DAVE Srl
** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/
next reply other threads:[~2004-01-28 8:25 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-01-28 8:25 Matteo Bortolin [this message]
2004-01-28 9:14 ` Problem with i2c-algo-ibm_ocp driver on ppc405 board Wolfgang Denk
2004-01-28 10:24 ` Matteo Bortolin
2004-01-28 18:16 ` Eugene Surovegin
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=6.0.1.1.1.20040128085052.01b12d40@192.168.2.1 \
--to=matteo.bortolin@wawnet.biz \
--cc=linuxppc-embedded@lists.linuxppc.org \
--cc=llandre@wawnet.biz \
/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;
as well as URLs for NNTP newsgroup(s).