[PATCH 0/3] i2c: create debugfs entry per adapter

Wolfram Sang posted 3 patches 2 years, 4 months ago
There is a newer version of this series
drivers/i2c/busses/i2c-gpio.c    | 39 ++++---------------------
drivers/i2c/busses/i2c-npcm7xx.c | 49 +++++---------------------------
drivers/i2c/i2c-core-base.c      | 11 +++++++
include/linux/i2c.h              |  2 ++
4 files changed, 26 insertions(+), 75 deletions(-)
[PATCH 0/3] i2c: create debugfs entry per adapter
Posted by Wolfram Sang 2 years, 4 months ago
Two drivers already implement custom debugfs handling for their
i2c_adapter and more will come. So, let the core create a debugfs
directory per adapter and pass that to drivers for their debugfs files.
Convert the two existing users as well. Tested on a Renesas Lager board
with the i2c-gpio driver. npcm7xx still needs testing.

Looking forward to comments.


Wolfram Sang (3):
  i2c: create debugfs entry per adapter
  i2c: gpio: move to per-adapter debugfs directory
  i2c: npcm7xx: move to per-adapter debugfs directory

 drivers/i2c/busses/i2c-gpio.c    | 39 ++++---------------------
 drivers/i2c/busses/i2c-npcm7xx.c | 49 +++++---------------------------
 drivers/i2c/i2c-core-base.c      | 11 +++++++
 include/linux/i2c.h              |  2 ++
 4 files changed, 26 insertions(+), 75 deletions(-)

-- 
2.35.1