Re: [PATCH] i2c: exynos5: Preserve high speed master code

2021-02-17 Thread Jesper Nilsson
development board with? What SoC? The ARTPEC-line of SoC:s are Axis Communications own ASICs, in the latest iteration it's a Cortex-53 and includes instances of the exynos5 HSI2C ip. > Best regards, > Krzysztof /^JN - Jesper Nilsson -- Jesper Nilsson -- jesper.nils...@axis.com

Re: [PATCH] arm: remove unneeded semicolon

2021-02-02 Thread Jesper Nilsson
On Tue, Feb 02, 2021 at 03:02:37AM +0100, Yang Li wrote: > Eliminate the following coccicheck warning: > ./arch/arm/mach-artpec/board-artpec6.c:42:2-3: Unneeded semicolon > > Reported-by: Abaci Robot > Signed-off-by: Yang Li Reviewed-by: Jesper Nilsson > --- > arch/

Re: [PATCH] arm: remove unneeded semicolon in board-artpec6.c

2020-04-28 Thread Jesper Nilsson
On Tue, Apr 28, 2020 at 08:32:13AM +0200, Jason Yan wrote: > Fix the following coccicheck warning: > > arch/arm/mach-artpec/board-artpec6.c:42:2-3: Unneeded semicolon Acked-by: Jesper Nilsson > Signed-off-by: Jason Yan > --- > arch/arm/mach-artpec/board-artpec6.c | 2 +- &g

Re: [PATCH -next 27/30] pinctrl: artpec6: use devm_platform_ioremap_resource() to simplify code

2019-10-17 Thread Jesper Nilsson
On Thu, Oct 17, 2019 at 02:26:37PM +0200, YueHaibing wrote: > Use devm_platform_ioremap_resource() to simplify the code a bit. > This is detected by coccinelle. > > Signed-off-by: YueHaibing Acked-by: Jesper Nilsson > --- > drivers/pinctrl/pinctrl-artpec6.c | 4 +--- &g

Re: [PATCH -next] pinctrl: artpec6: Make two functions static

2019-04-09 Thread Jesper Nilsson
/lore.kernel.org/lkml/20190327050126.12064-1-natechancel...@gmail.com/ > > Linus/Jesper/Lars, should this function just be deleted? I'd be happy to > send a patch doing so if that's the right course of action. Yes, that function is unused and can be dropped. > Thanks, > Nathan /^JN - Jesper Nilsson -- Jesper Nilsson -- jesper.nils...@axis.com

Re: [PATCH -next] pinctrl: artpec6: Make two functions static

2019-03-21 Thread Jesper Nilsson
6: warning: > symbol 'artpec6_pmx_disable' was not declared. Should it be static? > > Signed-off-by: YueHaibing Acked-by: Jesper Nilsson > --- > drivers/pinctrl/pinctrl-artpec6.c | 10 ++ > 1 file changed, 6 insertions(+), 4 deletions(-) > > diff --git a/drivers/p

[PATCH] PCI: dwc: artpec6: Add reset-gpios for PERST# control

2018-04-15 Thread Jesper Nilsson
Some devices need an optional external gpio for controlling the PERST# signal to bring up for example a PCIe switch after a soft reset. Without this, some boards (the ARTPEC-6 master devboard) would not get the PCIe link back after a soft reset. Signed-off-by: Jesper Nilsson <jesper.n

[PATCH] PCI: dwc: artpec6: Add reset-gpios for PERST# control

2018-04-15 Thread Jesper Nilsson
Some devices need an optional external gpio for controlling the PERST# signal to bring up for example a PCIe switch after a soft reset. Without this, some boards (the ARTPEC-6 master devboard) would not get the PCIe link back after a soft reset. Signed-off-by: Jesper Nilsson --- .../devicetree

Re: [PATCH 23/47] cpufreq: remove cris specific drivers

2018-03-15 Thread Jesper Nilsson
On Wed, Mar 14, 2018 at 04:35:36PM +0100, Arnd Bergmann wrote: > The cris architecture is getting removed, including the artpec3 > and etraxfs SoCs, so these cpufreq drivers are now unused. > > Signed-off-by: Arnd Bergmann <a...@arndb.de> Acked-by: Jesper Nilsson <je

Re: [PATCH 23/47] cpufreq: remove cris specific drivers

2018-03-15 Thread Jesper Nilsson
On Wed, Mar 14, 2018 at 04:35:36PM +0100, Arnd Bergmann wrote: > The cris architecture is getting removed, including the artpec3 > and etraxfs SoCs, so these cpufreq drivers are now unused. > > Signed-off-by: Arnd Bergmann Acked-by: Jesper Nilsson > --- > driver

Re: [PATCH 05/47] net: remove cris etrax ethernet driver

2018-03-15 Thread Jesper Nilsson
On Wed, Mar 14, 2018 at 04:35:18PM +0100, Arnd Bergmann wrote: > The cris architecture is getting removed, so we don't need the > ethernet driver any more either. > > Signed-off-by: Arnd Bergmann <a...@arndb.de> Acked-by: Jesper Nilsson <jesper.nils...@axis.com> >

Re: [PATCH 05/47] net: remove cris etrax ethernet driver

2018-03-15 Thread Jesper Nilsson
On Wed, Mar 14, 2018 at 04:35:18PM +0100, Arnd Bergmann wrote: > The cris architecture is getting removed, so we don't need the > ethernet driver any more either. > > Signed-off-by: Arnd Bergmann Acked-by: Jesper Nilsson > --- > drivers/net/Makefile |1 - &

