]> git.baikalelectronics.ru Git - kernel.git/commit
fsi: Add cfam char devices
authorBenjamin Herrenschmidt <benh@kernel.crashing.org>
Thu, 21 Jun 2018 02:34:22 +0000 (12:34 +1000)
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>
Thu, 26 Jul 2018 23:58:05 +0000 (09:58 +1000)
commitab421cdc7b674c186e6592343a46b874338b8a42
treeffd1e32feeba98c1baa9e0b9529edb96cd91001a
parent1227215b2763361ce631a1ef0cc73506b56636be
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>
drivers/fsi/fsi-core.c