All of lore.kernel.org
 help / color / mirror / Atom feed
From: Tony Lindgren <tony@atomide.com>
To: Tomi Valkeinen <tomi.valkeinen@ti.com>
Cc: Javier Martinez Canillas <javier@dowhile0.org>,
	Javier Martinez Canillas <javier.martinez@collabora.co.uk>,
	Enric Balletbo i Serra <eballetbo@gmail.com>,
	Benoit Cousson <bcousson@baylibre.com>,
	Sebastian Reichel <sre@ring0.de>,
	"linux-omap@vger.kernel.org" <linux-omap@vger.kernel.org>,
	"linux-arm-kernel@lists.infradead.org"
	<linux-arm-kernel@lists.infradead.org>
Subject: Re: [PATCH v2 00/11]: add remaining support for IGEP boards
Date: Tue, 26 Nov 2013 14:27:48 -0800	[thread overview]
Message-ID: <20131126222747.GR26766@atomide.com> (raw)
In-Reply-To: <52948399.7070407@ti.com>

* Tomi Valkeinen <tomi.valkeinen@ti.com> [131126 03:19]:
> On 2013-11-25 17:30, Javier Martinez Canillas wrote:
> > On Wed, Nov 20, 2013 at 2:06 AM, Javier Martinez Canillas
> > <javier.martinez@collabora.co.uk> wrote:
> >> In order to make mach-omap2 Device Tree only, the board file for
> >> IGEP boards was removed even when support for wifi and display
> >> was still not supported by its DTS.
> >>
> >> This is a second version of a patch-set that adds support for
> >> these remaining peripherals and also adds support for USB,
> >> HDMI and user LED for the am33xx SoC based IGEP Aquila board.
> >>
> >> The patch-set is composed of the following patches:
> >>
> >> Enric Balletbo i Serra (7):
> >>       ARM: dts: omap3-igep: Fix bus-width for mmc1.
> >>       ARM: dts: omap3-igep: Add support for LBEE1USJYC WiFi connected to SDIO.
> >>       ARM: dts: omap3-igep: Update to use the TI AM/DM37x processor.
> >>       ARM: dts: AM33XX BASE0033: add pinmux and hdmi node to enable display
> >>       ARM: dts: AM33XX BASE0033: add pinmux and user led support.
> >>       ARM: dts: AM33XX BASE0033: add 32KBit EEPROM support.
> >>       ARM: dts: AM33XX IGEP0033: add USB support.
> >>
> >> Javier Martinez Canillas (4):
> >>       ARM: dts: omap3-igep0020: Add pinmux setup for i2c devices
> >>       ARM: dts: omap3-igep0020: Add pinmuxing for DVI output
> >>       ARM: OMAP: dss-common: change IGEP's DVI DDC i2c bus
> >>       ARM: dts: omap3-igep0020: name twl4030 VPLL2 regulator as vdds_dsi
> >>
> >> Changes since v1:
> >>
> >>  Don't add a workaround in drivers/video/omap2/dss/dpi.c to use the
> >>  VPLL2 regulator from twl4030 if VDDS_DSI regulator is not linked to
> >>  the DPI device since the used regulator is a per board configuration.
> >>
> >>  Instead add a regulator-name = "vdds_dsi" property to the regulator
> >>  in the IGEPv2 DTS file as suggested by Tony Lindgren.
> >>
> >> Tony,
> >>
> >> Most of these patches are just DTS changes so they have to be picked
> >> by Benoit besides the following patch that has to go through your tree
> >>
> >> [PATCH 10/11] ARM: OMAP: dss-common: change IGEP's DVI DDC i2c bus
> >>
> >> Since we have removed the board file for IGEP boards I think these
> >> can be considered as regression fixes for 3.13 although I don't mind
> >> if you prefer to wait for 3.14.
> >>
> >> Thanks a lot and best regards,
> >> Javier
> >> --
> > 
> > Hi Benoit and Tony,
> > 
> > Now that 3.13-rc1 is out, do you think that it would be possible to
> > include this series as a fix for the -rc cycle?
> > 
> > Otherwise we will have missing functionality for IGEP boards on 3.13
> > due the board file removal. The changes are mostly DT and won't affect
> > other boards.
> 
> The DSS related parts look fine to me.