Re: [PATCH 40/47] serial: remove cris/etrax uart drivers

2018-03-15 Thread Jesper Nilsson
On Wed, Mar 14, 2018 at 04:35:53PM +0100, Arnd Bergmann wrote: > The cris architecture is getting removed, so we don't need the > uart driver any more. > > Signed-off-by: Arnd Bergmann <a...@arndb.de> Acked-by: Jesper Nilsson <jesper.nils...@axis.com> > --- > ..

Re: [PATCH 40/47] serial: remove cris/etrax uart drivers

2018-03-15 Thread Jesper Nilsson
On Wed, Mar 14, 2018 at 04:35:53PM +0100, Arnd Bergmann wrote: > The cris architecture is getting removed, so we don't need the > uart driver any more. > > Signed-off-by: Arnd Bergmann Acked-by: Jesper Nilsson > --- > .../bindings/serial/axis,etraxfs-uart.txt | 2

Re: [GIT PULL] CRIS: Drop support for the CRIS-port

2018-03-13 Thread Jesper Nilsson
On Mon, Mar 12, 2018 at 09:21:25PM +0100, Arnd Bergmann wrote: > On Sun, Mar 11, 2018 at 12:05 PM, Jesper Nilsson > <jesper.nils...@axis.com> wrote: > > Hi Arnd, > > > > As promised, pull the below tag for the removal of the CRIS-port. > > There are still a

Re: [GIT PULL] CRIS: Drop support for the CRIS-port

2018-03-13 Thread Jesper Nilsson
On Mon, Mar 12, 2018 at 09:21:25PM +0100, Arnd Bergmann wrote: > On Sun, Mar 11, 2018 at 12:05 PM, Jesper Nilsson > wrote: > > Hi Arnd, > > > > As promised, pull the below tag for the removal of the CRIS-port. > > There are still a few references to the CRIS port lef

Re: [GIT PULL] CRIS: Drop support for the CRIS-port

2018-03-11 Thread Jesper Nilsson
On Mon, Mar 12, 2018 at 01:13:44AM +1100, Stephen Rothwell wrote: > Hi Jesper, > > On Sun, 11 Mar 2018 12:05:51 +0100 Jesper Nilsson <jesper.nils...@axis.com> > wrote: > > > > As promised, pull the below tag for the removal of the CRIS-port. > > I guess th

Re: [GIT PULL] CRIS: Drop support for the CRIS-port

2018-03-11 Thread Jesper Nilsson
On Mon, Mar 12, 2018 at 01:13:44AM +1100, Stephen Rothwell wrote: > Hi Jesper, > > On Sun, 11 Mar 2018 12:05:51 +0100 Jesper Nilsson > wrote: > > > > As promised, pull the below tag for the removal of the CRIS-port. > > I guess the easiest thing for me to do is ju

[GIT PULL] CRIS: Drop support for the CRIS-port

2018-03-11 Thread Jesper Nilsson
r the CRIS port (2018-03-11 11:16:55 +0100) Drop support for the CRIS-port -------- Jesper Nilsson (1): CRIS: Drop support for the CRIS port Documentatio

[GIT PULL] CRIS: Drop support for the CRIS-port

2018-03-11 Thread Jesper Nilsson
r the CRIS port (2018-03-11 11:16:55 +0100) Drop support for the CRIS-port -------- Jesper Nilsson (1): CRIS: Drop support for the CRIS port Documentatio

Re: CRIS port status, was: [PATCH] dump_stack: convert generic dump_stack into a weak symbol

2018-03-08 Thread Jesper Nilsson
t; about microblaze: Michal, I know your work on microblaze linux has > been winding down over the years as the user base shrinks (just > like for all others above). Should we keep it for a few more years for > the remaining users, or is it time to let go? I would guess we still > have active users on modern kernels, but that's what I thought > about cris as well ;-) > > Arnd /^JN - Jesper Nilsson -- Jesper Nilsson -- jesper.nils...@axis.com

Re: CRIS port status, was: [PATCH] dump_stack: convert generic dump_stack into a weak symbol

2018-03-08 Thread Jesper Nilsson
now your work on microblaze linux has > been winding down over the years as the user base shrinks (just > like for all others above). Should we keep it for a few more years for > the remaining users, or is it time to let go? I would guess we still > have active users on modern kernels, but that's what I thought > about cris as well ;-) > > Arnd /^JN - Jesper Nilsson -- Jesper Nilsson -- jesper.nils...@axis.com

[GIT PULL] CRIS urgent fixes for 4.16

2018-02-08 Thread Jesper Nilsson
) CRIS urgent breakage fix for 4.16 The main Makefile for the CRIS port was overzealously scrubbed in 4.15-rc3, breaking the build for all CRIS SoCs. Jesper Nilsson (1): CRIS: Restore

[GIT PULL] CRIS urgent fixes for 4.16

2018-02-08 Thread Jesper Nilsson
) CRIS urgent breakage fix for 4.16 The main Makefile for the CRIS port was overzealously scrubbed in 4.15-rc3, breaking the build for all CRIS SoCs. Jesper Nilsson (1): CRIS: Restore

[GIT PULL] CRIS for 4.16

2018-02-08 Thread Jesper Nilsson
: Fix conflicting types for _etext, _edata, _end arch/cris/kernel/setup.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) /^JN - Jesper Nilsson -- Jesper Nilsson -- jesper.nils...@axis.com

[GIT PULL] CRIS for 4.16

2018-02-08 Thread Jesper Nilsson
: Fix conflicting types for _etext, _edata, _end arch/cris/kernel/setup.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) /^JN - Jesper Nilsson -- Jesper Nilsson -- jesper.nils...@axis.com

