pwm-spear.c (dd0a11815a339d6deeea8357574f8126a8404c92) | pwm-spear.c (9cc236827fde5e254fd995a0023c05c5ee3a3ba6) |
---|---|
1/* 2 * ST Microelectronics SPEAr Pulse Width Modulator driver 3 * 4 * Copyright (C) 2012 ST Microelectronics | 1/* 2 * ST Microelectronics SPEAr Pulse Width Modulator driver 3 * 4 * Copyright (C) 2012 ST Microelectronics |
5 * Shiraz Hashim <shiraz.hashim@st.com> | 5 * Shiraz Hashim <shiraz.linux.kernel@gmail.com> |
6 * 7 * This file is licensed under the terms of the GNU General Public 8 * License version 2. This program is licensed "as is" without any 9 * warranty of any kind, whether express or implied. 10 */ 11 12#include <linux/clk.h> 13#include <linux/err.h> --- 245 unchanged lines hidden (view full) --- 259 }, 260 .probe = spear_pwm_probe, 261 .remove = spear_pwm_remove, 262}; 263 264module_platform_driver(spear_pwm_driver); 265 266MODULE_LICENSE("GPL"); | 6 * 7 * This file is licensed under the terms of the GNU General Public 8 * License version 2. This program is licensed "as is" without any 9 * warranty of any kind, whether express or implied. 10 */ 11 12#include <linux/clk.h> 13#include <linux/err.h> --- 245 unchanged lines hidden (view full) --- 259 }, 260 .probe = spear_pwm_probe, 261 .remove = spear_pwm_remove, 262}; 263 264module_platform_driver(spear_pwm_driver); 265 266MODULE_LICENSE("GPL"); |
267MODULE_AUTHOR("Shiraz Hashim <shiraz.hashim@st.com>"); | 267MODULE_AUTHOR("Shiraz Hashim <shiraz.linux.kernel@gmail.com>"); |
268MODULE_AUTHOR("Viresh Kumar <viresh.kumar@linaro.com>"); 269MODULE_ALIAS("platform:spear-pwm"); | 268MODULE_AUTHOR("Viresh Kumar <viresh.kumar@linaro.com>"); 269MODULE_ALIAS("platform:spear-pwm"); |