RE: [PATCH 2/2] MAINTAINERS: Set myself as Goldfish RTC maintainer

2020-11-16 Thread Miodrag Dinic
nux-m...@vger.kernel.org Cc: Miodrag Dinic ; Alessandro Zummo ; Alexandre Belloni ; linux-kernel@vger.kernel.org; linux-...@vger.kernel.org Subject: Re: [PATCH 2/2] MAINTAINERS: Set myself as Goldfish RTC maintainer Hello! On 11/14/20 4:09 PM, Jiaxun Yang wrote: > While Gildfish platform i

RE: [PATCH v2] MIPS: Add nonxstack=on|off kernel parameter

2017-12-07 Thread Miodrag Dinic
s. > If you really need something, at a minimum, use the same parameter name > that x86 uses. Sure, I agree, this was my dilemma as well, we will update the parameter name to be "noexec". Kind regards, Miodrag From: Paul Burton [paul.bur...@mips.com] Sent: Wednesday,

RE: [PATCH v2] MIPS: Add nonxstack=on|off kernel parameter

2017-12-01 Thread Miodrag Dinic
: Miodrag Dinic Sent: Thursday, November 30, 2017 2:06 PM To: James Hogan Cc: David Daney; Aleksandar Markovic; linux-m...@linux-mips.org; Aleksandar Markovic; Andrew Morton; DengCheng Zhu; Ding Tianhong; Douglas Leung; Frederic Weisbecker; Goran Ferenc; Ingo Molnar; James Cowgill; Jonathan Corbet

RE: [PATCH v2] MIPS: Add nonxstack=on|off kernel parameter

2017-11-30 Thread Miodrag Dinic
rs without RIXI, which are practically all processors with MIPS ISA R < 6. We would like to have an option to override this and force non-executable mappings for such systems. Kind regards, Miodrag ____ From: James Hogan Sent: Thursday, November 30, 2017 11:

RE: [PATCH v2] MIPS: Add nonxstack=on|off kernel parameter

2017-11-30 Thread Miodrag Dinic
d CPU revisions which do not have RIXI support. Kind regards, Miodrag From: David Daney [dda...@caviumnetworks.com] Sent: Tuesday, November 21, 2017 9:53 PM To: Aleksandar Markovic; linux-m...@linux-mips.org Cc: Miodrag Dinic; Aleksandar Markovic; Andrew M

RE: [PATCH] tty: goldfish: Enable 'earlycon' only if built-in

2017-11-30 Thread Miodrag Dinic
Thank you Sebastian, Reviewed-by: Miodrag Dinic Acked-by: Miodrag Dinic Kind regards, Miodrag From: Sebastian Andrzej Siewior Sent: Thursday, November 30, 2017 9:16:31 AM (UTC+01:00) Belgrade, Bratislava, Budapest, Ljubljana, Prague To: linux-kernel

RE: [PATCH v6 5/5] MIPS: ranchu: Add Ranchu as a new generic-based board

2017-11-03 Thread Miodrag Dinic
_ From: Paul Burton [paul.bur...@mips.com] Sent: Thursday, November 2, 2017 9:49 PM To: Miodrag Dinic Cc: Aleksandar Markovic; linux-m...@linux-mips.org; Goran Ferenc; Aleksandar Markovic; David S. Miller; Douglas Leung; Greg Kroah-Hartman; James Hogan; linux-kernel@vger.kernel.

RE: [PATCH v6 5/5] MIPS: ranchu: Add Ranchu as a new generic-based board

2017-11-02 Thread Miodrag Dinic
.data = &__mips_mach_ranchu, > > + }, > > +}; > > Could you move ranchu_of_match before the MIPS_MACHINE & drop the forward > declaration? That would feel tidier to me. It could also be marked as > __initdata. We can not remove the forward declarat

RE: [PATCH v6 5/5] MIPS: ranchu: Add Ranchu as a new generic-based board

2017-11-02 Thread Miodrag Dinic
Hello James, sorry for a late reply, please find the answers in-lined : > On Mon, Oct 30, 2017 at 12:56:36PM +0100, Aleksandar Markovic wrote: > > From: Miodrag Dinic > > > > Provide amendments to the MIPS generic platform framework so that > > the new generic-based

RE: [PATCH v6 2/5] irqchip/irq-goldfish-pic: Add Goldfish PIC driver

2017-11-01 Thread Miodrag Dinic
ill be addressed in V7. Kind regards, Miodrag From: Marc Zyngier [marc.zyng...@arm.com] Sent: Tuesday, October 31, 2017 3:26 AM To: Aleksandar Markovic Cc: linux-m...@linux-mips.org; Miodrag Dinic; Goran Ferenc; Aleksandar Markovic; David S. Miller; Douglas Leung;

RE: [PATCH v5 2/5] irqchip/irq-goldfish-pic: Add Goldfish PIC driver

