[PATCH v2 18/22] iommu/tegra: smmu: Use dt-bindings MACRO

Stephen Warren swarren at wwwdotorg.org
Thu Jul 18 16:30:55 EDT 2013


On 07/05/2013 04:44 AM, Hiroshi Doyu wrote:
> Use dt-bindings MACRO instead of SoC dependent MACROs.

> diff --git a/drivers/iommu/tegra-smmu.c b/drivers/iommu/tegra-smmu.c

> -	if (map & HWG_AVPC) {
> +	if (map & TEGRA_SWGROUP_BIT(AVPC)) {

Patch 17 removes the definition of HWG_AVPC. So, git bisect is broken.




More information about the linux-arm-kernel mailing list