| .. | .. |
|---|
| 1 | +/* SPDX-License-Identifier: GPL-2.0-only */ |
|---|
| 1 | 2 | /* |
|---|
| 2 | 3 | * Copyright (C) 2005 IBM Corporation |
|---|
| 3 | 4 | * |
|---|
| .. | .. |
|---|
| 9 | 10 | * Device driver for TCG/TCPA TPM (trusted platform module). |
|---|
| 10 | 11 | * Specifications at www.trustedcomputinggroup.org |
|---|
| 11 | 12 | * |
|---|
| 12 | | - * This program is free software; you can redistribute it and/or |
|---|
| 13 | | - * modify it under the terms of the GNU General Public License as |
|---|
| 14 | | - * published by the Free Software Foundation, version 2 of the |
|---|
| 15 | | - * License. |
|---|
| 16 | | - * |
|---|
| 17 | 13 | * These difference are required on power because the device must be |
|---|
| 18 | 14 | * discovered through the device tree and iomap must be used to get |
|---|
| 19 | 15 | * around the need for holes in the io_page_mask. This does not happen |
|---|
| 20 | 16 | * automatically because the tpm is not a normal pci device and lives |
|---|
| 21 | 17 | * under the root node. |
|---|
| 22 | | - * |
|---|
| 23 | 18 | */ |
|---|
| 24 | 19 | |
|---|
| 25 | 20 | struct tpm_atmel_priv { |
|---|