Re: [v5.8/bluetooth PATCH] Bluetooth: Disconnect if E0 is used for Level 4

2020-10-16 Thread Hans-Christian Egtvedt (hegtvedt)
On 16/10/2020 09:25, Greg KH wrote: > On Thu, Oct 15, 2020 at 11:11:24PM +0200, Hans-Christian Noren Egtvedt wrote: >> From: Luiz Augusto von Dentz >> >> E0 is not allowed with Level 4: >> >> BLUETOOTH CORE SPECIFICATION Version 5.2 | Vol 3, Part C page 1319: >> >> '128-bit equivalent strength

Re: [v4.4/bluetooth PATCH 1/3] Bluetooth: Consolidate encryption handling in hci_encrypt_cfm

2020-10-16 Thread Hans-Christian Egtvedt (hegtvedt)
On 16/10/2020 09:32, Greg KH wrote: > On Thu, Oct 15, 2020 at 11:12:23PM +0200, Hans-Christian Noren Egtvedt wrote: >> From: Luiz Augusto von Dentz >> >> This makes hci_encrypt_cfm calls hci_connect_cfm in case the connection >> state is BT_CONFIG so callers don't have to check the state. >> >>

Re: [PATCH v4.4/bluetooth 1/2] Bluetooth: Consolidate encryption handling in hci_encrypt_cfm

2020-10-15 Thread Hans-Christian Egtvedt (hegtvedt)
On 15/10/2020 14:44, Hans-Christian Egtvedt (hegtvedt) wrote: > On 15/10/2020 14:02, Greg KH wrote: >> On Thu, Oct 15, 2020 at 11:18:39AM +0000, Hans-Christian Egtvedt (hegtvedt) >> wrote: >>> On 15/10/2020 11:57, Greg KH wrote: >>>> On Thu, Oct 15, 2020 at 09

Re: [PATCH v4.4/bluetooth 1/2] Bluetooth: Consolidate encryption handling in hci_encrypt_cfm

2020-10-15 Thread Hans-Christian Egtvedt (hegtvedt)
On 15/10/2020 14:02, Greg KH wrote: > On Thu, Oct 15, 2020 at 11:18:39AM +0000, Hans-Christian Egtvedt (hegtvedt) > wrote: >> On 15/10/2020 11:57, Greg KH wrote: >>> On Thu, Oct 15, 2020 at 09:43:32AM +0200, Hans-Christian Noren Egtvedt >>> wrote: >

Re: [PATCH v4.4/bluetooth 1/2] Bluetooth: Consolidate encryption handling in hci_encrypt_cfm

2020-10-15 Thread Hans-Christian Egtvedt (hegtvedt)
On 15/10/2020 11:57, Greg KH wrote: > On Thu, Oct 15, 2020 at 09:43:32AM +0200, Hans-Christian Noren Egtvedt wrote: >> From: Luiz Augusto von Dentz >> >> This makes hci_encrypt_cfm calls hci_connect_cfm in case the connection >> state is BT_CONFIG so callers don't have to check the state. >> >>

Re: [PATCH 1/3] avr32: fix build failure

2015-09-23 Thread Hans-Christian Egtvedt
Around Wed 23 Sep 2015 21:26:01 +0530 or thereabout, Sudip Mukherjee wrote: > On Mon, Sep 21, 2015 at 01:31:44PM +0530, Sudip Mukherjee wrote: >> On Mon, Sep 21, 2015 at 09:33:00AM +0200, Hans-Christian Egtvedt wrote: >> > Around Mon 21 Sep 2015 12:09:01 +0530 or thereabout, Sud

Re: [PATCH 1/3] avr32: fix build failure

2015-09-23 Thread Hans-Christian Egtvedt
Around Wed 23 Sep 2015 21:26:01 +0530 or thereabout, Sudip Mukherjee wrote: > On Mon, Sep 21, 2015 at 01:31:44PM +0530, Sudip Mukherjee wrote: >> On Mon, Sep 21, 2015 at 09:33:00AM +0200, Hans-Christian Egtvedt wrote: >> > Around Mon 21 Sep 2015 12:09:01 +0530 or thereabout, Sud

Re: [PATCH 1/3] avr32: fix build failure

2015-09-21 Thread Hans-Christian Egtvedt
Around Mon 21 Sep 2015 12:09:01 +0530 or thereabout, Sudip Mukherjee wrote: > On Mon, Sep 21, 2015 at 08:09:42AM +0200, Hans-Christian Egtvedt wrote: >> Around Sat 19 Sep 2015 22:42:57 +0530 or thereabout, Sudip Mukherjee wrote: >> > While building avr32 with allmodconfig, the

Re: [PATCH 1/3] avr32: fix build failure

2015-09-21 Thread Hans-Christian Egtvedt
v, void __iomem *addr) > +{ > +} > + > +static inline void __iomem *pci_iomap(struct pci_dev *dev, int bar, > + unsigned long maxlen) > +{ > + return NULL; > +} > +#endif > + > /* > * ioremap - map bus memory into C

Re: [PATCH 1/3] avr32: fix build failure

2015-09-21 Thread Hans-Christian Egtvedt
void pci_iounmap(struct pci_dev *dev, void __iomem *addr) > +{ > +} > + > +static inline void __iomem *pci_iomap(struct pci_dev *dev, int bar, > + unsigned long maxlen) > +{ > + return NULL; > +} > +#endif > + > /* > * ioremap

Re: [PATCH 1/3] avr32: fix build failure

2015-09-21 Thread Hans-Christian Egtvedt
Around Mon 21 Sep 2015 12:09:01 +0530 or thereabout, Sudip Mukherjee wrote: > On Mon, Sep 21, 2015 at 08:09:42AM +0200, Hans-Christian Egtvedt wrote: >> Around Sat 19 Sep 2015 22:42:57 +0530 or thereabout, Sudip Mukherjee wrote: >> > While building avr32 with allmodconfig, the