Re: [PATCH] cris: Fix conflicting types for _etext, _edata, _end

2018-01-11 Thread Jesper Nilsson
nt root_mountflags; > > -extern char _etext, _edata, _end; > > > > char __initdata cris_command_line[COMMAND_LINE_SIZE] = { 0, }; > > > > -- > > 2.15.1 > > /^JN - Jesper Nilsson -- Jesper Nilsson -- jesper.nils...@axis.com

Re: [PATCH] cris: Fix conflicting types for _etext, _edata, _end

2018-01-11 Thread Jesper Nilsson
l/setup.c > > @@ -24,6 +24,7 @@ > > #include > > #include > > #include > > +#include > > > > /* > > * Setup options > > @@ -31,7 +32,6 @@ > > struct screen_info screen_info; > > > > extern int root_mountflags; >

Re: [PATCH 05/67] dma-mapping: replace PCI_DMA_BUS_IS_PHYS with a flag in struct dma_map_ops

2018-01-09 Thread Jesper Nilsson
on. > > Signed-off-by: Christoph Hellwig <h...@lst.de> For the CRIS part: Acked-by: Jesper Nilsson <jesper.nils...@axis.com> > --- > arch/cris/arch-v32/drivers/pci/dma.c | 1 + > arch/cris/include/asm/pci.h | 6 -- /^JN - Jesper Nilsson -- Jesper Nilsson -- jesper.nils...@axis.com

Re: [PATCH 05/67] dma-mapping: replace PCI_DMA_BUS_IS_PHYS with a flag in struct dma_map_ops

2018-01-09 Thread Jesper Nilsson
; > Signed-off-by: Christoph Hellwig For the CRIS part: Acked-by: Jesper Nilsson > --- > arch/cris/arch-v32/drivers/pci/dma.c | 1 + > arch/cris/include/asm/pci.h | 6 -- /^JN - Jesper Nilsson -- Jesper Nilsson -- jesper.nils...@axis.com

Re: [PATCH 22/67] dma-mapping: clear harmful GFP_* flags in common code

2018-01-09 Thread Jesper Nilsson
On Fri, Dec 29, 2017 at 09:18:26AM +0100, Christoph Hellwig wrote: > Life the code from x86 so that we behave consistently. In the future we > should probably warn if any of these is set. > > Signed-off-by: Christoph Hellwig <h...@lst.de> Acked-by: Jesper Nilsson <je

Re: [PATCH 22/67] dma-mapping: clear harmful GFP_* flags in common code

2018-01-09 Thread Jesper Nilsson
On Fri, Dec 29, 2017 at 09:18:26AM +0100, Christoph Hellwig wrote: > Life the code from x86 so that we behave consistently. In the future we > should probably warn if any of these is set. > > Signed-off-by: Christoph Hellwig Acked-by: Jesper Nilsson > --- > arch/cris/ar

Re: [PATCH 34/67] cris: use dma-direct

2018-01-09 Thread Jesper Nilsson
ig <h...@lst.de> For CRIS: Acked-by: Jesper Nilsson <jesper.nils...@axis.com> > --- > arch/cris/Kconfig | 4 ++ > arch/cris/arch-v32/drivers/pci/Makefile | 2 +- > arch/cris/arch-v32/drivers/pci/dma.c| 78 > ---

Re: [PATCH 34/67] cris: use dma-direct

2018-01-09 Thread Jesper Nilsson
lwig For CRIS: Acked-by: Jesper Nilsson > --- > arch/cris/Kconfig | 4 ++ > arch/cris/arch-v32/drivers/pci/Makefile | 2 +- > arch/cris/arch-v32/drivers/pci/dma.c| 78 > - > arch/cris/include/asm/Kbuild|

Re: [PATCH 01/25] arm: artpec: dts: Remove leading 0x and 0s from bindings notation

2017-12-15 Thread Jesper Nilsson
ot; > > This is a follow up to commit 4c9847b7375a ("dt-bindings: Remove leading 0x > from bindings notation") > > Reported-by: David Daney <dda...@caviumnetworks.com> > Suggested-by: Rob Herring <r...@kernel.org> > Signed-off-by: Mathieu Malaterre <

Re: [PATCH 01/25] arm: artpec: dts: Remove leading 0x and 0s from bindings notation

2017-12-15 Thread Jesper Nilsson
t;" > > This is a follow up to commit 4c9847b7375a ("dt-bindings: Remove leading 0x > from bindings notation") > > Reported-by: David Daney > Suggested-by: Rob Herring > Signed-off-by: Mathieu Malaterre Acked-by: Jesper Nilsson > --- > arch/

Re: [PATCH] arm: dts: Remove leading 0x and 0s from bindings notation

2017-12-15 Thread Jesper Nilsson
networks.com> > Suggested-by: Rob Herring <r...@kernel.org> > Signed-off-by: Mathieu Malaterre <ma...@debian.org> > --- > arch/arm/boot/dts/artpec6.dtsi| 2 +- Acked-by: Jesper Nilsson <jesper.nils...@axis.com> /^JN - Jesper Nilsson -- Jesper Nilsson -- jesper.nils...@axis.com

Re: [PATCH] arm: dts: Remove leading 0x and 0s from bindings notation

2017-12-15 Thread Jesper Nilsson
and adding a whitespace before the > the opening curly brace: > > https://elinux.org/Device_Tree_Linux#Linux_conventions > > This is a follow up to commit 4c9847b7375a ("dt-bindings: Remove leading 0x > from bindings notation") > > Reported-by: David Daney > Suggested-b