Thanks, applying the whole series into omap-for-v3.13/fixes-take4.

Regards,

Tony

WARNING: multiple messages have this Message-ID (diff)
From: tony@atomide.com (Tony Lindgren)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v2 00/11]: add remaining support for IGEP boards
Date: Tue, 26 Nov 2013 14:27:48 -0800	[thread overview]
Message-ID: <20131126222747.GR26766@atomide.com> (raw)
In-Reply-To: <52948399.7070407@ti.com>

* Tomi Valkeinen <tomi.valkeinen@ti.com> [131126 03:19]:
> On 2013-11-25 17:30, Javier Martinez Canillas wrote:
> > On Wed, Nov 20, 2013 at 2:06 AM, Javier Martinez Canillas
> > <javier.martinez@collabora.co.uk> wrote:
> >> In order to make mach-omap2 Device Tree only, the board file for
> >> IGEP boards was removed even when support for wifi and display
> >> was still not supported by its DTS.
> >>
> >> This is a second version of a patch-set that adds support for
> >> these remaining peripherals and also adds support for USB,
> >> HDMI and user LED for the am33xx SoC based IGEP Aquila board.
> >>
> >> The patch-set is composed of the following patches:
> >>
> >> Enric Balletbo i Serra (7):
> >>       ARM: dts: omap3-igep: Fix bus-width for mmc1.
> >>       ARM: dts: omap3-igep: Add support for LBEE1USJYC WiFi connected to SDIO.
> >>       ARM: dts: omap3-igep: Update to use the TI AM/DM37x processor.
> >>       ARM: dts: AM33XX BASE0033: add pinmux and hdmi node to enable display
> >>       ARM: dts: AM33XX BASE0033: add pinmux and user led support.
> >>       ARM: dts: AM33XX BASE0033: add 32KBit EEPROM support.
> >>       ARM: dts: AM33XX IGEP0033: add USB support.
> >>
> >> Javier Martinez Canillas (4):
> >>       ARM: dts: omap3-igep0020: Add pinmux setup for i2c devices
> >>       ARM: dts: omap3-igep0020: Add pinmuxing for DVI output
> >>       ARM: OMAP: dss-common: change IGEP's DVI DDC i2c bus
> >>       ARM: dts: omap3-igep0020: name twl4030 VPLL2 regulator as vdds_dsi
> >>
> >> Changes since v1:
> >>
> >>  Don't add a workaround in drivers/video/omap2/dss/dpi.c to use the
> >>  VPLL2 regulator from twl4030 if VDDS_DSI regulator is not linked to
> >>  the DPI device since the used regulator is a per board configuration.
> >>
> >>  Instead add a regulator-name = "vdds_dsi" property to the regulator
> >>  in the IGEPv2 DTS file as suggested by Tony Lindgren.
> >>
> >> Tony,
> >>
> >> Most of these patches are just DTS changes so they have to be picked
> >> by Benoit besides the following patch that has to go through your tree
> >>
> >> [PATCH 10/11] ARM: OMAP: dss-common: change IGEP's DVI DDC i2c bus
> >>
> >> Since we have removed the board file for IGEP boards I think these
> >> can be considered as regression fixes for 3.13 although I don't mind
> >> if you prefer to wait for 3.14.
> >>
> >> Thanks a lot and best regards,
> >> Javier
> >> --
> > 
> > Hi Benoit and Tony,
> > 
> > Now that 3.13-rc1 is out, do you think that it would be possible to
> > include this series as a fix for the -rc cycle?
> > 
> > Otherwise we will have missing functionality for IGEP boards on 3.13
> > due the board file removal. The changes are mostly DT and won't affect
> > other boards.
> 
> The DSS related parts look fine to me.