Re: [PATCH] avr32: atngw100: remove useless include

2015-09-10 Thread Hans-Christian Egtvedt
Around Thu 10 Sep 2015 15:14:21 +0200 or thereabout, Alexandre Belloni wrote: > Signed-off-by: Alexandre Belloni Acked-by: Hans-Christian Egtvedt Will add it to my for-linus branch in the linux-avr32 git tree. > --- > arch/avr32/boards/atngw100/mrmt.c | 1 - > 1 file changed

Re: [PATCH] avr32: atngw100: remove useless include

2015-09-10 Thread Hans-Christian Egtvedt
Around Thu 10 Sep 2015 15:14:21 +0200 or thereabout, Alexandre Belloni wrote: > Signed-off-by: Alexandre Belloni <alexandre.bell...@free-electrons.com> Acked-by: Hans-Christian Egtvedt <egtv...@samfundet.no> Will add it to my for-linus branch in the linux-avr32 git tree. >

Re: [PATCH 20/31] avr32: handle page-less SG entries

2015-08-12 Thread Hans-Christian Egtvedt
> > - for_each_sg(sglist, sg, nents, i) > - dma_cache_sync(dev, sg_virt(sg), sg->length, direction); > + for_each_sg(sglist, sg, nents, i) { > + if (sg_has_page(sg)) > + dma_cache_sync(dev, sg_virt(sg), sg->length, direction); > +

Re: [PATCH 20/31] avr32: handle page-less SG entries

2015-08-12 Thread Hans-Christian Egtvedt
, sg, nents, i) { + if (sg_has_page(sg)) + dma_cache_sync(dev, sg_virt(sg), sg-length, direction); + } } /* Now for the API extensions over the pci_ one */ -- mvh Hans-Christian Egtvedt -- To unsubscribe from this list: send the line unsubscribe linux

Re: [RFC][PATCH 3/7] avr32: Remove finish_arch_switch()

2015-07-29 Thread Hans-Christian Egtvedt
Around Wed 29 Jul 2015 21:08:51 +0200 or thereabout, Peter Zijlstra wrote: > Fold the tracing hook into switch_to() in order to remove > finish_arch_switch(). AFAICT this should work, I do not have a nexus debugger to verify behavior. > Cc: Hans-Christian Egtvedt > Signed-off-by: Pe

Re: [PATCH v4 4/5] tty/serial: at91: add support to FIFOs

2015-07-29 Thread Hans-Christian Egtvedt
;> +#defineATMEL_US_FIFODISBIT(31) /* FIFO disable */ >>> >>> #define ATMEL_US_MR0x04/* Mode Register */ >>> #define ATMEL_US_USMODE GENMASK(3, 0) /* Mode of the >>> USART */ >>> @@ -124,6 +129,37 @

Re: [tip:x86/mm] arch/*/io.h: Add ioremap_uc() to all architectures

2015-07-29 Thread Hans-Christian Egtvedt
o.h. > > Reported-by: Stephen Rothwell > Signed-off-by: Luis R. Rodriguez > Cc: Abhilash Kesavan > Cc: Benjamin Herrenschmidt > Cc: Borislav Petkov > Cc: Chris Metcalf > Cc: David Howells > Cc: Fengguang Wu > Cc: Geert Uytterhoeven > Cc: Greg Kroah-Hartman

Re: [PATCH v4 4/5] tty/serial: at91: add support to FIFOs

2015-07-29 Thread Hans-Christian Egtvedt
/* Ip Version */ -- 1.8.2.2 -- mvh Hans-Christian Egtvedt -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org

