When checking how to convert i2c_setup_smbus_alert() to return ERRPTRs, I decided it makes more sense to remove the parport-light driver than to convert it. The justifications for its existance do not hold anymore IMO. People can/should switch to the parport driver if needed. And this led to some other minor updates to the parport driver. Only build tested. Opinions? Wolfram Sang (3): i2c: parport-light: remove driver i2c: parport: simplify Kconfig description i2c: parport: move include file into main source .../i2c/busses/i2c-parport-light.rst | 24 -- Documentation/i2c/busses/index.rst | 1 - MAINTAINERS | 2 - drivers/i2c/busses/Kconfig | 38 +-- drivers/i2c/busses/Makefile | 1 - drivers/i2c/busses/i2c-parport-light.c | 267 ------------------ drivers/i2c/busses/i2c-parport.c | 100 ++++++- drivers/i2c/busses/i2c-parport.h | 106 ------- 8 files changed, 101 insertions(+), 438 deletions(-) delete mode 100644 Documentation/i2c/busses/i2c-parport-light.rst delete mode 100644 drivers/i2c/busses/i2c-parport-light.c delete mode 100644 drivers/i2c/busses/i2c-parport.h -- 2.20.1