Re: mm/percpu.c: use smarter memory allocation for struct pcpu_alloc_info (crisv32 hang)

2017-11-28 Thread Jesper Nilsson
ifdef CONFIG_CRIS > +#warning "the CRIS architecture has physical and virtual addresses confused" > +#else > pcpu_free_alloc_info(ai); > +#endif > } > > #endif /* CONFIG_SMP */ Works for me, and thanks. /^JN - Jesper Nilsson -- Jesper Nilsson -- jesper.nils...@axis.com

Re: mm/percpu.c: use smarter memory allocation for struct pcpu_alloc_info (crisv32 hang)

2017-11-28 Thread Jesper Nilsson
quot;the CRIS architecture has physical and virtual addresses confused" > +#else > pcpu_free_alloc_info(ai); > +#endif > } > > #endif /* CONFIG_SMP */ Works for me, and thanks. /^JN - Jesper Nilsson -- Jesper Nilsson -- jesper.nils...@axis.com

Re: mm/percpu.c: use smarter memory allocation for struct pcpu_alloc_info (crisv32 hang)

2017-11-22 Thread Jesper Nilsson
On Wed, Nov 22, 2017 at 03:17:00PM -0500, Nicolas Pitre wrote: > On Wed, 22 Nov 2017, Jesper Nilsson wrote: > > > On Mon, Nov 20, 2017 at 10:50:46PM -0500, Nicolas Pitre wrote: > > > On Mon, 20 Nov 2017, Guenter Roeck wrote: > > > > On Mon, Nov 20, 2017 at 07:2

Re: mm/percpu.c: use smarter memory allocation for struct pcpu_alloc_info (crisv32 hang)

2017-11-22 Thread Jesper Nilsson
On Wed, Nov 22, 2017 at 03:17:00PM -0500, Nicolas Pitre wrote: > On Wed, 22 Nov 2017, Jesper Nilsson wrote: > > > On Mon, Nov 20, 2017 at 10:50:46PM -0500, Nicolas Pitre wrote: > > > On Mon, 20 Nov 2017, Guenter Roeck wrote: > > > > On Mon, Nov 20, 2017 at 07:2

Re: mm/percpu.c: use smarter memory allocation for struct pcpu_alloc_info (crisv32 hang)

2017-11-22 Thread Jesper Nilsson
e is cached and non-cached. That is actively (ab)used in the port, unfortunately, allthough I'm uncertain if this is the problem in this case. I get the same behaviour in my QEMU, but I've not been able to make sense of anything yet... > Nicolas /^JN - Jesper Nilsson -- Jesper Nilsson -- jesper.nils...@axis.com

Re: mm/percpu.c: use smarter memory allocation for struct pcpu_alloc_info (crisv32 hang)

2017-11-22 Thread Jesper Nilsson
e is cached and non-cached. That is actively (ab)used in the port, unfortunately, allthough I'm uncertain if this is the problem in this case. I get the same behaviour in my QEMU, but I've not been able to make sense of anything yet... > Nicolas /^JN - Jesper Nilsson -- Jesper Nilsson -- jesper.nils...@axis.com

Re: [PATCH 07/34] cpufreq: cris: remove calls to cpufreq_notify_transition()

2017-10-10 Thread Jesper Nilsson
core instead. > > Earlier patches have added support in cpufreq core to do cpufreq notification > on > frequency change, this one removes it from this driver. > > Some related minor cleanups are also done along with it. > Acked-by: Jesper Nilsson <jesper.nils...@axis.com>

Re: [PATCH 07/34] cpufreq: cris: remove calls to cpufreq_notify_transition()

2017-10-10 Thread Jesper Nilsson
core instead. > > Earlier patches have added support in cpufreq core to do cpufreq notification > on > frequency change, this one removes it from this driver. > > Some related minor cleanups are also done along with it. > Acked-by: Jesper Nilsson > Cc: Mikael St

Re: [PATCH -tip v9 3/5] cris: mark _stext and _end as char-arrays, not single char

2017-08-18 Thread Jesper Nilsson
he real > address area. > As same as other arch, Should it be > > (addr < (unsigned long)_etext) > > or are there any other reason? As far as I can tell, this is non-intentional. > Thank you, > Masami Hiramatsu <mhira...@kernel.org> /^JN - Jesper Nilsson -- Jesper Nilsson -- jesper.nils...@axis.com

Re: [PATCH -tip v9 3/5] cris: mark _stext and _end as char-arrays, not single char

2017-08-18 Thread Jesper Nilsson
On Thu, Aug 03, 2017 at 11:37:15AM +0900, Masami Hiramatsu wrote: > Mark _stext and _end as character arrays instead of single > character, as same as include/asm-generic/sections.h does. Looks good. Acked-by: Jesper Nilsson <jesper.nils...@axis.com> > Signed-off-by: Masami H

Re: [PATCH -tip v9 3/5] cris: mark _stext and _end as char-arrays, not single char