Re: [tip:x86/mm] arch/*/io.h: Add ioremap_uc() to all architectures

2015-07-29 Thread Hans-Christian Egtvedt
...@linux-m68k.org Cc: Greg Kroah-Hartman gre...@linuxfoundation.org Cc: Greg Ungerer g...@uclinux.org Cc: Guenter Roeck li...@roeck-us.net Cc: Haavard Skinnemoen hskinnem...@gmail.com Cc: Hans-Christian Egtvedt egtv...@samfundet.no Cc: Koichi Yasutake yasutake.koi...@jp.panasonic.com Cc: Kyle

Re: [RFC][PATCH 3/7] avr32: Remove finish_arch_switch()

2015-07-29 Thread Hans-Christian Egtvedt
Around Wed 29 Jul 2015 21:08:51 +0200 or thereabout, Peter Zijlstra wrote: Fold the tracing hook into switch_to() in order to remove finish_arch_switch(). AFAICT this should work, I do not have a nexus debugger to verify behavior. Cc: Hans-Christian Egtvedt egtv...@samfundet.no Signed-off

[GIT PULL] AVR32 fixes for 4.2 (rc4)

2015-07-27 Thread Hans-Christian Egtvedt
changed, 19 insertions(+), 1 deletion(-) -- Best regards, Hans-Christian Egtvedt -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please re

[GIT PULL] AVR32 fixes for 4.2 (rc4)

2015-07-27 Thread Hans-Christian Egtvedt
changed, 19 insertions(+), 1 deletion(-) -- Best regards, Hans-Christian Egtvedt -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ

Re: [PATCH 1/1] avr32: handle NULL as a valid clock object

2015-07-24 Thread Hans-Christian Egtvedt
ed-off-by: Andy Shevchenko Acked-by: Hans-Christian Egtvedt Although, IMO this should have been in the common part of the clk framework. I'll add it into my tree and ask Linus to pull it as a fix for current RC. > --- > arch/avr32/mach-at32ap/clock.c | 20 +++-

Re: [PATCH 1/1] avr32: handle NULL as a valid clock object

2015-07-24 Thread Hans-Christian Egtvedt
Shevchenko andriy.shevche...@linux.intel.com Acked-by: Hans-Christian Egtvedt egtv...@samfundet.no Although, IMO this should have been in the common part of the clk framework. I'll add it into my tree and ask Linus to pull it as a fix for current RC. --- arch/avr32/mach-at32ap/clock.c | 20

[GIT PULL] AVR32 update for 4.2

2015-07-20 Thread Hans-Christian Egtvedt
+ 1 file changed, 33 insertions(+), 32 deletions(-) -- Hans-Christian Egtvedt -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo inf

Re: [PATCH 03/23] AVR32/time: Migrate to new 'set-state' interface

2015-07-20 Thread Hans-Christian Egtvedt
s of clockevent > devices, for example: ONESHOT_STOPPED. > > We want to call cpu_idle_poll_ctrl() in shutdown only if we were in > oneshot or resume state earlier. Create another variable to save this > information and check that in shutdown callback. > > Cc: Haavard Skin

Re: [PATCH 03/23] AVR32/time: Migrate to new 'set-state' interface

2015-07-20 Thread Hans-Christian Egtvedt
Egtvedt egtv...@samfundet.no Signed-off-by: Viresh Kumar viresh.ku...@linaro.org Looks sane. Acked-by: Hans-Christian Egtvedt egtv...@samfundet.no --- arch/avr32/kernel/time.c | 65 1 file changed, 33 insertions(+), 32 deletions(-) snipp diff

[GIT PULL] AVR32 update for 4.2

2015-07-20 Thread Hans-Christian Egtvedt
+ 1 file changed, 33 insertions(+), 32 deletions(-) -- Hans-Christian Egtvedt -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to majord...@vger.kernel.org More majordomo info at http

Re: [patch 1/3] avr32/at32ap: Consolidate chained IRQ handler install/remove

2015-07-15 Thread Hans-Christian Egtvedt
lle. > > Reported-by: Russell King > Signed-off-by: Thomas Gleixner > Cc: Julia Lawall > Cc: Haavard Skinnemoen > Cc: Hans-Christian Egtvedt Acked-by: Hans-Christian Egtvedt > --- > arch/avr32/mach-at32ap/pio.c |4 ++-- > 1 file changed, 2 insertions(+), 2

Re: [patch 2/3] avr32/at32ap: Use irq_set_handler_locked()

2015-07-15 Thread Hans-Christian Egtvedt
; Cc: Julia Lawall > Cc: Haavard Skinnemoen > Cc: Hans-Christian Egtvedt Acked-by: Hans-Christian Egtvedt > --- > arch/avr32/mach-at32ap/extint.c |4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > &g

Re: [patch 2/3] avr32/at32ap: Use irq_set_handler_locked()

2015-07-15 Thread Hans-Christian Egtvedt
@linux.intel.com Cc: Julia Lawall julia.law...@lip6.fr Cc: Haavard Skinnemoen hskinnem...@gmail.com Cc: Hans-Christian Egtvedt egtv...@samfundet.no Acked-by: Hans-Christian Egtvedt egtv...@samfundet.no --- arch/avr32/mach-at32ap/extint.c |4 ++-- 1 file changed, 2 insertions(+), 2 deletions

Re: [patch 1/3] avr32/at32ap: Consolidate chained IRQ handler install/remove

2015-07-15 Thread Hans-Christian Egtvedt
-by: Russell King rmk+ker...@arm.linux.org.uk Signed-off-by: Thomas Gleixner t...@linutronix.de Cc: Julia Lawall julia.law...@lip6.fr Cc: Haavard Skinnemoen hskinnem...@gmail.com Cc: Hans-Christian Egtvedt egtv...@samfundet.no Acked-by: Hans-Christian Egtvedt egtv...@samfundet.no --- arch/avr32/mach

Re: [tip:irq/urgent] avr32/at32ap: Fix race in installing chained IRQ handler

2015-06-28 Thread Hans-Christian Egtvedt
Around Fri 26 Jun 2015 12:47:18 -0700 or thereabout, tip-bot for Thomas Gleixner wrote: > avr32/at32ap: Fix race in installing chained IRQ handler > > Reported-by: Russell King > Signed-off-by: Thomas Gleixner > Cc: Julia Lawall > Cc: Haavard Skinnemoen > Cc: H

Re: [tip:irq/urgent] avr32/at32ap: Fix race in installing chained IRQ handler

2015-06-28 Thread Hans-Christian Egtvedt
...@lip6.fr Cc: Haavard Skinnemoen hskinnem...@gmail.com Cc: Hans-Christian Egtvedt egtv...@samfundet.no --- arch/avr32/mach-at32ap/extint.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/arch/avr32/mach-at32ap/extint.c b/arch/avr32/mach-at32ap/extint.c index cfb298d

Re: [PATCH 3/3] kconfig: Extend defconfig field size from 24 to 32

2015-05-26 Thread Hans-Christian Egtvedt
> Signed-off-by: Geert Uytterhoeven > Cc: Haavard Skinnemoen > Cc: Hans-Christian Egtvedt Acked-by: Hans-Christian Egtvedt > --- > Makefile | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) -- mvh Hans-Christian Egtvedt -- To unsubscribe from this list: send the

Re: [PATCH 3/3] kconfig: Extend defconfig field size from 24 to 32

2015-05-26 Thread Hans-Christian Egtvedt
hskinnem...@gmail.com Cc: Hans-Christian Egtvedt egtv...@samfundet.no Acked-by: Hans-Christian Egtvedt egtv...@samfundet.no --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) snipp diff -- mvh Hans-Christian Egtvedt -- To unsubscribe from this list: send the line unsubscribe

Re: [RFC v1 20/25] genirq: Kill the first parameter 'irq' of irq_flow_handler_t

2015-05-20 Thread Hans-Christian Egtvedt
.c |2 +- > arch/avr32/mach-at32ap/pio.c| 2 +- For the AVR32 related bits Acked-by: Hans-Christian Egtvedt > arch/blackfin/kernel/ipipe.c|4 ++-- > arch/c6x/platforms/megamod-pic.c|3 ++- > arch/sparc/kernel/leon_kernel.c |2 +- > ar

Re: [RFC v1 02/25] avr32, irq: Use irq_desc_get_xxx() to avoid redundant lookup of irq_desc

2015-05-20 Thread Hans-Christian Egtvedt
Around Wed 20 May 2015 17:59:50 +0800 or thereabout, Jiang Liu wrote: > Use irq_desc_get_xxx() to avoid redundant lookup of irq_desc while we > already have a pointer to corresponding irq_desc. > > Signed-off-by: Jiang Liu Acked-by: Hans-Christian Egtvedt > --- > arch/avr32

Re: [RFC v1 02/25] avr32, irq: Use irq_desc_get_xxx() to avoid redundant lookup of irq_desc

2015-05-20 Thread Hans-Christian Egtvedt
Around Wed 20 May 2015 17:59:50 +0800 or thereabout, Jiang Liu wrote: Use irq_desc_get_xxx() to avoid redundant lookup of irq_desc while we already have a pointer to corresponding irq_desc. Signed-off-by: Jiang Liu jiang@linux.intel.com Acked-by: Hans-Christian Egtvedt egtv

Re: [RFC v1 20/25] genirq: Kill the first parameter 'irq' of irq_flow_handler_t

2015-05-20 Thread Hans-Christian Egtvedt
/mach-at32ap/pio.c|2 +- For the AVR32 related bits Acked-by: Hans-Christian Egtvedt egtv...@samfundet.no arch/blackfin/kernel/ipipe.c|4 ++-- arch/c6x/platforms/megamod-pic.c|3 ++- arch/sparc/kernel/leon_kernel.c |2 +- arch/sparc/kernel/leon_pci_grpci1

Re: [PATCH v2 07/10] avr32: use for_each_sg()

2015-05-04 Thread Hans-Christian Egtvedt
n > order to loop over each sg element. But this can help find problems > with drivers that do not properly initialize their sg tables when > CONFIG_DEBUG_SG is enabled. Nice > Signed-off-by: Akinobu Mita > Cc: Haavard Skinnemoen > Cc: Hans-Christian Egtvedt > Cc: lin

Re: [PATCH v2 07/10] avr32: use for_each_sg()

2015-05-04 Thread Hans-Christian Egtvedt
to loop over each sg element. But this can help find problems with drivers that do not properly initialize their sg tables when CONFIG_DEBUG_SG is enabled. Nice Signed-off-by: Akinobu Mita akinobu.m...@gmail.com Cc: Haavard Skinnemoen hskinnem...@gmail.com Cc: Hans-Christian Egtvedt egtv

[GIT PULL] AVR32 update for 4.1

2015-04-13 Thread Hans-Christian Egtvedt
(+), 1 deletion(-) -- Best regards, Hans-Christian Egtvedt -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://w

Re: [PATCH 23/24] arch: Remove exec_domain from remaining archs

2015-04-13 Thread Hans-Christian Egtvedt
e AVR32 related bits. Acked-by: Hans-Christian Egtvedt > arch/c6x/include/asm/thread_info.h | 2 -- > arch/cris/arch-v10/kernel/signal.c | 2 -- > arch/cris/arch-v32/kernel/signal.c | 2 -- > arch/cris/include/asm/thread_info.h | 2 -- > arch/hexagon/include/asm

Re: [PATCH 23/24] arch: Remove exec_domain from remaining archs

2015-04-13 Thread Hans-Christian Egtvedt
related bits. Acked-by: Hans-Christian Egtvedt egtv...@samfundet.no arch/c6x/include/asm/thread_info.h | 2 -- arch/cris/arch-v10/kernel/signal.c | 2 -- arch/cris/arch-v32/kernel/signal.c | 2 -- arch/cris/include/asm/thread_info.h | 2 -- arch/hexagon/include/asm

[GIT PULL] AVR32 update for 4.1

2015-04-13 Thread Hans-Christian Egtvedt
(+), 1 deletion(-) -- Best regards, Hans-Christian Egtvedt -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

Re: [RFC 3/6] clocksource: tcb_clksrc: use atmel_io.h to provide on-chip IO

2015-03-26 Thread Hans-Christian Egtvedt
Around Thu 26 Mar 2015 11:45:51 + or thereabout, Ben Dooks wrote: > Use to provide IO accessors which work on both > AVR32 and ARM for on-chip peripherals. > > Signed-off-by: Ben Dooks Acked-by: Hans-Christian Egtvedt > -- > CC: Daniel Lezcano > CC: Thomas Gleixne

Re: [RFC 3/6] clocksource: tcb_clksrc: use atmel_io.h to provide on-chip IO

2015-03-26 Thread Hans-Christian Egtvedt
Around Thu 26 Mar 2015 11:45:51 + or thereabout, Ben Dooks wrote: Use linux/atmel_io.h to provide IO accessors which work on both AVR32 and ARM for on-chip peripherals. Signed-off-by: Ben Dooks ben.do...@codethink.co.uk Acked-by: Hans-Christian Egtvedt egtv...@samfundet.no -- CC

Re: [PATCH] avr32: fix integer overflow in ELF_ET_DYN_BASE

2015-03-25 Thread Hans-Christian Egtvedt
BASE becomes wrong. > Fix this overflow by dividing TASK_SIZE prior to multiplying: >(TASK_SIZE / 3 * 2) Thank you for fixing (-: > Signed-off-by: Andrey Ryabinin > Acked-by: Hans-Christian Egtvedt Added to for-linus branch in git://git.kernel.org/pub/scm/linux/kernel/git

Re: [PATCH] avr32: fix integer overflow in ELF_ET_DYN_BASE

2015-03-25 Thread Hans-Christian Egtvedt
wrong. Fix this overflow by dividing TASK_SIZE prior to multiplying: (TASK_SIZE / 3 * 2) Thank you for fixing (-: Signed-off-by: Andrey Ryabinin a.ryabi...@samsung.com Acked-by: Hans-Christian Egtvedt egtv...@samfundet.no Added to for-linus branch in git://git.kernel.org/pub/scm/linux

Re: [PATCH] net: macb: fix endian code for avr32

2015-03-18 Thread Hans-Christian Egtvedt
llowing fix changes the use > of readl_relaxed and writel_relaxed with a version that can be put > back to __raw_readl/__raw_writel for the CONFIG_AVR32 case (and also > remove the change to the DMA descriptor endian). Thank you for spotting this. > Signed-off-by: Ben Dooks >

Re: [PATCH] net: macb: fix endian code for avr32

2015-03-18 Thread Hans-Christian Egtvedt
-Christian Egtvedt egtv...@samfundet.no -- CC: Linux Networking List net...@vger.kernel.org CC: Arun Chandran achand...@mvista.com CC: Haavard Skinnemoen hskinnem...@gmail.com CC: Hans-Christian Egtvedt egtv...@samfundet.no CC: Linux Kernel List linux-kernel@vger.kernel.org CC: Nicolas Ferre

Re: [PATCHv2 06/32] avr32: copy_thread(): rename 'arg' argument to 'kthread_arg'

2015-03-16 Thread Hans-Christian Egtvedt
Around Mon 16 Mar 2015 10:18:29 +0200 or thereabout, Alex Dowad wrote: > The 'arg' argument to copy_thread() is only ever used when forking a new > kernel thread. Hence, rename it to 'kthread_arg' for clarity. > > Signed-off-by: Alex Dowad Acked-by: Hans-Christian Egtvedt > ---

Re: [PATCH 06/32] avr32: copy_thread(): rename 'arg' argument to 'kthread_arg'

2015-03-16 Thread Hans-Christian Egtvedt
py_thread()). > > Signed-off-by: Alex Dowad In general Acked-by: Hans-Christian Egtvedt > --- > arch/avr32/kernel/process.c | 9 +++-- > 1 file changed, 7 insertions(+), 2 deletions(-) > > diff --git a/arch/avr32/kernel/process.c b/arch/avr32/kernel/process.c &g

Re: [PATCHv2 06/32] avr32: copy_thread(): rename 'arg' argument to 'kthread_arg'

2015-03-16 Thread Hans-Christian Egtvedt
Around Mon 16 Mar 2015 10:18:29 +0200 or thereabout, Alex Dowad wrote: The 'arg' argument to copy_thread() is only ever used when forking a new kernel thread. Hence, rename it to 'kthread_arg' for clarity. Signed-off-by: Alex Dowad alexinbeij...@gmail.com Acked-by: Hans-Christian Egtvedt

Re: [PATCH 06/32] avr32: copy_thread(): rename 'arg' argument to 'kthread_arg'

2015-03-16 Thread Hans-Christian Egtvedt
()). Signed-off-by: Alex Dowad alexinbeij...@gmail.com In general Acked-by: Hans-Christian Egtvedt egtv...@samfundet.no --- arch/avr32/kernel/process.c | 9 +++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/arch/avr32/kernel/process.c b/arch/avr32/kernel/process.c index

[GIT PULL] AVR32 update for 3.20

2015-02-11 Thread Hans-Christian Egtvedt
Hello Linus, please pull git://git.kernel.org/pub/scm/linux/kernel/git/egtvedt/linux-avr32.git for-linus to receive the following AVR32 update for 3.20 Hans-Christian Egtvedt (2): avr32: wire up missing syscalls avr32: update all default configurations Alexandre Belloni (1

[GIT PULL] AVR32 update for 3.20

2015-02-11 Thread Hans-Christian Egtvedt
Hello Linus, please pull git://git.kernel.org/pub/scm/linux/kernel/git/egtvedt/linux-avr32.git for-linus to receive the following AVR32 update for 3.20 Hans-Christian Egtvedt (2): avr32: wire up missing syscalls avr32: update all default configurations Alexandre Belloni (1

Re: [PATCH] avr32: remove fake at91 cpu identification

2015-01-11 Thread Hans-Christian Egtvedt
Around Sun 11 Jan 2015 03:00:16 +0100 or thereabout, Alexandre Belloni wrote: > cpu_is_at91* are not used in any driver outside mach-at91. Remove those > useless > definitions. Great, thank you for cleaning. > Signed-off-by: Alexandre Belloni > Acked-by: Hans-Chrisitan Egtvedt > --- > >

Re: [PATCH] avr32: remove fake at91 cpu identification

2015-01-11 Thread Hans-Christian Egtvedt
Around Sun 11 Jan 2015 03:00:16 +0100 or thereabout, Alexandre Belloni wrote: cpu_is_at91* are not used in any driver outside mach-at91. Remove those useless definitions. Great, thank you for cleaning. Signed-off-by: Alexandre Belloni alexandre.bell...@free-electrons.com Acked-by:

Re: [PATCH 1/3] module_arch_freeing_init(): new hook for archs before module->module_init freed.

2015-01-07 Thread Hans-Christian Egtvedt
ed before > that. > > This means that avr32, ia64, parisc and s390 no longer need to implement > their own module_free() at all. avr32 doesn't need module_finalize() > either. At a glance it looks sane. > Signed-off-by: Rusty Russell > Cc: Chris Metcalf > Cc: Haavard Skinnem

Re: [PATCH 1/3] module_arch_freeing_init(): new hook for archs before module-module_init freed.

2015-01-07 Thread Hans-Christian Egtvedt
hskinnem...@gmail.com Cc: Hans-Christian Egtvedt egtv...@samfundet.no Cc: Tony Luck tony.l...@intel.com Cc: Fenghua Yu fenghua...@intel.com Cc: James E.J. Bottomley j...@parisc-linux.org Cc: Helge Deller del...@gmx.de Cc: Martin Schwidefsky schwidef...@de.ibm.com Cc: Heiko Carstens

Re: [PATCH v2 32/40] avr32: macro whitespace fixes

2015-01-06 Thread Hans-Christian Egtvedt
> Fix it up. Thank you (-: > Signed-off-by: Michael S. Tsirkin > Acked-by: Hans-Christian Egtvedt > --- > arch/avr32/include/asm/uaccess.h | 18 +- > 1 file changed, 9 insertions(+), 9 deletions(-) -- mvh Hans-Christian Egtvedt -- To unsubscribe from this li

Re: [PATCH v2 24/40] avr32: whitespace fix

2015-01-06 Thread Hans-Christian Egtvedt
Around Tue 06 Jan 2015 17:44:50 +0200 or thereabout, Michael S. Tsirkin wrote: > Align using tabs to make code prettier. > It is already aligned using tabs, but there is one too much. Thanks for cleaning. > Signed-off-by: Michael S. Tsirkin > Acked-by: Hans-Christian Egtvedt &

Re: [PATCH v2 32/40] avr32: macro whitespace fixes

2015-01-06 Thread Hans-Christian Egtvedt
you (-: Signed-off-by: Michael S. Tsirkin m...@redhat.com Acked-by: Hans-Christian Egtvedt egtv...@samfundet.no --- arch/avr32/include/asm/uaccess.h | 18 +- 1 file changed, 9 insertions(+), 9 deletions(-) snipp diff -- mvh Hans-Christian Egtvedt -- To unsubscribe from

Re: [PATCH v2 24/40] avr32: whitespace fix

2015-01-06 Thread Hans-Christian Egtvedt
Around Tue 06 Jan 2015 17:44:50 +0200 or thereabout, Michael S. Tsirkin wrote: Align using tabs to make code prettier. It is already aligned using tabs, but there is one too much. Thanks for cleaning. Signed-off-by: Michael S. Tsirkin m...@redhat.com Acked-by: Hans-Christian Egtvedt egtv

Re: [PATCH] arch: avr32: mach-at32ap: at32ap700x: Remove unused function

2015-01-02 Thread Hans-Christian Egtvedt
port, etc. on > - * certain chipselects. > - */ > -static inline void set_ebi_sfr_bits(u32 mask) > -{ > - hmatrix_sfr_set_bits(HMATRIX_SLAVE_EBI, mask); > -} > - > /* > * Timer/Counter (TC) >

Re: [PATCH] arch: avr32: mach-at32ap: at32ap700x: Remove unused function

2015-01-02 Thread Hans-Christian Egtvedt
inline void set_ebi_sfr_bits(u32 mask) -{ - hmatrix_sfr_set_bits(HMATRIX_SLAVE_EBI, mask); -} - /* * Timer/Counter (TC) * */ -- mvh Hans-Christian

