All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL 1/4] TI DaVinci non-critical fixes for v4.11
@ 2017-01-24 13:06 Sekhar Nori
  2017-01-24 13:06 ` [GIT PULL 2/4] TI DaVinci SoC support updates " Sekhar Nori
                   ` (3 more replies)
  0 siblings, 4 replies; 10+ messages in thread
From: Sekhar Nori @ 2017-01-24 13:06 UTC (permalink / raw)
  To: linux-arm-kernel

The following changes since commit 7ce7d89f48834cefece7804d38fc5d85382edf77:

  Linux 4.10-rc1 (2016-12-25 16:13:08 -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.11/fixes-non-critical

for you to fetch changes up to 430d7dd448f48f54e79614ca237f44cd543f73da:

  bus: da850-mstpri: fix my e-mail address (2017-01-02 15:52:32 +0530)

----------------------------------------------------------------
Non-critical DaVinci fixes for v4.11

* Coding style and typo fix
* Make PLL0 rate setting API for DA850
  less confusing to use.

----------------------------------------------------------------
Bartosz Golaszewski (3):
      ARM: davinci: da850: coding style fix
      ARM: davinci: da850: fix da850_set_pll0rate()
      bus: da850-mstpri: fix my e-mail address

 arch/arm/mach-davinci/da850.c     | 24 +++++++++++++++++++-----
 drivers/bus/da8xx-mstpri.c        |  2 +-
 drivers/cpufreq/davinci-cpufreq.c |  2 +-
 3 files changed, 21 insertions(+), 7 deletions(-)

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

* [GIT PULL 2/4] TI DaVinci SoC support updates for v4.11
  2017-01-24 13:06 [GIT PULL 1/4] TI DaVinci non-critical fixes for v4.11 Sekhar Nori
@ 2017-01-24 13:06 ` Sekhar Nori
  2017-01-30  1:04   ` Olof Johansson
  2017-01-24 13:06 ` [GIT PULL 3/4] TI DaVinci DT " Sekhar Nori
                   ` (2 subsequent siblings)
  3 siblings, 1 reply; 10+ messages in thread
From: Sekhar Nori @ 2017-01-24 13:06 UTC (permalink / raw)
  To: linux-arm-kernel

The following changes since commit 7ce7d89f48834cefece7804d38fc5d85382edf77:

  Linux 4.10-rc1 (2016-12-25 16:13:08 -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.11/soc

for you to fetch changes up to 9c9b1bc25291e275b04f758f2549c81e092954f5:

  ARM: davinci: add skeleton for pdata-quirks (2017-01-23 20:52:38 +0530)

----------------------------------------------------------------
Introduce pdata-quirks mechanism for
DaVinci which will be needed for supporting
video input/output on DA850 SoC.

----------------------------------------------------------------
Kevin Hilman (1):
      ARM: davinci: add skeleton for pdata-quirks

 arch/arm/mach-davinci/Makefile              |  2 +-
 arch/arm/mach-davinci/da8xx-dt.c            |  1 +
 arch/arm/mach-davinci/include/mach/common.h |  2 ++
 arch/arm/mach-davinci/pdata-quirks.c        | 39 +++++++++++++++++++++++++++++
 4 files changed, 43 insertions(+), 1 deletion(-)
 create mode 100644 arch/arm/mach-davinci/pdata-quirks.c

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

* [GIT PULL 3/4] TI DaVinci DT updates for v4.11
  2017-01-24 13:06 [GIT PULL 1/4] TI DaVinci non-critical fixes for v4.11 Sekhar Nori
  2017-01-24 13:06 ` [GIT PULL 2/4] TI DaVinci SoC support updates " Sekhar Nori
@ 2017-01-24 13:06 ` Sekhar Nori
  2017-01-30  1:05   ` Olof Johansson
  2017-01-24 13:06 ` [GIT PULL 4/4] TI DaVinci defconfig " Sekhar Nori
  2017-01-30  0:58 ` [GIT PULL 1/4] TI DaVinci non-critical fixes " Olof Johansson
  3 siblings, 1 reply; 10+ messages in thread
From: Sekhar Nori @ 2017-01-24 13:06 UTC (permalink / raw)
  To: linux-arm-kernel

The following changes since commit 7ce7d89f48834cefece7804d38fc5d85382edf77:

  Linux 4.10-rc1 (2016-12-25 16:13:08 -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.11/dt

for you to fetch changes up to 4302a38ef6f1ebdbdec886bcc7b2d27654e50aea:

  ARM: dts: Add LEGO MINDSTORMS EV3 dts (2017-01-20 17:17:29 +0530)

----------------------------------------------------------------
Device tree updates for DaVinci DA850

* GPIO keys on DA850 LCDK
* LCDC display on DA850 LCDK
* USB OHCI on DA850 LCDK
* VPIF (video input) on DA850 LCDK
* Add a DA8xx specific compatible for UARTs
* Introduce support for Lego Mindstorms EV3

----------------------------------------------------------------
Axel Haslam (2):
      ARM: dts: da850: Add usb device node
      ARM: dts: da850-lcdk: Enable ohci for omapl138 lcdk

Bartosz Golaszewski (4):
      ARM: dts: da850-lcdk: add gpio-keys
      ARM: dts: da850: rename the display node label
      ARM: dts: da850-lcdk: add the vga-bridge node
      ARM: dts: da850: specify the maximum pixel clock rate for tilcdc

David Lechner (5):
      ARM: dts: da850: Add ti,da830-uart compatible for serial ports
      dt-bindings: Add vendor prefix for LEGO
      dt-bindings: Add LEGO MINDSTORMS EV3 compatible specification
      dt-bindings: add "microchip,24c128" compatible string
      ARM: dts: Add LEGO MINDSTORMS EV3 dts

Kevin Hilman (3):
      ARM: dts: davinci: da850: VPIF: add node and muxing
      ARM: dts: davinci: da850-evm: enable VPIF
      ARM: dts: davinci: da850-lcdk: enable VPIF

 Documentation/devicetree/bindings/arm/davinci.txt  |   4 +
 .../devicetree/bindings/eeprom/eeprom.txt          |   2 +
 .../devicetree/bindings/vendor-prefixes.txt        |   1 +
 arch/arm/boot/dts/Makefile                         |   3 +-
 arch/arm/boot/dts/da850-evm.dts                    |  20 ++
 arch/arm/boot/dts/da850-lcdk.dts                   |  86 ++++++
 arch/arm/boot/dts/da850-lego-ev3.dts               | 313 +++++++++++++++++++++
 arch/arm/boot/dts/da850.dtsi                       |  45 ++-
 8 files changed, 468 insertions(+), 6 deletions(-)
 create mode 100644 arch/arm/boot/dts/da850-lego-ev3.dts

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

* [GIT PULL 4/4] TI DaVinci defconfig updates for v4.11
  2017-01-24 13:06 [GIT PULL 1/4] TI DaVinci non-critical fixes for v4.11 Sekhar Nori
  2017-01-24 13:06 ` [GIT PULL 2/4] TI DaVinci SoC support updates " Sekhar Nori
  2017-01-24 13:06 ` [GIT PULL 3/4] TI DaVinci DT " Sekhar Nori
@ 2017-01-24 13:06 ` Sekhar Nori
  2017-01-30  1:06   ` Olof Johansson
  2017-01-30  0:58 ` [GIT PULL 1/4] TI DaVinci non-critical fixes " Olof Johansson
  3 siblings, 1 reply; 10+ messages in thread
From: Sekhar Nori @ 2017-01-24 13:06 UTC (permalink / raw)
  To: linux-arm-kernel

The following changes since commit 7ce7d89f48834cefece7804d38fc5d85382edf77:

  Linux 4.10-rc1 (2016-12-25 16:13:08 -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.11/defconfig

for you to fetch changes up to 685db57ace04411387b33e607d6abde9763819e7:

  ARM: davinci_all_defconfig: enable iio (2017-01-20 17:21:03 +0530)

----------------------------------------------------------------
Enable config options for DaVinci
VPIF, LCDC, PWM, Pull up/down pinconf
driver and IIO in davinci_all_defconfig

----------------------------------------------------------------
Bartosz Golaszewski (1):
      ARM: davinci_all_defconfig: enable dumb vga-dac drm bridge

David Lechner (4):
      ARM: davinci_all_defconfig: enable pwm-beeper
      ARM: davinci_all_defconfig: enable DA8xx pinconf
      ARM: davinci_all_defconfig: Enable PWM modules
      ARM: davinci_all_defconfig: enable iio

Kevin Hilman (1):
      ARM: davinci_all_defconfig: enable video capture as modules

 arch/arm/configs/davinci_all_defconfig | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)

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

* [GIT PULL 1/4] TI DaVinci non-critical fixes for v4.11
  2017-01-24 13:06 [GIT PULL 1/4] TI DaVinci non-critical fixes for v4.11 Sekhar Nori
                   ` (2 preceding siblings ...)
  2017-01-24 13:06 ` [GIT PULL 4/4] TI DaVinci defconfig " Sekhar Nori
@ 2017-01-30  0:58 ` Olof Johansson
  3 siblings, 0 replies; 10+ messages in thread
From: Olof Johansson @ 2017-01-30  0:58 UTC (permalink / raw)
  To: linux-arm-kernel

On Tue, Jan 24, 2017 at 06:36:38PM +0530, Sekhar Nori wrote:
> The following changes since commit 7ce7d89f48834cefece7804d38fc5d85382edf77:
> 
>   Linux 4.10-rc1 (2016-12-25 16:13:08 -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.11/fixes-non-critical
> 
> for you to fetch changes up to 430d7dd448f48f54e79614ca237f44cd543f73da:
> 
>   bus: da850-mstpri: fix my e-mail address (2017-01-02 15:52:32 +0530)
> 
> ----------------------------------------------------------------
> Non-critical DaVinci fixes for v4.11
> 
> * Coding style and typo fix
> * Make PLL0 rate setting API for DA850
>   less confusing to use.
> 
> ----------------------------------------------------------------
> Bartosz Golaszewski (3):
>       ARM: davinci: da850: coding style fix
>       ARM: davinci: da850: fix da850_set_pll0rate()
>       bus: da850-mstpri: fix my e-mail address

Merged, thanks.


-Olof

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

* [GIT PULL 2/4] TI DaVinci SoC support updates for v4.11
  2017-01-24 13:06 ` [GIT PULL 2/4] TI DaVinci SoC support updates " Sekhar Nori
@ 2017-01-30  1:04   ` Olof Johansson
  2017-01-30 16:08     ` Kevin Hilman
  0 siblings, 1 reply; 10+ messages in thread
From: Olof Johansson @ 2017-01-30  1:04 UTC (permalink / raw)
  To: linux-arm-kernel

On Tue, Jan 24, 2017 at 06:36:39PM +0530, Sekhar Nori wrote:
> The following changes since commit 7ce7d89f48834cefece7804d38fc5d85382edf77:
> 
>   Linux 4.10-rc1 (2016-12-25 16:13:08 -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.11/soc
> 
> for you to fetch changes up to 9c9b1bc25291e275b04f758f2549c81e092954f5:
> 
>   ARM: davinci: add skeleton for pdata-quirks (2017-01-23 20:52:38 +0530)
> 
> ----------------------------------------------------------------
> Introduce pdata-quirks mechanism for
> DaVinci which will be needed for supporting
> video input/output on DA850 SoC.
> 
> ----------------------------------------------------------------
> Kevin Hilman (1):
>       ARM: davinci: add skeleton for pdata-quirks

I'm not much of a fan of adding this. I know we added it for some of
the legacy platforms since moving over existing in-tree code would take
a while. But the thought was that new drivers wouldn't use it much.

Is the need for this now due to said drivers never been ported over, and now
also being used by Davinci? Or are new drivers added that rely on platform
data?


-Olof

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

* [GIT PULL 3/4] TI DaVinci DT updates for v4.11
  2017-01-24 13:06 ` [GIT PULL 3/4] TI DaVinci DT " Sekhar Nori
@ 2017-01-30  1:05   ` Olof Johansson
  0 siblings, 0 replies; 10+ messages in thread
From: Olof Johansson @ 2017-01-30  1:05 UTC (permalink / raw)
  To: linux-arm-kernel

On Tue, Jan 24, 2017 at 06:36:40PM +0530, Sekhar Nori wrote:
> The following changes since commit 7ce7d89f48834cefece7804d38fc5d85382edf77:
> 
>   Linux 4.10-rc1 (2016-12-25 16:13:08 -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.11/dt
> 
> for you to fetch changes up to 4302a38ef6f1ebdbdec886bcc7b2d27654e50aea:
> 
>   ARM: dts: Add LEGO MINDSTORMS EV3 dts (2017-01-20 17:17:29 +0530)
> 
> ----------------------------------------------------------------
> Device tree updates for DaVinci DA850
> 
> * GPIO keys on DA850 LCDK
> * LCDC display on DA850 LCDK
> * USB OHCI on DA850 LCDK
> * VPIF (video input) on DA850 LCDK
> * Add a DA8xx specific compatible for UARTs
> * Introduce support for Lego Mindstorms EV3
> 
> ----------------------------------------------------------------
> Axel Haslam (2):
>       ARM: dts: da850: Add usb device node
>       ARM: dts: da850-lcdk: Enable ohci for omapl138 lcdk
> 
> Bartosz Golaszewski (4):
>       ARM: dts: da850-lcdk: add gpio-keys
>       ARM: dts: da850: rename the display node label
>       ARM: dts: da850-lcdk: add the vga-bridge node
>       ARM: dts: da850: specify the maximum pixel clock rate for tilcdc
> 
> David Lechner (5):
>       ARM: dts: da850: Add ti,da830-uart compatible for serial ports
>       dt-bindings: Add vendor prefix for LEGO
>       dt-bindings: Add LEGO MINDSTORMS EV3 compatible specification
>       dt-bindings: add "microchip,24c128" compatible string
>       ARM: dts: Add LEGO MINDSTORMS EV3 dts
> 
> Kevin Hilman (3):
>       ARM: dts: davinci: da850: VPIF: add node and muxing
>       ARM: dts: davinci: da850-evm: enable VPIF
>       ARM: dts: davinci: da850-lcdk: enable VPIF

Merged, thanks!


-Olof

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

* [GIT PULL 4/4] TI DaVinci defconfig updates for v4.11
  2017-01-24 13:06 ` [GIT PULL 4/4] TI DaVinci defconfig " Sekhar Nori
@ 2017-01-30  1:06   ` Olof Johansson
  0 siblings, 0 replies; 10+ messages in thread
From: Olof Johansson @ 2017-01-30  1:06 UTC (permalink / raw)
  To: linux-arm-kernel

On Tue, Jan 24, 2017 at 06:36:41PM +0530, Sekhar Nori wrote:
> The following changes since commit 7ce7d89f48834cefece7804d38fc5d85382edf77:
> 
>   Linux 4.10-rc1 (2016-12-25 16:13:08 -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.11/defconfig
> 
> for you to fetch changes up to 685db57ace04411387b33e607d6abde9763819e7:
> 
>   ARM: davinci_all_defconfig: enable iio (2017-01-20 17:21:03 +0530)
> 
> ----------------------------------------------------------------
> Enable config options for DaVinci
> VPIF, LCDC, PWM, Pull up/down pinconf
> driver and IIO in davinci_all_defconfig
> 
> ----------------------------------------------------------------
> Bartosz Golaszewski (1):
>       ARM: davinci_all_defconfig: enable dumb vga-dac drm bridge
> 
> David Lechner (4):
>       ARM: davinci_all_defconfig: enable pwm-beeper
>       ARM: davinci_all_defconfig: enable DA8xx pinconf
>       ARM: davinci_all_defconfig: Enable PWM modules
>       ARM: davinci_all_defconfig: enable iio
> 
> Kevin Hilman (1):
>       ARM: davinci_all_defconfig: enable video capture as modules

Merged, thanks!


-Olof

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

* [GIT PULL 2/4] TI DaVinci SoC support updates for v4.11
  2017-01-30  1:04   ` Olof Johansson
@ 2017-01-30 16:08     ` Kevin Hilman
  2017-01-30 17:28       ` Olof Johansson
  0 siblings, 1 reply; 10+ messages in thread
From: Kevin Hilman @ 2017-01-30 16:08 UTC (permalink / raw)
  To: linux-arm-kernel

Olof Johansson <olof@lixom.net> writes:

> On Tue, Jan 24, 2017 at 06:36:39PM +0530, Sekhar Nori wrote:
>> The following changes since commit 7ce7d89f48834cefece7804d38fc5d85382edf77:
>> 
>>   Linux 4.10-rc1 (2016-12-25 16:13:08 -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.11/soc
>> 
>> for you to fetch changes up to 9c9b1bc25291e275b04f758f2549c81e092954f5:
>> 
>>   ARM: davinci: add skeleton for pdata-quirks (2017-01-23 20:52:38 +0530)
>> 
>> ----------------------------------------------------------------
>> Introduce pdata-quirks mechanism for
>> DaVinci which will be needed for supporting
>> video input/output on DA850 SoC.
>> 
>> ----------------------------------------------------------------
>> Kevin Hilman (1):
>>       ARM: davinci: add skeleton for pdata-quirks
>
> I'm not much of a fan of adding this. I know we added it for some of
> the legacy platforms since moving over existing in-tree code would take
> a while. 

We are not fans of adding it either, and have been avoiding it up until
now.  You can rest assured that new additions here will be heavily
scrutinized.

> But the thought was that new drivers wouldn't use it much.  Is the
> need for this now due to said drivers never been ported over, and now
> also being used by Davinci? Or are new drivers added that rely on
> platform data?

The problem isn't new drivers, but old drivers that haven't grown DT
equivalents.

There are a handful of drivers/media drivers currently used by Davinci
via board files (and pdata) that still do not have DT mechanisms for
all the things used in pdata.

In attempting DT support for video on DaVinci, attempts were made (by
me[1]) to pass the data via DT, which triggered discussions among
linux-media maintainers about the "right way" of handling it.
Unfortunately, these discussions never fully materialized in an
short-term solution, so we were left with pdata for now.

I've offered to be the first to beta test the new DT mechanisms they
come up with, so when that happens, we'll gladly get rid of these pdata
quirks.

Kevin

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

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

* [GIT PULL 2/4] TI DaVinci SoC support updates for v4.11
  2017-01-30 16:08     ` Kevin Hilman
@ 2017-01-30 17:28       ` Olof Johansson
  0 siblings, 0 replies; 10+ messages in thread
From: Olof Johansson @ 2017-01-30 17:28 UTC (permalink / raw)
  To: linux-arm-kernel

On Mon, Jan 30, 2017 at 8:08 AM, Kevin Hilman <khilman@baylibre.com> wrote:
> Olof Johansson <olof@lixom.net> writes:
>
>> On Tue, Jan 24, 2017 at 06:36:39PM +0530, Sekhar Nori wrote:
>>> The following changes since commit 7ce7d89f48834cefece7804d38fc5d85382edf77:
>>>
>>>   Linux 4.10-rc1 (2016-12-25 16:13:08 -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.11/soc
>>>
>>> for you to fetch changes up to 9c9b1bc25291e275b04f758f2549c81e092954f5:
>>>
>>>   ARM: davinci: add skeleton for pdata-quirks (2017-01-23 20:52:38 +0530)
>>>
>>> ----------------------------------------------------------------
>>> Introduce pdata-quirks mechanism for
>>> DaVinci which will be needed for supporting
>>> video input/output on DA850 SoC.
>>>
>>> ----------------------------------------------------------------
>>> Kevin Hilman (1):
>>>       ARM: davinci: add skeleton for pdata-quirks
>>
>> I'm not much of a fan of adding this. I know we added it for some of
>> the legacy platforms since moving over existing in-tree code would take
>> a while.
>
> We are not fans of adding it either, and have been avoiding it up until
> now.  You can rest assured that new additions here will be heavily
> scrutinized.
>
>> But the thought was that new drivers wouldn't use it much.  Is the
>> need for this now due to said drivers never been ported over, and now
>> also being used by Davinci? Or are new drivers added that rely on
>> platform data?
>
> The problem isn't new drivers, but old drivers that haven't grown DT
> equivalents.
>
> There are a handful of drivers/media drivers currently used by Davinci
> via board files (and pdata) that still do not have DT mechanisms for
> all the things used in pdata.
>
> In attempting DT support for video on DaVinci, attempts were made (by
> me[1]) to pass the data via DT, which triggered discussions among
> linux-media maintainers about the "right way" of handling it.
> Unfortunately, these discussions never fully materialized in an
> short-term solution, so we were left with pdata for now.
>
> I've offered to be the first to beta test the new DT mechanisms they
> come up with, so when that happens, we'll gladly get rid of these pdata
> quirks.

Great, that's the argument I was hoping to see for including this.
I.e. if we need this to use with legacy drivers then I'm alright with
it. If it had been used for new drivers I'd been worried.

I'll merge this next time I'm on the right machine for that.


-Olof

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

end of thread, other threads:[~2017-01-30 17:28 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-01-24 13:06 [GIT PULL 1/4] TI DaVinci non-critical fixes for v4.11 Sekhar Nori
2017-01-24 13:06 ` [GIT PULL 2/4] TI DaVinci SoC support updates " Sekhar Nori
2017-01-30  1:04   ` Olof Johansson
2017-01-30 16:08     ` Kevin Hilman
2017-01-30 17:28       ` Olof Johansson
2017-01-24 13:06 ` [GIT PULL 3/4] TI DaVinci DT " Sekhar Nori
2017-01-30  1:05   ` Olof Johansson
2017-01-24 13:06 ` [GIT PULL 4/4] TI DaVinci defconfig " Sekhar Nori
2017-01-30  1:06   ` Olof Johansson
2017-01-30  0:58 ` [GIT PULL 1/4] TI DaVinci non-critical fixes " Olof Johansson

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.