All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL 1/3]: DaVinci SoC updates for v4.12
@ 2017-03-23 10:51 Sekhar Nori
  2017-03-23 10:51 ` [GIT PULL 2/3] DaVinci DT " Sekhar Nori
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Sekhar Nori @ 2017-03-23 10:51 UTC (permalink / raw)
  To: linux-arm-kernel

The following changes since commit c1ae3cfa0e89fa1a7ecc4c99031f5e9ae99d9201:

  Linux 4.11-rc1 (2017-03-05 12:59:56 -0800)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/nsekhar/linux-davinci.git tags/davinci-for-v4.12/soc

for you to fetch changes up to 99228481331cdd75981767b23b83ef0ca7aa11da:

  ARM: davinci: add pdata-quirks for da850-evm vpif display (2017-03-07 16:43:19 +0530)

----------------------------------------------------------------
v4.12 SoC updates for DaVinci include necessary pdata-quirks
to make video capture and display work on da850.

VPIF driver which supports video capture and display on
da850 is a legacy driver.  It does not have DT equavalents
for all things that are used on platform data.

Attempts were made to pass data via DT[1], but linux-media
does not yet have a good way of describing subdevices in
device tree. This is work in progress. As soon as bindings
are defined and implementation is available, we can shift
to using that. For now we are stuck with using pdata.

The pull request also has some clean-up for PM, and a fix
for pdata quirks mechanism.

[1] https://marc.info/?l=devicetree&m=147982998517384

----------------------------------------------------------------
Bartosz Golaszewski (3):
      ARM: davinci: allow having multiple pdata-quirks
      ARM: da850-evm: add a fixed regulator for the UI board IO expander
      ARM: davinci: add pdata-quirks for da850-evm vpif display

Geert Uytterhoeven (1):
      ARM: davinci: PM: Drop useless check for PM_SUSPEND_STANDBY

Kevin Hilman (3):
      ARM: davinci: board-da850-evm: add I2C ID for VPIF
      ARM: davinci: da8xx: add OF_DEV_AUXDATA() for vpif
      ARM: davinci: da8xx: add pdata-quirks for VPIF capture

 arch/arm/mach-davinci/board-da850-evm.c |   4 +
 arch/arm/mach-davinci/da8xx-dt.c        |   1 +
 arch/arm/mach-davinci/pdata-quirks.c    | 178 +++++++++++++++++++++++++++++++-
 arch/arm/mach-davinci/pm.c              |   1 -
 4 files changed, 182 insertions(+), 2 deletions(-)

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [GIT PULL 2/3] DaVinci DT updates for v4.12
  2017-03-23 10:51 [GIT PULL 1/3]: DaVinci SoC updates for v4.12 Sekhar Nori
@ 2017-03-23 10:51 ` Sekhar Nori
  2017-03-31 10:01   ` Arnd Bergmann
  2017-03-23 10:51 ` [GIT PULL 3/3] DaVinci defconfig " Sekhar Nori
  2017-03-30 15:06 ` [GIT PULL 1/3]: DaVinci SoC " Arnd Bergmann
  2 siblings, 1 reply; 6+ messages in thread
From: Sekhar Nori @ 2017-03-23 10:51 UTC (permalink / raw)
  To: linux-arm-kernel

The following changes since commit c1ae3cfa0e89fa1a7ecc4c99031f5e9ae99d9201:

  Linux 4.11-rc1 (2017-03-05 12:59:56 -0800)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/nsekhar/linux-davinci.git tags/davinci-for-v4.12/dt

for you to fetch changes up to f8914131f7da23ab604efd8d1b95a416e5d8fc44:

  ARM: dts: da850-evm: add the output port to the vpif node (2017-03-07 16:46:56 +0530)

----------------------------------------------------------------
DaVinci device tree updates to enable
Video display on DA850 along with some
whitespace clean-up.

Also, enables sound and ADC support on
Lego EV3.

----------------------------------------------------------------
Bartosz Golaszewski (4):
      ARM: dts: da850-evm: fix whitespace errors
      ARM: dts: da850: add vpif video display pins
      ARM: dts: da850-evm: add IO expander node on UI card
      ARM: dts: da850-evm: add the output port to the vpif node

David Lechner (2):
      ARM: da850-lego-ev3: Add device tree node for A/DC
      ARM: da850-lego-ev3: Add device tree node for sound

 arch/arm/boot/dts/da850-evm.dts      | 31 ++++++++++++++-------
 arch/arm/boot/dts/da850-lego-ev3.dts | 52 ++++++++++++++++++++++++++++++++++++
 arch/arm/boot/dts/da850.dtsi         | 25 ++++++++++++++---
 3 files changed, 95 insertions(+), 13 deletions(-)

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [GIT PULL 3/3] DaVinci defconfig updates for v4.12
  2017-03-23 10:51 [GIT PULL 1/3]: DaVinci SoC updates for v4.12 Sekhar Nori
  2017-03-23 10:51 ` [GIT PULL 2/3] DaVinci DT " Sekhar Nori