2017-08-18 Thread Jesper Nilsson
unsigned long)_etext)) || > > ((addr >= module_start) && (addr <= module_end))) { > > BTW, I would like to ask cris people, this seems to check over 1 byte, > since _etext and module_end will be placed at the next byte of the real > address area. >

Re: [PATCH -tip v9 3/5] cris: mark _stext and _end as char-arrays, not single char

2017-08-18 Thread Jesper Nilsson
On Thu, Aug 03, 2017 at 11:37:15AM +0900, Masami Hiramatsu wrote: > Mark _stext and _end as character arrays instead of single > character, as same as include/asm-generic/sections.h does. Looks good. Acked-by: Jesper Nilsson > Signed-off-by: Masami Hiramatsu > --- > arch/cri

Re: [RFC][PATCH] UBI: Make MTD_UBI_FASTMAP non-experimental

2017-05-09 Thread Jesper Nilsson
at 01:17:36PM +0200, Jesper Nilsson wrote: > Hi Richard, > > On Thu, Mar 30, 2017 at 11:29:15PM +0200, Richard Weinberger wrote: > > Jesper, > > > > Am 30.03.2017 um 19:39 schrieb Jesper Nilsson: > > >> So we should document this with a big fat warn

Re: [RFC][PATCH] UBI: Make MTD_UBI_FASTMAP non-experimental

2017-05-09 Thread Jesper Nilsson
at 01:17:36PM +0200, Jesper Nilsson wrote: > Hi Richard, > > On Thu, Mar 30, 2017 at 11:29:15PM +0200, Richard Weinberger wrote: > > Jesper, > > > > Am 30.03.2017 um 19:39 schrieb Jesper Nilsson: > > >> So we should document this with a big fat warn

Re: [PATCH] pinctrl: make artpec6 explicitly non-modular

2017-04-20 Thread Jesper Nilsson
We also delete the MODULE_LICENSE tag etc. since all that information > is already contained at the top of the file in the comments. Agreed, building as module is useless for this central pin controller. Acked-by: Jesper Nilsson <jesper.nils...@axis.com> > Cc: Lars Persson <lars.per

Re: [PATCH] pinctrl: make artpec6 explicitly non-modular

2017-04-20 Thread Jesper Nilsson
We also delete the MODULE_LICENSE tag etc. since all that information > is already contained at the top of the file in the comments. Agreed, building as module is useless for this central pin controller. Acked-by: Jesper Nilsson > Cc: Lars Persson > Cc: Niklas Cassel > Cc:

Re: [PATCH v2 12/27] cris: Use generic pci_mmap_resource_range()

2017-04-13 Thread Jesper Nilsson
On Wed, Apr 12, 2017 at 01:26:01PM +0100, David Woodhouse wrote: > From: David Woodhouse <d...@amazon.co.uk> > > Signed-off-by: David Woodhouse <d...@amazon.co.uk> For the CRIS part: Acked-by: Jesper Nilsson <jesper.nils...@axis.com> > --- > arch/cris

Re: [PATCH v2 12/27] cris: Use generic pci_mmap_resource_range()

2017-04-13 Thread Jesper Nilsson
On Wed, Apr 12, 2017 at 01:26:01PM +0100, David Woodhouse wrote: > From: David Woodhouse > > Signed-off-by: David Woodhouse For the CRIS part: Acked-by: Jesper Nilsson > --- > arch/cris/arch-v32/drivers/pci/bios.c | 23 --- > arch/cris/include/asm/pc

Re: [PATCH v3 08/32] cris: include default ioremap_nopost() implementation

2017-04-11 Thread Jesper Nilsson
c ioremap_nopost() implementation (currently > falling back to ioremap_nocache()) to provide a non-posted writes > ioremap interface to kernel subsystems. > > Signed-off-by: Lorenzo Pieralisi <lorenzo.pieral...@arm.com> > Cc: Niklas Cassel <n...@flawful.org> > Cc: Bjorn

Re: [PATCH v3 08/32] cris: include default ioremap_nopost() implementation

2017-04-11 Thread Jesper Nilsson
c ioremap_nopost() implementation (currently > falling back to ioremap_nocache()) to provide a non-posted writes > ioremap interface to kernel subsystems. > > Signed-off-by: Lorenzo Pieralisi > Cc: Niklas Cassel > Cc: Bjorn Helgaas For the CRIS-part: Acked-by: Jesper Nil

Re: [PATCH v2] cris: remove unused wp_works_ok macro

2017-04-05 Thread Jesper Nilsson
On Wed, Apr 05, 2017 at 09:24:35PM +0200, Mathias Krause wrote: > It had no use since it's introduction in v2.4.1.2. Get rid of it. > > Cc: Mikael Starvik <star...@axis.com> > Signed-off-by: Mathias Krause <mini...@googlemail.com> > Acked-by: Jesper Nilsson <jesper.

Re: [PATCH v2] cris: remove unused wp_works_ok macro

2017-04-05 Thread Jesper Nilsson
On Wed, Apr 05, 2017 at 09:24:35PM +0200, Mathias Krause wrote: > It had no use since it's introduction in v2.4.1.2. Get rid of it. > > Cc: Mikael Starvik > Signed-off-by: Mathias Krause > Acked-by: Jesper Nilsson > --- > Same patch as v1 but as the tip folks took only t

[PATCH 2/3 v2] pinctrl: Add pincontrol driver for ARTPEC-6 SoC

2017-04-03 Thread Jesper Nilsson
Add pinctrl driver support for the Axis ARTPEC-6 SoC. There are only some pins that actually have different functions available, but all can control bias (pull-up/-down) and drive strength. Code originally written by Chris Paterson. Signed-off-by: Jesper Nilsson <jesper.nils...@axis.

[PATCH 2/3 v2] pinctrl: Add pincontrol driver for ARTPEC-6 SoC

2017-04-03 Thread Jesper Nilsson
Add pinctrl driver support for the Axis ARTPEC-6 SoC. There are only some pins that actually have different functions available, but all can control bias (pull-up/-down) and drive strength. Code originally written by Chris Paterson. Signed-off-by: Jesper Nilsson --- Changes since v1: - Get rid

Re: [RFC][PATCH] UBI: Make MTD_UBI_FASTMAP non-experimental

2017-04-03 Thread Jesper Nilsson
Hi Richard, On Thu, Mar 30, 2017 at 11:29:15PM +0200, Richard Weinberger wrote: > Jesper, > > Am 30.03.2017 um 19:39 schrieb Jesper Nilsson: > >> So we should document this with a big fat warning and set fastmap to > >> default=n ? > > > > Do

Re: [RFC][PATCH] UBI: Make MTD_UBI_FASTMAP non-experimental

2017-04-03 Thread Jesper Nilsson
Hi Richard, On Thu, Mar 30, 2017 at 11:29:15PM +0200, Richard Weinberger wrote: > Jesper, > > Am 30.03.2017 um 19:39 schrieb Jesper Nilsson: > >> So we should document this with a big fat warning and set fastmap to > >> default=n ? > > > > Do

[PATCH v2] UBI: Make MTD_UBI_FASTMAP non-experimental

2017-03-31 Thread Jesper Nilsson
in the real world and depending on it) Drop the experimental note and the warning text about the on-flash format not being finalized, but add a brief warning that Fastmap actually makes UBI less robust. Signed-off-by: Jesper Nilsson <jesper.nils...@axis.com> --- Changes in v2: - Add warning that F