Re: [PATCH 13/38] avr32: drop _PAGE_FILE and pte_file()-related helpers

2014-12-24 Thread Hans-Christian Egtvedt
Around Wed 24 Dec 2014 14:22:21 +0200 or thereabout, Kirill A. Shutemov wrote: > We've replaced remap_file_pages(2) implementation with emulation. > Nobody creates non-linear mapping anymore. > > Signed-off-by: Kirill A. Shutemov > Cc: Haavard Skinnemoen > Cc: Hans

Re: [PATCH 13/38] avr32: drop _PAGE_FILE and pte_file()-related helpers

2014-12-24 Thread Hans-Christian Egtvedt
...@gmail.com Cc: Hans-Christian Egtvedt egtv...@samfundet.no --- arch/avr32/include/asm/pgtable.h | 25 - 1 file changed, 25 deletions(-) Oooh, 25 lines less code, fantastic. Acked-by: Hans-Christian Egtvedt egtv...@samfundet.no snipp diff -- HcE -- To unsubscribe from

Re: [PATCH 04/18] avr32/uaccess: fix sparse errors

2014-12-14 Thread Hans-Christian Egtvedt
> > Signed-off-by: Michael S. Tsirkin Acked-by: Hans-Christian Egtvedt > --- > arch/avr32/include/asm/uaccess.h | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) -- Hans-Christian Egtvedt -- To unsubscribe from this list: send the line "unsubscribe linux-kernel&

