From: Benjamin Herrenschmidt <benh@kernel.crashing.org>
To: Sean MacLennan <smaclennan@pikatech.com>
Cc: linuxppc-dev@ozlabs.org
Subject: Re: [PATCH] Hwmon for Taco
Date: Sat, 05 Jan 2008 18:22:43 +1100 [thread overview]
Message-ID: <1199517763.7291.47.camel@pasglop> (raw)
In-Reply-To: <477F1196.7000109@pikatech.com>
> +module_exit(ad7414_exit);
> --- /dev/null 2005-11-20 22:22:37.000000000 -0500
> +++ drivers/hwmon/taco-dtm.c 2008-01-05 00:06:21.000000000 -0500
> @@ -0,0 +1,78 @@
> +/*
> + * drivers/hwmon/taco-dtm.c
> + *
> + * Overview: On the Taco, the fpga controls the fan. This provides
> + * the temperature to the fpga.
> + *
> + * Copyright (c) 2008 PIKA Technologies
> + * Sean MacLennan <smaclennan@pikatech.com>
> + *
> + * This program is free software; you can redistribute it and/or modify it
> + * under the terms of the GNU General Public License as published by the
> + * Free Software Foundation; either version 2 of the License, or (at your
> + * option) any later version.
> + *
> + */
> +
> +#include <linux/module.h>
> +#include <linux/kthread.h>
> +#include <linux/io.h>
> +
> +
> +#define TACO_FPGA_BASE 0x80000000
That should be in the device-tree...
Cheers,
Ben.
next prev parent reply other threads:[~2008-01-05 7:22 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-01-05 5:11 [PATCH] Hwmon for Taco Sean MacLennan
2008-01-05 7:22 ` Benjamin Herrenschmidt [this message]
2008-01-05 18:39 ` Sean MacLennan
2008-01-08 6:30 ` Sean MacLennan
2008-01-08 6:59 ` Grant Likely
2008-01-08 18:09 ` Sean MacLennan
2008-01-08 18:30 ` Sean MacLennan
2008-01-08 19:02 ` Josh Boyer
2008-01-08 19:27 ` Stefan Roese
2008-01-08 20:13 ` Anton Vorontsov
2008-01-08 20:20 ` Josh Boyer
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=1199517763.7291.47.camel@pasglop \
--to=benh@kernel.crashing.org \
--cc=linuxppc-dev@ozlabs.org \
--cc=smaclennan@pikatech.com \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.