| .. | .. |
|---|
| 1 | | -/* da9063-irq.c: Interrupts support for Dialog DA9063 |
|---|
| 1 | +// SPDX-License-Identifier: GPL-2.0+ |
|---|
| 2 | +/* Interrupt support for Dialog DA9063 |
|---|
| 2 | 3 | * |
|---|
| 3 | 4 | * Copyright 2012 Dialog Semiconductor Ltd. |
|---|
| 4 | 5 | * Copyright 2013 Philipp Zabel, Pengutronix |
|---|
| 5 | 6 | * |
|---|
| 6 | 7 | * Author: Michal Hajduk, Dialog Semiconductor |
|---|
| 7 | | - * |
|---|
| 8 | | - * This program is free software; you can redistribute it and/or modify it |
|---|
| 9 | | - * under the terms of the GNU General Public License as published by the |
|---|
| 10 | | - * Free Software Foundation; either version 2 of the License, or (at your |
|---|
| 11 | | - * option) any later version. |
|---|
| 12 | | - * |
|---|
| 13 | 8 | */ |
|---|
| 14 | 9 | |
|---|
| 15 | 10 | #include <linux/kernel.h> |
|---|
| .. | .. |
|---|
| 19 | 14 | #include <linux/interrupt.h> |
|---|
| 20 | 15 | #include <linux/regmap.h> |
|---|
| 21 | 16 | #include <linux/mfd/da9063/core.h> |
|---|
| 22 | | -#include <linux/mfd/da9063/pdata.h> |
|---|
| 23 | 17 | |
|---|
| 24 | 18 | #define DA9063_REG_EVENT_A_OFFSET 0 |
|---|
| 25 | 19 | #define DA9063_REG_EVENT_B_OFFSET 1 |
|---|