Re: [PATCH 4/7] mfd / platform: cros_ec: move debugfs attributes to its own driver.

2018-11-22 Thread Guenter Roeck
On Thu, Nov 22, 2018 at 12:33:53PM +0100, Enric Balletbo i Serra wrote: > The entire way how cros debugfs attibutes are created is broken. > cros_ec_debugfs should be its own driver and its attributes should be > associated with a debugfs driver not the mfd driver. > > Signed-off-by: Enric Balletb

[PATCH 4/7] mfd / platform: cros_ec: move debugfs attributes to its own driver.

2018-11-22 Thread Enric Balletbo i Serra
The entire way how cros debugfs attibutes are created is broken. cros_ec_debugfs should be its own driver and its attributes should be associated with a debugfs driver not the mfd driver. Signed-off-by: Enric Balletbo i Serra --- drivers/mfd/cros_ec_dev.c | 41 +-