From: Tomasz Figa <tomasz.figa@gmail.com>
To: Cho KyongHo <pullip.cho@samsung.com>
Cc: 'Linux Samsung SOC' <linux-samsung-soc@vger.kernel.org>,
'Hyunwoong Kim' <khw0178.kim@samsung.com>,
'Prathyush' <prathyush.k@samsung.com>,
'Grant Grundler' <grundler@chromium.org>,
'Joerg Roedel' <joro@8bytes.org>,
'Keyyoung Park' <keyyoung.park@samsung.com>,
'Subash Patel' <supash.ramaswamy@linaro.org>,
'Linux Kernel' <linux-kernel@vger.kernel.org>,
'Sachin Kamat' <sachin.kamat@linaro.org>,
'Linux IOMMU' <iommu@lists.linux-foundation.org>,
'Kukjin Kim' <kgene.kim@samsung.com>,
'Antonios Motakis' <a.motakis@virtualopensystems.com>,
kvmarm@lists.cs.columbia.edu,
'Linux ARM Kernel' <linux-arm-kernel@lists.infradead.org>,
'Rahul Sharma' <rahul.sharma@samsung.com>
Subject: Re: [PATCH v8 07/12] iommu/exynos: support for device tree
Date: Sat, 27 Jul 2013 16:06:40 +0200 [thread overview]
Message-ID: <1743111.Ek7FldnHal@flatron> (raw)
In-Reply-To: <003d01ce89f3$44ec2cf0$cec486d0$@samsung.com>
Hi,
On Friday 26 of July 2013 20:28:36 Cho KyongHo wrote:
> This commit adds device tree support for System MMU.
> This also include the following changes and enhancements:
>
> * use managed device helper functions.
> Simplyfies System MMU device driver.
>
> * use only a single clock descriptor.
> System MMU device descriptor is seperate if it is imposible to make
> a single clock descriptor to make a device descriptor for a group of
> System MMUs.
>
> * removed dbgname member from sysmmu_drvdata structure.
> debugging kernel message for a System MMU is distinguisheable with the
> name of device descroptors.
>
> Signed-off-by: Cho KyongHo <pullip.cho@samsung.com>
> ---
> drivers/iommu/Kconfig | 5 +-
> drivers/iommu/exynos-iommu.c | 182
> ++++++++++++++++-------------------------- 2 files changed, 70
> insertions(+), 117 deletions(-)
Whenever you introduce or modify (extend) a device tree binding please
don't forget about reflecting that in documentation
(Documentation/devicetree/bindings) and CCing devicetree mailing list
(devicetree@vger.kernel.org). Both of these steps are necessary to get any
device tree stuff merged.
Best regards,
Tomasz
WARNING: multiple messages have this Message-ID (diff)
From: tomasz.figa@gmail.com (Tomasz Figa)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v8 07/12] iommu/exynos: support for device tree
Date: Sat, 27 Jul 2013 16:06:40 +0200 [thread overview]
Message-ID: <1743111.Ek7FldnHal@flatron> (raw)
In-Reply-To: <003d01ce89f3$44ec2cf0$cec486d0$@samsung.com>
Hi,
On Friday 26 of July 2013 20:28:36 Cho KyongHo wrote:
> This commit adds device tree support for System MMU.
> This also include the following changes and enhancements:
>
> * use managed device helper functions.
> Simplyfies System MMU device driver.
>
> * use only a single clock descriptor.
> System MMU device descriptor is seperate if it is imposible to make
> a single clock descriptor to make a device descriptor for a group of
> System MMUs.
>
> * removed dbgname member from sysmmu_drvdata structure.
> debugging kernel message for a System MMU is distinguisheable with the
> name of device descroptors.
>
> Signed-off-by: Cho KyongHo <pullip.cho@samsung.com>
> ---
> drivers/iommu/Kconfig | 5 +-
> drivers/iommu/exynos-iommu.c | 182
> ++++++++++++++++-------------------------- 2 files changed, 70
> insertions(+), 117 deletions(-)
Whenever you introduce or modify (extend) a device tree binding please
don't forget about reflecting that in documentation
(Documentation/devicetree/bindings) and CCing devicetree mailing list
(devicetree at vger.kernel.org). Both of these steps are necessary to get any
device tree stuff merged.
Best regards,
Tomasz
WARNING: multiple messages have this Message-ID (diff)
From: Tomasz Figa <tomasz.figa@gmail.com>
To: Cho KyongHo <pullip.cho@samsung.com>
Cc: "'Linux ARM Kernel'" <linux-arm-kernel@lists.infradead.org>,
"'Linux IOMMU'" <iommu@lists.linux-foundation.org>,
"'Linux Kernel'" <linux-kernel@vger.kernel.org>,
"'Linux Samsung SOC'" <linux-samsung-soc@vger.kernel.org>,
"'Hyunwoong Kim'" <khw0178.kim@samsung.com>,
"'Joerg Roedel'" <joro@8bytes.org>,
"'Kukjin Kim'" <kgene.kim@samsung.com>,
"'Prathyush'" <prathyush.k@samsung.com>,
"'Rahul Sharma'" <rahul.sharma@samsung.com>,
"'Subash Patel'" <supash.ramaswamy@linaro.org>,
"'Keyyoung Park'" <keyyoung.park@samsung.com>,
"'Grant Grundler'" <grundler@chromium.org>,
"'Antonios Motakis'" <a.motakis@virtualopensystems.com>,
kvmarm@lists.cs.columbia.edu,
"'Sachin Kamat'" <sachin.kamat@linaro.org>
Subject: Re: [PATCH v8 07/12] iommu/exynos: support for device tree
Date: Sat, 27 Jul 2013 16:06:40 +0200 [thread overview]
Message-ID: <1743111.Ek7FldnHal@flatron> (raw)
In-Reply-To: <003d01ce89f3$44ec2cf0$cec486d0$@samsung.com>
Hi,
On Friday 26 of July 2013 20:28:36 Cho KyongHo wrote:
> This commit adds device tree support for System MMU.
> This also include the following changes and enhancements:
>
> * use managed device helper functions.
> Simplyfies System MMU device driver.
>
> * use only a single clock descriptor.
> System MMU device descriptor is seperate if it is imposible to make
> a single clock descriptor to make a device descriptor for a group of
> System MMUs.
>
> * removed dbgname member from sysmmu_drvdata structure.
> debugging kernel message for a System MMU is distinguisheable with the
> name of device descroptors.
>
> Signed-off-by: Cho KyongHo <pullip.cho@samsung.com>
> ---
> drivers/iommu/Kconfig | 5 +-
> drivers/iommu/exynos-iommu.c | 182
> ++++++++++++++++-------------------------- 2 files changed, 70
> insertions(+), 117 deletions(-)
Whenever you introduce or modify (extend) a device tree binding please
don't forget about reflecting that in documentation
(Documentation/devicetree/bindings) and CCing devicetree mailing list
(devicetree@vger.kernel.org). Both of these steps are necessary to get any
device tree stuff merged.
Best regards,
Tomasz
next prev parent reply other threads:[~2013-07-27 14:06 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-07-26 11:28 [PATCH v8 07/12] iommu/exynos: support for device tree Cho KyongHo
2013-07-26 11:28 ` Cho KyongHo
2013-07-26 11:28 ` Cho KyongHo
2013-07-27 14:06 ` Tomasz Figa [this message]
2013-07-27 14:06 ` Tomasz Figa
2013-07-27 14:06 ` Tomasz Figa
2013-08-01 13:14 ` Cho KyongHo
2013-08-01 13:14 ` Cho KyongHo
2013-08-01 13:14 ` Cho KyongHo
2013-08-02 17:17 ` Bartlomiej Zolnierkiewicz
2013-08-02 17:17 ` Bartlomiej Zolnierkiewicz
2013-08-02 17:17 ` Bartlomiej Zolnierkiewicz
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1743111.Ek7FldnHal@flatron \
--to=tomasz.figa@gmail.com \
--cc=a.motakis@virtualopensystems.com \
--cc=grundler@chromium.org \
--cc=iommu@lists.linux-foundation.org \
--cc=joro@8bytes.org \
--cc=keyyoung.park@samsung.com \
--cc=kgene.kim@samsung.com \
--cc=khw0178.kim@samsung.com \
--cc=kvmarm@lists.cs.columbia.edu \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-samsung-soc@vger.kernel.org \
--cc=prathyush.k@samsung.com \
--cc=pullip.cho@samsung.com \
--cc=rahul.sharma@samsung.com \
--cc=sachin.kamat@linaro.org \
--cc=supash.ramaswamy@linaro.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.