Re: [PATCH 04/18] avr32/uaccess: fix sparse errors

2014-12-14 Thread Hans-Christian Egtvedt
. Tsirkin m...@redhat.com Acked-by: Hans-Christian Egtvedt egtv...@samfundet.no --- arch/avr32/include/asm/uaccess.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) snipp diff -- Hans-Christian Egtvedt -- To unsubscribe from this list: send the line unsubscribe linux-kernel

Re: [PATCH 33/44] avr32: atngw100: Register with kernel poweroff handler

2014-11-01 Thread Hans-Christian Egtvedt
Around Mon 06 Oct 2014 22:28:35 -0700 or thereabout, Guenter Roeck wrote: > Register with kernel poweroff handler instead of setting pm_power_off > directly. > > Cc: Haavard Skinnemoen > Cc: Hans-Christian Egtvedt > Signed-off-by: Guenter Roeck Acked-by: Hans-Christian Egtve

Re: [PATCH 33/44] avr32: atngw100: Register with kernel poweroff handler

2014-11-01 Thread Hans-Christian Egtvedt
Around Mon 06 Oct 2014 22:28:35 -0700 or thereabout, Guenter Roeck wrote: Register with kernel poweroff handler instead of setting pm_power_off directly. Cc: Haavard Skinnemoen hskinnem...@gmail.com Cc: Hans-Christian Egtvedt egtv...@samfundet.no Signed-off-by: Guenter Roeck li...@roeck

Re: [PATCH v1 00/12] dmaengine: dw: remove slave_id, add PCI support

2014-08-20 Thread Hans-Christian Egtvedt
ac97c.h | 2 +- > sound/atmel/abdac.c | 2 +- > sound/atmel/ac97c.c | 2 +- > 21 files changed, 365 insertions(+), 309 deletions(-) > delete mode 100644 include/linux/dw_dmac.h > create mode 100644 include/l

Re: [PATCH v1 03/12] dmaengine: dw: convert dw_dma_slave to use explicit HS interfaces

2014-08-20 Thread Hans-Christian Egtvedt
Around Tue 19 Aug 2014 20:29:14 +0300 or thereabout, Andy Shevchenko wrote: > Instead of exposing the possibility to set DMA registers CFG_HI and CFG_LO > strict user to provide handshake interfaces explicitly. > > Signed-off-by: Andy Shevchenko Acked-by: Hans-Christian Egtvedt &

Re: [PATCH v1 02/12] avr32: at32ap700x: don't rely on default DMA masters

2014-08-20 Thread Hans-Christian Egtvedt
y: Andy Shevchenko Acked-by: Hans-Christian Egtvedt > --- > arch/avr32/mach-at32ap/at32ap700x.c | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/arch/avr32/mach-at32ap/at32ap700x.c > b/arch/avr32/mach-at32ap/at32ap700x.c > index 2a1aa71..ec7be28 100644 >