2017-10-23 Thread Miodrag Dinic
examples everywhere in the irqchip directory. It will be addressed in V6. Thank you. Kind regards, Miodrag From: Marc Zyngier [marc.zyng...@arm.com] Sent: Monday, October 23, 2017 10:20 AM To: Aleksandar Markovic Cc: linux-m...@linux-mips.org; Miodrag Dinic;

RE: [PATCH] MIPS: kernel: proc: Remove spurious white space in cpuinfo

2017-10-23 Thread Miodrag Dinic
; James Hogan; linux-kernel@vger.kernel.org; Maciej W. Rozycki; Miodrag Dinic; Paul Burton; Paul Burton; Petar Jovanovic; Raghu Gandham; Ralf Baechle Subject: Re: [PATCH] MIPS: kernel: proc: Remove spurious white space in cpuinfo On 10/20/2017 01:47 PM, Maciej W. Rozycki wrote: > On Fri, 20 Oct 2

RE: [PATCH 1/2] tty: goldfish: Use streaming DMA for r/w operations on Ranchu platforms

2017-08-23 Thread Miodrag Dinic
te changes and submit the next patch version soon. Kind regards, Miodrag From: Dan Carpenter [dan.carpen...@oracle.com] Sent: Tuesday, August 22, 2017 9:00 PM To: Aleksandar Markovic Cc: linux-kernel@vger.kernel.org; gre...@linuxfoundation.org; jsl...@s

RE: [PATCH v3 2/8] MIPS: ranchu: Add Goldfish RTC driver

2017-08-11 Thread Miodrag Dinic
c Cc: linux-m...@linux-mips.org; Miodrag Dinic; Goran Ferenc; Aleksandar Markovic; Alessandro Zummo; Bo Hu; David S. Miller; Douglas Leung; Greg Kroah-Hartman; James Hogan; Jin Qian; linux-kernel@vger.kernel.org; linux-...@vger.kernel.org; Mauro Carvalho Chehab; Paul Burton; Petar Jovanovic; R

RE: [PATCH v2 04/10] MIPS: ranchu: Add Goldfish PIC driver

2017-07-06 Thread Miodrag Dinic
Cc: Aleksandar Markovic; Miodrag Dinic; Goran Ferenc; David S. Miller; Douglas Leung; Greg Kroah-Hartman; James Hogan; Jason Cooper; linux-kernel@vger.kernel.org; Martin K. Petersen; Mauro Carvalho Chehab; Paul Burton; Petar Jovanovic; Raghu Gandham; Thomas Gleixner Subject: Re: [PATCH v2 04/10] MIP

RE: [PATCH v2 02/10] MIPS: ranchu: Add Goldfish RTC driver

2017-07-06 Thread Miodrag Dinic
currently it does not support alarm features, but we are considering to implement it in some other iteration. Maybe we will introduce it in the next version if not we will remove the IRQ handling. Thanks. > > + qrtc->rtc = devm_rtc_device_register(&pdev->dev, pdev->name,

RE: [PATCH v2 06/10] Documentation: Add device tree binding for Goldfish FB driver

2017-07-06 Thread Miodrag Dinic
rkovic Cc: Linux-MIPS; Aleksandar Markovic; Miodrag Dinic; Goran Ferenc; devicet...@vger.kernel.org; Douglas Leung; James Hogan; linux-kernel@vger.kernel.org; Mark Rutland; Paul Burton; Petar Jovanovic; Raghu Gandham Subject: Re: [PATCH v2 06/10] Documentation: Add device tree binding for Goldfish F

RE: [PATCH v2 03/10] Documentation: Add device tree binding for Goldfish PIC driver

2017-07-06 Thread Miodrag Dinic
s apply as for Goldfish PIC. Kind regards, Miodrag From: Rob Herring [robh...@kernel.org] Sent: Friday, June 30, 2017 1:17 AM To: Aleksandar Markovic Cc: Linux-MIPS; Aleksandar Markovic; Miodrag Dinic; Goran Ferenc; David S. Miller; devicet...@vger.kernel.org; Douglas Leung; Greg Kroa

RE: [PATCH v2 0/7] MIPS: Miscellaneous fixes related to Android Mips emulator

2017-07-06 Thread Miodrag Dinic
linux-m...@linux-mips.org; Aleksandar Markovic; Douglas Leung; Goran Ferenc; James Hogan; Jiri Slaby; linux-kernel@vger.kernel.org; Miodrag Dinic; Paul Burton; Petar Jovanovic; Raghu Gandham Subject: Re: [PATCH v2 0/7] MIPS: Miscellaneous fixes related to Android Mips emulator On Wed, Jun 28,

RE: [PATCH v2 10/10] MIPS: generic: Add optional support for Android kernel

2017-07-06 Thread Miodrag Dinic
Kind regards, Miodrag From: Greg Kroah-Hartman [gre...@linuxfoundation.org] Sent: Wednesday, June 28, 2017 6:27 PM To: Aleksandar Markovic Cc: linux-m...@linux-mips.org; Miodrag Dinic; Goran Ferenc; Aleksandar Markovic; David S. Miller; Douglas Leung; James Hogan; linux-k