All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] i2c: drop unused bus drivers
@ 2021-01-20 13:28 ` Arnd Bergmann
  0 siblings, 0 replies; 18+ messages in thread
From: Arnd Bergmann @ 2021-01-20 13:28 UTC (permalink / raw)
  To: linux-arm-kernel, linux-kernel, linux-i2c; +Cc: Arnd Bergmann

From: Arnd Bergmann <arnd@arndb.de>

A few Arm platforms are getting removed in v5.12, this removes
the corresponding i2c bus drivers.

Link: https://lore.kernel.org/linux-arm-kernel/20210120124812.2800027-1-arnd@kernel.org/T/


Arnd Bergmann (3):
  i2c: remove sirf bus driver
  i2c: remove u300 bus driver
  i2c: remove zte zx bus driver

 .../devicetree/bindings/i2c/i2c-sirf.txt      |   19 -
 .../devicetree/bindings/i2c/i2c-stu300.txt    |   15 -
 .../devicetree/bindings/i2c/i2c-zx2967.txt    |   22 -
 drivers/i2c/busses/Kconfig                    |   32 -
 drivers/i2c/busses/Makefile                   |    3 -
 drivers/i2c/busses/i2c-sirf.c                 |  475 --------
 drivers/i2c/busses/i2c-stu300.c               | 1008 -----------------
 drivers/i2c/busses/i2c-zx2967.c               |  602 ----------
 8 files changed, 2176 deletions(-)
 delete mode 100644 Documentation/devicetree/bindings/i2c/i2c-sirf.txt
 delete mode 100644 Documentation/devicetree/bindings/i2c/i2c-stu300.txt
 delete mode 100644 Documentation/devicetree/bindings/i2c/i2c-zx2967.txt
 delete mode 100644 drivers/i2c/busses/i2c-sirf.c
 delete mode 100644 drivers/i2c/busses/i2c-stu300.c
 delete mode 100644 drivers/i2c/busses/i2c-zx2967.c

-- 
2.29.2


^ permalink raw reply	[flat|nested] 18+ messages in thread

end of thread, other threads:[~2021-01-28  8:49 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-01-20 13:28 [PATCH 0/3] i2c: drop unused bus drivers Arnd Bergmann
2021-01-20 13:28 ` Arnd Bergmann
2021-01-20 13:28 ` [PATCH 1/3] i2c: remove sirf bus driver Arnd Bergmann
2021-01-20 13:28   ` Arnd Bergmann
2021-01-20 21:28   ` Barry Song
2021-01-20 21:28     ` Barry Song
2021-01-22  8:56   ` Wolfram Sang
2021-01-22  8:56     ` Wolfram Sang
2021-01-20 13:28 ` [PATCH 2/3] i2c: remove u300 " Arnd Bergmann
2021-01-20 13:28   ` Arnd Bergmann
2021-01-21 12:18   ` Linus Walleij
2021-01-21 12:18     ` Linus Walleij
2021-01-22  8:57   ` Wolfram Sang
2021-01-22  8:57     ` Wolfram Sang
2021-01-20 13:28 ` [PATCH 3/3] i2c: remove zte zx " Arnd Bergmann
2021-01-20 13:28   ` Arnd Bergmann
2021-01-28  8:47   ` Wolfram Sang
2021-01-28  8:47     ` Wolfram Sang

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.