public inbox for linux-i2c@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] i2c: mux: pinctrl: remove platform_data and cleanup
@ 2017-08-02  7:27 Peter Rosin
  2017-08-02  7:27 ` [PATCH 1/2] i2c: mux: pinctrl: remove platform_data Peter Rosin
                   ` (2 more replies)
  0 siblings, 3 replies; 12+ messages in thread
From: Peter Rosin @ 2017-08-02  7:27 UTC (permalink / raw)
  To: linux-kernel; +Cc: Peter Rosin, Wolfram Sang, Stephen Warren, linux-i2c

Hi!

As previously discussed [1], the platform_data interface of the i2c mux
pinctrl driver has never been used (upstream at least). Deleting code
is always nice, so here are two patches that gets rid of some lines...

Cheers,
peda

[1] https://lkml.org/lkml/2017/5/22/104

Peter Rosin (2):
  i2c: mux: pinctrl: remove platform_data
  i2c: mux: pinctrl: drop the idle_state member

 drivers/i2c/muxes/Kconfig           |   1 +
 drivers/i2c/muxes/i2c-mux-pinctrl.c | 223 ++++++++++++------------------------
 include/linux/i2c-mux-pinctrl.h     |  41 -------
 3 files changed, 72 insertions(+), 193 deletions(-)
 delete mode 100644 include/linux/i2c-mux-pinctrl.h

-- 
2.11.0

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

end of thread, other threads:[~2017-08-15  7:00 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-08-02  7:27 [PATCH 0/2] i2c: mux: pinctrl: remove platform_data and cleanup Peter Rosin
2017-08-02  7:27 ` [PATCH 1/2] i2c: mux: pinctrl: remove platform_data Peter Rosin
2017-08-02 19:05   ` Stephen Warren
2017-08-02 21:19     ` Peter Rosin
2017-08-12 14:12   ` Wolfram Sang
2017-08-02  7:27 ` [PATCH 2/2] i2c: mux: pinctrl: drop the idle_state member Peter Rosin
2017-08-02 19:06   ` Stephen Warren
2017-08-02 21:25     ` Peter Rosin
2017-08-02 22:50       ` Stephen Warren
2017-08-03  5:19         ` Peter Rosin
2017-08-03 21:41           ` Stephen Warren
2017-08-15  7:00 ` [PATCH 0/2] i2c: mux: pinctrl: remove platform_data and cleanup Peter Rosin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox