Lines Matching +full:dsa +full:- +full:v2
1 // SPDX-License-Identifier: GPL-2.0
84 priv = xrs700x_switch_alloc(&i2c->dev, i2c); in xrs700x_i2c_probe()
86 return -ENOMEM; in xrs700x_i2c_probe()
88 priv->regmap = devm_regmap_init(&i2c->dev, NULL, &i2c->dev, in xrs700x_i2c_probe()
90 if (IS_ERR(priv->regmap)) { in xrs700x_i2c_probe()
91 ret = PTR_ERR(priv->regmap); in xrs700x_i2c_probe()
92 dev_err(&i2c->dev, "Failed to initialize regmap: %d\n", ret); in xrs700x_i2c_probe()
100 /* Main DSA driver may not be started yet. */ in xrs700x_i2c_probe()
130 { "xrs700x-switch" },
147 .name = "xrs700x-i2c",
159 MODULE_DESCRIPTION("Arrow SpeedChips XRS700x DSA I2C driver");
160 MODULE_LICENSE("GPL v2");