Re: [PATCH] dma: mediatek: addres minor style issues flagged by clang-format.

2019-03-17 Thread Sean Wang
ndle irq status %08x\n", > - status); > + dev_dbg(hsdma->ddev.dev, "unhandle irq status %08x\n", > status); > /* clean intr bits */ > mtk_hsdma_write(hsdma, HSDMA_REG_INT_STATUS, status); > Acked-by: Sean Wang

Re: [PATCH 1/2] gpio: mediatek: add driver for MT7621

2018-06-10 Thread Sean Wang
put from the Mediatek > maintainers (especially Sean Wang) on this, especially: > > - Is MT7621 a non-pincontrol GPIO controller, or can it > eventually use pin control as a back-end? Will a separate > pin control driver appear later for this SoC? > MT7621 also have the circuit for pad

Re: [PATCH v2] staging: mt7621-eth: Fix sparse warning in ethtool.c

2018-04-01 Thread Sean Wang
On Mon, 2018-04-02 at 09:34 +1000, NeilBrown wrote: > On Thu, Mar 29 2018, Chris Coffey wrote: > > > This fixes the following sparse warning: > > > > drivers/staging/mt7621-eth/ethtool.c:213:6: warning: symbol > > 'mtk_set_ethtool_ops' was not declared. Should it be static? > > > > Signed-off-by: