7a51b9362b
We should use the attribute groups, not group, for the device, so add and remove it. No one should ever be updating a sysfs group for a device, as that can be pretty dangerous if you don't duplicate _all_ existing attribute for that device, and I don't think we were doing that here. Signed-off-by: Greg Kroah-Hartman <greg@kroah.com> |
||
---|---|---|
.. | ||
Documentation | ||
.gitignore | ||
Android.mk | ||
ap.c | ||
battery.c | ||
bundle.c | ||
bundle.h | ||
connection.c | ||
connection.h | ||
core.c | ||
debugfs.c | ||
devices | ||
es1.c | ||
es2.c | ||
gpb.c | ||
gpio.c | ||
greybus_id.h | ||
greybus_manifest.h | ||
greybus.h | ||
hid.c | ||
i2c.c | ||
interface.c | ||
interface.h | ||
kernel_ver.h | ||
LICENSE | ||
loopback.c | ||
Makefile | ||
manifest.c | ||
manifest.h | ||
module.c | ||
module.h | ||
operation.c | ||
operation.h | ||
protocol.c | ||
protocol.h | ||
pwm.c | ||
README | ||
sdio.c | ||
spi.c | ||
svc_msg.h | ||
uart.c | ||
usb.c | ||
vibrator.c |
Greybus kernel code To build against the running kernel (odds are you don't want this): make To build against a specific kernel source tree (odds are you want this): KERNELDIR=/home/some/random/place make Any questions / concerns about this code base, please email: Greg Kroah-Hartman <greg@kroah.com>