697e55d35d
When a module gets destroyed all of its state and the state of its interfaces and connections (etc.) need to be torn down. This is not now being done properly. Add this teardown code. Signed-off-by: Alex Elder <elder@linaro.org> Signed-off-by: Greg Kroah-Hartman <greg@kroah.com> |
||
---|---|---|
.. | ||
.gitignore | ||
Android.mk | ||
ap.c | ||
battery-gb.c | ||
connection.c | ||
connection.h | ||
core.c | ||
debugfs.c | ||
devices | ||
es1_ap_desc.c | ||
es1-ap-usb.c | ||
gbuf.c | ||
gpio-gb.c | ||
greybus_id.h | ||
greybus_manifest.h | ||
greybus.h | ||
i2c-gb.c | ||
interface.c | ||
interface.h | ||
kernel_ver.h | ||
LICENSE | ||
Makefile | ||
manifest.c | ||
manifest.h | ||
module.c | ||
module.h | ||
operation.c | ||
operation.h | ||
README | ||
sdio-gb.c | ||
svc_msg.h | ||
sysfs.c | ||
test_sink.c | ||
uart-gb.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>