| .. | .. |
|---|
| 1 | +/* SPDX-License-Identifier: GPL-2.0-or-later */ |
|---|
| 1 | 2 | /* |
|---|
| 2 | 3 | * I2C multiplexer using a single register |
|---|
| 3 | 4 | * |
|---|
| 4 | 5 | * Copyright 2015 Freescale Semiconductor |
|---|
| 5 | 6 | * York Sun <yorksun@freescale.com> |
|---|
| 6 | | - * |
|---|
| 7 | | - * This program is free software; you can redistribute it and/or modify it |
|---|
| 8 | | - * under the terms of the GNU General Public License as published by the |
|---|
| 9 | | - * Free Software Foundation; either version 2 of the License, or (at your |
|---|
| 10 | | - * option) any later version. |
|---|
| 11 | 7 | */ |
|---|
| 12 | 8 | |
|---|
| 13 | 9 | #ifndef __LINUX_PLATFORM_DATA_I2C_MUX_REG_H |
|---|