Re: [PATCH v2 0/9] bugfixs and add support for non-pci devices

2015-07-07 Thread Will Deacon
Hi Zhen Lei, On Tue, Jul 07, 2015 at 04:30:13AM +0100, Zhen Lei wrote: > Changelog: > v1 -> v2: > update the implementation of patch 1/9 according to Will Deacon's suggestion. > update the comment of patch 3/9 and 4/9. > use arm_smmu_options to skip the execution of command CMD_PREFETCH_CONFIG, >

[PATCH v2 0/9] bugfixs and add support for non-pci devices

2015-07-06 Thread Zhen Lei
Changelog: v1 -> v2: update the implementation of patch 1/9 according to Will Deacon's suggestion. update the comment of patch 3/9 and 4/9. use arm_smmu_options to skip the execution of command CMD_PREFETCH_CONFIG, see patch 5/9. patch 6/9 is base on Laurent's series, to support probe deferral. pa