Message ID | fc5a2899-f847-5193-2406-2672713aa400@ti.com (mailing list archive) |
---|---|
State | Mainlined, archived |
Commit | 27df7977099c2b8d32399cd1752f527c5a343dfa |
Headers | show |
Series | [GIT,PULL] DaVinci fixes for v4.20 | expand |
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
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