Re: fs/notify/fanotify/fanotify.c:198:2: note: in expansion of macro 'pr_warn_ratelimited'

2019-03-14 Thread Ralf Baechle
On Thu, Mar 14, 2019 at 01:38:11PM +0100, Jan Kara wrote: > On Thu 14-03-19 14:01:18, Amir Goldstein wrote: > > On Thu, Mar 14, 2019 at 10:37 AM Jan Kara wrote: > > > > > > AFAICS this is the known problem with weird mips definitions of > > > __kernel_fsid_t which uses long whereas all other

Re: [PATCH] MIPS: Remove no-op cast in show_regs()

2018-07-02 Thread Ralf Baechle
; @@ - (T *) A + A Julia, I guess this isn't bulletproof but maybe something similar should be considered for scripts/coccinelle? Ralf Signed-off-by: Ralf Baechle arch/mips/kernel/relocate.c | 2 +- arch/mips/kernel/traps.c | 2 +- arch/mips/loongson64/loongs

Re: [PATCH] MIPS: Remove no-op cast in show_regs()

2018-07-02 Thread Ralf Baechle
; @@ - (T *) A + A Julia, I guess this isn't bulletproof but maybe something similar should be considered for scripts/coccinelle? Ralf Signed-off-by: Ralf Baechle arch/mips/kernel/relocate.c | 2 +- arch/mips/kernel/traps.c | 2 +- arch/mips/loongson64/loongs

Re: [RFC PATCH] MIPS: Oprofile: Drop support

2018-05-04 Thread Ralf Baechle
On Fri, May 04, 2018 at 02:27:51PM +0200, Robert Richter wrote: > On 04.05.18 12:03:12, Matt Redfearn wrote: > > >As said, oprofile version 0.9.x is still available for cpus that do > > >not support perf. What is the breakage? > > > > The breakage I originally set out to fix was the MT support

Re: [RFC PATCH] MIPS: Oprofile: Drop support

2018-05-04 Thread Ralf Baechle
On Fri, May 04, 2018 at 02:27:51PM +0200, Robert Richter wrote: > On 04.05.18 12:03:12, Matt Redfearn wrote: > > >As said, oprofile version 0.9.x is still available for cpus that do > > >not support perf. What is the breakage? > > > > The breakage I originally set out to fix was the MT support

Re: [PATCH v5 1/5] MIPS: Lonngson64: Copy kernel command line from arcs_cmdline

2017-12-20 Thread Ralf Baechle
On Sat, Dec 16, 2017 at 10:57:47PM +0800, Jiaxun Yang wrote: > Since lemote-2f/marchtype.c need to get cmdline from loongson.h > this patch simply copy kernel command line from arcs_cmdline > to fix that issue Sorry, I don't quite understand. Is the issue that arcs_cmdline[] is declared as

Re: [PATCH v5 1/5] MIPS: Lonngson64: Copy kernel command line from arcs_cmdline

2017-12-20 Thread Ralf Baechle
On Sat, Dec 16, 2017 at 10:57:47PM +0800, Jiaxun Yang wrote: > Since lemote-2f/marchtype.c need to get cmdline from loongson.h > this patch simply copy kernel command line from arcs_cmdline > to fix that issue Sorry, I don't quite understand. Is the issue that arcs_cmdline[] is declared as

Re: [PATCH v5 5/5] MAINTAINERS: Add entry for Lemote YeeLoong Extra Driver

2017-12-20 Thread Ralf Baechle
On Sat, Dec 16, 2017 at 10:57:51PM +0800, Jiaxun Yang wrote: > Date: Sat, 16 Dec 2017 22:57:51 +0800 > From: Jiaxun Yang <jiaxun.y...@flygoat.com> > To: James Hogan <jho...@kernel.org> > Cc: Ralf Baechle <r...@linux-mips.org>, linux-m...@linux-mips.org, Huacai >

Re: [PATCH v5 5/5] MAINTAINERS: Add entry for Lemote YeeLoong Extra Driver

2017-12-20 Thread Ralf Baechle
On Sat, Dec 16, 2017 at 10:57:51PM +0800, Jiaxun Yang wrote: > Date: Sat, 16 Dec 2017 22:57:51 +0800 > From: Jiaxun Yang > To: James Hogan > Cc: Ralf Baechle , linux-m...@linux-mips.org, Huacai > Chan , linux-kernel@vger.kernel.org, Jiaxun Yang > > Subject: [PATCH v5

Re: [PATCH v2 0/6] MIPS: NT_PRFPREG regset handling fixes

2017-12-12 Thread Ralf Baechle
Thanks, applied. Ralf

Re: [PATCH v2 0/6] MIPS: NT_PRFPREG regset handling fixes

2017-12-12 Thread Ralf Baechle
Thanks, applied. Ralf

Re: [PATCH] MIPS: ath25: Avoid undefined early_serial_setup() without SERIAL_8250_CONSOLE

2017-11-14 Thread Ralf Baechle
On Tue, Nov 14, 2017 at 01:29:17PM +, Matt Redfearn wrote: > Currently MIPS allnoconfig with CONFIG_ATH25=y fails to link due to > missing support for early_serial_setup(): > > LD vmlinux > arch/mips/ath25/devices.o: In function ath25_serial_setup': > devices.c:(.init.text+0x68):

Re: [PATCH] MIPS: ath25: Avoid undefined early_serial_setup() without SERIAL_8250_CONSOLE

2017-11-14 Thread Ralf Baechle
On Tue, Nov 14, 2017 at 01:29:17PM +, Matt Redfearn wrote: > Currently MIPS allnoconfig with CONFIG_ATH25=y fails to link due to > missing support for early_serial_setup(): > > LD vmlinux > arch/mips/ath25/devices.o: In function ath25_serial_setup': > devices.c:(.init.text+0x68):

Re: [PATCH] watchdog: indydog: Add dependency on SGI_HAS_INDYDOG

2017-11-14 Thread Ralf Baechle
NDYDOG) implies SGI_HAS_INDYDOG > > So I think you can just do: > - depends on SGI_HAS_INDYDOG || (MIPS && COMPILE_TEST) > + depends on SGI_HAS_INDYDOG > > I.e. COMPILE_TEST isn't of any value in this case. I agree, due to the references to sgimc this driver wil