Re: [PATCH v1 01/12] dmaengine: dw: move dw_dmac.h to where it belongs to

2014-08-20 Thread Hans-Christian Egtvedt
The users are also > updated. Nice cleanup, thanks. > Signed-off-by: Andy Shevchenko > For the arch/avr32/.* and .*sound/atmel.* related changes Acked-by: Hans-Christian Egtvedt > --- > MAINTAINERS | 2 +- > arch/avr32/mach-at32ap/at3

Re: [PATCH v1 01/12] dmaengine: dw: move dw_dmac.h to where it belongs to

2014-08-20 Thread Hans-Christian Egtvedt
are also updated. Nice cleanup, thanks. Signed-off-by: Andy Shevchenko andriy.shevche...@linux.intel.com For the arch/avr32/.* and .*sound/atmel.* related changes Acked-by: Hans-Christian Egtvedt egtv...@samfundet.no --- MAINTAINERS | 2 +- arch/avr32

Re: [PATCH v1 02/12] avr32: at32ap700x: don't rely on default DMA masters

2014-08-20 Thread Hans-Christian Egtvedt
andriy.shevche...@linux.intel.com Acked-by: Hans-Christian Egtvedt egtv...@samfundet.no --- arch/avr32/mach-at32ap/at32ap700x.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/arch/avr32/mach-at32ap/at32ap700x.c b/arch/avr32/mach-at32ap/at32ap700x.c index 2a1aa71..ec7be28 100644

Re: [PATCH v1 03/12] dmaengine: dw: convert dw_dma_slave to use explicit HS interfaces

2014-08-20 Thread Hans-Christian Egtvedt
-Christian Egtvedt egtv...@samfundet.no --- arch/avr32/mach-at32ap/at32ap700x.c | 15 +-- drivers/dma/dw/core.c| 4 ++-- include/linux/platform_data/dma-dw.h | 10 -- 3 files changed, 11 insertions(+), 18 deletions(-) snipp diff -- mvh Hans-Christian Egtvedt

Re: [PATCH v1 00/12] dmaengine: dw: remove slave_id, add PCI support

2014-08-20 Thread Hans-Christian Egtvedt
(-) delete mode 100644 include/linux/dw_dmac.h create mode 100644 include/linux/platform_data/dma-dw.h -- mvh Hans-Christian Egtvedt -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to majord...@vger.kernel.org More majordomo info at http

Re: [tip:locking/arch] locking,arch,avr32: Fold atomic_ops

2014-08-14 Thread Hans-Christian Egtvedt
Around Thu 14 Aug 2014 21:30:14 +0200 or thereabout, Peter Zijlstra wrote: > On Thu, Aug 14, 2014 at 09:27:20PM +0200, Hans-Christian Egtvedt wrote: >> Around Thu 14 Aug 2014 10:19:44 -0700 or thereabout, tip-bot for Peter >> Zijlstra wrote:

Re: [tip:locking/arch] locking,arch,avr32: Fold atomic_ops

2014-08-14 Thread Hans-Christian Egtvedt
merge route? I'll happily do it through the avr32 tree, but if it is part of another series, it makes most sense to do it there. > Signed-off-by: Peter Zijlstra > Cc: Hans-Christian Egtvedt > Cc: Haavard Skinnemoen > Cc: Hans-Christian Egtvedt > Cc: Linus Torvalds > Cc: P

Re: [tip:locking/arch] locking,arch,avr32: Fold atomic_ops

2014-08-14 Thread Hans-Christian Egtvedt
tree, but if it is part of another series, it makes most sense to do it there. Signed-off-by: Peter Zijlstra pet...@infradead.org Cc: Hans-Christian Egtvedt egtv...@samfundet.no Cc: Haavard Skinnemoen hskinnem...@gmail.com Cc: Hans-Christian Egtvedt egtv...@samfundet.no Cc: Linus Torvalds

