From: Maxime Ripard <maxime.ripard@free-electrons.com>
To: linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH 2/2] ARM: dts: mxs: add oled support for the cfa-10036
Date: Wed, 21 Nov 2012 08:58:27 +0000 [thread overview]
Message-ID: <50AC97B3.5070709@free-electrons.com> (raw)
In-Reply-To: <1351674774-2891-3-git-send-email-maxime.ripard@free-electrons.com>
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi Shawn,
Le 31/10/2012 10:12, Maxime Ripard a écrit :
> Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com> Cc:
> Brian Lilly <brian@crystalfontz.com> ---
> arch/arm/boot/dts/imx28-cfa10036.dts | 19 +++++++++++++++++++ 1
> file changed, 19 insertions(+)
>
> diff --git a/arch/arm/boot/dts/imx28-cfa10036.dts
> b/arch/arm/boot/dts/imx28-cfa10036.dts index c03a577..816cae9
> 100644 --- a/arch/arm/boot/dts/imx28-cfa10036.dts +++
> b/arch/arm/boot/dts/imx28-cfa10036.dts @@ -33,11 +33,30 @@ };
>
> apbx@80040000 { + pwm: pwm@80064000 { + pinctrl-names > "default"; + pinctrl-0 = <&pwm4_pins_a>; + status = "okay"; +
> }; + duart: serial@80074000 { pinctrl-names = "default"; pinctrl-0
> = <&duart_pins_b>; status = "okay"; }; + + i2c0: i2c@80058000 { +
> pinctrl-names = "default"; + pinctrl-0 = <&i2c0_pins_b>; +
> status = "okay"; + + ssd1307: oled@3c { + compatible > "solomon,ssd1307fb-i2c"; + reg = <0x3c>; + pwms = <&pwm 4
> 3000>; + reset-gpios = <&gpio2 7 0>; + }; + }; }; };
Would you consider merging this patch?
Andrew Morton merged the driver into its tree
(http://marc.info/?l=linux-fbdev&m\x135336761530731&w=2)
Thanks,
Maxime
- --
Maxime Ripard, Free Electrons
Kernel, drivers, real-time and embedded Linux
development, consulting, training and support.
http://free-electrons.com
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://www.enigmail.net/
iEYEARECAAYFAlCsl7MACgkQGxsu9jQV9nZtJwCfR9c2SnwK1hzAU2F+xptFqg9x
2+0An3YrhNMXSZaPwPcJwc3Bnwy+FSqe
=mjpV
-----END PGP SIGNATURE-----
WARNING: multiple messages have this Message-ID (diff)
From: maxime.ripard@free-electrons.com (Maxime Ripard)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 2/2] ARM: dts: mxs: add oled support for the cfa-10036
Date: Wed, 21 Nov 2012 09:58:27 +0100 [thread overview]
Message-ID: <50AC97B3.5070709@free-electrons.com> (raw)
In-Reply-To: <1351674774-2891-3-git-send-email-maxime.ripard@free-electrons.com>
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi Shawn,
Le 31/10/2012 10:12, Maxime Ripard a ?crit :
> Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com> Cc:
> Brian Lilly <brian@crystalfontz.com> ---
> arch/arm/boot/dts/imx28-cfa10036.dts | 19 +++++++++++++++++++ 1
> file changed, 19 insertions(+)
>
> diff --git a/arch/arm/boot/dts/imx28-cfa10036.dts
> b/arch/arm/boot/dts/imx28-cfa10036.dts index c03a577..816cae9
> 100644 --- a/arch/arm/boot/dts/imx28-cfa10036.dts +++
> b/arch/arm/boot/dts/imx28-cfa10036.dts @@ -33,11 +33,30 @@ };
>
> apbx at 80040000 { + pwm: pwm at 80064000 { + pinctrl-names =
> "default"; + pinctrl-0 = <&pwm4_pins_a>; + status = "okay"; +
> }; + duart: serial at 80074000 { pinctrl-names = "default"; pinctrl-0
> = <&duart_pins_b>; status = "okay"; }; + + i2c0: i2c at 80058000 { +
> pinctrl-names = "default"; + pinctrl-0 = <&i2c0_pins_b>; +
> status = "okay"; + + ssd1307: oled at 3c { + compatible =
> "solomon,ssd1307fb-i2c"; + reg = <0x3c>; + pwms = <&pwm 4
> 3000>; + reset-gpios = <&gpio2 7 0>; + }; + }; }; };
Would you consider merging this patch?
Andrew Morton merged the driver into its tree
(http://marc.info/?l=linux-fbdev&m=135336761530731&w=2)
Thanks,
Maxime
- --
Maxime Ripard, Free Electrons
Kernel, drivers, real-time and embedded Linux
development, consulting, training and support.
http://free-electrons.com
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://www.enigmail.net/
iEYEARECAAYFAlCsl7MACgkQGxsu9jQV9nZtJwCfR9c2SnwK1hzAU2F+xptFqg9x
2+0An3YrhNMXSZaPwPcJwc3Bnwy+FSqe
=mjpV
-----END PGP SIGNATURE-----
next prev parent reply other threads:[~2012-11-21 8:58 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-10-31 9:12 [PATCHv6 0/2] Add support for the OLED in the CFA10036 Maxime Ripard
2012-10-31 9:12 ` Maxime Ripard
2012-10-31 9:12 ` [PATCH 1/2] video: Add support for the Solomon SSD1307 OLED Controller Maxime Ripard
2012-10-31 9:12 ` Maxime Ripard
2012-10-31 9:12 ` [PATCH 2/2] ARM: dts: mxs: add oled support for the cfa-10036 Maxime Ripard
2012-10-31 9:12 ` Maxime Ripard
2012-11-21 8:58 ` Maxime Ripard [this message]
2012-11-21 8:58 ` Maxime Ripard
2012-11-22 1:30 ` Shawn Guo
2012-11-22 1:30 ` Shawn Guo
2012-11-12 14:14 ` [PATCHv6 0/2] Add support for the OLED in the CFA10036 Maxime Ripard
2012-11-12 14:14 ` Maxime Ripard
-- strict thread matches above, loose matches on Subject: below --
2012-09-20 16:33 [PATCHv5 " Maxime Ripard
2012-09-20 16:33 ` [PATCH 2/2] ARM: dts: mxs: add oled support for the cfa-10036 Maxime Ripard
2012-09-20 16:33 ` Maxime Ripard
2012-09-05 9:35 [PATCHv4] Add support for the OLED in the CFA10036 Maxime Ripard
2012-09-05 9:35 ` [PATCH 2/2] ARM: dts: mxs: add oled support for the cfa-10036 Maxime Ripard
2012-09-05 9:35 ` Maxime Ripard
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=50AC97B3.5070709@free-electrons.com \
--to=maxime.ripard@free-electrons.com \
--cc=linux-arm-kernel@lists.infradead.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.