Re: [PATCH v3 00/14 RESEND] irqchip: Fix potential resource leaks

2020-06-28 Thread Aleksandar Markovic
нед, 28. јун 2020. у 18:55 Marc Zyngier је написао/ла: > > On 2020-06-28 13:48, Aleksandar Markovic wrote: > > нед, 28. јун 2020. у 14:06 Marc Zyngier је написао/ла: > >> > >> On 2020-06-28 12:25, Aleksandar Markovic wrote: > >> > сре, 24. јун

Re: [PATCH v3 00/14 RESEND] irqchip: Fix potential resource leaks

2020-06-28 Thread Aleksandar Markovic
нед, 28. јун 2020. у 14:06 Marc Zyngier је написао/ла: > > On 2020-06-28 12:25, Aleksandar Markovic wrote: > > сре, 24. јун 2020. у 10:40 Marc Zyngier је написао/ла: > >> > >> On 2020-06-24 08:44, Tiezhu Yang wrote: > >> > [git send-email failed du

Re: [PATCH v3 00/14 RESEND] irqchip: Fix potential resource leaks

2020-06-28 Thread Aleksandar Markovic
сре, 24. јун 2020. у 10:40 Marc Zyngier је написао/ла: > > On 2020-06-24 08:44, Tiezhu Yang wrote: > > [git send-email failed due to too many commands, > > so only cc the major related email and resend it, > > sorry for that] > > This is becoming majorly annoying. I don't think this is the

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

2018-02-13 Thread Aleksandar Markovic
> > > From: James Hogan [jho...@kernel.org] > Sent: Thursday, February 8, 2018 12:55 PM > > Hi, > > On Thu, Dec 07, 2017 at 11:33:47AM +, Miodrag Dinic wrote: > > > On Wed, Dec 06, 2017 at 05:50:52PM +, Maciej W. Rozycki wrote: > > > > What

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

2018-02-13 Thread Aleksandar Markovic
> > > From: James Hogan [jho...@kernel.org] > Sent: Thursday, February 8, 2018 12:55 PM > > Hi, > > On Thu, Dec 07, 2017 at 11:33:47AM +, Miodrag Dinic wrote: > > > On Wed, Dec 06, 2017 at 05:50:52PM +, Maciej W. Rozycki wrote: > > > > What

[PATCH v4 0/2] MIPS: Augment CPC support

2018-01-19 Thread Aleksandar Markovic
From: Aleksandar Markovic <aleksandar.marko...@mips.com> v3->v4: - documentation patch now contains updating of MAINTAINERS file - rebased to the latest code v2->v3: - changed documentation file location from devicetree/bindings/misc to devicetree/bindings/power

[PATCH v4 0/2] MIPS: Augment CPC support

2018-01-19 Thread Aleksandar Markovic
From: Aleksandar Markovic v3->v4: - documentation patch now contains updating of MAINTAINERS file - rebased to the latest code v2->v3: - changed documentation file location from devicetree/bindings/misc to devicetree/bindings/power - minor commit message improv

[PATCH v4 2/2] MIPS: CPC: Map registers using DT in mips_cpc_default_phys_base()

2018-01-19 Thread Aleksandar Markovic
string with just a reg property to specify the register location for your platform. Signed-off-by: Paul Burton <paul.bur...@mips.com> Signed-off-by: Miodrag Dinic <miodrag.di...@mips.com> Signed-off-by: Aleksandar Markovic <aleksandar.marko...@mips.com> --- arch/mips/kernel/mips-cpc

[PATCH v4 2/2] MIPS: CPC: Map registers using DT in mips_cpc_default_phys_base()

2018-01-19 Thread Aleksandar Markovic
to specify the register location for your platform. Signed-off-by: Paul Burton Signed-off-by: Miodrag Dinic Signed-off-by: Aleksandar Markovic --- arch/mips/kernel/mips-cpc.c | 13 + 1 file changed, 13 insertions(+) diff --git a/arch/mips/kernel/mips-cpc.c b/arch/mips/kernel/mips

[PATCH v4 1/2] dt-bindings: Document mti,mips-cpc binding

2018-01-19 Thread Aleksandar Markovic
From: Paul Burton <paul.bur...@mips.com> Document a binding for the MIPS Cluster Power Controller (CPC) that allows the device tree to specify where the CPC registers are located. Signed-off-by: Paul Burton <paul.bur...@mips.com> Signed-off-by: Aleksandar Markovic <aleksandar.ma

[PATCH v4 1/2] dt-bindings: Document mti,mips-cpc binding

2018-01-19 Thread Aleksandar Markovic
From: Paul Burton Document a binding for the MIPS Cluster Power Controller (CPC) that allows the device tree to specify where the CPC registers are located. Signed-off-by: Paul Burton Signed-off-by: Aleksandar Markovic Reviewed-by: Rob Herring --- Documentation/devicetree/bindings/power/mti

RE: [PATCH v3 1/2] dt-bindings: Document mti,mips-cpc binding

2018-01-19 Thread Aleksandar Markovic
> On Wed, Dec 27, 2017 at 03:37:51PM +0100, Aleksandar Markovic wrote: > > From: Paul Burton <paul.bur...@mips.com> > > > > Document a binding for the MIPS Cluster Power Controller (CPC) that > > allows the device tree to specify where the CPC registers are loc

RE: [PATCH v3 1/2] dt-bindings: Document mti,mips-cpc binding

2018-01-19 Thread Aleksandar Markovic
> On Wed, Dec 27, 2017 at 03:37:51PM +0100, Aleksandar Markovic wrote: > > From: Paul Burton > > > > Document a binding for the MIPS Cluster Power Controller (CPC) that > > allows the device tree to specify where the CPC registers are located. > > > > Sig

[PATCH v5] MIPS: Add noexec=on|off kernel parameter

2018-01-09 Thread Aleksandar Markovic
on environment. Signed-off-by: Miodrag Dinic <miodrag.di...@mips.com> Signed-off-by: Aleksandar Markovic <aleksandar.marko...@mips.com> --- In the last version, code comments, documentation, and commit message are modified to better explain the purpose and nature of this option. A p

[PATCH v5] MIPS: Add noexec=on|off kernel parameter

2018-01-09 Thread Aleksandar Markovic
Miodrag Dinic Signed-off-by: Aleksandar Markovic --- In the last version, code comments, documentation, and commit message are modified to better explain the purpose and nature of this option. A precautionary note is added as well. --- Documentation/admin-guide/kernel-parameters.

[PATCH v12 2/3] irqchip/irq-goldfish-pic: Add Goldfish PIC driver

2017-12-29 Thread Aleksandar Markovic
y: Miodrag Dinic <miodrag.di...@mips.com> Signed-off-by: Goran Ferenc <goran.fer...@mips.com> Signed-off-by: Aleksandar Markovic <aleksandar.marko...@mips.com> --- MAINTAINERS| 1 + drivers/irqchip/Kconfig| 8 +++ drivers/irqchip/Makefile

[PATCH v12 3/3] MIPS: ranchu: Add Ranchu as a new generic-based board

2017-12-29 Thread Aleksandar Markovic
will load this DTB using UHI boot protocol DTB handover mode. Signed-off-by: Miodrag Dinic <miodrag.di...@mips.com> Signed-off-by: Goran Ferenc <goran.fer...@mips.com> Signed-off-by: Aleksandar Markovic <aleksandar.marko...@mips.com> Reviewed-by: James Hogan <jho...@kernel.org&g

[PATCH v12 2/3] irqchip/irq-goldfish-pic: Add Goldfish PIC driver

2017-12-29 Thread Aleksandar Markovic
-by: Goran Ferenc Signed-off-by: Aleksandar Markovic --- MAINTAINERS| 1 + drivers/irqchip/Kconfig| 8 +++ drivers/irqchip/Makefile | 1 + drivers/irqchip/irq-goldfish-pic.c | 139 + 4 files changed, 149

[PATCH v12 3/3] MIPS: ranchu: Add Ranchu as a new generic-based board

2017-12-29 Thread Aleksandar Markovic
g UHI boot protocol DTB handover mode. Signed-off-by: Miodrag Dinic Signed-off-by: Goran Ferenc Signed-off-by: Aleksandar Markovic Reviewed-by: James Hogan --- MAINTAINERS | 7 ++ arch/mips/configs/generic/board-ranchu.config | 30 + arch/mips/generic/Kconf

[PATCH v12 1/3] Documentation: Add device tree binding for Goldfish PIC driver

2017-12-29 Thread Aleksandar Markovic
n.fer...@mips.com> Signed-off-by: Aleksandar Markovic <aleksandar.marko...@mips.com> Acked-by: Rob Herring <r...@kernel.org> --- .../interrupt-controller/google,goldfish-pic.txt | 30 ++ MAINTAINERS| 5 2 files chang

[PATCH v12 1/3] Documentation: Add device tree binding for Goldfish PIC driver

2017-12-29 Thread Aleksandar Markovic
From: Miodrag Dinic Add documentation for DT binding of Goldfish PIC driver. The compatible string used by OS for binding the driver is "google,goldfish-pic". Signed-off-by: Miodrag Dinic Signed-off-by: Goran Ferenc Signed-off-by: Aleksandar Markovic Acked-by: Rob Herring --- ...

[PATCH v12 0/3] MIPS: Add virtual Ranchu board as a generic-based board

2017-12-29 Thread Aleksandar Markovic
From: Aleksandar Markovic <aleksandar.marko...@mips.com> v11->v12: - rebased to the latest code v10->v11: - rebased to the latest code v9->v10: - added comment in code segment related to measuring frequency - rebased to the latest code v8->v9:

[PATCH v12 0/3] MIPS: Add virtual Ranchu board as a generic-based board

2017-12-29 Thread Aleksandar Markovic
From: Aleksandar Markovic v11->v12: - rebased to the latest code v10->v11: - rebased to the latest code v9->v10: - added comment in code segment related to measuring frequency - rebased to the latest code v8->v9: - cleaned up PIC initialization details

[PATCH v3 2/2] MIPS: CPC: Map registers using DT in mips_cpc_default_phys_base()

2017-12-27 Thread Aleksandar Markovic
string with just a reg property to specify the register location for your platform. Signed-off-by: Paul Burton <paul.bur...@mips.com> Signed-off-by: Miodrag Dinic <miodrag.di...@mips.com> Signed-off-by: Aleksandar Markovic <aleksandar.marko...@mips.com> --- arch/mips/kernel/mips-cpc

[PATCH v3 2/2] MIPS: CPC: Map registers using DT in mips_cpc_default_phys_base()

2017-12-27 Thread Aleksandar Markovic
to specify the register location for your platform. Signed-off-by: Paul Burton Signed-off-by: Miodrag Dinic Signed-off-by: Aleksandar Markovic --- arch/mips/kernel/mips-cpc.c | 13 + 1 file changed, 13 insertions(+) diff --git a/arch/mips/kernel/mips-cpc.c b/arch/mips/kernel/mips

[PATCH v3 1/2] dt-bindings: Document mti,mips-cpc binding

2017-12-27 Thread Aleksandar Markovic
From: Paul Burton <paul.bur...@mips.com> Document a binding for the MIPS Cluster Power Controller (CPC) that allows the device tree to specify where the CPC registers are located. Signed-off-by: Paul Burton <paul.bur...@mips.com> Signed-off-by: Aleksandar Markovic <aleksandar.ma

[PATCH v3 1/2] dt-bindings: Document mti,mips-cpc binding

2017-12-27 Thread Aleksandar Markovic
From: Paul Burton Document a binding for the MIPS Cluster Power Controller (CPC) that allows the device tree to specify where the CPC registers are located. Signed-off-by: Paul Burton Signed-off-by: Aleksandar Markovic --- Documentation/devicetree/bindings/power/mti,mips-cpc.txt | 8

[PATCH v3 0/2] MIPS: Augment CPC support

2017-12-27 Thread Aleksandar Markovic
From: Aleksandar Markovic <aleksandar.marko...@mips.com> v2->v3: - changed documentation file location from devicetree/bindings/misc to devicetree/bindings/power - minor commit message improvements - rebased to the latest code v1->v2: - corrected wordi

[PATCH v3 0/2] MIPS: Augment CPC support

2017-12-27 Thread Aleksandar Markovic
From: Aleksandar Markovic v2->v3: - changed documentation file location from devicetree/bindings/misc to devicetree/bindings/power - minor commit message improvements - rebased to the latest code v1->v2: - corrected wording in commit messages and documentatio

RE: [PATCH v2 1/2] dt-bindings: Document mti,mips-cpc binding

2017-12-27 Thread Aleksandar Markovic
Hi, Rob. Thanks for the review. > From: Rob Herring [r...@kernel.org] > Sent: Tuesday, December 26, 2017 10:48 PM > To: Aleksandar Markovic > > On Thu, Dec 21, 2017 at 04:20:23PM +0100, Aleksandar Markovic wrote: > > From: Paul Burton <paul.bur...@mips.com>

RE: [PATCH v2 1/2] dt-bindings: Document mti,mips-cpc binding

2017-12-27 Thread Aleksandar Markovic
Hi, Rob. Thanks for the review. > From: Rob Herring [r...@kernel.org] > Sent: Tuesday, December 26, 2017 10:48 PM > To: Aleksandar Markovic > > On Thu, Dec 21, 2017 at 04:20:23PM +0100, Aleksandar Markovic wrote: > > From: Paul Burton > > > > Document a b

RE: [PATCH 1/2] MIPS: math-emu: Do not export function `srl128`

2017-12-26 Thread Aleksandar Markovic
a/arch/mips/math-emu/dp_maddf.c > > +++ b/arch/mips/math-emu/dp_maddf.c > > @@ -16,7 +16,7 @@ > > > > > > /* 128 bits shift right logical with rounding. */ > > -void srl128(u64 *hptr, u64 *lptr, int count) > > +static void srl128(u64 *hptr, u64 *lptr, int

RE: [PATCH 1/2] MIPS: math-emu: Do not export function `srl128`

2017-12-26 Thread Aleksandar Markovic
; +++ b/arch/mips/math-emu/dp_maddf.c > > @@ -16,7 +16,7 @@ > > > > > > /* 128 bits shift right logical with rounding. */ > > -void srl128(u64 *hptr, u64 *lptr, int count) > > +static void srl128(u64 *hptr, u64 *lptr, int count) > > { > > u64 l

RE: [PATCH 1/2] MIPS: math-emu: Do not export function `srl128`

2017-12-26 Thread Aleksandar Markovic
,7 +16,7 @@ > > > /* 128 bits shift right logical with rounding. */ > -void srl128(u64 *hptr, u64 *lptr, int count) > +static void srl128(u64 *hptr, u64 *lptr, int count) > { > u64 low; > > -- > 2.11.0 Acked-by: Aleksandar Markovic <aleksandar.marko...@mips.com>

RE: [PATCH 1/2] MIPS: math-emu: Do not export function `srl128`

2017-12-26 Thread Aleksandar Markovic
gt; > /* 128 bits shift right logical with rounding. */ > -void srl128(u64 *hptr, u64 *lptr, int count) > +static void srl128(u64 *hptr, u64 *lptr, int count) > { > u64 low; > > -- > 2.11.0 Acked-by: Aleksandar Markovic

RE: [PATCH 2/2] MIPS: math-emu: Declare ys variable as possibly unused

2017-12-26 Thread Aleksandar Markovic
> Fix non-fatal warning: > > arch/mips/math-emu/sp_fdp.c: In function ‘ieee754sp_fdp’: > arch/mips/math-emu/ieee754int.h:60:31: warning: variable ‘ys’ set but not > used [-Wunused-but-set-variable] > unsigned int ym; int ye; int ys; int yc >^ >

RE: [PATCH 2/2] MIPS: math-emu: Declare ys variable as possibly unused

2017-12-26 Thread Aleksandar Markovic
> Fix non-fatal warning: > > arch/mips/math-emu/sp_fdp.c: In function ‘ieee754sp_fdp’: > arch/mips/math-emu/ieee754int.h:60:31: warning: variable ‘ys’ set but not > used [-Wunused-but-set-variable] > unsigned int ym; int ye; int ys; int yc >^ >

RE: [PATCH v11 0/3] MIPS: Add virtual Ranchu board as a generic-based board

2017-12-25 Thread Aleksandar Markovic
ping From: Aleksandar Markovic [aleksandar.marko...@rt-rk.com] Sent: Friday, December 15, 2017 5:48 PM To: linux-m...@linux-mips.org Cc: Aleksandar Markovic; David S. Miller; Douglas Leung; Goran Ferenc; Greg Kroah-Hartman; James Hogan; linux-kernel

RE: [PATCH v11 0/3] MIPS: Add virtual Ranchu board as a generic-based board

2017-12-25 Thread Aleksandar Markovic
ping From: Aleksandar Markovic [aleksandar.marko...@rt-rk.com] Sent: Friday, December 15, 2017 5:48 PM To: linux-m...@linux-mips.org Cc: Aleksandar Markovic; David S. Miller; Douglas Leung; Goran Ferenc; Greg Kroah-Hartman; James Hogan; linux-kernel

[PATCH v2 2/2] MIPS: CPC: Map registers using DT in mips_cpc_default_phys_base()

2017-12-21 Thread Aleksandar Markovic
string with just a reg property to specify the register location for your platform. Signed-off-by: Paul Burton <paul.bur...@mips.com> Signed-off-by: Miodrag Dinic <miodrag.di...@mips.com> Signed-off-by: Aleksandar Markovic <aleksandar.marko...@mips.com> --- arch/mips/kernel/mips-cpc

[PATCH v2 2/2] MIPS: CPC: Map registers using DT in mips_cpc_default_phys_base()

2017-12-21 Thread Aleksandar Markovic
to specify the register location for your platform. Signed-off-by: Paul Burton Signed-off-by: Miodrag Dinic Signed-off-by: Aleksandar Markovic --- arch/mips/kernel/mips-cpc.c | 13 + 1 file changed, 13 insertions(+) diff --git a/arch/mips/kernel/mips-cpc.c b/arch/mips/kernel/mips

[PATCH v2 1/2] dt-bindings: Document mti,mips-cpc binding

2017-12-21 Thread Aleksandar Markovic
From: Paul Burton <paul.bur...@mips.com> Document a binding for the MIPS Cluster Power Controller (CPC) which simply allows the device tree to specify where the CPC registers are located. Signed-off-by: Paul Burton <paul.bur...@mips.com> Signed-off-by: Aleksandar Markovic <a

[PATCH v2 0/2] MIPS: Augment CPC support

2017-12-21 Thread Aleksandar Markovic
From: Aleksandar Markovic <aleksandar.marko...@mips.com> v1->v2: - corrected wording in commit messages and documentation text - expanded cover letter to better explain the context of proposed changes - rebased to the latest code This series is based on two pat

[PATCH v2 1/2] dt-bindings: Document mti,mips-cpc binding

2017-12-21 Thread Aleksandar Markovic
From: Paul Burton Document a binding for the MIPS Cluster Power Controller (CPC) which simply allows the device tree to specify where the CPC registers are located. Signed-off-by: Paul Burton Signed-off-by: Aleksandar Markovic --- Documentation/devicetree/bindings/misc/mti,mips-cpc.txt | 8

[PATCH v2 0/2] MIPS: Augment CPC support

2017-12-21 Thread Aleksandar Markovic
From: Aleksandar Markovic v1->v2: - corrected wording in commit messages and documentation text - expanded cover letter to better explain the context of proposed changes - rebased to the latest code This series is based on two patches from the larger series submitted s

RE: [PATCH 1/2] dt-bindings: Document mti,mips-cpc binding

2017-12-18 Thread Aleksandar Markovic
> From: Rob Herring [r...@kernel.org] > Sent: Saturday, December 16, 2017 7:26 PM > To: Aleksandar Markovic > Subject: Re: [PATCH 1/2] dt-bindings: Document mti,mips-cpc binding > > On Fri, Dec 15, 2017 at 05:51:59PM +0100, Aleksandar Markovic wrote: > > From: Paul Burt

RE: [PATCH 1/2] dt-bindings: Document mti,mips-cpc binding

2017-12-18 Thread Aleksandar Markovic
> From: Rob Herring [r...@kernel.org] > Sent: Saturday, December 16, 2017 7:26 PM > To: Aleksandar Markovic > Subject: Re: [PATCH 1/2] dt-bindings: Document mti,mips-cpc binding > > On Fri, Dec 15, 2017 at 05:51:59PM +0100, Aleksandar Markovic wrote: > > From: Paul

RE: [PATCH v11 0/3] MIPS: Add virtual Ranchu board as a generic-based board

2017-12-15 Thread Aleksandar Markovic
> From: Joe Perches [j...@perches.com] > Sent: Friday, December 15, 2017 6:12 PM > > On Fri, 2017-12-15 at 17:48 +0100, Aleksandar Markovic wrote: > > Checkpatch script outputs a small number of warnings if applied to > > this series. We did not correct the code,

RE: [PATCH v11 0/3] MIPS: Add virtual Ranchu board as a generic-based board

2017-12-15 Thread Aleksandar Markovic
> From: Joe Perches [j...@perches.com] > Sent: Friday, December 15, 2017 6:12 PM > > On Fri, 2017-12-15 at 17:48 +0100, Aleksandar Markovic wrote: > > Checkpatch script outputs a small number of warnings if applied to > > this series. We did not correct the code,

[PATCH v4] MIPS: Add noexec=on|off kernel parameter

2017-12-15 Thread Aleksandar Markovic
venient during debugging and is especially useful for Android development where non-exec stack is required. Signed-off-by: Miodrag Dinic <miodrag.di...@mips.com> Signed-off-by: Aleksandar Markovic <aleksandar.marko...@mips.com> --- Parameter name was changed from "nonxstack" to

[PATCH v4] MIPS: Add noexec=on|off kernel parameter

2017-12-15 Thread Aleksandar Markovic
pecially useful for Android development where non-exec stack is required. Signed-off-by: Miodrag Dinic Signed-off-by: Aleksandar Markovic --- Parameter name was changed from "nonxstack" to "noexec" in v4, in order to achieve consistency with similar parameter naming for Intel

[PATCH 2/2] MIPS: CPC: Map registers using DT in mips_cpc_default_phys_base()

2017-12-15 Thread Aleksandar Markovic
string with just a reg property to specify the register mappings for your platform. Signed-off-by: Paul Burton <paul.bur...@mips.com> Signed-off-by: Miodrag Dinic <miodrag.di...@mips.com> Signed-off-by: Aleksandar Markovic <aleksandar.marko...@mips.com> --- arch/mips/kernel/mips-cpc

[PATCH 2/2] MIPS: CPC: Map registers using DT in mips_cpc_default_phys_base()

2017-12-15 Thread Aleksandar Markovic
to specify the register mappings for your platform. Signed-off-by: Paul Burton Signed-off-by: Miodrag Dinic Signed-off-by: Aleksandar Markovic --- arch/mips/kernel/mips-cpc.c | 13 + 1 file changed, 13 insertions(+) diff --git a/arch/mips/kernel/mips-cpc.c b/arch/mips/kernel/mips

[PATCH 1/2] dt-bindings: Document mti,mips-cpc binding

2017-12-15 Thread Aleksandar Markovic
From: Paul Burton <paul.bur...@mips.com> Document a binding for the MIPS Cluster Power Controller (CPC) which simply allows the device tree to specify where the CPC registers should be mapped. Signed-off-by: Paul Burton <paul.bur...@mips.com> Signed-off-by: Aleksandar Markovic <a

[PATCH 1/2] dt-bindings: Document mti,mips-cpc binding

2017-12-15 Thread Aleksandar Markovic
From: Paul Burton Document a binding for the MIPS Cluster Power Controller (CPC) which simply allows the device tree to specify where the CPC registers should be mapped. Signed-off-by: Paul Burton Signed-off-by: Aleksandar Markovic --- Documentation/devicetree/bindings/misc/mti,mips-cpc.txt

[PATCH 0/2] MIPS: Augment CPC support

2017-12-15 Thread Aleksandar Markovic
From: Aleksandar Markovic <aleksandar.marko...@mips.com> This series is based on two patches from the series submitted some time ago (30 Aug 2016): https://www.linux-mips.org/archives/linux-mips/2016-08/msg00456.html Both patches deal with MIPS Cluster Power Controller (CPC) support

[PATCH 0/2] MIPS: Augment CPC support

2017-12-15 Thread Aleksandar Markovic
From: Aleksandar Markovic This series is based on two patches from the series submitted some time ago (30 Aug 2016): https://www.linux-mips.org/archives/linux-mips/2016-08/msg00456.html Both patches deal with MIPS Cluster Power Controller (CPC) support. More specifically, they add device tree

[PATCH v11 2/3] irqchip/irq-goldfish-pic: Add Goldfish PIC driver

2017-12-15 Thread Aleksandar Markovic
y: Miodrag Dinic <miodrag.di...@mips.com> Signed-off-by: Goran Ferenc <goran.fer...@mips.com> Signed-off-by: Aleksandar Markovic <aleksandar.marko...@mips.com> --- MAINTAINERS| 1 + drivers/irqchip/Kconfig| 8 +++ drivers/irqchip/Makefile

[PATCH v11 3/3] MIPS: ranchu: Add Ranchu as a new generic-based board

2017-12-15 Thread Aleksandar Markovic
will load this DTB using UHI boot protocol DTB handover mode. Signed-off-by: Miodrag Dinic <miodrag.di...@mips.com> Signed-off-by: Goran Ferenc <goran.fer...@mips.com> Signed-off-by: Aleksandar Markovic <aleksandar.marko...@mips.com> Reviewed-by: James Hogan <jho...@kernel.org&g

[PATCH v11 2/3] irqchip/irq-goldfish-pic: Add Goldfish PIC driver

2017-12-15 Thread Aleksandar Markovic
-by: Goran Ferenc Signed-off-by: Aleksandar Markovic --- MAINTAINERS| 1 + drivers/irqchip/Kconfig| 8 +++ drivers/irqchip/Makefile | 1 + drivers/irqchip/irq-goldfish-pic.c | 139 + 4 files changed, 149

[PATCH v11 3/3] MIPS: ranchu: Add Ranchu as a new generic-based board

2017-12-15 Thread Aleksandar Markovic
g UHI boot protocol DTB handover mode. Signed-off-by: Miodrag Dinic Signed-off-by: Goran Ferenc Signed-off-by: Aleksandar Markovic Reviewed-by: James Hogan --- MAINTAINERS | 7 ++ arch/mips/configs/generic/board-ranchu.config | 30 + arch/mips/generic/Kconf

[PATCH v11 1/3] Documentation: Add device tree binding for Goldfish PIC driver

2017-12-15 Thread Aleksandar Markovic
n.fer...@mips.com> Signed-off-by: Aleksandar Markovic <aleksandar.marko...@mips.com> Acked-by: Rob Herring <r...@kernel.org> --- .../interrupt-controller/google,goldfish-pic.txt | 30 ++ MAINTAINERS| 5 2 files chang

[PATCH v11 1/3] Documentation: Add device tree binding for Goldfish PIC driver

2017-12-15 Thread Aleksandar Markovic
From: Miodrag Dinic Add documentation for DT binding of Goldfish PIC driver. The compatible string used by OS for binding the driver is "google,goldfish-pic". Signed-off-by: Miodrag Dinic Signed-off-by: Goran Ferenc Signed-off-by: Aleksandar Markovic Acked-by: Rob Herring --- ...

[PATCH v11 0/3] MIPS: Add virtual Ranchu board as a generic-based board

2017-12-15 Thread Aleksandar Markovic
From: Aleksandar Markovic <aleksandar.marko...@mips.com> v10->v11: - rebased to the latest code v9->v10: - added comment in code segment related to measuring frequency - rebased to the latest code v8->v9: - cleaned up PIC initialization details - ad

[PATCH v11 0/3] MIPS: Add virtual Ranchu board as a generic-based board

2017-12-15 Thread Aleksandar Markovic
From: Aleksandar Markovic v10->v11: - rebased to the latest code v9->v10: - added comment in code segment related to measuring frequency - rebased to the latest code v8->v9: - cleaned up PIC initialization details - added missing '\n' to pr_err() in

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

2017-11-21 Thread Aleksandar Markovic
tch is applied. This functionality is convenient during debugging and is especially useful for Android development where non-exec stack is required. Signed-off-by: Miodrag Dinic <miodrag.di...@mips.com> Signed-off-by: Aleksandar Markovic <aleksandar.marko...@mips.com> --- Documentation/admin-g

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

2017-11-21 Thread Aleksandar Markovic
nvenient during debugging and is especially useful for Android development where non-exec stack is required. Signed-off-by: Miodrag Dinic Signed-off-by: Aleksandar Markovic --- Documentation/admin-guide/kernel-parameters.txt | 11 +++ arch/mips/kernel/elf.c

[PATCH v10 3/3] MIPS: ranchu: Add Ranchu as a new generic-based board

2017-11-21 Thread Aleksandar Markovic
will load this DTB using UHI boot protocol DTB handover mode. Signed-off-by: Miodrag Dinic <miodrag.di...@mips.com> Signed-off-by: Goran Ferenc <goran.fer...@mips.com> Signed-off-by: Aleksandar Markovic <aleksandar.marko...@mips.com> Reviewed-by: James Hogan <jho...@kernel.org&g

[PATCH v10 3/3] MIPS: ranchu: Add Ranchu as a new generic-based board

2017-11-21 Thread Aleksandar Markovic
g UHI boot protocol DTB handover mode. Signed-off-by: Miodrag Dinic Signed-off-by: Goran Ferenc Signed-off-by: Aleksandar Markovic Reviewed-by: James Hogan --- MAINTAINERS | 7 ++ arch/mips/configs/generic/board-ranchu.config | 30 + arch/mips/generic/Kconf

[PATCH v10 2/3] irqchip/irq-goldfish-pic: Add Goldfish PIC driver

2017-11-21 Thread Aleksandar Markovic
y: Miodrag Dinic <miodrag.di...@mips.com> Signed-off-by: Goran Ferenc <goran.fer...@mips.com> Signed-off-by: Aleksandar Markovic <aleksandar.marko...@mips.com> --- MAINTAINERS| 1 + drivers/irqchip/Kconfig| 8 +++ drivers/irqchip/Makefile

[PATCH v10 2/3] irqchip/irq-goldfish-pic: Add Goldfish PIC driver

2017-11-21 Thread Aleksandar Markovic
-by: Goran Ferenc Signed-off-by: Aleksandar Markovic --- MAINTAINERS| 1 + drivers/irqchip/Kconfig| 8 +++ drivers/irqchip/Makefile | 1 + drivers/irqchip/irq-goldfish-pic.c | 139 + 4 files changed, 149

[PATCH v10 1/3] Documentation: Add device tree binding for Goldfish PIC driver

2017-11-21 Thread Aleksandar Markovic
n.fer...@mips.com> Signed-off-by: Aleksandar Markovic <aleksandar.marko...@mips.com> Acked-by: Rob Herring <r...@kernel.org> --- .../interrupt-controller/google,goldfish-pic.txt | 30 ++ MAINTAINERS| 5 2 files chang

[PATCH v10 1/3] Documentation: Add device tree binding for Goldfish PIC driver

2017-11-21 Thread Aleksandar Markovic
From: Miodrag Dinic Add documentation for DT binding of Goldfish PIC driver. The compatible string used by OS for binding the driver is "google,goldfish-pic". Signed-off-by: Miodrag Dinic Signed-off-by: Goran Ferenc Signed-off-by: Aleksandar Markovic Acked-by: Rob Herring --- ...

[PATCH v10 0/3] MIPS: Add virtual Ranchu board as a generic-based board

2017-11-21 Thread Aleksandar Markovic
From: Aleksandar Markovic <aleksandar.marko...@mips.com> v9->v10: - added comment in code segment related to measuring frequency - rebased to the latest code v8->v9: - cleaned up PIC initialization details - added missing '\n' to pr_err() invocations - removed

[PATCH v10 0/3] MIPS: Add virtual Ranchu board as a generic-based board

2017-11-21 Thread Aleksandar Markovic
From: Aleksandar Markovic v9->v10: - added comment in code segment related to measuring frequency - rebased to the latest code v8->v9: - cleaned up PIC initialization details - added missing '\n' to pr_err() invocations - removed two Goldfish FB patches, since th

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

2017-11-21 Thread Aleksandar Markovic
tch is applied. This functionality is convenient during debugging and is especially useful for Android development where non-exec stack is required. Signed-off-by: Miodrag Dinic <miodrag.di...@mips.com> Signed-off-by: Aleksandar Markovic <aleksandar.marko...@mips.com> --- Documentation/admin-g

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

2017-11-21 Thread Aleksandar Markovic
nvenient during debugging and is especially useful for Android development where non-exec stack is required. Signed-off-by: Miodrag Dinic Signed-off-by: Aleksandar Markovic --- Documentation/admin-guide/kernel-parameters.txt | 11 +++ arch/mips/kernel/elf.c

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

2017-11-21 Thread Aleksandar Markovic
From: Miodrag Dinic Add a new kernel parameter to override the default behavior related to the decision whether to set up stack as non-executable in function mips_elf_read_implies_exec(). The new parameter is used to control non executable stack and heap, regardless of

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

2017-11-21 Thread Aleksandar Markovic
From: Miodrag Dinic Add a new kernel parameter to override the default behavior related to the decision whether to set up stack as non-executable in function mips_elf_read_implies_exec(). The new parameter is used to control non executable stack and heap, regardless of PT_GNU_STACK entry. This

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

2017-11-16 Thread Aleksandar Markovic
> From: James Hogan > > Hi Aleksandar, > > On Wed, Nov 15, 2017 at 02:42:20PM +0100, Aleksandar Markovic wrote: > > diff --git a/arch/mips/configs/generic/board-ranchu.config > > b/arch/mips/configs/generic/board-ranchu.config > > new file mode 100644 > &

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

2017-11-16 Thread Aleksandar Markovic
> From: James Hogan > > Hi Aleksandar, > > On Wed, Nov 15, 2017 at 02:42:20PM +0100, Aleksandar Markovic wrote: > > diff --git a/arch/mips/configs/generic/board-ranchu.config > > b/arch/mips/configs/generic/board-ranchu.config > > new file mode 100644 > &

[PATCH v9 1/3] Documentation: Add device tree binding for Goldfish PIC driver

2017-11-15 Thread Aleksandar Markovic
n.fer...@mips.com> Signed-off-by: Aleksandar Markovic <aleksandar.marko...@mips.com> Acked-by: Rob Herring <r...@kernel.org> --- .../interrupt-controller/google,goldfish-pic.txt | 30 ++ MAINTAINERS| 5 2 files chang

[PATCH v9 2/3] irqchip/irq-goldfish-pic: Add Goldfish PIC driver

2017-11-15 Thread Aleksandar Markovic
y: Miodrag Dinic <miodrag.di...@mips.com> Signed-off-by: Goran Ferenc <goran.fer...@mips.com> Signed-off-by: Aleksandar Markovic <aleksandar.marko...@mips.com> --- MAINTAINERS| 1 + drivers/irqchip/Kconfig| 8 +++ drivers/irqchip/Makefile

[PATCH v9 3/3] MIPS: ranchu: Add Ranchu as a new generic-based board

2017-11-15 Thread Aleksandar Markovic
will load this DTB using UHI boot protocol DTB handover mode. Signed-off-by: Miodrag Dinic <miodrag.di...@mips.com> Signed-off-by: Goran Ferenc <goran.fer...@mips.com> Signed-off-by: Aleksandar Markovic <aleksandar.marko...@mips.com> --- MAINTAINERS

[PATCH v9 2/3] irqchip/irq-goldfish-pic: Add Goldfish PIC driver

2017-11-15 Thread Aleksandar Markovic
-by: Goran Ferenc Signed-off-by: Aleksandar Markovic --- MAINTAINERS| 1 + drivers/irqchip/Kconfig| 8 +++ drivers/irqchip/Makefile | 1 + drivers/irqchip/irq-goldfish-pic.c | 139 + 4 files changed, 149

[PATCH v9 3/3] MIPS: ranchu: Add Ranchu as a new generic-based board

2017-11-15 Thread Aleksandar Markovic
g UHI boot protocol DTB handover mode. Signed-off-by: Miodrag Dinic Signed-off-by: Goran Ferenc Signed-off-by: Aleksandar Markovic --- MAINTAINERS | 7 +++ arch/mips/configs/generic/board-ranchu.config | 30 ++ arch/mips/generic/Kconfig

[PATCH v9 1/3] Documentation: Add device tree binding for Goldfish PIC driver

2017-11-15 Thread Aleksandar Markovic
From: Miodrag Dinic Add documentation for DT binding of Goldfish PIC driver. The compatible string used by OS for binding the driver is "google,goldfish-pic". Signed-off-by: Miodrag Dinic Signed-off-by: Goran Ferenc Signed-off-by: Aleksandar Markovic Acked-by: Rob Herring --- ...

[PATCH v9 0/3] MIPS: Add virtual Ranchu board as a generic-based board

2017-11-15 Thread Aleksandar Markovic
From: Aleksandar Markovic <aleksandar.marko...@mips.com> v8->v9: - cleaned up PIC initialization details - added missing '\n' to pr_err() invocations - removed two Goldfish FB patches, since they got accepted - rebased to the latest code v7->v8: - cleaned co

[PATCH v9 0/3] MIPS: Add virtual Ranchu board as a generic-based board

2017-11-15 Thread Aleksandar Markovic
From: Aleksandar Markovic v8->v9: - cleaned up PIC initialization details - added missing '\n' to pr_err() invocations - removed two Goldfish FB patches, since they got accepted - rebased to the latest code v7->v8: - cleaned commit message for patch #2 - clean

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

2017-11-03 Thread Aleksandar Markovic
will load this DTB using UHI boot protocol DTB handover mode. Signed-off-by: Miodrag Dinic <miodrag.di...@mips.com> Signed-off-by: Goran Ferenc <goran.fer...@mips.com> Signed-off-by: Aleksandar Markovic <aleksandar.marko...@mips.com> --- MAINTAINERS

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

2017-11-03 Thread Aleksandar Markovic
g UHI boot protocol DTB handover mode. Signed-off-by: Miodrag Dinic Signed-off-by: Goran Ferenc Signed-off-by: Aleksandar Markovic --- MAINTAINERS | 7 +++ arch/mips/configs/generic/board-ranchu.config | 30 ++ arch/mips/generic/Kconfig

[PATCH v8 4/5] video: goldfishfb: Add support for device tree bindings

2017-11-03 Thread Aleksandar Markovic
From: Aleksandar Markovic <aleksandar.marko...@mips.com> Add ability to the Goldfish FB driver to be recognized by OS via DT. Signed-off-by: Miodrag Dinic <miodrag.di...@mips.com> Signed-off-by: Goran Ferenc <goran.fer...@mips.com> Signed-off-by: Aleksandar Markovic <aleksan

[PATCH v8 4/5] video: goldfishfb: Add support for device tree bindings

2017-11-03 Thread Aleksandar Markovic
From: Aleksandar Markovic Add ability to the Goldfish FB driver to be recognized by OS via DT. Signed-off-by: Miodrag Dinic Signed-off-by: Goran Ferenc Signed-off-by: Aleksandar Markovic --- drivers/video/fbdev/goldfishfb.c | 8 +++- 1 file changed, 7 insertions(+), 1 deletion(-) diff

[PATCH v8 3/5] Documentation: Add device tree binding for Goldfish FB driver

2017-11-03 Thread Aleksandar Markovic
From: Aleksandar Markovic <aleksandar.marko...@mips.com> Add documentation for DT binding of Goldfish FB driver. The compatible string used by OS for binding the driver is "google,goldfish-fb". Signed-off-by: Miodrag Dinic <miodrag.di...@mips.com> Signed-off-by: G

[PATCH v8 3/5] Documentation: Add device tree binding for Goldfish FB driver

2017-11-03 Thread Aleksandar Markovic
From: Aleksandar Markovic Add documentation for DT binding of Goldfish FB driver. The compatible string used by OS for binding the driver is "google,goldfish-fb". Signed-off-by: Miodrag Dinic Signed-off-by: Goran Ferenc Signed-off-by: Aleksandar Markovic Acked-by: R

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

2017-11-03 Thread Aleksandar Markovic
y: Miodrag Dinic <miodrag.di...@mips.com> Signed-off-by: Goran Ferenc <goran.fer...@mips.com> Signed-off-by: Aleksandar Markovic <aleksandar.marko...@mips.com> --- MAINTAINERS| 1 + drivers/irqchip/Kconfig| 8 +++ drivers/irqchip/Makefile

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

2017-11-03 Thread Aleksandar Markovic
-by: Goran Ferenc Signed-off-by: Aleksandar Markovic --- MAINTAINERS| 1 + drivers/irqchip/Kconfig| 8 +++ drivers/irqchip/Makefile | 1 + drivers/irqchip/irq-goldfish-pic.c | 136 + 4 files changed, 146

[PATCH v8 1/5] Documentation: Add device tree binding for Goldfish PIC driver

2017-11-03 Thread Aleksandar Markovic
n.fer...@mips.com> Signed-off-by: Aleksandar Markovic <aleksandar.marko...@mips.com> Acked-by: Rob Herring <r...@kernel.org> --- .../interrupt-controller/google,goldfish-pic.txt | 30 ++ MAINTAINERS| 5 2 files chang

[PATCH v8 1/5] Documentation: Add device tree binding for Goldfish PIC driver

2017-11-03 Thread Aleksandar Markovic
From: Miodrag Dinic Add documentation for DT binding of Goldfish PIC driver. The compatible string used by OS for binding the driver is "google,goldfish-pic". Signed-off-by: Miodrag Dinic Signed-off-by: Goran Ferenc Signed-off-by: Aleksandar Markovic Acked-by: Rob Herring --- ...

[PATCH v8 0/5] MIPS: Add virtual Ranchu board as a generic-based board

2017-11-03 Thread Aleksandar Markovic
From: Aleksandar Markovic <aleksandar.marko...@mips.com> v7->v8: - cleaned commit message for patch #2 - cleaned GPL licence text for patch #2 - revised Goldfish PIC error and info messages - simplified code around MIPS_MACHINE() for Ranchu - changed an

  1   2   3   4   >