[PATCH v2] UBI: Make MTD_UBI_FASTMAP non-experimental

2017-03-31 Thread Jesper Nilsson
in the real world and depending on it) Drop the experimental note and the warning text about the on-flash format not being finalized, but add a brief warning that Fastmap actually makes UBI less robust. Signed-off-by: Jesper Nilsson --- Changes in v2: - Add warning that Fastmap making UBI less robust

Re: [RFC][PATCH] UBI: Make MTD_UBI_FASTMAP non-experimental

2017-03-30 Thread Jesper Nilsson
Hi Richard, Marek, On Thu, Mar 30, 2017 at 12:01:41PM +0200, Marek Vasut wrote: > On 03/29/2017 10:04 PM, Richard Weinberger wrote: > > Jesper, > > > > Am 29.03.2017 um 17:38 schrieb Jesper Nilsson: > >> MTD_UBI_FASTMAP has been set as experimental since i

Re: [RFC][PATCH] UBI: Make MTD_UBI_FASTMAP non-experimental

2017-03-30 Thread Jesper Nilsson
Hi Richard, Marek, On Thu, Mar 30, 2017 at 12:01:41PM +0200, Marek Vasut wrote: > On 03/29/2017 10:04 PM, Richard Weinberger wrote: > > Jesper, > > > > Am 29.03.2017 um 17:38 schrieb Jesper Nilsson: > >> MTD_UBI_FASTMAP has been set as experimental since i

Re: [PATCH 2/3] pinctrl: Add pincontrol driver for ARTPEC-6 SoC

2017-03-30 Thread Jesper Nilsson
On Thu, Mar 30, 2017 at 02:07:33PM +0200, Linus Walleij wrote: > On Thu, Mar 30, 2017 at 1:33 PM, Jesper Nilsson <jesper.nils...@axis.com> > wrote: > > > Add pinctrl driver support for the Axis ARTPEC-6 SoC. > > There are only some pins that actually have differ

Re: [PATCH 2/3] pinctrl: Add pincontrol driver for ARTPEC-6 SoC

2017-03-30 Thread Jesper Nilsson
On Thu, Mar 30, 2017 at 02:07:33PM +0200, Linus Walleij wrote: > On Thu, Mar 30, 2017 at 1:33 PM, Jesper Nilsson > wrote: > > > Add pinctrl driver support for the Axis ARTPEC-6 SoC. > > There are only some pins that actually have different > > functions available, but

[PATCH 3/3] ARM: dts: ARTPEC-6: Add pinctrl configuration

2017-03-30 Thread Jesper Nilsson
Enable the pinctrl driver for ARTPEC-6 in the artpec6.dtsi with all main pinmux functions. Add pinctrl information to the relevant (uart) nodes. Signed-off-by: Jesper Nilsson <jesper.nils...@axis.com> --- arch/arm/boot/dts/artpec6.dtsi | 87 ++

[PATCH 3/3] ARM: dts: ARTPEC-6: Add pinctrl configuration

2017-03-30 Thread Jesper Nilsson
Enable the pinctrl driver for ARTPEC-6 in the artpec6.dtsi with all main pinmux functions. Add pinctrl information to the relevant (uart) nodes. Signed-off-by: Jesper Nilsson --- arch/arm/boot/dts/artpec6.dtsi | 87 ++ 1 file changed, 87 insertions

[PATCH 2/3] pinctrl: Add pincontrol driver for ARTPEC-6 SoC

2017-03-30 Thread Jesper Nilsson
Add pinctrl driver support for the Axis ARTPEC-6 SoC. There are only some pins that actually have different functions available, but all can control bias (pull-up/-down) and drive strength. Code originally written by Chris Paterson. Signed-off-by: Jesper Nilsson <jesper.nils...@axis.

[PATCH 2/3] pinctrl: Add pincontrol driver for ARTPEC-6 SoC

2017-03-30 Thread Jesper Nilsson
Add pinctrl driver support for the Axis ARTPEC-6 SoC. There are only some pins that actually have different functions available, but all can control bias (pull-up/-down) and drive strength. Code originally written by Chris Paterson. Signed-off-by: Jesper Nilsson --- MAINTAINERS

