commit | d1dcd678257603e71cf3f3d84c70e2b6f0f14bb8 | [log] [tgz] |
---|---|---|
author | Benjamin Herrenschmidt <benh@kernel.crashing.org> | Thu Jun 21 12:34:22 2018 +1000 |
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | Fri Jul 27 09:58:05 2018 +1000 |
tree | ffd1e32feeba98c1baa9e0b9529edb96cd91001a | |
parent | d8f4587655f9682127351a9dc3fca61e70744294 [diff] |
fsi: Add cfam char devices This aims to deprecate the "raw" sysfs file used for directly accessing the CFAM and instead use a char device like the other sub drivers. Since it reworks the slave creation code and adds a cfam device type, we also use the opportunity to convert the attributes to attribute groups and add a couple more. Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>