From mboxrd@z Thu Jan 1 00:00:00 1970 From: mark.yao@rock-chips.com (Mark yao) Date: Wed, 8 Feb 2017 09:15:35 +0800 Subject: [PATCH v2 0/7] drm/rockchip: switch to drm_mm for support arm64 iommu In-Reply-To: <20170207123859.GD18315@ulmo.ba.sec> References: <1486456542-18675-1-git-send-email-mark.yao@rock-chips.com> <20170207123859.GD18315@ulmo.ba.sec> Message-ID: <589A7137.4040704@rock-chips.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On 2017?02?07? 20:38, Thierry Reding wrote: > On Tue, Feb 07, 2017 at 04:35:35PM +0800, Mark Yao wrote: >> Some iommu patches on the series[0] "iommu/rockchip: Fix bugs and >> enable on ARM64" already landed, So drm/rockchip related patches [1] and [2] >> ready to landed, this series just rebase them to lastest drm-next. >> >> And fix some bugs for drm/rockchip drm_mm >> >> [0]: http://www.spinics.net/lists/arm-kernel/msg513781.html >> [1]: https://patchwork.kernel.org/patch/9196367 >> [2]: https://patchwork.kernel.org/patch/9196369 >> >> Changes in v2: >> Advices by Tomasz: >> add some fixes patches from chromeos project. > I think those fixes should've been squashed into the patches that they > fix. It's very unusual to merge patches upstream that are know to have > been fixed already. > > Thierry Got it, I will fix them at v3 version. Thanks for review. -- ?ark Yao