[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <CACRpkdauBH2njguZ7WarAGaaGL25iXMSv=-1KExAtFJktz3X_Q@mail.gmail.com>
Date: Wed, 5 Oct 2011 16:17:22 +0200
From: Linus Walleij <linus.walleij@...aro.org>
To: Samuel Ortiz <sameo@...ux.intel.com>
Cc: Linus Walleij <linus.walleij@...ricsson.com>,
linux-kernel@...r.kernel.org, Lee Jones <lee.jones@...aro.org>,
Jonas Aberg <jonas.aberg@...ricsson.com>
Subject: Re: [PATCH 08/23] mfd/db8500-prcmu: add watchdog accessor functions
On Mon, Oct 3, 2011 at 5:53 PM, Samuel Ortiz <sameo@...ux.intel.com> wrote:
>> +int prcmu_kick_a9wdog(u8 id)
>> +{
>> + return prcmu_a9wdog(MB4H_A9WDOG_KICK, id, 0, 0, 0);
>> +}
>
> So I suppose you will eventually export those symbols ?
Not really, both this driver and the watchdog driver are of the
"always-compile-in" (bool) type, you really don't want to load the
watchdog as a module, because then the watchdog cannot safeguard
the module loading process to that point :-P
So we just call these from compile-in code.
I actually have Jonas' watchdog driver ready as well if you want
me to submit it on top of this patch set so you get the whole
picture.
Yours,
Linus Walleij
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists