* [GIT PULL] ARM: OMAP: i2c, gpio, spi, regulator and mmc DTS updates
@ 2012-03-14 23:39 ` Cousson, Benoit
0 siblings, 0 replies; 16+ messages in thread
From: Cousson, Benoit @ 2012-03-14 23:39 UTC (permalink / raw)
To: tony Lindgren; +Cc: linux-omap, linux-arm-kernel@lists.infradead.org
Hi Tony,
Here are the remaining DTS patches for 3.4.
On top of the previous pull request, I just added the MMC DTS since the driver adaptation just got queued.
It will be still be good to have that for 3.4 if possible, otherwise we will have a bunch of drivers DT adapted but no DTS file to use them :-(
This series is based on your lo/dt-part2 branch.
Thanks,
Benoit
The following changes since commit 328ae2cb50af2f96b6061eb462aa92966a462bbc:
Ilya Yanok (1):
arm/dts: mt_ventoux: very basic support for TeeJet Mt.Ventoux board
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/bcousson/linux-omap-dt.git for_3.4/dts/all
Benoit Cousson (11):
arm/dts: twl6030: Add DTS file for twl6030 PMIC
arm/dts: twl4030: Add DTS file for twl4030 PM + Audio IC
arm/dts: omap4-panda: Add twl6030 and i2c EEPROM
arm/dts: omap4-sdp: Add twl6030, i2c3 and i2c4 devices
arm/dts: omap3-beagle: Add twl4030 and i2c EEPROM
ARM: OMAP2+: board-generic: Remove i2c static init
arm/dts: OMAP4: Add gpio nodes
arm/dts: OMAP3: Add gpio nodes
arm/dts: OMAP4: Add SPI controller nodes
arm/dts: OMAP3: Add SPI controller nodes
arm/dts: omap4-sdp: Add ks8851 ethernet SPI device
Rajendra Nayak (3):
arm/dts: twl: Pass regulator data from dt
arm/dts: OMAP4: Add mmc controller nodes and board data
arm/dts: OMAP3: Add mmc controller nodes and board data
arch/arm/boot/dts/omap3-beagle.dts | 49 +++++++++++++++
arch/arm/boot/dts/omap3.dtsi | 102 ++++++++++++++++++++++++++++++
arch/arm/boot/dts/omap4-panda.dts | 56 +++++++++++++++++
arch/arm/boot/dts/omap4-sdp.dts | 97 +++++++++++++++++++++++++++++
arch/arm/boot/dts/omap4.dtsi | 117 +++++++++++++++++++++++++++++++++++
arch/arm/boot/dts/twl4030.dtsi | 39 ++++++++++++
arch/arm/boot/dts/twl6030.dtsi | 86 +++++++++++++++++++++++++
arch/arm/mach-omap2/board-generic.c | 37 +----------
arch/arm/mach-omap2/devices.c | 4 +-
arch/arm/mach-omap2/gpio.c | 8 ++-
10 files changed, 557 insertions(+), 38 deletions(-)
create mode 100644 arch/arm/boot/dts/twl4030.dtsi
create mode 100644 arch/arm/boot/dts/twl6030.dtsi
^ permalink raw reply [flat|nested] 16+ messages in thread* [GIT PULL] ARM: OMAP: i2c, gpio, spi, regulator and mmc DTS updates @ 2012-03-14 23:39 ` Cousson, Benoit 0 siblings, 0 replies; 16+ messages in thread From: Cousson, Benoit @ 2012-03-14 23:39 UTC (permalink / raw) To: linux-arm-kernel Hi Tony, Here are the remaining DTS patches for 3.4. On top of the previous pull request, I just added the MMC DTS since the driver adaptation just got queued. It will be still be good to have that for 3.4 if possible, otherwise we will have a bunch of drivers DT adapted but no DTS file to use them :-( This series is based on your lo/dt-part2 branch. Thanks, Benoit The following changes since commit 328ae2cb50af2f96b6061eb462aa92966a462bbc: Ilya Yanok (1): arm/dts: mt_ventoux: very basic support for TeeJet Mt.Ventoux board are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/bcousson/linux-omap-dt.git for_3.4/dts/all Benoit Cousson (11): arm/dts: twl6030: Add DTS file for twl6030 PMIC arm/dts: twl4030: Add DTS file for twl4030 PM + Audio IC arm/dts: omap4-panda: Add twl6030 and i2c EEPROM arm/dts: omap4-sdp: Add twl6030, i2c3 and i2c4 devices arm/dts: omap3-beagle: Add twl4030 and i2c EEPROM ARM: OMAP2+: board-generic: Remove i2c static init arm/dts: OMAP4: Add gpio nodes arm/dts: OMAP3: Add gpio nodes arm/dts: OMAP4: Add SPI controller nodes arm/dts: OMAP3: Add SPI controller nodes arm/dts: omap4-sdp: Add ks8851 ethernet SPI device Rajendra Nayak (3): arm/dts: twl: Pass regulator data from dt arm/dts: OMAP4: Add mmc controller nodes and board data arm/dts: OMAP3: Add mmc controller nodes and board data arch/arm/boot/dts/omap3-beagle.dts | 49 +++++++++++++++ arch/arm/boot/dts/omap3.dtsi | 102 ++++++++++++++++++++++++++++++ arch/arm/boot/dts/omap4-panda.dts | 56 +++++++++++++++++ arch/arm/boot/dts/omap4-sdp.dts | 97 +++++++++++++++++++++++++++++ arch/arm/boot/dts/omap4.dtsi | 117 +++++++++++++++++++++++++++++++++++ arch/arm/boot/dts/twl4030.dtsi | 39 ++++++++++++ arch/arm/boot/dts/twl6030.dtsi | 86 +++++++++++++++++++++++++ arch/arm/mach-omap2/board-generic.c | 37 +---------- arch/arm/mach-omap2/devices.c | 4 +- arch/arm/mach-omap2/gpio.c | 8 ++- 10 files changed, 557 insertions(+), 38 deletions(-) create mode 100644 arch/arm/boot/dts/twl4030.dtsi create mode 100644 arch/arm/boot/dts/twl6030.dtsi ^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: [GIT PULL] ARM: OMAP: i2c, gpio, spi, regulator and mmc DTS updates 2012-03-14 23:39 ` Cousson, Benoit @ 2012-03-15 0:46 ` Tony Lindgren -1 siblings, 0 replies; 16+ messages in thread From: Tony Lindgren @ 2012-03-15 0:46 UTC (permalink / raw) To: Cousson, Benoit Cc: linux-omap, linux-arm-kernel@lists.infradead.org, Olof Johansson, Arnd Bergmann Hi, * Cousson, Benoit <b-cousson@ti.com> [120314 16:41]: > Hi Tony, > > Here are the remaining DTS patches for 3.4. > > On top of the previous pull request, I just added the MMC DTS since the driver adaptation just got queued. > > It will be still be good to have that for 3.4 if possible, otherwise we will have a bunch of drivers DT adapted but no DTS file to use them :-( This might be doable as a follow-up patch series at the end of the merge window or at -rc1 when the related driver changes have been merged. Arnd and Olof, what do you guys think? Regards, Tony > This series is based on your lo/dt-part2 branch. > > Thanks, > Benoit > > > The following changes since commit 328ae2cb50af2f96b6061eb462aa92966a462bbc: > Ilya Yanok (1): > arm/dts: mt_ventoux: very basic support for TeeJet Mt.Ventoux board > > are available in the git repository at: > > git://git.kernel.org/pub/scm/linux/kernel/git/bcousson/linux-omap-dt.git for_3.4/dts/all > > Benoit Cousson (11): > arm/dts: twl6030: Add DTS file for twl6030 PMIC > arm/dts: twl4030: Add DTS file for twl4030 PM + Audio IC > arm/dts: omap4-panda: Add twl6030 and i2c EEPROM > arm/dts: omap4-sdp: Add twl6030, i2c3 and i2c4 devices > arm/dts: omap3-beagle: Add twl4030 and i2c EEPROM > ARM: OMAP2+: board-generic: Remove i2c static init > arm/dts: OMAP4: Add gpio nodes > arm/dts: OMAP3: Add gpio nodes > arm/dts: OMAP4: Add SPI controller nodes > arm/dts: OMAP3: Add SPI controller nodes > arm/dts: omap4-sdp: Add ks8851 ethernet SPI device > > Rajendra Nayak (3): > arm/dts: twl: Pass regulator data from dt > arm/dts: OMAP4: Add mmc controller nodes and board data > arm/dts: OMAP3: Add mmc controller nodes and board data > > arch/arm/boot/dts/omap3-beagle.dts | 49 +++++++++++++++ > arch/arm/boot/dts/omap3.dtsi | 102 ++++++++++++++++++++++++++++++ > arch/arm/boot/dts/omap4-panda.dts | 56 +++++++++++++++++ > arch/arm/boot/dts/omap4-sdp.dts | 97 +++++++++++++++++++++++++++++ > arch/arm/boot/dts/omap4.dtsi | 117 +++++++++++++++++++++++++++++++++++ > arch/arm/boot/dts/twl4030.dtsi | 39 ++++++++++++ > arch/arm/boot/dts/twl6030.dtsi | 86 +++++++++++++++++++++++++ > arch/arm/mach-omap2/board-generic.c | 37 +---------- > arch/arm/mach-omap2/devices.c | 4 +- > arch/arm/mach-omap2/gpio.c | 8 ++- > 10 files changed, 557 insertions(+), 38 deletions(-) > create mode 100644 arch/arm/boot/dts/twl4030.dtsi > create mode 100644 arch/arm/boot/dts/twl6030.dtsi > ^ permalink raw reply [flat|nested] 16+ messages in thread
* [GIT PULL] ARM: OMAP: i2c, gpio, spi, regulator and mmc DTS updates @ 2012-03-15 0:46 ` Tony Lindgren 0 siblings, 0 replies; 16+ messages in thread From: Tony Lindgren @ 2012-03-15 0:46 UTC (permalink / raw) To: linux-arm-kernel Hi, * Cousson, Benoit <b-cousson@ti.com> [120314 16:41]: > Hi Tony, > > Here are the remaining DTS patches for 3.4. > > On top of the previous pull request, I just added the MMC DTS since the driver adaptation just got queued. > > It will be still be good to have that for 3.4 if possible, otherwise we will have a bunch of drivers DT adapted but no DTS file to use them :-( This might be doable as a follow-up patch series at the end of the merge window or at -rc1 when the related driver changes have been merged. Arnd and Olof, what do you guys think? Regards, Tony > This series is based on your lo/dt-part2 branch. > > Thanks, > Benoit > > > The following changes since commit 328ae2cb50af2f96b6061eb462aa92966a462bbc: > Ilya Yanok (1): > arm/dts: mt_ventoux: very basic support for TeeJet Mt.Ventoux board > > are available in the git repository at: > > git://git.kernel.org/pub/scm/linux/kernel/git/bcousson/linux-omap-dt.git for_3.4/dts/all > > Benoit Cousson (11): > arm/dts: twl6030: Add DTS file for twl6030 PMIC > arm/dts: twl4030: Add DTS file for twl4030 PM + Audio IC > arm/dts: omap4-panda: Add twl6030 and i2c EEPROM > arm/dts: omap4-sdp: Add twl6030, i2c3 and i2c4 devices > arm/dts: omap3-beagle: Add twl4030 and i2c EEPROM > ARM: OMAP2+: board-generic: Remove i2c static init > arm/dts: OMAP4: Add gpio nodes > arm/dts: OMAP3: Add gpio nodes > arm/dts: OMAP4: Add SPI controller nodes > arm/dts: OMAP3: Add SPI controller nodes > arm/dts: omap4-sdp: Add ks8851 ethernet SPI device > > Rajendra Nayak (3): > arm/dts: twl: Pass regulator data from dt > arm/dts: OMAP4: Add mmc controller nodes and board data > arm/dts: OMAP3: Add mmc controller nodes and board data > > arch/arm/boot/dts/omap3-beagle.dts | 49 +++++++++++++++ > arch/arm/boot/dts/omap3.dtsi | 102 ++++++++++++++++++++++++++++++ > arch/arm/boot/dts/omap4-panda.dts | 56 +++++++++++++++++ > arch/arm/boot/dts/omap4-sdp.dts | 97 +++++++++++++++++++++++++++++ > arch/arm/boot/dts/omap4.dtsi | 117 +++++++++++++++++++++++++++++++++++ > arch/arm/boot/dts/twl4030.dtsi | 39 ++++++++++++ > arch/arm/boot/dts/twl6030.dtsi | 86 +++++++++++++++++++++++++ > arch/arm/mach-omap2/board-generic.c | 37 +---------- > arch/arm/mach-omap2/devices.c | 4 +- > arch/arm/mach-omap2/gpio.c | 8 ++- > 10 files changed, 557 insertions(+), 38 deletions(-) > create mode 100644 arch/arm/boot/dts/twl4030.dtsi > create mode 100644 arch/arm/boot/dts/twl6030.dtsi > ^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: [GIT PULL] ARM: OMAP: i2c, gpio, spi, regulator and mmc DTS updates 2012-03-15 0:46 ` Tony Lindgren @ 2012-03-15 8:01 ` Arnd Bergmann -1 siblings, 0 replies; 16+ messages in thread From: Arnd Bergmann @ 2012-03-15 8:01 UTC (permalink / raw) To: linux-arm-kernel Cc: Tony Lindgren, Cousson, Benoit, Olof Johansson, linux-omap On Thursday 15 March 2012, Tony Lindgren wrote: > * Cousson, Benoit <b-cousson@ti.com> [120314 16:41]: > > Hi Tony, > > > > Here are the remaining DTS patches for 3.4. > > > > On top of the previous pull request, I just added the MMC DTS since the driver adaptation just got queued. > > > > It will be still be good to have that for 3.4 if possible, otherwise we will > > have a bunch of drivers DT adapted but no DTS file to use them :-( > > This might be doable as a follow-up patch series at the end > of the merge window or at -rc1 when the related driver changes > have been merged. > > Arnd and Olof, what do you guys think? I'll have to look at the patches more closely, but from the diffstat it definitely looks ok for a later merge once the driver is in. If you can rebase the branch on top of the mmc tree (or the merge of that tree with whatever else is needed), it should give us a bisectable history and I can stick it into a late/* branch right away. Arnd ^ permalink raw reply [flat|nested] 16+ messages in thread
* [GIT PULL] ARM: OMAP: i2c, gpio, spi, regulator and mmc DTS updates @ 2012-03-15 8:01 ` Arnd Bergmann 0 siblings, 0 replies; 16+ messages in thread From: Arnd Bergmann @ 2012-03-15 8:01 UTC (permalink / raw) To: linux-arm-kernel On Thursday 15 March 2012, Tony Lindgren wrote: > * Cousson, Benoit <b-cousson@ti.com> [120314 16:41]: > > Hi Tony, > > > > Here are the remaining DTS patches for 3.4. > > > > On top of the previous pull request, I just added the MMC DTS since the driver adaptation just got queued. > > > > It will be still be good to have that for 3.4 if possible, otherwise we will > > have a bunch of drivers DT adapted but no DTS file to use them :-( > > This might be doable as a follow-up patch series at the end > of the merge window or at -rc1 when the related driver changes > have been merged. > > Arnd and Olof, what do you guys think? I'll have to look at the patches more closely, but from the diffstat it definitely looks ok for a later merge once the driver is in. If you can rebase the branch on top of the mmc tree (or the merge of that tree with whatever else is needed), it should give us a bisectable history and I can stick it into a late/* branch right away. Arnd ^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: [GIT PULL] ARM: OMAP: i2c, gpio, spi, regulator and mmc DTS updates 2012-03-15 8:01 ` Arnd Bergmann @ 2012-03-29 14:08 ` Cousson, Benoit -1 siblings, 0 replies; 16+ messages in thread From: Cousson, Benoit @ 2012-03-29 14:08 UTC (permalink / raw) To: Arnd Bergmann, Olof Johansson; +Cc: linux-arm-kernel, Tony Lindgren, linux-omap Hi Arnd and Olof, On 3/15/2012 9:01 AM, Arnd Bergmann wrote: > On Thursday 15 March 2012, Tony Lindgren wrote: >> * Cousson, Benoit<b-cousson@ti.com> [120314 16:41]: >>> Hi Tony, >>> >>> Here are the remaining DTS patches for 3.4. >>> >>> On top of the previous pull request, I just added the MMC DTS since the driver adaptation just got queued. >>> >>> It will be still be good to have that for 3.4 if possible, otherwise we will >>> have a bunch of drivers DT adapted but no DTS file to use them :-( >> >> This might be doable as a follow-up patch series at the end >> of the merge window or at -rc1 when the related driver changes >> have been merged. >> >> Arnd and Olof, what do you guys think? > > I'll have to look at the patches more closely, but from the diffstat it definitely > looks ok for a later merge once the driver is in. If you can rebase the branch on > top of the mmc tree (or the merge of that tree with whatever else is needed), it > should give us a bisectable history and I can stick it into a late/* branch right > away. FYI, MMC DT adaptation just got merged, I2C, GPIO, SPI, regulator DT adaptation were already merged before, so it means that this branch can be merged to take advantage of all the DT adapted drivers. Thanks, Benoit ^ permalink raw reply [flat|nested] 16+ messages in thread
* [GIT PULL] ARM: OMAP: i2c, gpio, spi, regulator and mmc DTS updates @ 2012-03-29 14:08 ` Cousson, Benoit 0 siblings, 0 replies; 16+ messages in thread From: Cousson, Benoit @ 2012-03-29 14:08 UTC (permalink / raw) To: linux-arm-kernel Hi Arnd and Olof, On 3/15/2012 9:01 AM, Arnd Bergmann wrote: > On Thursday 15 March 2012, Tony Lindgren wrote: >> * Cousson, Benoit<b-cousson@ti.com> [120314 16:41]: >>> Hi Tony, >>> >>> Here are the remaining DTS patches for 3.4. >>> >>> On top of the previous pull request, I just added the MMC DTS since the driver adaptation just got queued. >>> >>> It will be still be good to have that for 3.4 if possible, otherwise we will >>> have a bunch of drivers DT adapted but no DTS file to use them :-( >> >> This might be doable as a follow-up patch series at the end >> of the merge window or at -rc1 when the related driver changes >> have been merged. >> >> Arnd and Olof, what do you guys think? > > I'll have to look at the patches more closely, but from the diffstat it definitely > looks ok for a later merge once the driver is in. If you can rebase the branch on > top of the mmc tree (or the merge of that tree with whatever else is needed), it > should give us a bisectable history and I can stick it into a late/* branch right > away. FYI, MMC DT adaptation just got merged, I2C, GPIO, SPI, regulator DT adaptation were already merged before, so it means that this branch can be merged to take advantage of all the DT adapted drivers. Thanks, Benoit ^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: [GIT PULL] ARM: OMAP: i2c, gpio, spi, regulator and mmc DTS updates 2012-03-29 14:08 ` Cousson, Benoit @ 2012-03-29 18:31 ` Olof Johansson -1 siblings, 0 replies; 16+ messages in thread From: Olof Johansson @ 2012-03-29 18:31 UTC (permalink / raw) To: Cousson, Benoit Cc: Arnd Bergmann, linux-arm-kernel, Tony Lindgren, linux-omap, arm On Thu, Mar 29, 2012 at 7:08 AM, Cousson, Benoit <b-cousson@ti.com> wrote: > Hi Arnd and Olof, > > > On 3/15/2012 9:01 AM, Arnd Bergmann wrote: >> >> On Thursday 15 March 2012, Tony Lindgren wrote: >>> >>> * Cousson, Benoit<b-cousson@ti.com> [120314 16:41]: >>>> >>>> Hi Tony, >>>> >>>> Here are the remaining DTS patches for 3.4. >>>> >>>> On top of the previous pull request, I just added the MMC DTS since the >>>> driver adaptation just got queued. >>>> >>>> It will be still be good to have that for 3.4 if possible, otherwise we >>>> will >>>> have a bunch of drivers DT adapted but no DTS file to use them :-( >>> >>> >>> This might be doable as a follow-up patch series at the end >>> of the merge window or at -rc1 when the related driver changes >>> have been merged. >>> >>> Arnd and Olof, what do you guys think? >> >> >> I'll have to look at the patches more closely, but from the diffstat it >> definitely >> looks ok for a later merge once the driver is in. If you can rebase the >> branch on >> top of the mmc tree (or the merge of that tree with whatever else is >> needed), it >> should give us a bisectable history and I can stick it into a late/* >> branch right >> away. > > > FYI, MMC DT adaptation just got merged, I2C, GPIO, SPI, regulator DT > adaptation were already merged before, so it means that this branch can be > merged to take advantage of all the DT adapted drivers. I've pulled this in as late/omap-dt, included in next/dt3 and for-next. I'll let it sit in linux-next for at least one day before it's sent in. Since it's just device tree additions, risk for regressions should be low. -Olof -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html ^ permalink raw reply [flat|nested] 16+ messages in thread
* [GIT PULL] ARM: OMAP: i2c, gpio, spi, regulator and mmc DTS updates @ 2012-03-29 18:31 ` Olof Johansson 0 siblings, 0 replies; 16+ messages in thread From: Olof Johansson @ 2012-03-29 18:31 UTC (permalink / raw) To: linux-arm-kernel On Thu, Mar 29, 2012 at 7:08 AM, Cousson, Benoit <b-cousson@ti.com> wrote: > Hi Arnd and Olof, > > > On 3/15/2012 9:01 AM, Arnd Bergmann wrote: >> >> On Thursday 15 March 2012, Tony Lindgren wrote: >>> >>> * Cousson, Benoit<b-cousson@ti.com> ?[120314 16:41]: >>>> >>>> Hi Tony, >>>> >>>> Here are the remaining DTS patches for 3.4. >>>> >>>> On top of the previous pull request, I just added the MMC DTS since the >>>> driver adaptation just got queued. >>>> >>>> It will be still be good to have that for 3.4 if possible, otherwise we >>>> will >>>> have a bunch of drivers DT adapted but no DTS file to use them :-( >>> >>> >>> This might be doable as a follow-up patch series at the end >>> of the merge window or at -rc1 when the related driver changes >>> have been merged. >>> >>> Arnd and Olof, what do you guys think? >> >> >> I'll have to look at the patches more closely, but from the diffstat it >> definitely >> looks ok for a later merge once the driver is in. If you can rebase the >> branch on >> top of the mmc tree (or the merge of that tree with whatever else is >> needed), it >> should give us a bisectable history and I can stick it into a late/* >> branch right >> away. > > > FYI, MMC DT adaptation just got merged, I2C, GPIO, SPI, regulator DT > adaptation were already merged before, so it means that this branch can be > merged to take advantage of all the DT adapted drivers. I've pulled this in as late/omap-dt, included in next/dt3 and for-next. I'll let it sit in linux-next for at least one day before it's sent in. Since it's just device tree additions, risk for regressions should be low. -Olof ^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: [GIT PULL] ARM: OMAP: i2c, gpio, spi, regulator and mmc DTS updates 2012-03-29 18:31 ` Olof Johansson @ 2012-04-15 1:19 ` Olof Johansson -1 siblings, 0 replies; 16+ messages in thread From: Olof Johansson @ 2012-04-15 1:19 UTC (permalink / raw) To: Cousson, Benoit Cc: Arnd Bergmann, linux-arm-kernel, Tony Lindgren, linux-omap, arm Benoit, Tony, On Thu, Mar 29, 2012 at 11:31 AM, Olof Johansson <olof@lixom.net> wrote: > On Thu, Mar 29, 2012 at 7:08 AM, Cousson, Benoit <b-cousson@ti.com> wrote: >> FYI, MMC DT adaptation just got merged, I2C, GPIO, SPI, regulator DT >> adaptation were already merged before, so it means that this branch can be >> merged to take advantage of all the DT adapted drivers. > > I've pulled this in as late/omap-dt, included in next/dt3 and > for-next. I'll let it sit in linux-next for at least one day before > it's sent in. Since it's just device tree additions, risk for > regressions should be low. As you've noticed, this didn't make it into 3.4 due to the window closing early. :( I've renamed the branch in arm-soc to omap/dt-missed-3.4 and merged it into next/dt for the 3.5 merge window. -Olof ^ permalink raw reply [flat|nested] 16+ messages in thread
* [GIT PULL] ARM: OMAP: i2c, gpio, spi, regulator and mmc DTS updates @ 2012-04-15 1:19 ` Olof Johansson 0 siblings, 0 replies; 16+ messages in thread From: Olof Johansson @ 2012-04-15 1:19 UTC (permalink / raw) To: linux-arm-kernel Benoit, Tony, On Thu, Mar 29, 2012 at 11:31 AM, Olof Johansson <olof@lixom.net> wrote: > On Thu, Mar 29, 2012 at 7:08 AM, Cousson, Benoit <b-cousson@ti.com> wrote: >> FYI, MMC DT adaptation just got merged, I2C, GPIO, SPI, regulator DT >> adaptation were already merged before, so it means that this branch can be >> merged to take advantage of all the DT adapted drivers. > > I've pulled this in as late/omap-dt, included in next/dt3 and > for-next. I'll let it sit in linux-next for at least one day before > it's sent in. Since it's just device tree additions, risk for > regressions should be low. As you've noticed, this didn't make it into 3.4 due to the window closing early. :( I've renamed the branch in arm-soc to omap/dt-missed-3.4 and merged it into next/dt for the 3.5 merge window. -Olof ^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: [GIT PULL] ARM: OMAP: i2c, gpio, spi, regulator and mmc DTS updates 2012-04-15 1:19 ` Olof Johansson @ 2012-04-16 18:00 ` Tony Lindgren -1 siblings, 0 replies; 16+ messages in thread From: Tony Lindgren @ 2012-04-16 18:00 UTC (permalink / raw) To: Olof Johansson Cc: Cousson, Benoit, Arnd Bergmann, linux-arm-kernel, linux-omap, arm * Olof Johansson <olof@lixom.net> [120414 18:22]: > Benoit, Tony, > > On Thu, Mar 29, 2012 at 11:31 AM, Olof Johansson <olof@lixom.net> wrote: > > On Thu, Mar 29, 2012 at 7:08 AM, Cousson, Benoit <b-cousson@ti.com> wrote: > >> FYI, MMC DT adaptation just got merged, I2C, GPIO, SPI, regulator DT > >> adaptation were already merged before, so it means that this branch can be > >> merged to take advantage of all the DT adapted drivers. > > > > I've pulled this in as late/omap-dt, included in next/dt3 and > > for-next. I'll let it sit in linux-next for at least one day before > > it's sent in. Since it's just device tree additions, risk for > > regressions should be low. > > As you've noticed, this didn't make it into 3.4 due to the window > closing early. :( > > I've renamed the branch in arm-soc to omap/dt-missed-3.4 and merged it > into next/dt for the 3.5 merge window. OK, no problem. Thanks for the update. Tony ^ permalink raw reply [flat|nested] 16+ messages in thread
* [GIT PULL] ARM: OMAP: i2c, gpio, spi, regulator and mmc DTS updates @ 2012-04-16 18:00 ` Tony Lindgren 0 siblings, 0 replies; 16+ messages in thread From: Tony Lindgren @ 2012-04-16 18:00 UTC (permalink / raw) To: linux-arm-kernel * Olof Johansson <olof@lixom.net> [120414 18:22]: > Benoit, Tony, > > On Thu, Mar 29, 2012 at 11:31 AM, Olof Johansson <olof@lixom.net> wrote: > > On Thu, Mar 29, 2012 at 7:08 AM, Cousson, Benoit <b-cousson@ti.com> wrote: > >> FYI, MMC DT adaptation just got merged, I2C, GPIO, SPI, regulator DT > >> adaptation were already merged before, so it means that this branch can be > >> merged to take advantage of all the DT adapted drivers. > > > > I've pulled this in as late/omap-dt, included in next/dt3 and > > for-next. I'll let it sit in linux-next for at least one day before > > it's sent in. Since it's just device tree additions, risk for > > regressions should be low. > > As you've noticed, this didn't make it into 3.4 due to the window > closing early. :( > > I've renamed the branch in arm-soc to omap/dt-missed-3.4 and merged it > into next/dt for the 3.5 merge window. OK, no problem. Thanks for the update. Tony ^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: [GIT PULL] ARM: OMAP: i2c, gpio, spi, regulator and mmc DTS updates 2012-04-15 1:19 ` Olof Johansson @ 2012-04-16 20:29 ` Cousson, Benoit -1 siblings, 0 replies; 16+ messages in thread From: Cousson, Benoit @ 2012-04-16 20:29 UTC (permalink / raw) To: Olof Johansson Cc: Tony Lindgren, linux-omap, linux-arm-kernel, Arnd Bergmann, arm Hi Olof, On 4/15/2012 3:19 AM, Olof Johansson wrote: > Benoit, Tony, > > On Thu, Mar 29, 2012 at 11:31 AM, Olof Johansson<olof@lixom.net> wrote: >> On Thu, Mar 29, 2012 at 7:08 AM, Cousson, Benoit<b-cousson@ti.com> wrote: >>> FYI, MMC DT adaptation just got merged, I2C, GPIO, SPI, regulator DT >>> adaptation were already merged before, so it means that this branch can be >>> merged to take advantage of all the DT adapted drivers. >> >> I've pulled this in as late/omap-dt, included in next/dt3 and >> for-next. I'll let it sit in linux-next for at least one day before >> it's sent in. Since it's just device tree additions, risk for >> regressions should be low. > > As you've noticed, this didn't make it into 3.4 due to the window > closing early. :( Yes, I did :-( > I've renamed the branch in arm-soc to omap/dt-missed-3.4 and merged it > into next/dt for the 3.5 merge window. OK, cool, I was about to ping you about that series. I'll then be able to use it as a stable base for further OMAP DT patches. Thanks, Benoit ^ permalink raw reply [flat|nested] 16+ messages in thread
* [GIT PULL] ARM: OMAP: i2c, gpio, spi, regulator and mmc DTS updates @ 2012-04-16 20:29 ` Cousson, Benoit 0 siblings, 0 replies; 16+ messages in thread From: Cousson, Benoit @ 2012-04-16 20:29 UTC (permalink / raw) To: linux-arm-kernel Hi Olof, On 4/15/2012 3:19 AM, Olof Johansson wrote: > Benoit, Tony, > > On Thu, Mar 29, 2012 at 11:31 AM, Olof Johansson<olof@lixom.net> wrote: >> On Thu, Mar 29, 2012 at 7:08 AM, Cousson, Benoit<b-cousson@ti.com> wrote: >>> FYI, MMC DT adaptation just got merged, I2C, GPIO, SPI, regulator DT >>> adaptation were already merged before, so it means that this branch can be >>> merged to take advantage of all the DT adapted drivers. >> >> I've pulled this in as late/omap-dt, included in next/dt3 and >> for-next. I'll let it sit in linux-next for at least one day before >> it's sent in. Since it's just device tree additions, risk for >> regressions should be low. > > As you've noticed, this didn't make it into 3.4 due to the window > closing early. :( Yes, I did :-( > I've renamed the branch in arm-soc to omap/dt-missed-3.4 and merged it > into next/dt for the 3.5 merge window. OK, cool, I was about to ping you about that series. I'll then be able to use it as a stable base for further OMAP DT patches. Thanks, Benoit ^ permalink raw reply [flat|nested] 16+ messages in thread
end of thread, other threads:[~2012-04-16 20:29 UTC | newest] Thread overview: 16+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2012-03-14 23:39 [GIT PULL] ARM: OMAP: i2c, gpio, spi, regulator and mmc DTS updates Cousson, Benoit 2012-03-14 23:39 ` Cousson, Benoit 2012-03-15 0:46 ` Tony Lindgren 2012-03-15 0:46 ` Tony Lindgren 2012-03-15 8:01 ` Arnd Bergmann 2012-03-15 8:01 ` Arnd Bergmann 2012-03-29 14:08 ` Cousson, Benoit 2012-03-29 14:08 ` Cousson, Benoit 2012-03-29 18:31 ` Olof Johansson 2012-03-29 18:31 ` Olof Johansson 2012-04-15 1:19 ` Olof Johansson 2012-04-15 1:19 ` Olof Johansson 2012-04-16 18:00 ` Tony Lindgren 2012-04-16 18:00 ` Tony Lindgren 2012-04-16 20:29 ` Cousson, Benoit 2012-04-16 20:29 ` Cousson, Benoit
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.