diff options
author | Wolfram Sang <wsa+renesas@sang-engineering.com> | 2020-01-13 22:06:41 +0100 |
---|---|---|
committer | Wolfram Sang <wsa@the-dreams.de> | 2020-01-15 18:18:34 +0100 |
commit | 710b65335c19eea696741eb2d5e45a39aa23d0bb (patch) | |
tree | c09b994d388b2bf3e670f231bbf5f77cc5b2636a /MAINTAINERS | |
parent | i2c: meson: implement the master_xfer_atomic callback (diff) | |
download | linux-710b65335c19eea696741eb2d5e45a39aa23d0bb.tar.xz linux-710b65335c19eea696741eb2d5e45a39aa23d0bb.zip |
i2c: parport-light: remove driver
The justification of a light version of the parport driver was less
overhead for embedded systems. Well, today, even if an embedded system
still has a parport, it surely can handle the fully-fledged parport
driver. Remove it to reduce the maintenance burden.
Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
Reviewed-by: Jean Delvare <jdelvare@suse.de>
Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index cc0a4a8ae06a..0a84db6d9653 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -7720,9 +7720,7 @@ M: Jean Delvare <jdelvare@suse.com> L: linux-i2c@vger.kernel.org S: Maintained F: Documentation/i2c/busses/i2c-parport.rst -F: Documentation/i2c/busses/i2c-parport-light.rst F: drivers/i2c/busses/i2c-parport.c -F: drivers/i2c/busses/i2c-parport-light.c I2C SUBSYSTEM M: Wolfram Sang <wsa@the-dreams.de> |