Re: [PATCH] watchdog: indydog: Add dependency on SGI_HAS_INDYDOG

2017-11-14 Thread Ralf Baechle
nk you can just do: > - depends on SGI_HAS_INDYDOG || (MIPS && COMPILE_TEST) > + depends on SGI_HAS_INDYDOG > > I.e. COMPILE_TEST isn't of any value in this case. I agree, due to the references to sgimc this driver will only compile for the platforms which set SGI_HAS_INDYD

Re: [PATCH 3/4] MIPS: Loongson64: Yeeloong add platform driver Yeeloong is a laptop with a MIPS Loongson 2F processor, AMD CS5536 chipset, and KB3310B controller.

2017-11-14 Thread Ralf Baechle
On Sun, Nov 12, 2017 at 02:36:16PM +0800, jiaxun.y...@flygoat.com wrote: > + asm(".set noreorder\n"); > + /* input enable */ > + outl(0x0800, (gpio_base | 0xA0)); > + /* revert the input */ > + outl(0x0800, (gpio_base | 0xA4)); > + /* event-int enable */ > +

Re: [PATCH 3/4] MIPS: Loongson64: Yeeloong add platform driver Yeeloong is a laptop with a MIPS Loongson 2F processor, AMD CS5536 chipset, and KB3310B controller.

2017-11-14 Thread Ralf Baechle
On Sun, Nov 12, 2017 at 02:36:16PM +0800, jiaxun.y...@flygoat.com wrote: > + asm(".set noreorder\n"); > + /* input enable */ > + outl(0x0800, (gpio_base | 0xA0)); > + /* revert the input */ > + outl(0x0800, (gpio_base | 0xA4)); > + /* event-int enable */ > +

Re: [PATCH 4/4] MIPS: Loongson64: Load platform device during boot This patch just add pdev during boot to load the platform driver

2017-11-14 Thread Ralf Baechle
On Sun, Nov 12, 2017 at 02:36:17PM +0800, jiaxun.y...@flygoat.com wrote: > From: Jiaxun Yang > > Signed-off-by: Jiaxun Yang > --- > arch/mips/loongson64/lemote-2f/Makefile | 2 +- > arch/mips/loongson64/lemote-2f/platform.c | 45 >

Re: [PATCH 4/4] MIPS: Loongson64: Load platform device during boot This patch just add pdev during boot to load the platform driver

2017-11-14 Thread Ralf Baechle
On Sun, Nov 12, 2017 at 02:36:17PM +0800, jiaxun.y...@flygoat.com wrote: > From: Jiaxun Yang > > Signed-off-by: Jiaxun Yang > --- > arch/mips/loongson64/lemote-2f/Makefile | 2 +- > arch/mips/loongson64/lemote-2f/platform.c | 45 > +++ > 2 files changed, 46

Re: [PATCH 3/4] MIPS: Loongson64: Yeeloong add platform driver Yeeloong is a laptop with a MIPS Loongson 2F processor, AMD CS5536 chipset, and KB3310B controller.

