Re: Are people from linux-mediatek also interested in Mediatek MIPS SoCs? [Was: [PATCH] staging: mt7621-dts: add dt node for 2nd/3rd uart on mt7621]

2020-02-09 Thread Matthias Brugger
e: >>>> >>>> Please use ./scripts/get_maintainer.pl to pick the CC list and resend. >>>> >>>> The MAINTAINERS file says Matthias Brugger is supposed to be CC'd and >>>> a couple other email lists. >>> >>> According to get_m

Re: [PATCH] spi: mediatek: Attempt to address style issues in spi-mt7621.c

2019-03-14 Thread Matthias Brugger
On 14/03/2019 14:24, Stefan Roese wrote: > On 14.03.19 14:14, Matthias Brugger wrote: >> >> >> On 14/03/2019 12:37, Armando Miraglia wrote: >>> Absolutely! >> >> Please don't top post :) >> >>> >>> Cheers, &

Re: [PATCH] spi: mediatek: Attempt to address style issues in spi-mt7621.c

2019-03-14 Thread Matthias Brugger
On 14/03/2019 12:37, Armando Miraglia wrote: > Absolutely! Please don't top post :) > > Cheers, > A. > > On Thu, Mar 14, 2019 at 12:36 PM Stefan Roese wrote: [...] >> >> Would it be possible for you to wait a bit with this minor cleanup? >> As I'm preparing a patch to move this driver out

Re: [PATCH] spi: mediatek: Attempt to address style issues in spi-mt7621.c

2019-03-13 Thread Matthias Brugger
On 13/03/2019 13:34, Dan Carpenter wrote: > On Wed, Mar 13, 2019 at 01:24:04PM +0100, Armando Miraglia wrote: >> Running Lindent on the mt7621-spi.c file in drivers/staging I noticed that >> the >> file contained style issues. This change attempts to address such style >> problems. >> > >

Re: [PATCH] spi: mediatek: Attempt to address style issues in spi-mt7621.c

2019-03-13 Thread Matthias Brugger
On 13/03/2019 17:34, Chuanhong Guo wrote: > Hi! > On Wed, Mar 13, 2019 at 8:28 PM Matthias Brugger > wrote: >> >> >> >> On 13/03/2019 13:24, Armando Miraglia wrote: >> [...] >> Apart from fixing styling issues it would be usefull to see if we can

Re: [PATCH] spi: mediatek: Attempt to address style issues in spi-mt7621.c

2019-03-13 Thread Matthias Brugger
On 13/03/2019 13:24, Armando Miraglia wrote: > Running Lindent on the mt7621-spi.c file in drivers/staging I noticed that the > file contained style issues. This change attempts to address such style > problems. > > Signed-off-by: Armando Miraglia Reviewed-by: Matthias Brugg

Re: [PATCH v2] staging: mt7621-dma: Add braces around else branches

2018-10-24 Thread Matthias Brugger
el coding style and improves consistency and readability. Issues found by > checkpatch. > > Signed-off-by: Kimberly Brown > Reviewed-by: Matthias Brugger > --- > Changes in v2: > - Added people and mailing lists from get_maintainer.pl to the CC list > - Added Reviewed-by

Re: [PATCH 3/3][v4] staging: fsl-mc: move bus driver out of staging

2017-05-19 Thread Matthias Brugger
On 19/05/17 15:13, laurentiu.tu...@nxp.com wrote: From: Stuart Yoder Move the source files out of staging into their final locations: -include files in drivers/staging/fsl-mc/include go to include/linux/fsl -irq-gic-v3-its-fsl-mc-msi.c goes to drivers/irqchip

Re: [PATCH 03/11] staging: fsl-mc: clean up the device id struct

2016-06-29 Thread Matthias Brugger
rivers/staging/fsl-mc/bus/mc-allocator.c | 2 +- drivers/staging/fsl-mc/bus/mc-bus.c | 2 +- drivers/staging/fsl-mc/include/mc.h | 10 +++--- 4 files changed, 6 insertions(+), 10 deletions(-) Reviewed-by: Matthias Brugger <mbrug...@suse.com> diff --git a/drivers/stagin

Re: [PATCH 06/11] staging: fsl-mc: make fsl_mc_is_root_dprc() global

2016-06-29 Thread Matthias Brugger
On 29/06/16 16:25, Stuart Yoder wrote: -Original Message- From: Matthias Brugger [mailto:mbrug...@suse.com] Sent: Wednesday, June 29, 2016 9:17 AM To: Stuart Yoder <stuart.yo...@nxp.com>; gre...@linuxfoundation.org Cc: de...@driverdev.osuosl.org; ag...@suse.de; a...@arndb.de

