rtl83xx.c (8be040ecd94c1a9a137927d18534edfae0a9b68a) | rtl83xx.c (98b75c1c149c653ad11a440636213eb070325158) |
---|---|
1// SPDX-License-Identifier: GPL-2.0+ 2 3#include <linux/module.h> 4#include <linux/regmap.h> 5 6#include "realtek.h" 7#include "rtl83xx.h" 8 --- 217 unchanged lines hidden (view full) --- 226{ 227 /* leave the device reset asserted */ 228 if (priv->reset) 229 gpiod_set_value(priv->reset, 1); 230} 231EXPORT_SYMBOL_NS_GPL(rtl83xx_remove, REALTEK_DSA); 232 233MODULE_AUTHOR("Luiz Angelo Daros de Luca <luizluca@gmail.com>"); | 1// SPDX-License-Identifier: GPL-2.0+ 2 3#include <linux/module.h> 4#include <linux/regmap.h> 5 6#include "realtek.h" 7#include "rtl83xx.h" 8 --- 217 unchanged lines hidden (view full) --- 226{ 227 /* leave the device reset asserted */ 228 if (priv->reset) 229 gpiod_set_value(priv->reset, 1); 230} 231EXPORT_SYMBOL_NS_GPL(rtl83xx_remove, REALTEK_DSA); 232 233MODULE_AUTHOR("Luiz Angelo Daros de Luca <luizluca@gmail.com>"); |
234MODULE_AUTHOR("Linus Walleij <linus.walleij@linaro.org>"); |
|
234MODULE_DESCRIPTION("Realtek DSA switches common module"); 235MODULE_LICENSE("GPL"); | 235MODULE_DESCRIPTION("Realtek DSA switches common module"); 236MODULE_LICENSE("GPL"); |