Re: [v2 1/1] iommu/tegra: smmu: Use debugfs_create_dir for directory

2012-09-17 Thread joerg.roe...@amd.com
On Mon, Sep 10, 2012 at 12:24:06PM -0600, Stephen Warren wrote: > Joerg, could you please apply this patch ASAP? Currently, Tegra won't > boot in linux-next without it. Alternatively, would you like me to take > the patch through the Tegra tree? Thanks. Sorry, I had some vacation. But I am back

Re: [v2 1/1] iommu/tegra: smmu: Use debugfs_create_dir for directory

2012-09-17 Thread joerg.roe...@amd.com
On Mon, Sep 10, 2012 at 12:24:06PM -0600, Stephen Warren wrote: Joerg, could you please apply this patch ASAP? Currently, Tegra won't boot in linux-next without it. Alternatively, would you like me to take the patch through the Tegra tree? Thanks. Sorry, I had some vacation. But I am back now

Re: [v2 1/1] iommu/tegra: smmu: Use debugfs_create_dir for directory

2012-09-10 Thread Stephen Warren
On 09/04/2012 12:51 AM, Hiroshi Doyu wrote: > Stephen Warren wrote @ Wed, 15 Aug 2012 18:13:18 > +0200: > >> On 08/14/2012 11:47 PM, Hiroshi Doyu wrote: >>> The commit c3b1a35 "debugfs: make sure that debugfs_create_file() gets >>> used only for regulars" doesn't allow to use

Re: [v2 1/1] iommu/tegra: smmu: Use debugfs_create_dir for directory

2012-09-10 Thread Stephen Warren
On 09/04/2012 12:51 AM, Hiroshi Doyu wrote: Stephen Warren swar...@wwwdotorg.org wrote @ Wed, 15 Aug 2012 18:13:18 +0200: On 08/14/2012 11:47 PM, Hiroshi Doyu wrote: The commit c3b1a35 debugfs: make sure that debugfs_create_file() gets used only for regulars doesn't allow to use

Re: [v2 1/1] iommu/tegra: smmu: Use debugfs_create_dir for directory

2012-09-04 Thread Hiroshi Doyu
Stephen Warren wrote @ Wed, 15 Aug 2012 18:13:18 +0200: > On 08/14/2012 11:47 PM, Hiroshi Doyu wrote: > > The commit c3b1a35 "debugfs: make sure that debugfs_create_file() gets > > used only for regulars" doesn't allow to use debugfs_create_file() for > > dir. Keep debugfs data in smmu_device

Re: [v2 1/1] iommu/tegra: smmu: Use debugfs_create_dir for directory

2012-09-04 Thread Hiroshi Doyu
Stephen Warren swar...@wwwdotorg.org wrote @ Wed, 15 Aug 2012 18:13:18 +0200: On 08/14/2012 11:47 PM, Hiroshi Doyu wrote: The commit c3b1a35 debugfs: make sure that debugfs_create_file() gets used only for regulars doesn't allow to use debugfs_create_file() for dir. Keep debugfs data in