[PATCH 1/3] pinctrl: Add bindings for ARTPEC-6 pinmux

2017-03-30 Thread Jesper Nilsson
Add the bindings for the pinmux functions in the ARTPEC-6 SoC, including bias and drive strength. Signed-off-by: Jesper Nilsson <jesper.nils...@axis.com> --- .../bindings/pinctrl/axis,artpec6-pinctrl.txt | 85 ++ MAINTAINERS

[PATCH 1/3] pinctrl: Add bindings for ARTPEC-6 pinmux

2017-03-30 Thread Jesper Nilsson
Add the bindings for the pinmux functions in the ARTPEC-6 SoC, including bias and drive strength. Signed-off-by: Jesper Nilsson --- .../bindings/pinctrl/axis,artpec6-pinctrl.txt | 85 ++ MAINTAINERS| 1 + 2 files changed, 86

[RFC][PATCH] UBI: Make MTD_UBI_FASTMAP non-experimental

2017-03-29 Thread Jesper Nilsson
in the real world and depending on it) Drop the experimental note and the warning text about the on-flash format not being finalized. Signed-off-by: Jesper Nilsson <jesper.nils...@axis.com> --- drivers/mtd/ubi/Kconfig | 5 + 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/drivers/m

[RFC][PATCH] UBI: Make MTD_UBI_FASTMAP non-experimental

2017-03-29 Thread Jesper Nilsson
in the real world and depending on it) Drop the experimental note and the warning text about the on-flash format not being finalized. Signed-off-by: Jesper Nilsson --- drivers/mtd/ubi/Kconfig | 5 + 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/drivers/mtd/ubi/Kconfig b/drivers/mtd/ubi

[PATCH] ubifs: Don't block RENAME_WHITEOUT flag in rename

2017-03-29 Thread Jesper Nilsson
The test does not allow the valid flag RENAME_WHITEOUT and in fact, the calling function of do_rename already tests the flags, so the test is unnecessary, allowing us to drop it completely. With this patch RENAME_WHITEOUT for overlayfs on ubifs works as intended. Signed-off-by: Jesper Nilsson

[PATCH] ubifs: Don't block RENAME_WHITEOUT flag in rename

2017-03-29 Thread Jesper Nilsson
The test does not allow the valid flag RENAME_WHITEOUT and in fact, the calling function of do_rename already tests the flags, so the test is unnecessary, allowing us to drop it completely. With this patch RENAME_WHITEOUT for overlayfs on ubifs works as intended. Signed-off-by: Jesper Nilsson

Re: [PATCH 11/17] cris: Use generic pci_mmap_resource_range()

2017-03-22 Thread Jesper Nilsson
On Wed, Mar 22, 2017 at 01:25:25PM +, David Woodhouse wrote: > From: David Woodhouse <d...@amazon.co.uk> Acked-by: Jesper Nilsson <jesper.nils...@axis.com> > Signed-off-by: David Woodhouse <d...@amazon.co.uk> > --- > arch/cris/arch-v32/drivers/pci/bios.c | 23 -

Re: [PATCH 11/17] cris: Use generic pci_mmap_resource_range()

2017-03-22 Thread Jesper Nilsson
On Wed, Mar 22, 2017 at 01:25:25PM +, David Woodhouse wrote: > From: David Woodhouse Acked-by: Jesper Nilsson > Signed-off-by: David Woodhouse > --- > arch/cris/arch-v32/drivers/pci/bios.c | 23 --- > arch/cris/include/asm/pci.h | 1 + >

Re: [PATCH 5/6] cris: remove unused wp_works_ok macro

2017-02-13 Thread Jesper Nilsson
On Sun, Feb 12, 2017 at 10:12:11PM +0100, Mathias Krause wrote: > It had no use since it's introduction in v2.4.1.2. Get rid of it. Agreed. Acked-by: Jesper Nilsson <jesper.nils...@axis.com> > Cc: Mikael Starvik <star...@axis.com> > Signed-off-by: Mathias Krause &l

Re: [PATCH 5/6] cris: remove unused wp_works_ok macro

2017-02-13 Thread Jesper Nilsson
On Sun, Feb 12, 2017 at 10:12:11PM +0100, Mathias Krause wrote: > It had no use since it's introduction in v2.4.1.2. Get rid of it. Agreed. Acked-by: Jesper Nilsson > Cc: Mikael Starvik > Signed-off-by: Mathias Krause > --- > arch/cris/include/arch-v10/arch/processor.h |

Re: [PATCH] cris: migrate exception table users off module.h and onto extable.h

2017-01-25 Thread Jesper Nilsson
t; content in module.h that we don't really need to compile this file. > > Reported-by: kbuild test robot <l...@intel.com> > Cc: Mikael Starvik <star...@axis.com> Acked-by: Jesper Nilsson <jesper.nils...@axis.com> > Cc: linux-cris-ker...@axis.com > Sign

Re: [PATCH] cris: migrate exception table users off module.h and onto extable.h

2017-01-25 Thread Jesper Nilsson
t; content in module.h that we don't really need to compile this file. > > Reported-by: kbuild test robot > Cc: Mikael Starvik Acked-by: Jesper Nilsson > Cc: linux-cris-ker...@axis.com > Signed-off-by: Paul Gortmaker > --- > > [This is to be added to the other

Re: [PATCH v2 0/7] uapi: export all headers under uapi directories