@ 2017-03-23 10:51 ` Sekhar Nori
  2017-03-30 15:44   ` Arnd Bergmann
  2017-03-30 15:06 ` [GIT PULL 1/3]: DaVinci SoC " Arnd Bergmann
  2 siblings, 1 reply; 6+ messages in thread
From: Sekhar Nori @ 2017-03-23 10:51 UTC (permalink / raw)
  To: linux-arm-kernel

The following changes since commit c1ae3cfa0e89fa1a7ecc4c99031f5e9ae99d9201:

  Linux 4.11-rc1 (2017-03-05 12:59:56 -0800)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/nsekhar/linux-davinci.git tags/davinci-for-v4.12/defconfig

for you to fetch changes up to 507c318d5ee7d05da6d94041dd42abe0cfdd62cf:

  ARM: davinci_all_defconfig: Enable TI ADS7950 (2017-03-07 15:48:21 +0530)

----------------------------------------------------------------
DaVinci defconfig updates for enabling
Video capture and display on DA850 and
an ADC driver thats used by Lego EV3.

----------------------------------------------------------------
Bartosz Golaszewski (2):
      ARM: davinci_all_defconfig: enable VPIF display modules
      ARM: davinci_all_defconfig: enable IRQ support for pca953x

David Lechner (1):
      ARM: davinci_all_defconfig: Enable TI ADS7950

 arch/arm/configs/davinci_all_defconfig | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [GIT PULL 1/3]: DaVinci SoC updates for v4.12
  2017-03-23 10:51 [GIT PULL 1/3]: DaVinci SoC updates for v4.12 Sekhar Nori
  2017-03-23 10:51 ` [GIT PULL 2/3] DaVinci DT " Sekhar Nori
  2017-03-23 10:51 ` [GIT PULL 3/3] DaVinci defconfig " Sekhar Nori
@ 2017-03-30 15:06 ` Arnd Bergmann
  2 siblings, 0 replies; 6+ messages in thread
From: Arnd Bergmann @ 2017-03-30 15:06 UTC (permalink / raw)
  To: linux-arm-kernel

On Thursday, March 23, 2017 4:21:04 PM CEST Sekhar Nori wrote:
> v4.12 SoC updates for DaVinci include necessary pdata-quirks
> to make video capture and display work on da850.
> 
> VPIF driver which supports video capture and display on
> da850 is a legacy driver.  It does not have DT equavalents
> for all things that are used on platform data.
> 
> Attempts were made to pass data via DT[1], but linux-media
> does not yet have a good way of describing subdevices in
> device tree. This is work in progress. As soon as bindings
> are defined and implementation is available, we can shift
> to using that. For now we are stuck with using pdata.
> 
> The pull request also has some clean-up for PM, and a fix
> for pdata quirks mechanism.
> 
> [1] https://marc.info/?l=devicetree&m=147982998517384
> 

Pulled into next/soc, thanks!

	Arnd

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [GIT PULL 3/3] DaVinci defconfig updates for v4.12
  2017-03-23 10:51 ` [GIT PULL 3/3] DaVinci defconfig " Sekhar Nori
@ 2017-03-30 15:44   ` Arnd Bergmann
  0 siblings, 0 replies; 6+ messages in thread
From: Arnd Bergmann @ 2017-03-30 15:44 UTC (permalink / raw)
  To: linux-arm-kernel

On Thu, Mar 23, 2017 at 11:51 AM, Sekhar Nori <nsekhar@ti.com> wrote:
> The following changes since commit c1ae3cfa0e89fa1a7ecc4c99031f5e9ae99d9201:
>
>   Linux 4.11-rc1 (2017-03-05 12:59:56 -0800)
>
> are available in the git repository at:
>
>   git://git.kernel.org/pub/scm/linux/kernel/git/nsekhar/linux-davinci.git tags/davinci-for-v4.12/defconfig
>
> for you to fetch changes up to 507c318d5ee7d05da6d94041dd42abe0cfdd62cf:
>
>   ARM: davinci_all_defconfig: Enable TI ADS7950 (2017-03-07 15:48:21 +0530)
>
> ----------------------------------------------------------------
> DaVinci defconfig updates for enabling
> Video capture and display on DA850 and
> an ADC driver thats used by Lego EV3.

Pulled into next/defconfig, thanks!

      Arnd

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [GIT PULL 2/3] DaVinci DT updates for v4.12
  2017-03-23 10:51 ` [GIT PULL 2/3] DaVinci DT " Sekhar Nori
@ 2017-03-31 10:01   ` Arnd Bergmann
  0 siblings, 0 replies; 6+ messages in thread
From: Arnd Bergmann @ 2017-03-31 10:01 UTC (permalink / raw)
  To: linux-arm-kernel

On Thu, Mar 23, 2017 at 11:51 AM, Sekhar Nori <nsekhar@ti.com> wrote:
> The following changes since commit c1ae3cfa0e89fa1a7ecc4c99031f5e9ae99d9201:
>
>   Linux 4.11-rc1 (2017-03-05 12:59:56 -0800)
>
> are available in the git repository at:
>
>   git://git.kernel.org/pub/scm/linux/kernel/git/nsekhar/linux-davinci.git tags/davinci-for-v4.12/dt
>
> for you to fetch changes up to f8914131f7da23ab604efd8d1b95a416e5d8fc44:
>
>   ARM: dts: da850-evm: add the output port to the vpif node (2017-03-07 16:46:56 +0530)
>
> ----------------------------------------------------------------
> DaVinci device tree updates to enable
> Video display on DA850 along with some
> whitespace clean-up.
>
> Also, enables sound and ADC support on
> Lego EV3

Pulled into next/dt, thanks!

       Arnd

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2017-03-31 10:01 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-03-23 10:51 [GIT PULL 1/3]: DaVinci SoC updates for v4.12 Sekhar Nori
2017-03-23 10:51 ` [GIT PULL 2/3] DaVinci DT " Sekhar Nori
2017-03-31 10:01   ` Arnd Bergmann
2017-03-23 10:51 ` [GIT PULL 3/3] DaVinci defconfig " Sekhar Nori
2017-03-30 15:44   ` Arnd Bergmann
2017-03-30 15:06 ` [GIT PULL 1/3]: DaVinci SoC " Arnd Bergmann

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.