Greg Kroah-Hartman
540e6a8114
Revert "mfd: simple-mfd-i2c: Add Delta TN48M CPLD support"
...
This reverts commit d0cac2434c . THe MFD
maintainer has some remaining objections that need to be resolved before
it can be accepted.
Link: https://lore.kernel.org/r/20220228193928.3ec6ee98@canb.auug.org.au
Reported-by: Lee Jones <lee.jones@linaro.org >
Reported-by: Stephen Rothwell <sfr@canb.auug.org.au >
Cc: Robert Marko <robert.marko@sartura.hr >
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org >
diff --git a/drivers/mfd/Kconfig b/drivers/mfd/Kconfig
index ba0b3eb131f1..be1ad8ce54aa 100644
--- a/drivers/mfd/Kconfig
+++ b/drivers/mfd/Kconfig
@@ -297,6 +297,17 @@ config MFD_ASIC3
This driver supports the ASIC3 multifunction chip found on many
PDAs (mainly iPAQ and HTC based ones)
+config MFD_TN48M_CPLD
+ tristate "Delta Networks TN48M switch CPLD driver"
+ depends on I2C
+ depends on ARCH_MVEBU || COMPILE_TEST
+ select MFD_SIMPLE_MFD_I2C
+ help
+ Select this option to enable support for Delta Networks TN48M switch
+ CPLD. It consists of reset and GPIO drivers. CPLD provides GPIOS-s
+ for the SFP slots as well as power supply related information.
+ SFP support depends on the GPIO driver being selected.
+
config PMIC_DA903X
bool "Dialog Semiconductor DA9030/DA9034 PMIC Support"
depends on I2C=y
diff --git a/drivers/mfd/simple-mfd-i2c.c b/drivers/mfd/simple-mfd-i2c.c
index 51536691ad9d..0d6a51ed6286 100644
--- a/drivers/mfd/simple-mfd-i2c.c
+++ b/drivers/mfd/simple-mfd-i2c.c
@@ -64,6 +64,7 @@ static int simple_mfd_i2c_probe(struct i2c_client *i2c)
static const struct of_device_id simple_mfd_i2c_of_match[] = {
{ .compatible = "kontron,sl28cpld" },
+ { .compatible = "delta,tn48m-cpld" },
{}
};
MODULE_DEVICE_TABLE(of, simple_mfd_i2c_of_match);
2022-02-28 22:27:38 +01:00
..
2019-06-19 17:09:55 +02:00
2021-06-02 10:51:19 +01:00
2021-06-02 10:51:19 +01:00
2020-11-19 08:34:21 +00:00
2019-06-19 17:09:55 +02:00
2020-03-30 07:35:28 +01:00
2021-08-05 12:41:06 +01:00
2020-12-26 09:19:49 -08:00
2019-05-30 11:29:22 -07:00
2019-05-30 11:29:22 -07:00
2019-06-19 17:09:55 +02:00
2021-02-08 13:54:22 +00:00
2019-05-30 11:26:32 -07:00
2019-05-30 11:25:18 -07:00
2021-11-05 14:40:26 +00:00
2021-11-05 14:40:26 +00:00
2021-11-05 14:40:26 +00:00
2021-11-05 14:40:26 +00:00
2021-04-14 16:06:40 +01:00
2021-11-05 14:40:26 +00:00
2021-11-05 14:40:26 +00:00
2019-06-05 17:37:04 +02:00
2021-06-02 10:51:19 +01:00
2021-06-02 10:51:19 +01:00
2020-11-19 08:34:22 +00:00
2021-03-10 11:10:23 +00:00
2021-04-14 16:06:15 +01:00
2021-11-29 13:16:59 +00:00
2020-01-07 10:08:58 +00:00
2020-07-06 08:31:59 +01:00
2021-01-15 13:23:36 +00:00
2021-01-15 13:23:36 +00:00
2021-08-05 14:11:04 +01:00
2020-11-27 08:00:47 +00:00
2019-01-09 16:55:09 +01:00
2021-01-14 13:05:55 +00:00
2021-11-10 11:36:43 -08:00
2020-01-24 07:33:58 +00:00
2019-06-19 17:09:55 +02:00
2019-07-02 12:11:31 +01:00
2019-07-02 12:11:31 +01:00
2019-07-02 12:11:31 +01:00
2019-07-02 12:11:31 +01:00
2019-11-11 08:45:03 +00:00
2019-06-19 17:09:55 +02:00
2019-05-30 11:26:32 -07:00
2021-06-02 10:51:17 +01:00
2019-06-19 17:09:55 +02:00
2019-05-30 11:26:32 -07:00
2021-06-02 10:51:19 +01:00
2020-11-27 08:00:56 +00:00
2021-11-29 13:17:00 +00:00
2020-11-19 08:34:21 +00:00
2021-11-05 14:40:05 +00:00
2019-05-14 08:13:26 +01:00
2020-11-27 08:01:20 +00:00
2019-07-25 14:21:43 +01:00
2021-08-05 14:19:59 +01:00
2021-11-01 20:18:09 +01:00
2021-11-05 14:40:27 +00:00
2020-09-30 16:25:03 +01:00
2021-04-14 16:03:30 +01:00
2019-06-05 17:37:11 +02:00
2019-09-02 11:05:37 +01:00
2021-08-12 11:39:39 +01:00
2021-02-08 13:54:14 +00:00
2021-06-02 10:50:04 +01:00
2020-08-13 07:50:59 +01:00
2021-10-05 08:56:08 +01:00
2020-11-19 08:34:22 +00:00
2019-06-05 17:37:17 +02:00
2020-04-24 11:18:44 +01:00
2021-08-11 16:00:53 +03:00
2021-06-15 13:14:45 +01:00
2020-11-19 08:34:21 +00:00
2020-11-19 08:34:21 +00:00
2021-12-29 13:32:08 +00:00
2018-10-23 08:58:34 +01:00
2020-11-19 08:34:21 +00:00
2020-08-13 07:50:05 +01:00
2021-11-29 13:17:00 +00:00
2021-12-29 13:17:01 +00:00
2021-12-29 13:17:01 +00:00
2021-12-29 13:17:01 +00:00
2021-07-16 08:55:32 +01:00
2021-08-12 11:39:39 +01:00
2019-11-11 08:45:01 +00:00
2021-05-13 16:14:45 +02:00
2021-11-05 14:40:27 +00:00
2022-02-28 22:27:38 +01:00
2021-06-15 13:13:54 +01:00
2020-09-30 16:24:50 +01:00
2021-04-14 16:03:35 +01:00
2020-07-01 14:54:29 +01:00
2019-02-07 10:44:00 +00:00
2020-08-13 07:50:59 +01:00
2019-06-19 17:09:55 +02:00
2019-06-19 17:09:55 +02:00
2020-11-19 08:34:21 +00:00
2021-06-02 10:50:00 +01:00
2021-07-20 15:46:51 +01:00
2021-09-07 08:44:07 +01:00
2020-11-19 08:34:22 +00:00
2020-06-18 11:23:15 +01:00
2019-07-02 12:11:31 +01:00
2019-07-15 20:18:40 -07:00
2022-01-12 11:11:34 -08:00
2021-06-15 13:18:58 +01:00
2020-11-19 08:34:21 +00:00
2019-08-12 08:54:10 +01:00
2018-10-23 08:58:34 +01:00
2021-06-02 10:51:17 +01:00
2018-10-23 08:58:34 +01:00
2021-06-02 10:51:17 +01:00
2021-11-05 14:40:06 +00:00
2020-05-26 10:51:21 +01:00
2020-11-27 08:01:46 +00:00
2021-11-05 14:40:06 +00:00
2021-11-05 14:40:06 +00:00
2019-08-12 08:54:05 +01:00
2021-11-05 14:40:26 +00:00
2021-11-05 14:40:26 +00:00
2021-11-05 14:40:26 +00:00
2021-11-05 14:40:26 +00:00
2021-07-21 11:53:42 +02:00
2021-02-08 13:54:10 +00:00
2020-11-19 12:50:12 +01:00
2019-05-30 11:26:32 -07:00
2021-11-05 14:40:25 +00:00
2021-11-05 14:40:25 +00:00
2020-05-26 10:41:40 +01:00
2021-06-01 16:44:23 +01:00
2021-07-16 09:00:45 +01:00
2021-06-02 10:49:59 +01:00
2020-05-21 08:54:40 +01:00
2020-08-23 17:36:59 -05:00
2021-04-14 16:06:29 +01:00
2021-06-02 10:50:03 +01:00
2021-06-02 10:50:03 +01:00
2019-08-12 08:54:16 +01:00
2019-05-30 11:26:32 -07:00
2021-06-15 13:03:21 +01:00
2019-05-30 11:26:32 -07:00
2019-05-30 11:26:32 -07:00
2019-08-12 11:29:47 +01:00
2021-11-05 14:40:25 +00:00
2021-06-02 10:51:17 +01:00
2021-11-05 14:40:27 +00:00
2020-08-23 17:36:59 -05:00
2019-05-30 11:29:52 -07:00
2019-05-30 11:29:52 -07:00
2020-11-19 08:34:21 +00:00
2020-11-19 08:34:21 +00:00
2021-11-05 14:40:05 +00:00
2021-06-02 10:50:00 +01:00
2021-04-14 10:17:53 +01:00
2021-03-10 10:58:33 +00:00
2021-04-14 10:19:08 +01:00
2021-07-13 12:20:44 +01:00
2021-07-13 12:20:44 +01:00
2021-07-13 12:20:44 +01:00
2021-07-13 12:20:44 +01:00
2021-06-02 10:50:01 +01:00
2020-11-27 08:02:02 +00:00
2021-06-02 10:51:18 +01:00
2021-11-05 14:40:06 +00:00
2021-06-02 10:50:04 +01:00
2021-06-02 10:50:04 +01:00
2019-06-05 17:36:37 +02:00
2022-02-28 22:27:38 +01:00
2021-08-16 13:45:34 +01:00
2020-07-01 10:40:11 +01:00
2021-06-15 13:02:53 +01:00
2021-11-05 14:40:25 +00:00
2019-06-05 17:36:37 +02:00
2019-06-05 17:37:06 +02:00
2020-06-18 11:19:49 +01:00
2021-04-14 16:06:26 +01:00
2020-11-27 08:02:11 +00:00
2021-11-05 14:40:26 +00:00
2021-11-05 14:40:26 +00:00
2021-11-29 13:17:00 +00:00
2021-11-05 14:40:26 +00:00
2020-05-26 10:51:20 +01:00
2019-05-30 11:29:22 -07:00
2020-11-27 08:02:27 +00:00
2021-06-02 10:51:19 +01:00
2021-09-07 08:34:08 +01:00
2021-06-02 10:51:19 +01:00
2021-08-05 12:41:06 +01:00
2020-11-19 08:34:21 +00:00
2020-11-19 08:34:21 +00:00
2021-11-05 14:40:02 +00:00
2019-07-09 08:59:39 -07:00
2021-06-15 13:02:18 +01:00
2019-05-30 11:29:19 -07:00
2019-06-19 17:09:55 +02:00
2019-11-20 17:10:36 +00:00
2020-11-19 08:34:21 +00:00
2020-07-06 08:32:02 +01:00
2021-08-16 13:40:54 +01:00
2020-11-19 08:34:21 +00:00
2020-11-19 08:34:21 +00:00
2020-08-13 07:50:59 +01:00
2021-12-29 13:36:16 +00:00
2020-11-19 08:34:22 +00:00
2021-11-05 14:40:26 +00:00
2021-11-05 14:40:26 +00:00
2021-11-05 14:40:26 +00:00
2021-08-16 13:50:12 +01:00
2019-06-05 17:37:07 +02:00
2020-07-06 08:31:53 +01:00
2020-11-27 08:02:52 +00:00
2019-06-05 17:37:07 +02:00
2021-06-02 10:50:03 +01:00
2021-06-15 13:02:01 +01:00
2019-05-30 11:29:19 -07:00
2019-06-19 17:09:55 +02:00
2019-06-19 17:09:55 +02:00
2020-05-13 12:42:46 -05:00
2019-05-30 11:26:32 -07:00
2019-05-30 11:26:35 -07:00
2021-11-05 14:40:27 +00:00
2019-06-05 17:37:07 +02:00
2019-05-30 11:26:32 -07:00
2021-02-08 13:54:40 +00:00
2021-06-15 12:53:38 +01:00
2019-05-30 11:26:32 -07:00
2019-05-30 11:26:32 -07:00
2021-06-15 13:01:45 +01:00
2019-05-30 11:26:32 -07:00
2019-06-19 17:09:55 +02:00
2019-06-19 17:09:55 +02:00
2020-07-06 08:31:57 +01:00
2019-05-30 11:26:32 -07:00
2019-05-30 11:26:32 -07:00
2019-05-30 11:26:32 -07:00
2019-05-30 11:26:32 -07:00
2020-07-06 08:31:56 +01:00
2020-11-27 08:02:35 +00:00
2021-08-05 12:41:06 +01:00
2019-05-30 11:26:32 -07:00
2019-05-30 11:26:32 -07:00
2019-06-19 17:09:55 +02:00
2019-11-11 08:45:02 +00:00