From: Denys Dmytriyenko <denys@ti.com>
To: Sam Nelson <sam.nelson@ti.com>
Cc: meta-ti@yoctoproject.org
Subject: Re: [PATCH] linux-ti-staging: Fix issues with driver reference in dts entries
Date: Wed, 16 Mar 2016 14:31:22 -0400 [thread overview]
Message-ID: <20160316183122.GE29659@edge> (raw)
In-Reply-To: <1458078091-26696-1-git-send-email-sam.nelson@ti.com>
Sam,
Can you please update the commit log to refer uio instead of linux-ti-staging.
Thanks.
--
Denys
On Tue, Mar 15, 2016 at 05:41:31PM -0400, Sam Nelson wrote:
> Correct incorrect driver compatibility key. uio driver implemented with
> uio-module-drv.
>
> Signed-off-by: Sam Nelson <sam.nelson@ti.com>
> ---
> recipes-kernel/linux/files/k2e-evm/k2e-uio.dtsi | 4 ++--
> recipes-kernel/linux/files/k2l-evm/k2l-uio.dtsi | 2 +-
> 2 files changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/recipes-kernel/linux/files/k2e-evm/k2e-uio.dtsi b/recipes-kernel/linux/files/k2e-evm/k2e-uio.dtsi
> index 36f41b0..052ae97 100644
> --- a/recipes-kernel/linux/files/k2e-evm/k2e-uio.dtsi
> +++ b/recipes-kernel/linux/files/k2e-evm/k2e-uio.dtsi
> @@ -1,7 +1,7 @@
> / {
> soc {
> uio_hyperlink0: hyperlink0 {
> - compatible = "ti,uio-ti-pdrv";
> + compatible = "ti,uio-module-drv";
> mem = <0x21400000 0x00001000
> 0x40000000 0x10000000
> 0x0231a000 0x00002000>;
> @@ -23,7 +23,7 @@
> };
> };
> uio_srss: srss {
> - compatible = "ti,uio-ti-pdrv";
> + compatible = "ti,uio-module-drv";
> mem = <0x02330000 0x0000400>;
> clocks=<&clksr>;
> interrupts = <0 0x173 0xf01>;
> diff --git a/recipes-kernel/linux/files/k2l-evm/k2l-uio.dtsi b/recipes-kernel/linux/files/k2l-evm/k2l-uio.dtsi
> index 0334483..a1b2e07 100644
> --- a/recipes-kernel/linux/files/k2l-evm/k2l-uio.dtsi
> +++ b/recipes-kernel/linux/files/k2l-evm/k2l-uio.dtsi
> @@ -1,7 +1,7 @@
> / {
> soc {
> uio_srss: srss {
> - compatible = "ti,uio-ti-pdrv";
> + compatible = "ti,uio-module-drv";
> mem = <0x02330000 0x0000400>;
> clocks=<&clksr>;
> interrupts = <0 0x173 0xf01>;
> --
> 1.9.1
>
> --
> _______________________________________________
> meta-ti mailing list
> meta-ti@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-ti
prev parent reply other threads:[~2016-03-16 18:31 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-03-15 21:41 [PATCH] linux-ti-staging: Fix issues with driver reference in dts entries Sam Nelson
2016-03-16 18:31 ` Denys Dmytriyenko [this message]
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=20160316183122.GE29659@edge \
--to=denys@ti.com \
--cc=meta-ti@yoctoproject.org \
--cc=sam.nelson@ti.com \
/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.