2017-01-11 Thread Jesper Nilsson
-generic). > > > > This series has been tested with a 'make headers_install' on x86 and a > > 'make headers_install_all'. I've checked the result of both commands. > > > > This patch is built against linus tree. I don't know if it should be > > made against antoher tree. > > The series should probably get merged through the kbuild tree, but testing > it on mainline is fine here. > > Arnd /^JN - Jesper Nilsson -- Jesper Nilsson -- jesper.nils...@axis.com

Re: [PATCH v2 0/7] uapi: export all headers under uapi directories

2017-01-11 Thread Jesper Nilsson
-generic). > > > > This series has been tested with a 'make headers_install' on x86 and a > > 'make headers_install_all'. I've checked the result of both commands. > > > > This patch is built against linus tree. I don't know if it should be > > made against antoher tree. > > The series should probably get merged through the kbuild tree, but testing > it on mainline is fine here. > > Arnd /^JN - Jesper Nilsson -- Jesper Nilsson -- jesper.nils...@axis.com

[GIT PULL] CRIS changes for 4.10

2016-12-12 Thread Jesper Nilsson
files changed, 9 insertions(+), 9 deletions(-) /^JN - Jesper Nilsson -- Jesper Nilsson -- jesper.nils...@axis.com

[GIT PULL] CRIS changes for 4.10

2016-12-12 Thread Jesper Nilsson
files changed, 9 insertions(+), 9 deletions(-) /^JN - Jesper Nilsson -- Jesper Nilsson -- jesper.nils...@axis.com

[PATCH v2] net: phy: dp83848: Support ethernet pause frames

2016-12-02 Thread Jesper Nilsson
According to the documentation, the PHYs supported by this driver can also support pause frames. Announce this to be so. Tested with a TI83822I. Acked-by: Andrew F. Davis <a...@ti.com> Signed-off-by: Jesper Nilsson <jesper.nils...@axis.com> --- drivers/net/phy/dp83848.c | 4 +++- 1

[PATCH v2] net: phy: dp83848: Support ethernet pause frames

2016-12-02 Thread Jesper Nilsson
According to the documentation, the PHYs supported by this driver can also support pause frames. Announce this to be so. Tested with a TI83822I. Acked-by: Andrew F. Davis Signed-off-by: Jesper Nilsson --- drivers/net/phy/dp83848.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff

Re: [PATCH] net: phy: dp83848: Support ethernet pause frames

2016-12-02 Thread Jesper Nilsson
On Fri, Dec 02, 2016 at 08:35:23AM -0600, Andrew F. Davis wrote: > On 12/02/2016 08:22 AM, Jesper Nilsson wrote: > > According to the documentation, the PHYs supported by this driver > > can also support pause frames. Announce this to be so. > > Tested with a TI83822I. >

Re: [PATCH] net: phy: dp83848: Support ethernet pause frames

2016-12-02 Thread Jesper Nilsson
On Fri, Dec 02, 2016 at 08:35:23AM -0600, Andrew F. Davis wrote: > On 12/02/2016 08:22 AM, Jesper Nilsson wrote: > > According to the documentation, the PHYs supported by this driver > > can also support pause frames. Announce this to be so. > > Tested with a TI83822I. >

[PATCH] net: phy: dp83848: Support ethernet pause frames

2016-12-02 Thread Jesper Nilsson
According to the documentation, the PHYs supported by this driver can also support pause frames. Announce this to be so. Tested with a TI83822I. Signed-off-by: Jesper Nilsson <jesper.nils...@axis.com> --- drivers/net/phy/dp83848.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)

[PATCH] net: phy: dp83848: Support ethernet pause frames

2016-12-02 Thread Jesper Nilsson
According to the documentation, the PHYs supported by this driver can also support pause frames. Announce this to be so. Tested with a TI83822I. Signed-off-by: Jesper Nilsson --- drivers/net/phy/dp83848.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/drivers/net/phy

Re: [GIT PULL]: ARM ARTPEC changes for 4.10

2016-11-28 Thread Jesper Nilsson
On Mon, Nov 28, 2016 at 01:57:10PM +0100, Arnd Bergmann wrote: > On Monday, November 28, 2016 1:33:31 PM CET Jesper Nilsson wrote: > > > Hi Jesper and Niklas, > > > > > > I just found the old pull request while going through my mail backlog. > > > > >

Re: [GIT PULL]: ARM ARTPEC changes for 4.10

2016-11-28 Thread Jesper Nilsson
On Mon, Nov 28, 2016 at 01:57:10PM +0100, Arnd Bergmann wrote: > On Monday, November 28, 2016 1:33:31 PM CET Jesper Nilsson wrote: > > > Hi Jesper and Niklas, > > > > > > I just found the old pull request while going through my mail backlog. > > > > >

Re: [GIT PULL]: ARM ARTPEC changes for 4.10

2016-11-28 Thread Jesper Nilsson
On Sat, Nov 26, 2016 at 12:16:20AM +0100, Arnd Bergmann wrote: > On Thursday, November 10, 2016 4:09:31 PM CET Jesper Nilsson wrote: > > Please pull the below signed tag for a trio of minor changes > > adding PCIe for the ARM ARTPEC SoC. > > > > Thanks! > > &

Re: [GIT PULL]: ARM ARTPEC changes for 4.10

2016-11-28 Thread Jesper Nilsson
On Sat, Nov 26, 2016 at 12:16:20AM +0100, Arnd Bergmann wrote: > On Thursday, November 10, 2016 4:09:31 PM CET Jesper Nilsson wrote: > > Please pull the below signed tag for a trio of minor changes > > adding PCIe for the ARM ARTPEC SoC. > > > > Thanks! > > &

  1   2   3   4   5   6   7   >