drm/bridge/sii8620: add continuations to messages
authorAndrzej Hajda <a.hajda@samsung.com>
Tue, 15 Nov 2016 14:02:01 +0000 (15:02 +0100)
committerSeung-Woo Kim <sw0312.kim@samsung.com>
Wed, 14 Dec 2016 04:54:20 +0000 (13:54 +0900)
commit4d51a52ad6b74d77a96cd1cb22e38b803866c0af
tree653403063d5e9bffda60341d920b2f198d255123
parent5e2a3bcd50dd0e99c697343ea19c11e84f930062
drm/bridge/sii8620: add continuations to messages

Due to asynchronous nature of MHL flow of execution is dispersed. Logical
continuation of some actions happens after response of peer, i.e in interrupt
handler. To simplify coding continuation mechanism has been added - it is now
possible to provide continuation callback, which will be called after peer
responds to given action.

Change-Id: I93a9d25912e17787dd9856b65d1fc75b2644b940
Signed-off-by: Andrzej Hajda <a.hajda@samsung.com>
drivers/gpu/drm/bridge/sil-sii8620.c