summaryrefslogtreecommitdiff
path: root/include/drm/drm_crtc.h
diff options
context:
space:
mode:
authorDavid S. Miller <davem@davemloft.net>2017-02-02 22:06:45 -0500
committerDavid S. Miller <davem@davemloft.net>2017-02-02 22:06:45 -0500
commitbdcfa156039dcfe2be989b73c4ae1be3d5d0f804 (patch)
tree3c46b3c7cb7b643ae1ad76f86b2904d0a1f7bcd6 /include/drm/drm_crtc.h
parent60f06fde4cff6f6134decbf09199b5e047bc3355 (diff)
parent740117a8e2b0e89c5fd6f1d5bbc12f87c46c80d7 (diff)
Merge branch 'MV88E6390-fixes'
Andrew Lunn says: ==================== MV88E6390 fixes Two patches, which have been posted before. Fix simple issues in the mv88e6390 support. These don't need to go to stable, since the mv88e6390 support in stable is insufficient to be usable. To apply cleanly, these patches rely on "net: dsa: mv88e6xxx: Workaround missing PHY". v2: Added Reviewed-by. Removed a redundant "the" ==================== Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/drm/drm_crtc.h')
0 files changed, 0 insertions, 0 deletions
`pl330_tx_submit' under `pch->lock'. Second, I have removed locking from `pl330_request_channel' and `pl330_release_channel' functions. Function `pl330_request_channel' is only called from `pl330_alloc_chan_resources', so the lock is already held. Function `pl330_release_channel' is called from `pl330_free_chan_resources', which already holds the lock, and from `pl330_del'. Function `pl330_del' is called in an error path of `pl330_probe' and at the end of `pl330_remove', but I assume that there cannot be concurrent accesses to the protected data at those points. Signed-off-by: Iago Abal <mail@iagoabal.eu> Reviewed-by: Marek Szyprowski <m.szyprowski@samsung.com> Signed-off-by: Vinod Koul <vinod.koul@intel.com>
Diffstat (limited to 'include/dt-bindings/clock/qcom,lcc-mdm9615.h')