gpio-spear-spics.c (e23c34bb41da65f354fb7eee04300c56ee48f60c) | gpio-spear-spics.c (9cc236827fde5e254fd995a0023c05c5ee3a3ba6) |
---|---|
1/* 2 * SPEAr platform SPI chipselect abstraction over gpiolib 3 * 4 * Copyright (C) 2012 ST Microelectronics | 1/* 2 * SPEAr platform SPI chipselect abstraction over gpiolib 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/err.h> 13#include <linux/gpio.h> --- 186 unchanged lines hidden (view full) --- 200}; 201 202static int __init spics_gpio_init(void) 203{ 204 return platform_driver_register(&spics_gpio_driver); 205} 206subsys_initcall(spics_gpio_init); 207 | 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/err.h> 13#include <linux/gpio.h> --- 186 unchanged lines hidden (view full) --- 200}; 201 202static int __init spics_gpio_init(void) 203{ 204 return platform_driver_register(&spics_gpio_driver); 205} 206subsys_initcall(spics_gpio_init); 207 |
208MODULE_AUTHOR("Shiraz Hashim <shiraz.hashim@st.com>"); | 208MODULE_AUTHOR("Shiraz Hashim <shiraz.linux.kernel@gmail.com>"); |
209MODULE_DESCRIPTION("ST Microlectronics SPEAr SPI Chip Select Abstraction"); 210MODULE_LICENSE("GPL"); | 209MODULE_DESCRIPTION("ST Microlectronics SPEAr SPI Chip Select Abstraction"); 210MODULE_LICENSE("GPL"); |