All of lore.kernel.org
 help / color / mirror / Atom feed
From: Kevin Hilman <khilman@baylibre.com>
To: Linus Walleij <linus.walleij@linaro.org>,
	Sekhar Nori <nsekhar@ti.com>,
	Bartosz Golaszewski <bgolaszewski@baylibre.com>
Cc: linux-arm-kernel@lists.infradead.org, linux-gpio@vger.kernel.org,
	Arnd Bergmann <arnd@kernel.org>,
	Matt Porter <mporter@konsulko.com>
Subject: Re: [PATCH] ARM: davinci: Delete DM644x board files
Date: Tue, 16 Aug 2022 10:51:22 -0700	[thread overview]
Message-ID: <7hbkskvzz9.fsf@baylibre.com> (raw)
In-Reply-To: <CACRpkdZbBRGcf4bn5CYWZuKZDWjWwwB8_LKprOroiD-ni9_tYQ@mail.gmail.com>

Linus Walleij <linus.walleij@linaro.org> writes:

> On Fri, Jul 1, 2022 at 2:03 PM Linus Walleij <linus.walleij@linaro.org> wrote:
>
>> The interest of maintaining the DaVinci DM644x board files seems
>> very low. Patches to convert the EVM board to use GPIO descriptors
>> has not been reviewed, tested or merged for several merge
>> windows in a row, see link below.
>>
>> When I look in the logs for the board files I see nothing but
>> generic kernel maintenance and no testing on real hardware for
>> years.
>>
>> I conclude the DM644x board files are unused and can be deleted.
>>
>> Cc: Arnd Bergmann <arnd@kernel.org>
>> Cc: Matt Porter <mporter@konsulko.com>
>> Cc: Sekhar Nori <nsekhar@ti.com>
>> Cc: Bartosz Golaszewski <bgolaszewski@baylibre.com>
>> Link: https://lore.kernel.org/linux-arm-kernel/20220507124536.171930-1-linus.walleij@linaro.org/
>> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
>
> I realized Kevin Hilman wrote the original support code and might have
> this board in his test farm in the shed so paging Kevin too.

Acked-by: Kevin Hilman <khilman@baylibre.com>

Until a year or so ago, I was still boot testing some davinci platforms
in "legacy" mode via board files, but I stopped.  Since then my DM644x
died completely, so I don't even have this platform anymore for testing.

Kevin

P.S. Sorry for the lag, just catching up after taking some summer time off.


WARNING: multiple messages have this Message-ID (diff)
From: Kevin Hilman <khilman@baylibre.com>
To: Linus Walleij <linus.walleij@linaro.org>,
	Sekhar Nori <nsekhar@ti.com>,
	Bartosz Golaszewski <bgolaszewski@baylibre.com>
Cc: linux-arm-kernel@lists.infradead.org, linux-gpio@vger.kernel.org,
	Arnd Bergmann <arnd@kernel.org>,
	Matt Porter <mporter@konsulko.com>
Subject: Re: [PATCH] ARM: davinci: Delete DM644x board files
Date: Tue, 16 Aug 2022 10:51:22 -0700	[thread overview]
Message-ID: <7hbkskvzz9.fsf@baylibre.com> (raw)
In-Reply-To: <CACRpkdZbBRGcf4bn5CYWZuKZDWjWwwB8_LKprOroiD-ni9_tYQ@mail.gmail.com>

Linus Walleij <linus.walleij@linaro.org> writes:

> On Fri, Jul 1, 2022 at 2:03 PM Linus Walleij <linus.walleij@linaro.org> wrote:
>
>> The interest of maintaining the DaVinci DM644x board files seems
>> very low. Patches to convert the EVM board to use GPIO descriptors
>> has not been reviewed, tested or merged for several merge
>> windows in a row, see link below.
>>
>> When I look in the logs for the board files I see nothing but
>> generic kernel maintenance and no testing on real hardware for
>> years.
>>
>> I conclude the DM644x board files are unused and can be deleted.
>>
>> Cc: Arnd Bergmann <arnd@kernel.org>
>> Cc: Matt Porter <mporter@konsulko.com>
>> Cc: Sekhar Nori <nsekhar@ti.com>
>> Cc: Bartosz Golaszewski <bgolaszewski@baylibre.com>
>> Link: https://lore.kernel.org/linux-arm-kernel/20220507124536.171930-1-linus.walleij@linaro.org/
>> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
>
> I realized Kevin Hilman wrote the original support code and might have
> this board in his test farm in the shed so paging Kevin too.

Acked-by: Kevin Hilman <khilman@baylibre.com>

Until a year or so ago, I was still boot testing some davinci platforms
in "legacy" mode via board files, but I stopped.  Since then my DM644x
died completely, so I don't even have this platform anymore for testing.

Kevin

P.S. Sorry for the lag, just catching up after taking some summer time off.


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

  reply	other threads:[~2022-08-16 17:51 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-07-01 12:01 [PATCH] ARM: davinci: Delete DM644x board files Linus Walleij
2022-07-01 12:01 ` Linus Walleij
2022-07-01 12:10 ` Linus Walleij
2022-07-01 12:10   ` Linus Walleij
2022-08-16 17:51   ` Kevin Hilman [this message]
2022-08-16 17:51     ` Kevin Hilman

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=7hbkskvzz9.fsf@baylibre.com \
    --to=khilman@baylibre.com \
    --cc=arnd@kernel.org \
    --cc=bgolaszewski@baylibre.com \
    --cc=linus.walleij@linaro.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-gpio@vger.kernel.org \
    --cc=mporter@konsulko.com \
    --cc=nsekhar@ti.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.