Hi Dave, The following changes since commit 9e98c678c2d6ae3a17cb2de55d17f69dddaa231b: Linux 5.1-rc1 (2019-03-17 14:22:26 -0700) are available in the Git repository at: git://anongit.freedesktop.org/tegra/linux tags/drm/tegra/for-5.2-rc1 for you to fetch changes up to 61b51fb51c01a519a249d28ec55c6513a13be5a3: drm/tegra: gem: Fix CPU-cache maintenance for BO's allocated using get_pages() (2019-04-18 11:48:09 +0200) Note that this pulls in a stable branch from Philipp for the core reset framework changes that add the require/release protocol API. Thanks, Thierry ---------------------------------------------------------------- drm/tegra: Changes for v5.2-rc1 This contains a fix for the usage of shared resets that previously generated a WARN on boot. In addition, there's a fix for CPU cache maintenance of GEM buffers allocated using get_pages(). ---------------------------------------------------------------- Dmitry Osipenko (1): drm/tegra: gem: Fix CPU-cache maintenance for BO's allocated using get_pages() Philipp Zabel (1): reset: add acquired/released state for exclusive reset controls Thierry Reding (4): reset: Add acquired flag to of_reset_control_array_get() reset: Add acquire/release support for arrays Merge branch 'reset/acquire' of git://git.pengutronix.de/git/pza/linux into drm/tegra/for-next drm/tegra: sor: Implement acquire/release for reset drivers/gpu/drm/tegra/gem.c | 4 +- drivers/gpu/drm/tegra/sor.c | 21 ++++- drivers/reset/core.c | 180 +++++++++++++++++++++++++++++++++++--- drivers/usb/dwc3/dwc3-of-simple.c | 3 +- include/linux/reset.h | 113 ++++++++++++++++++------ 5 files changed, 277 insertions(+), 44 deletions(-)