pwm-samsung.c (2491b544ff3aa9717d427033206fa793be53429d) | pwm-samsung.c (84a14ae8c44fb4828a05f363a09c3261472de00e) |
---|---|
1// SPDX-License-Identifier: GPL-2.0-only |
|
1/* 2 * Copyright (c) 2007 Ben Dooks 3 * Copyright (c) 2008 Simtec Electronics 4 * Ben Dooks <ben@simtec.co.uk>, <ben-linux@fluff.org> 5 * Copyright (c) 2013 Tomasz Figa <tomasz.figa@gmail.com> 6 * Copyright (c) 2017 Samsung Electronics Co., Ltd. 7 * 8 * PWM driver for Samsung SoCs | 2/* 3 * Copyright (c) 2007 Ben Dooks 4 * Copyright (c) 2008 Simtec Electronics 5 * Ben Dooks <ben@simtec.co.uk>, <ben-linux@fluff.org> 6 * Copyright (c) 2013 Tomasz Figa <tomasz.figa@gmail.com> 7 * Copyright (c) 2017 Samsung Electronics Co., Ltd. 8 * 9 * PWM driver for Samsung SoCs |
9 * 10 * This program is free software; you can redistribute it and/or modify 11 * it under the terms of the GNU General Public License as published by 12 * the Free Software Foundation; either version 2 of the License. | |
13 */ 14 15#include <linux/bitops.h> 16#include <linux/clk.h> 17#include <linux/export.h> 18#include <linux/err.h> 19#include <linux/io.h> 20#include <linux/kernel.h> --- 633 unchanged lines hidden --- | 10 */ 11 12#include <linux/bitops.h> 13#include <linux/clk.h> 14#include <linux/export.h> 15#include <linux/err.h> 16#include <linux/io.h> 17#include <linux/kernel.h> --- 633 unchanged lines hidden --- |