[PATCH v2 2/5] ARM: S5P: Remove system MMU driver from arm/plat-s5p

KyongHo Cho pullip.cho at samsung.com
Fri Sep 30 19:50:51 EDT 2011


On Fri, Sep 30, 2011 at 10:42 PM, Roedel, Joerg <Joerg.Roedel at amd.com> wrote:
> On Fri, Sep 30, 2011 at 03:30:57AM -0400, Kukjin Kim wrote:
>> From: KyongHo Cho <pullip.cho at samsung.com>
>>
>> Due to Ohad Ben-Cohen gathered IOMMU drivers in drivers/iommu directory,
>> System MMU driver is moved to drivers/iommu directory and removed
>> from arch/arm/plat-s5p directory.
>>
>> Please see
>> https://lkml.org/lkml/2011/6/8/69
>>
>> Signed-off-by: KyongHo Cho <pullip.cho at samsung.com>
>> Signed-off-by: Kukjin Kim <kgene.kim at samsung.com>
>> ---
>>  arch/arm/plat-s5p/Kconfig               |    8 -
>>  arch/arm/plat-s5p/Makefile              |    1 -
>>  arch/arm/plat-s5p/include/plat/sysmmu.h |   95 ----------
>>  arch/arm/plat-s5p/sysmmu.c              |  312 -------------------------------
>
> You can use 'git mv' to just move the file. This ensures bisectability
> of your patches. No need to delete the code in one patch and re-add it
> in the next one (which breaks bisectability).
>
Thanks.
I will do that

Regards,
KyongHo.



More information about the linux-arm-kernel mailing list