commit | 422ccbd57170d18cfd9d4c0cdbdd4603929fc51b | [log] [tgz] |
---|---|---|
author | Tomi Valkeinen <tomi.valkeinen@ti.com> | Thu Oct 16 09:54:25 2014 +0300 |
committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | Wed Oct 22 11:07:07 2014 +0300 |
tree | 122a6c2cd718492b86dc0c2537a65bd8d5a00304 | |
parent | 51b5cb3f4fe3e0ad9993942e95d179bdf2345f1b [diff] |
OMAPDSS: set suppress_bind_attrs omapdss drivers cannot handle devices being unbound while the devices are part of a connected display pipeline. Module refcounts are used to prevent unloading the modules, but one can still manually unbind the devices via sysfs, causing crash. Set suppress_bind_attrs to disable the bind/unbind support via sysfs. Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>