Re: [PATCH 12/20] sh: dma: Remove unused dmac_search_free_channel()

2024-05-02 Thread Geert Uytterhoeven
Hi Adrian, On Wed, May 1, 2024 at 11:09 AM John Paul Adrian Glaubitz wrote: > On Fri, 2024-03-01 at 22:02 +0100, Geert Uytterhoeven wrote: > > arch/sh/drivers/dma/dma-api.c:164:5: warning: no previous prototype for > > 'dmac_search_free_channel' [-Wmissing-prototypes] > > > > dmac_search_free_ch

Re: [PATCH 20/20] [RFC] sh: dma: Remove unused functionality

2024-05-02 Thread Geert Uytterhoeven
Hi Adrian, On Wed, May 1, 2024 at 3:58 PM John Paul Adrian Glaubitz wrote: > On Wed, 2024-05-01 at 11:12 +0200, John Paul Adrian Glaubitz wrote: > > On Fri, 2024-03-01 at 22:02 +0100, Geert Uytterhoeven wrote: > > > dma_extend(), get_dma_info_by_name(), register_chan_caps(), and > > > request_dma

Re: [PATCH 20/20] [RFC] sh: dma: Remove unused functionality

2024-05-02 Thread John Paul Adrian Glaubitz
Hi Geert, On Thu, 2024-05-02 at 09:03 +0200, Geert Uytterhoeven wrote: > On Wed, May 1, 2024 at 3:58 PM John Paul Adrian Glaubitz > wrote: > > On Wed, 2024-05-01 at 11:12 +0200, John Paul Adrian Glaubitz wrote: > > > On Fri, 2024-03-01 at 22:02 +0100, Geert Uytterhoeven wrote: > > > > dma_extend(

Re: [PATCH 00/20] sh: Fix missing prototypes

2024-05-02 Thread John Paul Adrian Glaubitz
On Fri, 2024-03-01 at 22:02 +0100, Geert Uytterhoeven wrote: > Hi all, > > This patch series fixes several "no previous prototype for " > warnings when building a kernel for SuperH. > > Known issues: > - The various warnings about cache functions are not yet fixed, but > I didn't want