| .. | .. |
|---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-or-later |
|---|
| 1 | 2 | /* |
|---|
| 2 | 3 | * Driver for LM70EVAL-LLP board for the LM70 sensor |
|---|
| 3 | 4 | * |
|---|
| 4 | 5 | * Copyright (C) 2006 Kaiwan N Billimoria <kaiwan@designergraphix.com> |
|---|
| 5 | | - * |
|---|
| 6 | | - * This program is free software; you can redistribute it and/or modify |
|---|
| 7 | | - * it under the terms of the GNU General Public License as published by |
|---|
| 8 | | - * the Free Software Foundation; either version 2 of the License, or |
|---|
| 9 | | - * (at your option) any later version. |
|---|
| 10 | | - * |
|---|
| 11 | | - * This program is distributed in the hope that it will be useful, |
|---|
| 12 | | - * but WITHOUT ANY WARRANTY; without even the implied warranty of |
|---|
| 13 | | - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|---|
| 14 | | - * GNU General Public License for more details. |
|---|
| 15 | 6 | */ |
|---|
| 16 | 7 | |
|---|
| 17 | 8 | #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt |
|---|
| .. | .. |
|---|
| 43 | 34 | * available (on page 4) here: |
|---|
| 44 | 35 | * http://www.national.com/appinfo/tempsensors/files/LM70LLPEVALmanual.pdf |
|---|
| 45 | 36 | * |
|---|
| 46 | | - * Also see Documentation/spi/spi-lm70llp. The SPI<->parport code here is |
|---|
| 37 | + * Also see Documentation/spi/spi-lm70llp.rst. The SPI<->parport code here is |
|---|
| 47 | 38 | * (heavily) based on spi-butterfly by David Brownell. |
|---|
| 48 | 39 | * |
|---|
| 49 | 40 | * The LM70 LLP connects to the PC parallel port in the following manner: |
|---|