reset-pistachio.c (a976c2951d8f376112361830aa7762beff83a205) | reset-pistachio.c (75a6faf617d107bdbc74d36ccf89f2280b96ac26) |
---|---|
1// SPDX-License-Identifier: GPL-2.0-only |
|
1/* 2 * Pistachio SoC Reset Controller driver 3 * 4 * Copyright (C) 2015 Imagination Technologies Ltd. 5 * 6 * Author: Damien Horsley <Damien.Horsley@imgtec.com> | 2/* 3 * Pistachio SoC Reset Controller driver 4 * 5 * Copyright (C) 2015 Imagination Technologies Ltd. 6 * 7 * Author: Damien Horsley <Damien.Horsley@imgtec.com> |
7 * 8 * This program is free software; you can redistribute it and/or modify it 9 * under the terms and conditions of the GNU General Public License, 10 * version 2, as published by the Free Software Foundation. | |
11 */ 12 13#include <linux/init.h> 14#include <linux/of.h> 15#include <linux/platform_device.h> 16#include <linux/regmap.h> 17#include <linux/reset-controller.h> 18#include <linux/slab.h> --- 121 unchanged lines hidden --- | 8 */ 9 10#include <linux/init.h> 11#include <linux/of.h> 12#include <linux/platform_device.h> 13#include <linux/regmap.h> 14#include <linux/reset-controller.h> 15#include <linux/slab.h> --- 121 unchanged lines hidden --- |