Re: [tip:locking/arch] locking,arch,avr32: Fold atomic_ops

2014-08-14 Thread Hans-Christian Egtvedt
Around Thu 14 Aug 2014 21:30:14 +0200 or thereabout, Peter Zijlstra wrote: On Thu, Aug 14, 2014 at 09:27:20PM +0200, Hans-Christian Egtvedt wrote: Around Thu 14 Aug 2014 10:19:44 -0700 or thereabout, tip-bot for Peter Zijlstra wrote: Commit-ID: d325209b6000dcd13404ee946d2292e15a56718c

[GIT PULL] AVR32 update for 3.17

2014-08-07 Thread Hans-Christian Egtvedt
(+), 3 deletions(-) -- mvh Hans-Christian Egtvedt -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

Re: [PATCH 1/5] avr32: fix error return code

2014-08-07 Thread Hans-Christian Egtvedt
...) > { > ... when != ret = e2 > when forall > return ret; > } > // > > Signed-off-by: Julia Lawall Acked-by: Hans-Christian Egtvedt > --- > arch/avr32/boards/hammerhead/flash.c | 11 ++++--- > 1 file changed, 8 insertions(+), 3 deletions(-

Re: [PATCH 1/5] avr32: fix error return code

2014-08-07 Thread Hans-Christian Egtvedt
return ret; } // /smpl Signed-off-by: Julia Lawall julia.law...@lip6.fr Acked-by: Hans-Christian Egtvedt egtv...@samfundet.no --- arch/avr32/boards/hammerhead/flash.c | 11 --- 1 file changed, 8 insertions(+), 3 deletions(-) snipp diff -- mvh Hans-Christian Egtvedt

[GIT PULL] AVR32 update for 3.17

2014-08-07 Thread Hans-Christian Egtvedt
(+), 3 deletions(-) -- mvh Hans-Christian Egtvedt -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

Re: [PATCH] avr32: Remove unnessary variables from page.h

2014-07-23 Thread Hans-Christian Egtvedt
g memory_start, memory_end; > > /* Pure 2^n version of get_order */ > static inline int get_order(unsigned long size) -- mvh Hans-Christian Egtvedt -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org

Re: [PATCH] avr32: Remove unnessary variables from page.h

2014-07-23 Thread Hans-Christian Egtvedt
of get_order */ static inline int get_order(unsigned long size) -- mvh Hans-Christian Egtvedt -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read

Re: [PATCH 14/38] avr32: clean-up uapi Kbuild file

2014-07-14 Thread Hans-Christian Egtvedt
Around Mon 14 Jul 2014 17:08:42 +0200 or thereabout, Sam Ravnborg wrote: > Remove redundant assignments. > Fantastic, reducing code is the best patches. > Signed-off-by: Sam Ravnborg > Cc: Haavard Skinnemoen > Cc: Hans-Christian Egtvedt Acked-by: Hans-Christian Egtvedt >

Re: [PATCH 14/38] avr32: clean-up uapi Kbuild file

2014-07-14 Thread Hans-Christian Egtvedt
Around Mon 14 Jul 2014 17:08:42 +0200 or thereabout, Sam Ravnborg wrote: Remove redundant assignments. Fantastic, reducing code is the best patches. Signed-off-by: Sam Ravnborg s...@ravnborg.org Cc: Haavard Skinnemoen hskinnem...@gmail.com Cc: Hans-Christian Egtvedt egtv...@samfundet.no

Re: [PATCH] Remove memory start and memory end

2014-07-02 Thread Hans-Christian Egtvedt
gt; unsigned longs. >> >> Thanks for cleaning, I will append it to my for-linus branch. Queuing it for >> 3.17 most likely. >> >>> Signed-off-by: Nicholas Krause >>> >> >> Acked-by: Hans-Christian Egtvedt >> >>> --- >>> arc

Re: [PATCH] Remove memory start and memory end

2014-07-02 Thread Hans-Christian Egtvedt
will append it to my for-linus branch. Queuing it for 3.17 most likely. Signed-off-by: Nicholas Krause xerofo...@gmail.com Acked-by: Hans-Christian Egtvedt egtv...@samfundet.no --- arch/avr32/include/asm/page.h | 3 --- 1 file changed, 3 deletions(-) snipp diff -- mvh Hans-Christian Egtvedt

Re: [PATCH] Remove memory start and memory end

2014-07-01 Thread Hans-Christian Egtvedt
us branch. Queuing it for 3.17 most likely. > Signed-off-by: Nicholas Krause > Acked-by: Hans-Christian Egtvedt > --- > arch/avr32/include/asm/page.h | 3 --- > 1 file changed, 3 deletions(-) -- mvh Hans-Christian Egtvedt -- To unsubscribe from this list: send the line &

Re: [PATCH] Remove memory start and memory end

2014-07-01 Thread Hans-Christian Egtvedt
it for 3.17 most likely. Signed-off-by: Nicholas Krause xerofo...@gmail.com Acked-by: Hans-Christian Egtvedt egtv...@samfundet.no --- arch/avr32/include/asm/page.h | 3 --- 1 file changed, 3 deletions(-) snipp diff -- mvh Hans-Christian Egtvedt -- To unsubscribe from this list: send

Re: [PATCH 06/20] arch,avr32: Fold atomic_ops

2014-06-06 Thread Hans-Christian Egtvedt
Around Sat 31 May 2014 16:14:45 +0200 or thereabout, Peter Zijlstra wrote: > On Tue, May 13, 2014 at 10:40:32PM +0200, Hans-Christian Egtvedt wrote: >> Probably found the reason why we want to use sub with the signed 21-bit >> limit, it uses one less register than the add instructi

  1   2   3   4   >