Re: [PATCH 06/11] staging: fsl-mc: make fsl_mc_is_root_dprc() global

2016-06-29 Thread Matthias Brugger
On 22/06/16 23:40, Stuart Yoder wrote: make fsl_mc_is_root_dprc() global so that the dprc driver can use it Signed-off-by: Stuart Yoder --- drivers/staging/fsl-mc/bus/mc-bus.c | 28 +--- drivers/staging/fsl-mc/include/mc.h | 2 ++ 2 files

Re: [PATCH] staging: fsl-mc: bus: Drop warning

2016-04-15 Thread Matthias Brugger
On 15/04/16 00:57, Stuart Yoder wrote: -Original Message- From: Matthias Brugger [mailto:mbrug...@suse.com] Sent: Thursday, April 14, 2016 4:24 PM To: german.riv...@freescale.com; gre...@linuxfoundation.org Cc: Stuart Yoder <stuart.yo...@nxp.com>; Scott Wood <scott.w..

[PATCH] staging: fsl-mc: bus: Drop warning

2016-04-14 Thread Matthias Brugger
to the needed callbacks. Signed-off-by: Matthias Brugger <mbrug...@suse.com> --- drivers/staging/fsl-mc/bus/mc-msi.c | 12 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/drivers/staging/fsl-mc/bus/mc-msi.c b/drivers/staging/fsl-mc/bus/mc-msi.c index 3a8258f..c

Re: [PATCH 4/6] staging: fsl-mc: Use platform_msi_* infrastructure

2016-04-13 Thread Matthias Brugger
On 13/04/16 12:56, Marc Zyngier wrote: On 13/04/16 11:30, Matthias Brugger wrote: From: Matthias Brugger <matthias@gmail.com> The fsl-mc driver can't be build as a module because it uses msi_* functions directly. Port the driver to use the platform_msi_* infrastructure instead, to

[PATCH 2/6] base: Export platform_msi_create_irq_domain

2016-04-13 Thread Matthias Brugger
From: Matthias Brugger <matthias@gmail.com> Export platform_msi_create_irq_domain to make it useable from within modules. Signed-off-by: Matthias Brugger <mbrug...@suse.com> --- drivers/base/platform-msi.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/base/plat

[PATCH 5/6] staging: fsl-mc: Clean up of irq_chip callbacks

2016-04-13 Thread Matthias Brugger
platform_msi_create_irq_domain already sets the irq_chip callbacks accordingly. We don't need to define them explicitly in the driver. Signed-off-by: Matthias Brugger <mbrug...@suse.com> --- drivers/staging/fsl-mc/bus/irq-gic-v3-its-fsl-mc-msi.c | 3 --- 1 file changed, 3 deletions(-)

staging: fsl-mc: Convert to use platform_msi infrastrucutre

2016-04-13 Thread Matthias Brugger
Freescale MC driver can't be build as module as it uses it's own msi implementation. This patch set converts the driver to use platform_msi infrastructure instead, so that we can build the driver as a module. Apart from that we have to export some functions of the msi framework to handle the

[PATCH 4/6] staging: fsl-mc: Use platform_msi_* infrastructure

2016-04-13 Thread Matthias Brugger
From: Matthias Brugger <matthias@gmail.com> The fsl-mc driver can't be build as a module because it uses msi_* functions directly. Port the driver to use the platform_msi_* infrastructure instead, to allow it to be build as a module. Signed-off-by: Matthias Brugger <mbrug...

[PATCH 3/6] genirq/msi: Export msi_get_domain_info

2016-04-13 Thread Matthias Brugger
From: Matthias Brugger <matthias@gmail.com> Allow modules to call msi_get_domain_info. Signed-off-by: Matthias Brugger <mbrug...@suse.com> --- kernel/irq/msi.c | 1 + 1 file changed, 1 insertion(+) diff --git a/kernel/irq/msi.c b/kernel/irq/msi.c index 38e89ce..9b0ba4a 100644

[PATCH 1/6] of/irq: Export of_msi_get_domain

2016-04-13 Thread Matthias Brugger
From: Matthias Brugger <matthias@gmail.com> Export of_mis_get_domain to enable it for users from outside. Signed-off-by: Matthias Brugger <mbrug...@suse.com> --- drivers/of/irq.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/of/irq.c b/drivers/of/irq.c index e7bf

[PATCH 6/6] Revert "staging: fsl-mc: Do not allow building as a module"

2016-04-13 Thread Matthias Brugger
From: Matthias Brugger <matthias@gmail.com> This reverts commit ("staging: fsl-mc: Do not allow building as a module") Signed-off-by: Matthias Brugger <mbrug...@suse.com> --- drivers/staging/fsl-mc/bus/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)