All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] DaVinci fixes for v4.20
@ 2018-11-27 12:18 Sekhar Nori
  2018-11-30 19:55 ` Olof Johansson
  0 siblings, 1 reply; 3+ messages in thread
From: Sekhar Nori @ 2018-11-27 12:18 UTC (permalink / raw)
  To: linux-arm-kernel

The following changes since commit 651022382c7f8da46cb4872a545ee1da6d097d2a:

  Linux 4.20-rc1 (2018-11-04 15:37:52 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/nsekhar/linux-davinci.git tags/davinci-fixes-for-v4.20

for you to fetch changes up to 27df7977099c2b8d32399cd1752f527c5a343dfa:

  ARM: davinci: dm644x: set the GPIO base to 0 (2018-11-27 13:43:27 +0530)

----------------------------------------------------------------
DaVinci: fix GPIO breakage after v4.19

This set of changes is needed to fix the broken GPIO support
for DaVinci boards in legacy mode after certain changes made to the
GPIO driver in 4.19, namely: commits 587f7a694f01 ("gpio: davinci: Use
dev name for label and automatic base selection") and eb3744a2dd01
("gpio: davinci: Do not assume continuous IRQ numbering").

----------------------------------------------------------------
Bartosz Golaszewski (12):
      ARM: davinci: da8xx: define gpio interrupts as separate resources
      ARM: davinci: dm365: define gpio interrupts as separate resources
      ARM: davinci: dm646x: define gpio interrupts as separate resources
      ARM: davinci: dm355: define gpio interrupts as separate resources
      ARM: davinci: dm644x: define gpio interrupts as separate resources
      gpio: davinci: restore a way to manually specify the GPIO base
      ARM: davinci: da850: set the GPIO base to 0
      ARM: davinci: dm365: set the GPIO base to 0
      ARM: davinci: dm646x: set the GPIO base to 0
      ARM: davinci: dm355: set the GPIO base to 0
      ARM: davinci: da830: set the GPIO base to 0
      ARM: davinci: dm644x: set the GPIO base to 0

 arch/arm/mach-davinci/da830.c              |  4 ++-
 arch/arm/mach-davinci/da850.c              |  4 ++-
 arch/arm/mach-davinci/devices-da8xx.c      | 40 ++++++++++++++++++++++++++++++
 arch/arm/mach-davinci/dm355.c              | 32 ++++++++++++++++++++++++
 arch/arm/mach-davinci/dm365.c              | 37 +++++++++++++++++++++++++++
 arch/arm/mach-davinci/dm644x.c             | 22 ++++++++++++++++
 arch/arm/mach-davinci/dm646x.c             | 12 +++++++++
 drivers/gpio/gpio-davinci.c                |  2 +-
 include/linux/platform_data/gpio-davinci.h |  2 ++
 9 files changed, 152 insertions(+), 3 deletions(-)

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

* Re: [GIT PULL] DaVinci fixes for v4.20
  2018-11-27 12:18 [GIT PULL] DaVinci fixes for v4.20 Sekhar Nori
@ 2018-11-30 19:55 ` Olof Johansson
  2018-12-03 10:29   ` Sekhar Nori
  0 siblings, 1 reply; 3+ messages in thread
From: Olof Johansson @ 2018-11-30 19:55 UTC (permalink / raw)
  To: Sekhar Nori
  Cc: Bartosz Golaszewski, Linus Walleij, ARM-SoC Maintainers,
	Linux ARM Kernel List, Kevin Hilman

On Tue, Nov 27, 2018 at 05:48:28PM +0530, Sekhar Nori wrote:
> The following changes since commit 651022382c7f8da46cb4872a545ee1da6d097d2a:
> 
>   Linux 4.20-rc1 (2018-11-04 15:37:52 -0800)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/nsekhar/linux-davinci.git tags/davinci-fixes-for-v4.20
> 
> for you to fetch changes up to 27df7977099c2b8d32399cd1752f527c5a343dfa:
> 
>   ARM: davinci: dm644x: set the GPIO base to 0 (2018-11-27 13:43:27 +0530)
> 
> ----------------------------------------------------------------
> DaVinci: fix GPIO breakage after v4.19
> 
> This set of changes is needed to fix the broken GPIO support
> for DaVinci boards in legacy mode after certain changes made to the
> GPIO driver in 4.19, namely: commits 587f7a694f01 ("gpio: davinci: Use
> dev name for label and automatic base selection") and eb3744a2dd01
> ("gpio: davinci: Do not assume continuous IRQ numbering").

Hm. How long until we can remove the legacy boards and move them to DT? Is
anyone working on it?

Merged now.


-Olof

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* Re: [GIT PULL] DaVinci fixes for v4.20
  2018-11-30 19:55 ` Olof Johansson
@ 2018-12-03 10:29   ` Sekhar Nori
  0 siblings, 0 replies; 3+ messages in thread
From: Sekhar Nori @ 2018-12-03 10:29 UTC (permalink / raw)
  To: Olof Johansson
  Cc: Bartosz Golaszewski, Linus Walleij, ARM-SoC Maintainers,
	Linux ARM Kernel List, Kevin Hilman

Hi Olof,

On 01/12/18 1:25 AM, Olof Johansson wrote:
> On Tue, Nov 27, 2018 at 05:48:28PM +0530, Sekhar Nori wrote:
>> The following changes since commit 651022382c7f8da46cb4872a545ee1da6d097d2a:
>>
>>   Linux 4.20-rc1 (2018-11-04 15:37:52 -0800)
>>
>> are available in the Git repository at:
>>
>>   git://git.kernel.org/pub/scm/linux/kernel/git/nsekhar/linux-davinci.git tags/davinci-fixes-for-v4.20
>>
>> for you to fetch changes up to 27df7977099c2b8d32399cd1752f527c5a343dfa:
>>
>>   ARM: davinci: dm644x: set the GPIO base to 0 (2018-11-27 13:43:27 +0530)
>>
>> ----------------------------------------------------------------
>> DaVinci: fix GPIO breakage after v4.19
>>
>> This set of changes is needed to fix the broken GPIO support
>> for DaVinci boards in legacy mode after certain changes made to the
>> GPIO driver in 4.19, namely: commits 587f7a694f01 ("gpio: davinci: Use
>> dev name for label and automatic base selection") and eb3744a2dd01
>> ("gpio: davinci: Do not assume continuous IRQ numbering").
> 
> Hm. How long until we can remove the legacy boards and move them to DT? Is
> anyone working on it?

I think we are a bit far from that. The limited resources available to
work on DaVinci are being used to update frameworks. We moved to common
clock framework this year across all 6 supported SoCs. My plan for next
year is to move to sparse IRQ and get DaVinci included in
multi_v5_defconfig. Also move timer drivers to clocksource.

Even in cases where we do have device-tree support for the SoC (like
DA850), getting rid of board files completely involves writing some
additional drivers for board specific functionality. This I think is the
main bottleneck.

But I have not given up on getting there completely. The progress is
slow, though.

Thanks,
Sekhar

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

end of thread, other threads:[~2018-12-03 10:29 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-11-27 12:18 [GIT PULL] DaVinci fixes for v4.20 Sekhar Nori
2018-11-30 19:55 ` Olof Johansson
2018-12-03 10:29   ` Sekhar Nori

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.