timer-cs5535.c (2a267e7c41aa88215de2b542de797d03d16ecdfd) | timer-cs5535.c (25763b3c864cf517d686661012d184ee47a49b4c) |
---|---|
1// SPDX-License-Identifier: GPL-2.0-only |
|
1/* 2 * Clock event driver for the CS5535/CS5536 3 * 4 * Copyright (C) 2006, Advanced Micro Devices, Inc. 5 * Copyright (C) 2007 Andres Salomon <dilinger@debian.org> 6 * Copyright (C) 2009 Andres Salomon <dilinger@collabora.co.uk> 7 * | 2/* 3 * Clock event driver for the CS5535/CS5536 4 * 5 * Copyright (C) 2006, Advanced Micro Devices, Inc. 6 * Copyright (C) 2007 Andres Salomon <dilinger@debian.org> 7 * Copyright (C) 2009 Andres Salomon <dilinger@collabora.co.uk> 8 * |
8 * This program is free software; you can redistribute it and/or 9 * modify it under the terms of version 2 of the GNU General Public License 10 * as published by the Free Software Foundation. 11 * | |
12 * The MFGPTs are documented in AMD Geode CS5536 Companion Device Data Book. 13 */ 14 15#include <linux/kernel.h> 16#include <linux/irq.h> 17#include <linux/interrupt.h> 18#include <linux/module.h> 19#include <linux/cs5535.h> --- 177 unchanged lines hidden --- | 9 * The MFGPTs are documented in AMD Geode CS5536 Companion Device Data Book. 10 */ 11 12#include <linux/kernel.h> 13#include <linux/irq.h> 14#include <linux/interrupt.h> 15#include <linux/module.h> 16#include <linux/cs5535.h> --- 177 unchanged lines hidden --- |