pinctrl-spear310.c (4ba24fef3eb3b142197135223b90ced2f319cd53) pinctrl-spear310.c (da89947b47a3a355f33a75d7672892c147ed880d)
1/*
2 * Driver for the ST Microelectronics SPEAr310 pinmux
3 *
4 * Copyright (C) 2012 ST Microelectronics
1/*
2 * Driver for the ST Microelectronics SPEAr310 pinmux
3 *
4 * Copyright (C) 2012 ST Microelectronics
5 * Viresh Kumar <viresh.linux@gmail.com>
5 * Viresh Kumar <vireshk@kernel.org>
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/init.h>

--- 407 unchanged lines hidden (view full) ---

421arch_initcall(spear310_pinctrl_init);
422
423static void __exit spear310_pinctrl_exit(void)
424{
425 platform_driver_unregister(&spear310_pinctrl_driver);
426}
427module_exit(spear310_pinctrl_exit);
428
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/init.h>

--- 407 unchanged lines hidden (view full) ---

421arch_initcall(spear310_pinctrl_init);
422
423static void __exit spear310_pinctrl_exit(void)
424{
425 platform_driver_unregister(&spear310_pinctrl_driver);
426}
427module_exit(spear310_pinctrl_exit);
428
429MODULE_AUTHOR("Viresh Kumar <viresh.linux@gmail.com>");
429MODULE_AUTHOR("Viresh Kumar <vireshk@kernel.org>");
430MODULE_DESCRIPTION("ST Microelectronics SPEAr310 pinctrl driver");
431MODULE_LICENSE("GPL v2");
432MODULE_DEVICE_TABLE(of, spear310_pinctrl_of_match);
430MODULE_DESCRIPTION("ST Microelectronics SPEAr310 pinctrl driver");
431MODULE_LICENSE("GPL v2");
432MODULE_DEVICE_TABLE(of, spear310_pinctrl_of_match);