diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2022-07-19 13:57:29 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2022-07-19 13:59:54 +0200 |
commit | 3d3e9b0db608608c049d286418f0c62c592ad280 (patch) | |
tree | b3b7d0fc324fff8f652774b11705ec751beb5889 /MAINTAINERS | |
parent | 1583afd4b0ef45ebdddb36f9dd390d96915a7f4f (diff) | |
download | linux-3d3e9b0db608608c049d286418f0c62c592ad280.tar.bz2 |
Revert "platform/chrome: cros_typec_switch: Add switch driver"
This reverts commit e54369058f3da181fcc4c893f224a0c5a8a526b6.
The chrome platform driver changes need to come in through the platform
tree due to some api changes that showed up there that cause build
errors in linux-next
Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Link: https://lore.kernel.org/r/20220719160821.5e68e30b@oak.ozlabs.ibm.com
Cc: Prashant Malani <pmalani@chromium.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 1d254110c354..8e44c1fa9b90 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -4825,7 +4825,6 @@ M: Prashant Malani <pmalani@chromium.org> L: chrome-platform@lists.linux.dev S: Maintained F: drivers/platform/chrome/cros_ec_typec.c -F: drivers/platform/chrome/cros_typec_switch.c CHROMEOS EC USB PD NOTIFY DRIVER M: Prashant Malani <pmalani@chromium.org> |