[v4.4/bluetooth PATCH 3/3] Bluetooth: Disconnect if E0 is used for Level 4

2020-10-15 Thread Hans-Christian Noren Egtvedt
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 for link and encryption keys required using FIPS approved algorithms (E0 not allowed, SAFER+ not allowed, and P-192 not allowed;

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

2020-10-15 Thread Hans-Christian Noren Egtvedt
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. Signed-off-by: Luiz Augusto von Dentz Signed-off-by: Marcel Holtmann (cherry picked from commit 3ca44c16b0dcc764b641ee4ac226909f5c42

[v4.4/bluetooth PATCH 2/3] Bluetooth: Fix update of connection state in `hci_encrypt_cfm`

2020-10-15 Thread Hans-Christian Noren Egtvedt
From: Patrick Steinhardt Starting with the upgrade to v5.8-rc3, I've noticed I wasn't able to connect to my Bluetooth headset properly anymore. While connecting to the device would eventually succeed, bluetoothd seemed to be confused about the current connection state where the state was flapping

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

2020-10-15 Thread Hans-Christian Noren Egtvedt
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. Signed-off-by: Luiz Augusto von Dentz Signed-off-by: Marcel Holtmann (cherry picked from commit 3ca44c16b0dcc764b641ee4ac226909f5c42

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

2020-10-15 Thread Hans-Christian Noren Egtvedt
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 for link and encryption keys required using FIPS approved algorithms (E0 not allowed, SAFER+ not allowed, and P-192 not allowed;

[v4.9..v5.4/bluetooth PATCH 2/3] Bluetooth: Fix update of connection state in `hci_encrypt_cfm`

2020-10-15 Thread Hans-Christian Noren Egtvedt
From: Patrick Steinhardt Starting with the upgrade to v5.8-rc3, I've noticed I wasn't able to connect to my Bluetooth headset properly anymore. While connecting to the device would eventually succeed, bluetoothd seemed to be confused about the current connection state where the state was flapping

[v4.9..v5.4/bluetooth PATCH 3/3] Bluetooth: Disconnect if E0 is used for Level 4

2020-10-15 Thread Hans-Christian Noren Egtvedt
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 for link and encryption keys required using FIPS approved algorithms (E0 not allowed, SAFER+ not allowed, and P-192 not allowed;

[PATCH v4.4/bluetooth 2/2] Bluetooth: Disconnect if E0 is used for Level 4

2020-10-15 Thread Hans-Christian Noren Egtvedt
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 for link and encryption keys required using FIPS approved algorithms (E0 not allowed, SAFER+ not allowed, and P-192 not allowed;

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

2020-10-15 Thread Hans-Christian Noren Egtvedt
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. Signed-off-by: Luiz Augusto von Dentz Signed-off-by: Marcel Holtmann (cherry picked from commit 3ca44c16b0dcc764b641ee4ac226909f5c42

Re: [PATCH] Input: gpio_mouse - switch to using input device polling mode

2019-10-02 Thread Hans-Christian Noren Egtvedt
Around Wed 02 Oct 2019 15:00:48 -0700 or thereabout, Dmitry Torokhov wrote: > Now that instances of input_dev support polling mode natively, > we no longer need to create input_polled_dev instance. > > Signed-off-by: Dmitry Torokhov Acked-by: Hans-Christian Noren Egtvedt >

Re: [PATCH] input: touchscreen: remove atmel-wm97xx

2018-01-19 Thread Hans-Christian Noren Egtvedt
m data era, and IIRC a bit hard coded to work on AVR32 hardware variant of the AC97C peripheral. > Signed-off-by: Corentin Labbe > Acked-by: Hans-Christian Noren Egtvedt > --- > drivers/input/touchscreen/Kconfig| 15 -- > drivers/input/touchscreen/Makefile |

Re: [PATCH] input: remove at32psif

2018-01-19 Thread Hans-Christian Noren Egtvedt
1 (wm97xx >> continuous touch driver for Atmel AT91 and AVR32) so perhaps it could be >> keeped. >> >> But someone need to test it. > > "&& AVR32" means that nobody ever ran it on AT91 though... > Hans-Christian, any ideas? I never tested accelerating WM97xx codecs on AT91, hence it is AVR32 only. It can be removed. Thanks for cleaning (-: -- Best regards, Hans-Christian Noren Egtvedt

Re: [PATCH] rtc: remove rtc-at32ap700x

2018-01-19 Thread Hans-Christian Noren Egtvedt
Around Thu 18 Jan 2018 21:08:46 +0100 or thereabout, Corentin Labbe wrote: > Since PLATFORM_AT32AP is an AVR32 platform which was removed, the > rtc driver rtc-at32ap700x is useless. > This patch remove it. > > Signed-off-by: Corentin Labbe Acked-by: Hans-Christia

Re: [PATCH] watchdog: remove at32ap700x_wdt

2018-01-19 Thread Hans-Christian Noren Egtvedt
files changed, 445 deletions(-) >> delete mode 100644 drivers/watchdog/at32ap700x_wdt.c -- mvh Hans-Christian Noren Egtvedt

Re: [RFC] remove support for AVR32 architecture

2017-05-02 Thread Hans-Christian Noren Egtvedt
Around Tue 02 May 2017 10:46:58 +0300 or thereabout, Andy Shevchenko wrote: > On Tue, May 2, 2017 at 8:52 AM, Hans-Christian Noren Egtvedt > wrote: >> Around Mon 27 Mar 2017 15:35:56 +0200 or thereabout, Hans-Christian Noren >> Egtvedt wrote: >>> Around Mon 27

Re: [RFC] remove support for AVR32 architecture

2017-05-01 Thread Hans-Christian Noren Egtvedt
Around Mon 27 Mar 2017 15:35:56 +0200 or thereabout, Hans-Christian Noren Egtvedt wrote: > Around Mon 27 Mar 2017 15:26:04 +0200 or thereabout, Boris Brezillon wrote: >> On Wed, 1 Mar 2017 21:44:26 +0100 Hans-Christian Noren Egtvedt >> wrote: >> Is this still planned

[GIT PULL] AVR32 change for 4.12 - architecture removal

2017-05-01 Thread Hans-Christian Noren 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 change for 4.12 Hans-Christian Noren Egtvedt (6): avr32: remove support for AVR32 architecture docs: remove all references to AVR32 architecture

Re: [PATCH] avr32/time: set ->min_delta_ticks and ->max_delta_ticks

2017-04-02 Thread Hans-Christian Noren Egtvedt
i Stange -1 Please do not spend time on AVR32 architecture. It will be removed in the next merge window. -- Best regards, Hans-Christian Noren Egtvedt

Re: [RFC] remove support for AVR32 architecture

2017-03-27 Thread Hans-Christian Noren Egtvedt
Around Mon 27 Mar 2017 15:26:04 +0200 or thereabout, Boris Brezillon wrote: > On Wed, 1 Mar 2017 21:44:26 +0100 Hans-Christian Noren Egtvedt > wrote: >> The AVR32 architecture is not keeping up with the development of the kernel, >> and since it shares so much of the drivers

Re: [RFC] remove support for AVR32 architecture

2017-03-06 Thread Hans-Christian Noren Egtvedt
Around Sun 05 Mar 2017 21:58:16 -0800 or thereabout, Håvard Skinnemoen wrote: > On Wed, Mar 1, 2017 at 12:44 PM, Hans-Christian Noren Egtvedt > wrote: >> I have prepared three patches in my for-linus branch in git tree >> https://git.kernel.org/cgit/linux/kernel/git/egtve

Re: [PATCH] avr32: Fix build error caused by include file reshuffling

2017-03-05 Thread Hans-Christian Noren Egtvedt
ration of function 'user_mode' > > Fixes: f780d89a0e82 ("sched/headers: Remove from ...") > Cc: Ingo Molnar > Signed-off-by: Guenter Roeck Acked-by: Hans-Christian Noren Egtvedt > --- > Please feel free to ignore if av32 is going to be removed. AVR32 i

[RFC] remove support for AVR32 architecture

2017-03-01 Thread Hans-Christian Noren Egtvedt
/backtrace.c delete mode 100644 arch/avr32/oprofile/op_model_avr32.c -- Best regards, Hans-Christian Noren Egtvedt

Re: [PATCH v2 1/3] mtd: nand: Cleanup/rework the atmel_nand driver

2017-03-01 Thread Hans-Christian Noren Egtvedt
Around Wed 01 Mar 2017 09:22:24 +0100 or thereabout, Boris Brezillon wrote: > Hi Hans-Christian, > > On Fri, 24 Feb 2017 10:04:35 +0100 > Hans-Christian Noren Egtvedt wrote: > >> Around Fri 24 Feb 2017 09:55:09 +0100 or thereabout, Boris Brezillon wrote: >> > On F

Re: [PATCH v2 1/3] mtd: nand: Cleanup/rework the atmel_nand driver

2017-02-24 Thread Hans-Christian Noren Egtvedt
Around Fri 24 Feb 2017 09:55:09 +0100 or thereabout, Boris Brezillon wrote: > On Fri, 24 Feb 2017 09:52:09 +0100 > Hans-Christian Noren Egtvedt wrote: >> Around Fri 24 Feb 2017 09:27:42 +0100 or thereabout, Boris Brezillon wrote: >> > On Fri, 24 Feb 2017 09:14:30 +0100

Re: [PATCH v2 1/3] mtd: nand: Cleanup/rework the atmel_nand driver

2017-02-24 Thread Hans-Christian Noren Egtvedt
up a patch or I can eventually do it. I can push it through the linux-avr32 git tree on kernel.org. -- mvh Hans-Christian Noren Egtvedt

Re: [PATCH v2 1/3] mtd: nand: Cleanup/rework the atmel_nand driver

2017-02-24 Thread Hans-Christian Noren Egtvedt
Around Fri 24 Feb 2017 09:27:42 +0100 or thereabout, Boris Brezillon wrote: > On Fri, 24 Feb 2017 09:14:30 +0100 Hans-Christian Noren Egtvedt > wrote: >> Around Thu 23 Feb 2017 21:18:13 -0800 or thereabout, Håvard Skinnemoen wrote: >> > On Tue, Feb 21, 2017 at 9:14

Re: [PATCH 0/3] AVR32: Fine-tuning for two function implementations

2017-01-18 Thread Hans-Christian Noren Egtvedt
> 2 files changed, 7 insertions(+), 19 deletions(-) Ack, I guess it slightly simplifies reading. Will add to linux-avr32 git tree. -- mvh Hans-Christian Noren Egtvedt

[GIT PULL] AVR32 update for 4.10

2016-12-12 Thread Hans-Christian Noren Egtvedt
clk_show() AVR32-pio: Use seq_putc() in pio_bank_show() AVR32-pio: Replace two seq_printf() calls by seq_puts() in pio_bank_show() Hans-Christian Noren Egtvedt (1): avr32: wire up pkey syscalls arch/avr32/include/uapi/asm/unistd.h | 3 +++ arch/avr32/kernel/syscall_table.S| 3

Re: [net-next PATCH RFC 05/26] arch/avr32: Add option to skip sync on DMA map

2016-10-24 Thread Hans-Christian Noren Egtvedt
Cc: Haavard Skinnemoen > Cc: Hans-Christian Egtvedt > Signed-off-by: Alexander Duyck Acked-by: Hans-Christian Noren Egtvedt > --- > arch/avr32/mm/dma-coherent.c |7 ++- > 1 file changed, 6 insertions(+), 1 deletion(-) > > diff --git a/arch/avr32/mm/dma-coherent.c b/arc

Re: [PATCH 4/4] AVR32-pio: Replace two seq_printf() calls by seq_puts() in pio_bank_show()

2016-10-23 Thread Hans-Christian Noren Egtvedt
seq_puts". > > This issue was detected by using the Coccinelle software. > > Signed-off-by: Markus Elfring This series of four patches look good to me, I will append them to for-linus and push them for next merge window. Thanks. Acked-by: Hans-Christian Noren Egtvedt >

[GIT PULL] AVR32 update for 4.9

2016-10-07 Thread Hans-Christian Noren Egtvedt
/mm/fault.c | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) -- Best regards, Hans-Christian Noren Egtvedt

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

2016-09-20 Thread Hans-Christian Noren Egtvedt
Around Tue 20 Sep 2016 08:56:01 -0400 or thereabout, Paul Gortmaker wrote: > [Re: [PATCH] avr32: migrate exception table users off module.h and onto > extable.h] On 20/09/2016 (Tue 09:26) Hans-Christian Noren Egtvedt wrote: > >> Around Mon 19 Sep 2016 17:59:49 -0400 or thereabout,

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

2016-09-20 Thread Hans-Christian Noren Egtvedt
gt; extra header content in module.h that we don't really need to compile > these files. > > One uses "print_modules" so that prevents us removing module.h in > that case, however. > > Cc: Haavard Skinnemoen > Cc: Hans-Christian Egtvedt > Signed-off-by: Pau

Re: [PATCH] avr32: fix 'undefined reference to `___copy_from_user'

2016-09-18 Thread Hans-Christian Noren Egtvedt
ion `ptrace_has_cap': >>>ptrace.c:(.text+0x69c0): undefined reference to `___copy_from_user' >>>kernel/built-in.o:ptrace.c:(.text+0x6b90): more undefined references to >>>`___copy_from_user' follow >>> >>>Fixes: 8630c32275ba ("avr32: fix

Re: [PATCH 0011/1285] Replace numeric parameter like 0444 with macro

2016-08-02 Thread Hans-Christian Noren Egtvedt
e had the > corresponding macro, > and that using macro can improve the robustness and readability of the code, > thus, I suggest replacing the numeric parameter with the macro. > > Signed-off-by: Chuansheng Liu > Signed-off-by: Baole Ni Fine by me. Acked-by: Hans-Christian Noren Eg

[GIT PULL] AVR32 update for 4.8

2016-07-29 Thread Hans-Christian Noren 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 4.8 Hans-Christian Noren Egtvedt (2): avr32: wire up preadv2 and pwritev2 syscalls avr32: fixup code style in unistd.h and

Re: [patch] avr32: off by one in at32_init_pio()

2016-07-14 Thread Hans-Christian Noren Egtvedt
('[PATCH] avr32 architecture') > Signed-off-by: Dan Carpenter Acked-by: Hans-Christian Noren Egtvedt I will add this to my linux-next branch for the next merge window. > diff --git a/arch/avr32/mach-at32ap/pio.c b/arch/avr32/mach-at32ap/pio.c > index 83c2a00..13d3fc4 100644 &g

[GIT PULL] AVR32 update for 4.7

2016-06-20 Thread Hans-Christian Noren Egtvedt
Hello Linus, please pull newly rebased to 4.7-rc4 tag git://git.kernel.org/pub/scm/linux/kernel/git/egtvedt/linux-avr32.git for-linus to receive the following AVR32 update for 4.7 Hans-Christian Noren Egtvedt (2): avr32: wire up preadv2 and pwritev2 syscalls avr32: fixup code style

[GIT PULL] AVR32 update for 4.7

2016-06-06 Thread Hans-Christian Noren 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 4.7 Hans-Christian Noren Egtvedt (2): avr32: wire up preadv2 and pwritev2 syscalls avr32: fixup code style in unistd.h and

Re: [RFC][PATCH 06/31] locking,avr32: Implement atomic_fetch_{add,sub,and,or,xor}()

2016-04-22 Thread Hans-Christian Noren Egtvedt
s is especially useful for irreversible operations -- such as > bitops (because it becomes impossible to reconstruct the state prior > to modification). > > > > Signed-off-by: Peter Zijlstra (Intel) Looks good. Acked-by: Hans-Christian Noren Egtvedt > --- >

Re: [PATCH 03/12] avr32: set Atmel NAND ECC algorithm explicitly

2016-04-16 Thread Hans-Christian Noren Egtvedt
Around Fri 15 Apr 2016 21:54:03 +0200 or thereabout, Rafał Miłecki wrote: > This is part of process deprecating NAND_ECC_SOFT_BCH (and switching to > enum nand_ecc_algo). > > Signed-off-by: Rafał Miłecki Acked-by: Hans-Christian Noren Egtvedt > --- > arch/avr32/board

Re: [PATCH 04/31] Add avr32-specific parity functions

2016-03-28 Thread Hans-Christian Noren Egtvedt
Around Sun 27 Mar 2016 13:47:02 +0800 or thereabout, zhaoxiu.zeng wrote: > From: Zeng Zhaoxiu > > Signed-off-by: Zeng Zhaoxiu Acked-by: Hans-Christian Noren Egtvedt > --- > arch/avr32/include/asm/bitops.h | 32 > 1 file changed, 32 inserti

[GIT PULL] AVR32 update for 4.6

2016-03-15 Thread Hans-Christian Noren Egtvedt
() arch/avr32/include/asm/cmpxchg.h | 2 +- arch/avr32/include/uapi/asm/unistd.h | 1 + arch/avr32/kernel/syscall-stubs.S| 9 + arch/avr32/kernel/syscall_table.S| 1 + 4 files changed, 12 insertions(+), 1 deletion(-) -- Best regards, Hans-Christian Noren Egtvedt

Re: [PATCH] avr32: fix asm operand constraint in cmpxchg()

2016-03-10 Thread Hans-Christian Noren Egtvedt
ot; constraint with "Ks21" which makes the > compiler use a temporary register for out of range constants. > > Signed-off-by: Mans Rullgard > --- > This fixes link errors in linux-next with CONFIG_AIO_THREAD enabled. Good find, thank you for fixing. Acked-by: Hans-Christian N

Re: avr32 build failures in linux-next

2016-02-06 Thread Hans-Christian Noren Egtvedt
Around Fri 05 Feb 2016 22:02:12 +0530 or thereabout, Sudip Mukherjee wrote: > On Friday 05 February 2016 09:32 PM, Guenter Roeck wrote: >>Hi, >> >>I am getting persistent build failures with av32 in linux-next. > > me too. linux-next is Torvalds master branch? >>Example for avr32:defconfig: >> >

Re: [PATCH 03/31] Add debugger entry points for AVR32

2016-01-28 Thread Hans-Christian Noren Egtvedt
Around Thu 28 Jan 2016 12:46:17 -0700 or thereabout, Jeffrey Merkey wrote: > This patch series adds an export which can be set by system debuggers to > direct the hard lockup and soft lockup detector to trigger a breakpoint > exception and enter a debugger if one is active. It is assumed that if >

Re: [PATCH 03/15] dmaengine: dw: rename masters to reflect actual topology

2016-01-24 Thread Hans-Christian Noren Egtvedt
Around Sun 24 Jan 2016 20:19:46 + or thereabout, Måns Rullgård wrote: > Hans-Christian Noren Egtvedt writes: >> Around Sun 24 Jan 2016 19:21:50 + or thereabout, Mans Rullgard wrote: >>> From: Andy Shevchenko >>> >>> The source and destination masters

Re: [PATCH 03/15] dmaengine: dw: rename masters to reflect actual topology

2016-01-24 Thread Hans-Christian Noren Egtvedt
Around Sun 24 Jan 2016 19:21:50 + or thereabout, Mans Rullgard wrote: > From: Andy Shevchenko > > The source and destination masters are reflecting buses or their layers to > where the different devices can be connected. The patch changes the master > names to reflect which one is related to

Re: [PATCH] avr32: wire up accept4 syscall

2016-01-05 Thread Hans-Christian Noren Egtvedt
Around Tue 05 Jan 2016 21:21:45 + or thereabout, Mans Rullgard wrote: > The accept4 syscall is missing on AVR32. Fix this. > > Signed-off-by: Mans Rullgard Thank you. Acked-by: Hans-Christian Noren Egtvedt I'll add it to my for-linus branch and push for next merge window.

Re: [PATCH 3/4] avr32: select ARCH_WANT_FRAME_POINTERS and set DEBUG_KERNEL in defconfigs

2015-11-09 Thread Hans-Christian Noren Egtvedt
32/configs/favr-32_defconfig| 1 + > arch/avr32/configs/hammerhead_defconfig | 1 + > arch/avr32/configs/mimc200_defconfig| 1 + > 15 files changed, 15 insertions(+) Acked-by: Hans-Christian Egtvedt -- Best regards, Hans-Christian Noren Egtve

[GIT PULL] AVR32 update for 4.3

2015-11-02 Thread Hans-Christian Noren 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 4.3 Alexandre Belloni (1): avr32: atngw100: remove useless include arch/avr32/boards/atngw100/mrmt.c | 1 - 1 file changed, 1 deletion(-) -