2017-11-14 Thread Ralf Baechle
On Sun, Nov 12, 2017 at 02:36:16PM +0800, jiaxun.y...@flygoat.com wrote: > Date: Sun, 12 Nov 2017 14:36:16 +0800 > From: jiaxun.y...@flygoat.com > To: r...@linux-mips.org > Cc: linux-m...@linux-mips.org, linux-kernel@vger.kernel.org, Jiaxun Yang > > Subject: [PATCH

Re: [PATCH 3/4] MIPS: Loongson64: Yeeloong add platform driver Yeeloong is a laptop with a MIPS Loongson 2F processor, AMD CS5536 chipset, and KB3310B controller.

2017-11-14 Thread Ralf Baechle
On Sun, Nov 12, 2017 at 02:36:16PM +0800, jiaxun.y...@flygoat.com wrote: > Date: Sun, 12 Nov 2017 14:36:16 +0800 > From: jiaxun.y...@flygoat.com > To: r...@linux-mips.org > Cc: linux-m...@linux-mips.org, linux-kernel@vger.kernel.org, Jiaxun Yang > > Subject: [PATCH 3/4] MIPS: Loongson64:

Re: [PATCH 2/4] MIPS: Loongson64: lemote-2f move ec_kb3310b.h to include dir and clean up To operate EC from platform driver, this head file need able to be include from anywhere. This patch just move

2017-11-13 Thread Ralf Baechle
On Sun, Nov 12, 2017 at 02:36:15PM +0800, jiaxun.y...@flygoat.com wrote: > Date: Sun, 12 Nov 2017 14:36:15 +0800 > From: jiaxun.y...@flygoat.com > To: r...@linux-mips.org > Cc: linux-m...@linux-mips.org, linux-kernel@vger.kernel.org, Jiaxun Yang > > Subject: [PATCH

Re: [PATCH 2/4] MIPS: Loongson64: lemote-2f move ec_kb3310b.h to include dir and clean up To operate EC from platform driver, this head file need able to be include from anywhere. This patch just move

2017-11-13 Thread Ralf Baechle
On Sun, Nov 12, 2017 at 02:36:15PM +0800, jiaxun.y...@flygoat.com wrote: > Date: Sun, 12 Nov 2017 14:36:15 +0800 > From: jiaxun.y...@flygoat.com > To: r...@linux-mips.org > Cc: linux-m...@linux-mips.org, linux-kernel@vger.kernel.org, Jiaxun Yang > > Subject: [PATCH 2/4] MIPS: Loongson64:

Re: [PATCH 1/4] MIPS: Lonngson64: Copy kernel command line from arcs_cmdline Since lemte-2f/marchtype.c need to get cmdline from loongson.h this patch simply copy kernel command line from arcs_cmdline

2017-11-13 Thread Ralf Baechle
On Sun, Nov 12, 2017 at 02:36:14PM +0800, jiaxun.y...@flygoat.com wrote: > Date: Sun, 12 Nov 2017 14:36:14 +0800 > From: jiaxun.y...@flygoat.com > To: r...@linux-mips.org > Cc: linux-m...@linux-mips.org, linux-kernel@vger.kernel.org, Jiaxun Yang > > Subject: [PATCH

Re: [PATCH 1/4] MIPS: Lonngson64: Copy kernel command line from arcs_cmdline Since lemte-2f/marchtype.c need to get cmdline from loongson.h this patch simply copy kernel command line from arcs_cmdline

2017-11-13 Thread Ralf Baechle
On Sun, Nov 12, 2017 at 02:36:14PM +0800, jiaxun.y...@flygoat.com wrote: > Date: Sun, 12 Nov 2017 14:36:14 +0800 > From: jiaxun.y...@flygoat.com > To: r...@linux-mips.org > Cc: linux-m...@linux-mips.org, linux-kernel@vger.kernel.org, Jiaxun Yang > > Subject: [PATCH 1/4] MIPS: Lonngson64: Copy

Re: [PATCH 10/13] timer: Remove expires and data arguments from DEFINE_TIMER

2017-10-09 Thread Ralf Baechle
> sound/oss/soundcard.c | 2 +- > sound/oss/sys_timer.c | 2 +- > sound/oss/uart6850.c | 2 +- > 47 files changed, 54 insertions(+), 54 deletions(-) Acked-by: Ralf Baechle <r...@linux-mips.org> Thanks, Ralf

Re: [PATCH 10/13] timer: Remove expires and data arguments from DEFINE_TIMER

2017-10-09 Thread Ralf Baechle
2 +- > sound/oss/sys_timer.c | 2 +- > sound/oss/uart6850.c | 2 +- > 47 files changed, 54 insertions(+), 54 deletions(-) Acked-by: Ralf Baechle Thanks, Ralf

Re: [PATCH 09/13] timer: Remove users of expire and data arguments to DEFINE_TIMER

2017-10-09 Thread Ralf Baechle
uses mod_timer(), > never add_timer(), so the preset expires value is ignored). Set both > sets of arguments to zero. > > Cc: Ralf Baechle <r...@linux-mips.org> > Cc: Wim Van Sebroeck <w...@iguana.be> > Cc: Guenter Roeck <li...@roeck-us.net> > Cc: Geert Uytt

Re: [PATCH 09/13] timer: Remove users of expire and data arguments to DEFINE_TIMER

2017-10-09 Thread Ralf Baechle
uses mod_timer(), > never add_timer(), so the preset expires value is ignored). Set both > sets of arguments to zero. > > Cc: Ralf Baechle > Cc: Wim Van Sebroeck > Cc: Guenter Roeck > Cc: Geert Uytterhoeven > Cc: linux-m...@linux-mips.org > Cc: linux-watch...@

Re: [PATCH] mm, arch: remove empty_bad_page*

2017-10-05 Thread Ralf Baechle
Yoshinori Sato <ys...@users.sourceforge.jp> > Cc: Ralf Baechle <r...@linux-mips.org> > Cc: David Howells <dhowe...@redhat.com> > Cc: Rich Felker <dal...@libc.org> > Cc: Jeff Dike <jd...@addtoit.com> > Cc: Richard Weinberger <rich...@nod.at> >

Re: [PATCH] mm, arch: remove empty_bad_page*

2017-10-05 Thread Ralf Baechle
straightforward due to many > code movements - traces disappear around 2.4 times. > > Anyway no code really references neither empty_bad_page nor > empty_bad_pte_table. We only allocate the storage which is not used by > anybody so remove them. > > Cc: Yoshinori Sato > Cc:

Re: [PATCH] MIPS: ath79: support devicetree selection

2017-09-06 Thread Ralf Baechle
On Fri, Aug 18, 2017 at 05:32:42PM +0200, Rocco Folino wrote: > Allow to choose devicetrees from Kconfig. > > Signed-off-by: Rocco Folino > --- > arch/mips/ath79/Kconfig | 44 > + > arch/mips/boot/dts/qca/Makefile | 10

Re: [PATCH] MIPS: ath79: support devicetree selection

2017-09-06 Thread Ralf Baechle
On Fri, Aug 18, 2017 at 05:32:42PM +0200, Rocco Folino wrote: > Allow to choose devicetrees from Kconfig. > > Signed-off-by: Rocco Folino > --- > arch/mips/ath79/Kconfig | 44 > + > arch/mips/boot/dts/qca/Makefile | 10 +- > 2 files

Re: [PATCH 24/31] mips/sgi-ip22: Use separate static data field with with static timer

2017-09-01 Thread Ralf Baechle
Acked-by: Ralf Baechle <r...@linux-mips.org> Ralf

Re: [PATCH 24/31] mips/sgi-ip22: Use separate static data field with with static timer

2017-09-01 Thread Ralf Baechle
Acked-by: Ralf Baechle Ralf

Re: [PATCH 23/31] mips/sgi-ip32: Use separate static data field with with static timer

2017-09-01 Thread Ralf Baechle
Acked-by: Ralf Baechle <r...@linux-mips.org> Ralf

Re: [PATCH 23/31] mips/sgi-ip32: Use separate static data field with with static timer

2017-09-01 Thread Ralf Baechle
Acked-by: Ralf Baechle Ralf

Re: [PATCH v2 2/7] MIPS: numa: Remove the unused parent_node() macro

2017-09-01 Thread Ralf Baechle
On Fri, Sep 01, 2017 at 10:56:34AM +0800, Dou Liyang wrote: > Commit a7be6e5a7f8d ("mm: drop useless local parameters of > __register_one_node()") removes the last user of parent_node(). > > The parent_node() macros in both IP27 and Loongson64 are unnecessary. > > Remove it for cleanup. I

Re: [PATCH v2 2/7] MIPS: numa: Remove the unused parent_node() macro

2017-09-01 Thread Ralf Baechle
On Fri, Sep 01, 2017 at 10:56:34AM +0800, Dou Liyang wrote: > Commit a7be6e5a7f8d ("mm: drop useless local parameters of > __register_one_node()") removes the last user of parent_node(). > > The parent_node() macros in both IP27 and Loongson64 are unnecessary. > > Remove it for cleanup. I

Re: [PATCH 23/31] mips/sgi-ip32: Use separate static data field with with static timer

2017-09-01 Thread Ralf Baechle
On Thu, Aug 31, 2017 at 04:29:35PM -0700, Kees Cook wrote: > In preparation for changing the timer callback argument to the timer > pointer, move to a separate static data variable. > > Cc: Ralf Baechle <r...@linux-mips.org> > Cc: Ingo Molnar <mi...@kernel.org> > Cc

Re: [PATCH 23/31] mips/sgi-ip32: Use separate static data field with with static timer

2017-09-01 Thread Ralf Baechle
On Thu, Aug 31, 2017 at 04:29:35PM -0700, Kees Cook wrote: > In preparation for changing the timer callback argument to the timer > pointer, move to a separate static data variable. > > Cc: Ralf Baechle > Cc: Ingo Molnar > Cc: Arnd Bergmann > Cc: linux-m...@linux-

Re: [PATCH 24/31] mips/sgi-ip22: Use separate static data field with with static timer

2017-09-01 Thread Ralf Baechle
On Thu, Aug 31, 2017 at 04:29:36PM -0700, Kees Cook wrote: > In preparation for changing the timer callback argument to the timer > pointer, move to a separate static data variable. > > Cc: Ralf Baechle <r...@linux-mips.org> > Cc: James Hogan <james.ho...@imgtec.co

Re: [PATCH 24/31] mips/sgi-ip22: Use separate static data field with with static timer

2017-09-01 Thread Ralf Baechle
On Thu, Aug 31, 2017 at 04:29:36PM -0700, Kees Cook wrote: > In preparation for changing the timer callback argument to the timer > pointer, move to a separate static data variable. > > Cc: Ralf Baechle > Cc: James Hogan > Cc: Ingo Molnar > Cc: Paul Gortmaker > Cc: l

Re: [PATCH 3/4] i825xx: switch to switch to dma_alloc_attrs

2017-08-26 Thread Ralf Baechle
On Sat, Aug 26, 2017 at 09:21:24AM +0200, Christoph Hellwig wrote: Adding Thomas Bogendoerfer , the author of sni_82596.c to cc. > This way we can always pass DMA_ATTR_NON_CONSISTENT, the SNI mips version > will simply ignore the flag. > > Signed-off-by: Christoph

Re: [PATCH 3/4] i825xx: switch to switch to dma_alloc_attrs

2017-08-26 Thread Ralf Baechle
On Sat, Aug 26, 2017 at 09:21:24AM +0200, Christoph Hellwig wrote: Adding Thomas Bogendoerfer , the author of sni_82596.c to cc. > This way we can always pass DMA_ATTR_NON_CONSISTENT, the SNI mips version > will simply ignore the flag. > > Signed-off-by: Christoph Hellwig > --- >

Re: [PATCH 1/4] sgiseeq: switch to dma_alloc_attrs

2017-08-26 Thread Ralf Baechle
On Sat, Aug 26, 2017 at 09:21:22AM +0200, Christoph Hellwig wrote: Looks good, Acked-by: Ralf Baechle <r...@linux-mips.org> Ralf

Re: [PATCH 1/4] sgiseeq: switch to dma_alloc_attrs

2017-08-26 Thread Ralf Baechle
On Sat, Aug 26, 2017 at 09:21:22AM +0200, Christoph Hellwig wrote: Looks good, Acked-by: Ralf Baechle Ralf

Re: linux-next: manual merge of the userns tree with the mips tree

2017-08-07 Thread Ralf Baechle
On Tue, Aug 08, 2017 at 03:10:04PM +1000, Stephen Rothwell wrote: (Maciej added to cc.) > Hi Eric, > > Today's linux-next merge of the userns tree got a conflict in: > > arch/mips/kernel/traps.c > > between commit: > > 260a789828aa ("MIPS: signal: Remove unreachable code from >

Re: linux-next: manual merge of the userns tree with the mips tree

2017-08-07 Thread Ralf Baechle
On Tue, Aug 08, 2017 at 03:10:04PM +1000, Stephen Rothwell wrote: (Maciej added to cc.) > Hi Eric, > > Today's linux-next merge of the userns tree got a conflict in: > > arch/mips/kernel/traps.c > > between commit: > > 260a789828aa ("MIPS: signal: Remove unreachable code from >

Re: [PATCH v6] MIPS: NI 169445 board support

2017-08-07 Thread Ralf Baechle
On Mon, Aug 07, 2017 at 10:24:05AM -0700, Paul Burton wrote: > One possibility would be for us to split the board portions of vmlinux.its.S > out into a file per-board, perhaps board-boston.its.S, board-ni169445.its.S > etc. The build process would then have to concatenate the right files to >

Re: [PATCH v6] MIPS: NI 169445 board support

2017-08-07 Thread Ralf Baechle
On Mon, Aug 07, 2017 at 10:24:05AM -0700, Paul Burton wrote: > One possibility would be for us to split the board portions of vmlinux.its.S > out into a file per-board, perhaps board-boston.its.S, board-ni169445.its.S > etc. The build process would then have to concatenate the right files to >

Re: [PATCH 4/7] signal/mips: Document a conflict with SI_USER with SIGFPE

2017-08-07 Thread Ralf Baechle
On Mon, Aug 07, 2017 at 10:41:39AM -0700, Linus Torvalds wrote: > On Mon, Aug 7, 2017 at 9:18 AM, Maciej W. Rozycki wrote: > > > > So what would be the right value of `si_code' to use here for such an > > unexpected exception condition? I think `BUG()' would be too big a > >

Re: [PATCH 4/7] signal/mips: Document a conflict with SI_USER with SIGFPE

2017-08-07 Thread Ralf Baechle
On Mon, Aug 07, 2017 at 10:41:39AM -0700, Linus Torvalds wrote: > On Mon, Aug 7, 2017 at 9:18 AM, Maciej W. Rozycki wrote: > > > > So what would be the right value of `si_code' to use here for such an > > unexpected exception condition? I think `BUG()' would be too big a > > hammer here. Or

Re: [PATCH v6] MIPS: NI 169445 board support

2017-08-07 Thread Ralf Baechle
On Tue, Jul 18, 2017 at 01:29:09PM -0500, Nathan Sullivan wrote: > Support the National Instruments 169445 board. Thanks, applied with minor changes: > --- a/arch/mips/boot/dts/Makefile > +++ b/arch/mips/boot/dts/Makefile > @@ -4,6 +4,7 @@ dts-dirs += img > dts-dirs += ingenic >

Re: [PATCH v6] MIPS: NI 169445 board support

2017-08-07 Thread Ralf Baechle
On Tue, Jul 18, 2017 at 01:29:09PM -0500, Nathan Sullivan wrote: > Support the National Instruments 169445 board. Thanks, applied with minor changes: > --- a/arch/mips/boot/dts/Makefile > +++ b/arch/mips/boot/dts/Makefile > @@ -4,6 +4,7 @@ dts-dirs += img > dts-dirs += ingenic >

Re: [PATCH v4 05/16] MIPS: math-emu: <MAX|MAXA|MIN|MINA>.<D|S>: Fix quiet NaN propagation

2017-08-07 Thread Ralf Baechle
On Thu, Jul 27, 2017 at 06:08:48PM +0200, Aleksandar Markovic wrote: This is a mindbogglingly big series of FP fixes. There's always a risk associated with fixes so I'd prefer if they could wait for 4.14. For now I'm going to apply them to my 4.14 branch but let me know if you think they are

Re: [PATCH v4 05/16] MIPS: math-emu: .: Fix quiet NaN propagation

2017-08-07 Thread Ralf Baechle
On Thu, Jul 27, 2017 at 06:08:48PM +0200, Aleksandar Markovic wrote: This is a mindbogglingly big series of FP fixes. There's always a risk associated with fixes so I'd prefer if they could wait for 4.14. For now I'm going to apply them to my 4.14 branch but let me know if you think they are

Re: [PATCH 2/2] MIPS: ralink: mt7620: Add missing header

2017-07-18 Thread Ralf Baechle
On Tue, Jul 18, 2017 at 02:25:46PM +0100, Harvey Hunt wrote: > Fix a build error caused by not including . > > The following compilation errors are caused by the missing header: > > arch/mips/ralink/mt7620.c: In function ‘mt7620_get_cpu_pll_rate’: > arch/mips/ralink/mt7620.c:431:2: error:

Re: [PATCH 2/2] MIPS: ralink: mt7620: Add missing header

2017-07-18 Thread Ralf Baechle
On Tue, Jul 18, 2017 at 02:25:46PM +0100, Harvey Hunt wrote: > Fix a build error caused by not including . > > The following compilation errors are caused by the missing header: > > arch/mips/ralink/mt7620.c: In function ‘mt7620_get_cpu_pll_rate’: > arch/mips/ralink/mt7620.c:431:2: error:

Re: [PATCH 1/2] MIPS: ralink: Fix build error due to missing header

2017-07-18 Thread Ralf Baechle
On Tue, Jul 18, 2017 at 02:25:45PM +0100, Harvey Hunt wrote: > Previously, was included before ralink_regs.h in all > ralink files - leading to being implicitly included. > > After commit 26dd3e4ff9ac ("MIPS: Audit and remove any unnecessary > uses of module.h") removed the inclusion of

Re: [PATCH 1/2] MIPS: ralink: Fix build error due to missing header

2017-07-18 Thread Ralf Baechle
On Tue, Jul 18, 2017 at 02:25:45PM +0100, Harvey Hunt wrote: > Previously, was included before ralink_regs.h in all > ralink files - leading to being implicitly included. > > After commit 26dd3e4ff9ac ("MIPS: Audit and remove any unnecessary > uses of module.h") removed the inclusion of

Re: [PATCH v3 01/18] clk: ingenic: Use const pointer to clk_ops in struct

2017-07-13 Thread Ralf Baechle
On Thu, Jul 13, 2017 at 12:07:25PM +0200, Paul Cercueil wrote: > > Sorry I forgot, did you want an ack for these clk patches or for > > me to take them through clk tree. If it's the ack case, > > > > Acked-by: Stephen Boyd > > > > for patches 1 through 6. > > I think

Re: [PATCH v3 01/18] clk: ingenic: Use const pointer to clk_ops in struct

2017-07-13 Thread Ralf Baechle
On Thu, Jul 13, 2017 at 12:07:25PM +0200, Paul Cercueil wrote: > > Sorry I forgot, did you want an ack for these clk patches or for > > me to take them through clk tree. If it's the ack case, > > > > Acked-by: Stephen Boyd > > > > for patches 1 through 6. > > I think ACK; then Ralf can take

Re: [PATCH v5 05/14] MIPS: ingenic: Enable pinctrl for all ingenic SoCs

2017-07-03 Thread Ralf Baechle
On Mon, Jul 03, 2017 at 11:07:09AM +0200, Linus Walleij wrote: > > There has been no word from Ralf, is this going into 4.13? Acked-by: Ralf Baechle <r...@linux-mips.org> for the whole series. Thanks, Ralf

Re: [PATCH v5 05/14] MIPS: ingenic: Enable pinctrl for all ingenic SoCs

2017-07-03 Thread Ralf Baechle
On Mon, Jul 03, 2017 at 11:07:09AM +0200, Linus Walleij wrote: > > There has been no word from Ralf, is this going into 4.13? Acked-by: Ralf Baechle for the whole series. Thanks, Ralf

Re: [RESEND PATCH] MIPS: head: Reorder instructions missing a delay slot

2017-06-27 Thread Ralf Baechle
On Tue, Jun 27, 2017 at 07:22:16PM +, Karl Beldan wrote: > In this sequence the 'move' is assumed in the delay slot of the 'beq', > but head.S is in reorder mode and the former gets pushed one 'nop' > farther by the assembler. > > The corrected behavior made booting with an UHI supplied dtb

Re: [RESEND PATCH] MIPS: head: Reorder instructions missing a delay slot

2017-06-27 Thread Ralf Baechle
On Tue, Jun 27, 2017 at 07:22:16PM +, Karl Beldan wrote: > In this sequence the 'move' is assumed in the delay slot of the 'beq', > but head.S is in reorder mode and the former gets pushed one 'nop' > farther by the assembler. > > The corrected behavior made booting with an UHI supplied dtb

Re: [PATCH] pci: Add and use PCI_GENERIC_SETUP Kconfig entry

2017-06-27 Thread Ralf Baechle
On Mon, Jun 26, 2017 at 01:27:56PM -0700, Palmer Dabbelt wrote: Acked-by: Ralf Baechle <r...@linux-mips.org> Thanks, Ralf

Re: [PATCH] pci: Add and use PCI_GENERIC_SETUP Kconfig entry

2017-06-27 Thread Ralf Baechle
On Mon, Jun 26, 2017 at 01:27:56PM -0700, Palmer Dabbelt wrote: Acked-by: Ralf Baechle Thanks, Ralf

Re: [PATCH 1/6] MIPS: do not use __GFP_REPEAT for order-0 request

2017-06-23 Thread Ralf Baechle
Feel free to funnel this upstream with the rest of your series. Acked-by: Ralf Baechle <r...@linux-mips.org> Thanks, Ralf

Re: [PATCH 1/6] MIPS: do not use __GFP_REPEAT for order-0 request

2017-06-23 Thread Ralf Baechle
Feel free to funnel this upstream with the rest of your series. Acked-by: Ralf Baechle Thanks, Ralf

Re: [PATCH V5 6/9] MIPS: Loongson-3: support irq_set_affinity() in i8259 chip

2017-06-15 Thread Ralf Baechle
On Thu, Jun 15, 2017 at 10:31:05AM +0800, Huacai Chen wrote: > With this patch we can set irq affinity via procfs, so as to improve > network performance. > > Signed-off-by: Huacai Chen > --- > arch/mips/include/asm/irq.h | 3 ++ >

Re: [PATCH V5 6/9] MIPS: Loongson-3: support irq_set_affinity() in i8259 chip

2017-06-15 Thread Ralf Baechle
On Thu, Jun 15, 2017 at 10:31:05AM +0800, Huacai Chen wrote: > With this patch we can set irq affinity via procfs, so as to improve > network performance. > > Signed-off-by: Huacai Chen > --- > arch/mips/include/asm/irq.h | 3 ++ > arch/mips/loongson64/loongson-3/irq.c | 62 >

Re: [PATCH v6 3/4] remoteproc/MIPS: Add a remoteproc driver for MIPS

2017-06-14 Thread Ralf Baechle
ping again ... Ralf On Mon, Apr 03, 2017 at 11:11:04AM +0100, Matt Redfearn wrote: > Hi Bjorn, > > Please could you provide any comments / review on this driver? > > Thanks, > > Matt > > > On 23/03/17 16:37, Matt Redfearn wrote: > > This driver allows a MIPS processor offlined from Linux

Re: [PATCH v6 3/4] remoteproc/MIPS: Add a remoteproc driver for MIPS

2017-06-14 Thread Ralf Baechle
ping again ... Ralf On Mon, Apr 03, 2017 at 11:11:04AM +0100, Matt Redfearn wrote: > Hi Bjorn, > > Please could you provide any comments / review on this driver? > > Thanks, > > Matt > > > On 23/03/17 16:37, Matt Redfearn wrote: > > This driver allows a MIPS processor offlined from Linux

Re: [PATCH v2 0/5] MIPS: Implement eBPF JIT.

2017-06-14 Thread Ralf Baechle
On Tue, Jun 13, 2017 at 03:28:42PM -0700, David Daney wrote: > Changes in v2: > > - Squash a couple of the uasm cleanups. > > - Make insn_table_MM const (suggested by Matt Redfearn) > > - Put the eBPF in its own source file (should fix build > warnings/errors on 32-bit kernel

Re: [PATCH v2 0/5] MIPS: Implement eBPF JIT.

2017-06-14 Thread Ralf Baechle
On Tue, Jun 13, 2017 at 03:28:42PM -0700, David Daney wrote: > Changes in v2: > > - Squash a couple of the uasm cleanups. > > - Make insn_table_MM const (suggested by Matt Redfearn) > > - Put the eBPF in its own source file (should fix build > warnings/errors on 32-bit kernel

Re: [PATCH 7/7] MIPS: Use generic libgcc intrinsics

2017-06-09 Thread Ralf Baechle
ff-by: Palmer Dabbelt <pal...@dabbelt.com> Thanks, nice cleanup! Acked-by: Ralf Baechle <r...@linux-mips.org> Ralf

Re: [PATCH 7/7] MIPS: Use generic libgcc intrinsics

2017-06-09 Thread Ralf Baechle
s, nice cleanup! Acked-by: Ralf Baechle Ralf

Re: [PATCH 0/4] MMC support for Octeon platforms.

2017-04-25 Thread Ralf Baechle
On Mon, Apr 24, 2017 at 09:56:42PM +0200, Ulf Hansson wrote: > Thanks, applied patch 1->3. Patch 4 is for the MIPS SoC maintainer, > unless I get an ack for it. Here's the Ack for patch 4: Acked-by: Ralf Baechle <r...@linux-mips.org> Ralf

Re: [PATCH 0/4] MMC support for Octeon platforms.

2017-04-25 Thread Ralf Baechle
On Mon, Apr 24, 2017 at 09:56:42PM +0200, Ulf Hansson wrote: > Thanks, applied patch 1->3. Patch 4 is for the MIPS SoC maintainer, > unless I get an ack for it. Here's the Ack for patch 4: Acked-by: Ralf Baechle Ralf

Re: [PATCH] MAINTAINERS: Update email-id of Rahul Bedarkar

2017-04-18 Thread Ralf Baechle
On Tue, Apr 18, 2017 at 02:04:36PM +0530, Rahul Bedarkar wrote: > I'm no longer with Imagination Technologies. I am still interested in > maintaining or reviewing DTS patches for Ci40 if any. Update email-id > to an active one. > > Signed-off-by: Rahul Bedarkar > ---

Re: [PATCH] MAINTAINERS: Update email-id of Rahul Bedarkar

2017-04-18 Thread Ralf Baechle
On Tue, Apr 18, 2017 at 02:04:36PM +0530, Rahul Bedarkar wrote: > I'm no longer with Imagination Technologies. I am still interested in > maintaining or reviewing DTS patches for Ci40 if any. Update email-id > to an active one. > > Signed-off-by: Rahul Bedarkar > --- > I'm not sure via which

Re: [PATCH] MIPS: clockevent drivers: set ->min_delta_ticks and ->max_delta_ticks

2017-04-12 Thread Ralf Baechle
; clockevents core still looks exclusively at the (untouched) ->min_delta_ns > and ->max_delta_ns. As soon as this has changed, a followup patch will > purge the initialization of ->min_delta_ns and ->max_delta_ns from these > drivers. > > Signed-off-by: Nicolai Stange <nicst

Re: [PATCH] MIPS: clockevent drivers: set ->min_delta_ticks and ->max_delta_ticks

2017-04-12 Thread Ralf Baechle
; clockevents core still looks exclusively at the (untouched) ->min_delta_ns > and ->max_delta_ns. As soon as this has changed, a followup patch will > purge the initialization of ->min_delta_ns and ->max_delta_ns from these > drivers. > > Signed-off-by: Nicolai Stange Acked-by: Ralf Baechle Feel free to push this to Linus. Ralf

Re: [PATCH] MIPS: smp-cps: Fix potentially uninitialised value of core

2017-04-12 Thread Ralf Baechle
Thanks, applied. Ralf

Re: [PATCH] MIPS: smp-cps: Fix potentially uninitialised value of core

2017-04-12 Thread Ralf Baechle
Thanks, applied. Ralf

Re: [PATCH] MIPS: generic: Enable Root FS on NFS in generic_defconfig

2017-04-12 Thread Ralf Baechle
Thanks, applied. Ralf

Re: [PATCH] MIPS: generic: Enable Root FS on NFS in generic_defconfig

2017-04-12 Thread Ralf Baechle
Thanks, applied. Ralf

Re: [PATCH] MIPS: Remove dead define of ST_OFF

2017-04-10 Thread Ralf Baechle
Thanks, applied. Ralf

Re: [PATCH] MIPS: Remove dead define of ST_OFF

2017-04-10 Thread Ralf Baechle
Thanks, applied. Ralf

Re: [PATCH] MIPS: perf: fix deadlock

2017-04-10 Thread Ralf Baechle
Thanks, applied. Ralf

Re: [PATCH] MIPS: perf: fix deadlock

2017-04-10 Thread Ralf Baechle
Thanks, applied. Ralf

Re: [PATCH v2] MIPS: Malta: Fix i8259 irqchip setup

2017-04-10 Thread Ralf Baechle
On Thu, Apr 06, 2017 at 04:58:09PM +0100, Matt Redfearn wrote: Thanks, applied. Ralf

Re: [PATCH v2] MIPS: Malta: Fix i8259 irqchip setup

2017-04-10 Thread Ralf Baechle
On Thu, Apr 06, 2017 at 04:58:09PM +0100, Matt Redfearn wrote: Thanks, applied. Ralf

Re: [PATCH] MIPS: IRQ Stack: Unwind IRQ stack onto task stack

2017-04-04 Thread Ralf Baechle
On Tue, Apr 04, 2017 at 01:58:04PM +0200, Jason A. Donenfeld wrote: > This indeed is useful. Out of curiosity, are other archs using a > similar technique? In anycase, > > Acked-by: Jason A. Donenfeld Unfortunately MIPS doesn't have anything like a frame pointer or similar to

Re: [PATCH] MIPS: IRQ Stack: Unwind IRQ stack onto task stack

2017-04-04 Thread Ralf Baechle
On Tue, Apr 04, 2017 at 01:58:04PM +0200, Jason A. Donenfeld wrote: > This indeed is useful. Out of curiosity, are other archs using a > similar technique? In anycase, > > Acked-by: Jason A. Donenfeld Unfortunately MIPS doesn't have anything like a frame pointer or similar to make backtracing

Re: [PATCH 1/2] MIPS: Malta: Fix i8259 irqchip setup

2017-03-31 Thread Ralf Baechle
On Fri, Mar 31, 2017 at 12:05:31PM +0100, Matt Redfearn wrote: > diff --git a/arch/mips/mti-malta/malta-int.c b/arch/mips/mti-malta/malta-int.c > index cb675ec6f283..474b372e0dd9 100644 > --- a/arch/mips/mti-malta/malta-int.c > +++ b/arch/mips/mti-malta/malta-int.c > @@ -232,6 +232,19 @@ void

Re: [PATCH 1/2] MIPS: Malta: Fix i8259 irqchip setup

2017-03-31 Thread Ralf Baechle
On Fri, Mar 31, 2017 at 12:05:31PM +0100, Matt Redfearn wrote: > diff --git a/arch/mips/mti-malta/malta-int.c b/arch/mips/mti-malta/malta-int.c > index cb675ec6f283..474b372e0dd9 100644 > --- a/arch/mips/mti-malta/malta-int.c > +++ b/arch/mips/mti-malta/malta-int.c > @@ -232,6 +232,19 @@ void

Re: [PATCH 2/2] irqchip/mips-gic: Fix Local compare interrupt

2017-03-31 Thread Ralf Baechle
24 to the timer, 26 to > the FDC). To fix this, map all of these local interrupts in the hardware > order so as to associate their virq numbers with the correct hw > interrupts. > > Fixes: 4cfffcfa5106 ("irqchip/mips-gic: Fix local interrupts") > Signed-off-by: Matt Redfearn <matt.redfe...@imgtec.com> Acked-by: Ralf Baechle <r...@linux-mips.org> Ralf

  1   2   3   4   5   6   7   8   9   10   >