Thanks, applying the whole series into omap-for-v3.13/fixes-take4.

Regards,

Tony

  reply	other threads:[~2013-11-26 22:27 UTC|newest]

Thread overview: 30+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-11-20  1:06 [PATCH v2 00/11]: add remaining support for IGEP boards Javier Martinez Canillas
2013-11-20  1:06 ` Javier Martinez Canillas
2013-11-20  1:06 ` [PATCH v2 01/11] ARM: dts: omap3-igep: Fix bus-width for mmc1 Javier Martinez Canillas
2013-11-20  1:06   ` Javier Martinez Canillas
2013-11-20  1:06 ` [PATCH v2 02/11] ARM: dts: omap3-igep: Add support for LBEE1USJYC WiFi connected to SDIO Javier Martinez Canillas
2013-11-20  1:06   ` Javier Martinez Canillas
2013-11-20  1:06 ` [PATCH v2 03/11] ARM: dts: omap3-igep: Update to use the TI AM/DM37x processor Javier Martinez Canillas
2013-11-20  1:06   ` Javier Martinez Canillas
2013-11-20  1:06 ` [PATCH v2 04/11] ARM: dts: omap3-igep0020: Add pinmux setup for i2c devices Javier Martinez Canillas
2013-11-20  1:06   ` Javier Martinez Canillas
2013-11-20  1:06 ` [PATCH v2 05/11] ARM: dts: omap3-igep0020: Add pinmuxing for DVI output Javier Martinez Canillas
2013-11-20  1:06   ` Javier Martinez Canillas
2013-11-20  1:06 ` [PATCH v2 06/11] ARM: dts: AM33XX BASE0033: add pinmux and hdmi node to enable display Javier Martinez Canillas
2013-11-20  1:06   ` Javier Martinez Canillas
2013-11-20  1:06 ` [PATCH v2 07/11] ARM: dts: AM33XX BASE0033: add pinmux and user led support Javier Martinez Canillas
2013-11-20  1:06   ` Javier Martinez Canillas
2013-11-20  1:06 ` [PATCH v2 08/11] ARM: dts: AM33XX BASE0033: add 32KBit EEPROM support Javier Martinez Canillas
2013-11-20  1:06   ` Javier Martinez Canillas
2013-11-20  1:06 ` [PATCH v2 09/11] ARM: dts: AM33XX IGEP0033: add USB support Javier Martinez Canillas
2013-11-20  1:06   ` Javier Martinez Canillas
2013-11-20  1:06 ` [PATCH v2 10/11] ARM: OMAP: dss-common: change IGEP's DVI DDC i2c bus Javier Martinez Canillas
2013-11-20  1:06   ` Javier Martinez Canillas
2013-11-20  1:06 ` [PATCH v2 11/11] ARM: dts: omap3-igep0020: name twl4030 VPLL2 regulator as vdds_dsi Javier Martinez Canillas
2013-11-20  1:06   ` Javier Martinez Canillas
2013-11-25 15:30 ` [PATCH v2 00/11]: add remaining support for IGEP boards Javier Martinez Canillas
2013-11-25 15:30   ` Javier Martinez Canillas
2013-11-26 11:18   ` Tomi Valkeinen
2013-11-26 11:18     ` Tomi Valkeinen
2013-11-26 22:27     ` Tony Lindgren [this message]
2013-11-26 22:27       ` Tony Lindgren

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=20131126222747.GR26766@atomide.com \
    --to=tony@atomide.com \
    --cc=bcousson@baylibre.com \
    --cc=eballetbo@gmail.com \
    --cc=javier.martinez@collabora.co.uk \
    --cc=javier@dowhile0.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-omap@vger.kernel.org \
    --cc=sre@ring0.de \
    --cc=tomi.valkeinen@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.