[PATCH 1/1] at32ap700x_wdt: add support for boot status and add fix for silicon errata

2007-10-30 Thread Hans-Christian Egtvedt
in the errata section of the datasheet avilable from http://www.atmel.com/dyn/products/datasheets.asp?family_id=682 Signed-off-by: Hans-Christian Egtvedt [EMAIL PROTECTED] --- drivers/char/watchdog/at32ap700x_wdt.c | 69 ++-- 1 files changed, 65 insertions(+), 4

Re: [GIT PULL] Disintegrate UAPI for avr32 [ver #2]

2012-10-09 Thread Hans-Christian Egtvedt
arch/avr32/include/uapi/asm/types.h create mode 100644 arch/avr32/include/uapi/asm/unistd.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: [GIT PULL] Disintegrate UAPI for avr32 [ver #2]

2012-10-09 Thread Hans-Christian Egtvedt
Around Tue 09 Oct 2012 10:37:20 +0100 or thereabout, David Howells wrote: Hans-Christian Egtvedt egtv...@samfundet.no wrote: Neither Haavard or me have a GIT tree at kernel.org anymore, I hope to get my key signed in Barcelona during ELCE. Could you ask Linus to pull directly, or pass

Re: [PATCH 2/4] avr32, kconfig: remove HAVE_ARCH_BOOTMEM

2012-11-12 Thread Hans-Christian Egtvedt
again. Cc: Haavard Skinnemoen hskinnem...@gmail.com Cc: Hans-Christian Egtvedt egtv...@samfundet.no Signed-off-by: Joonsoo Kim js1...@gmail.com Acked-by: Hans-Christian Egtvedt egtv...@samfundet.no snipp diff -- mvh Hans-Christian Egtvedt -- To unsubscribe from this list: send the line

Re: [PATCH] avr32: fix build error in atstk1006_defconfig

2012-10-16 Thread Hans-Christian Egtvedt
__raw_writew #define writel_be__raw_writel -- 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

Re: [PATCH 1/1][RESEND] Driver for the Atmel on-chip SSC on AT32AP and AT91.

2007-07-20 Thread Hans-Christian Egtvedt
the possibility to include the ARM headers for that architecture and use the definitions in the header file for AVR32. -- With kind regards, Hans-Christian Egtvedt, siv.ing. (M.Sc.) Applications Engineer - AVR32 System Solutions - Atmel Norway - To unsubscribe from this list: send the line

[PATCH] new driver for ITM Touch touchscreen

2005-03-04 Thread Hans-Christian Egtvedt
on the LG L1510SF screen. Any comments on the driver would be much appreciated. -- Regards, Hans-Christian Egtvedt [EMAIL PROTECTED] MIVU Solutions DA --- kernel-source-2.6.11/drivers/usb/input/Kconfig 2004-12-24 22:35:23.0 +0100 +++ linux-2.6.11/drivers/usb/input/Kconfig 2005-03-02 10:58

Re: [PATCH] new driver for ITM Touch touchscreen

2005-03-04 Thread Hans-Christian Egtvedt
On Fri, 2005-03-04 at 09:52 -0500, Dmitry Torokhov wrote: On Fri, 4 Mar 2005 14:03:37 +0200, Alexey Dobriyan [EMAIL PROTECTED] wrote: On Friday 04 March 2005 12:30, Hans-Christian Egtvedt wrote: snip info about kref As far as the driver goes: - yes, it does need input_sync; One problem

Re: [PATCH] new driver for ITM Touch touchscreen

2005-03-04 Thread Hans-Christian Egtvedt
Around Fri 04 Mar 2005 11:54:18 + or thereabout, Dmitry Torokhov wrote: On Fri, 04 Mar 2005 17:20:24 +0100, Hans-Christian Egtvedt [EMAIL PROTECTED] wrote: On Fri, 2005-03-04 at 09:52 -0500, Dmitry Torokhov wrote: On Fri, 4 Mar 2005 14:03:37 +0200, Alexey Dobriyan [EMAIL PROTECTED

Re: [PATCH] new driver for ITM Touch touchscreen

2005-03-08 Thread Hans-Christian Egtvedt
On Fri, 2005-03-04 at 11:54 -0500, Dmitry Torokhov wrote: On Fri, 04 Mar 2005 17:20:24 +0100, Hans-Christian Egtvedt [EMAIL PROTECTED] wrote: On Fri, 2005-03-04 at 09:52 -0500, Dmitry Torokhov wrote: On Fri, 4 Mar 2005 14:03:37 +0200, Alexey Dobriyan [EMAIL PROTECTED] wrote

Re: [PATCH] new driver for ITM Touch touchscreen

2005-03-10 Thread Hans-Christian Egtvedt
On Thu, 2005-03-10 at 17:18 +0100, Vojtech Pavlik wrote: On Tue, Mar 08, 2005 at 05:01:00PM +0100, Hans-Christian Egtvedt wrote: I really don't think the controller can now anything about the size of the screen. I've attached version 1.2.1 of the driver, fixed some typo, code cleanup

Re: [PATCH] AVR32: fix building warnings caused by redifinitions of HZ

2013-04-07 Thread Hans-Christian Egtvedt
...@gmail.com Cc: Hans-Christian Egtvedt egtv...@samfundet.no Cc: linux-kernel@vger.kernel.org Acked-by: Hans-Christian Egtvedt egtv...@samfundet.no --- arch/avr32/include/uapi/asm/param.h |6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/arch/avr32/include/uapi/asm/param.h

Re: [PATCH v4, part3 15/41] mm/AVR32: prepare for removing num_physpages and simplify mem_init()

2013-04-07 Thread Hans-Christian Egtvedt
Around Sat 06 Apr 2013 22:32:14 +0800 or thereabout, Jiang Liu wrote: Prepare for removing num_physpages and simplify mem_init(). Signed-off-by: Jiang Liu jiang@huawei.com Cc: Haavard Skinnemoen hskinnem...@gmail.com Cc: Hans-Christian Egtvedt egtv...@samfundet.no Cc: linux-kernel

Re: [PATCH v4, part3 02/41] avr32: normalize global variables exported by vmlinux.lds

2013-04-07 Thread Hans-Christian Egtvedt
of the .text section. I'm assuming this series of patches makes this change. Signed-off-by: Jiang Liu jiang@huawei.com Cc: Haavard Skinnemoen hskinnem...@gmail.com Cc: Hans-Christian Egtvedt egtv...@samfundet.no Cc: linux-kernel@vger.kernel.org Acked-by: Hans-Christian Egtvedt egtv

Re: [PATCH] AVR32: fix building warnings caused by redifinitions of HZ

2013-04-08 Thread Hans-Christian Egtvedt
Around Sun 07 Apr 2013 23:29:17 +0800 or thereabout, Jiang Liu wrote: On 04/07/2013 03:55 PM, Hans-Christian Egtvedt wrote: Around Sun 07 Apr 2013 00:43:36 +0800 or thereabout, Jiang Liu wrote: Fix building warnings caused by redifinitions of HZ: snipp warning Thanks for fixing. Signed

Re: [tip:smp/hotplug] avr32: Use generic idle loop

2013-04-09 Thread Hans-Christian Egtvedt
...@linux-foundation.org Cc: Rusty Russell ru...@rustcorp.com.au Cc: Paul McKenney paul...@linux.vnet.ibm.com Cc: Peter Zijlstra pet...@infradead.org Reviewed-by: Cc: Srivatsa S. Bhat srivatsa.b...@linux.vnet.ibm.com Cc: Magnus Damm magnus.d...@gmail.com Cc: Hans-Christian Egtvedt egtv...@samfundet.no

Re: [RFC 15/17] avr32: default GENERIC_GPIO to false

2013-03-12 Thread Hans-Christian Egtvedt
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 PATCH v1 04/33] mm/avr32: use common help functions to free reserved pages

2013-03-05 Thread Hans-Christian Egtvedt
Around Tue 05 Mar 2013 22:54:47 +0800 or thereabout, Jiang Liu wrote: Use common help functions to free reserved pages. AFAICT it looks good, thanks for updating. Signed-off-by: Jiang Liu jiang@huawei.com Acked-by: Hans-Christian Egtvedt egtv...@samfundet.no Cc: Haavard Skinnemoen

Re: [PATCH] avr32: atmel_default_console_device depends on CONFIG_SERIAL_ATMEL

2013-02-12 Thread Hans-Christian Egtvedt
been done. Signed-off-by: Geert Uytterhoeven ge...@linux-m68k.org Acked-by: Hans-Christian Egtvedt egtv...@samfundet.no --- arch/avr32/mach-at32ap/at32ap700x.c |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/arch/avr32/mach-at32ap/at32ap700x.c b/arch/avr32/mach

Re: [PATCH] arch: avr32: add dummy syscalls

2013-02-05 Thread Hans-Christian Egtvedt
a bootable system. I have not tested the 4.4.x GCC port from Atmel. -- 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] arch: avr32: add dummy syscalls

2013-01-27 Thread Hans-Christian Egtvedt
/syscall_table.S| 29 + 3 files changed, 59 insertions(+), 1 deletion(-) snipp diff -- 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: [PATCH] arch: avr32: add dummy syscalls

2013-01-27 Thread Hans-Christian Egtvedt
Around Sun 27 Jan 2013 20:30:09 + or thereabout, Al Viro wrote: On Sun, Jan 27, 2013 at 08:57:14PM +0100, Hans-Christian Egtvedt wrote: Around Sun 27 Jan 2013 13:50:15 +0100 or thereabout, Matthias Brugger wrote: This patch adds dummy syscalls so that compiling for this architecture does

Re: [PATCH] MAINTAINERS: update avr32 web ressources

2013-01-22 Thread Hans-Christian Egtvedt
(-) diff --git a/MAINTAINERS b/MAINTAINERS index 3105c48..e9c1746 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1489,7 +1489,6 @@ AVR32 ARCHITECTURE M: Haavard Skinnemoen hskinnem...@gmail.com M: Hans-Christian Egtvedt egtv...@samfundet.no W: http://www.atmel.com/products/AVR32/ -W

Re: [PATCH] MAINTAINERS: update avr32 web ressources

2013-01-23 Thread Hans-Christian Egtvedt
Around Wed 23 Jan 2013 13:49:38 +0100 or thereabout, Matthias Brugger wrote: On 01/22/2013 09:10 PM, Hans-Christian Egtvedt wrote: Around Tue 22 Jan 2013 18:16:21 +0100 or thereabout, Matthias Brugger wrote: Web ressource http://avr32linux.org is no longer available. This patch deletes

Re: [PATCH] clk: Make the generic clock API available by default

2012-08-28 Thread Hans-Christian Egtvedt
. arch/arm/Kconfig| 12 arch/avr32/Kconfig |1 + For the AVR32 related changes Acked-by: Hans-Christian Egtvedt egtv...@samfundet.no snipp -- mvh Hans-Christian Egtvedt -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body

Re: [PATCH v2] avr32: at32ap700x: set DMA slave properties for MCI dw_dmac

2012-08-30 Thread Hans-Christian Egtvedt
/2] dw_dmac: max_mem_width limits value for SRC/DST_TR_WID register Signed-off-by: Hein Tibosch hein_tibo...@yahoo.es Acked-by: Hans-Christian Egtvedt egtv...@samfundet.no snipp diff -- mvh Hans-Christian Egtvedt -- To unsubscribe from this list: send the line unsubscribe linux-kernel

Re: [PATCH 1/2] dw_dmac: make driver endianness configurable

2012-08-27 Thread Hans-Christian Egtvedt
AT32ap7000 + Say yes here to use big endian I/O access when reading and writing to the DMA controller registers. This is needed on some platforms, like the Atmel AVR32 architecture. If unsure, use the default setting. snipp patch diff -- mvh Hans-Christian Egtvedt -- To unsubscribe from

Re: [PATCH] avr32-linux: at32ap700x: set DMA slave properties for MCI dw_dmac

2012-08-27 Thread Hans-Christian Egtvedt
; data-dma_slave = slave; -- 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

Re: [PATCH 1/2] dw_dmac: make driver endianness configurable

2012-08-27 Thread Hans-Christian Egtvedt
Around Mon 27 Aug 2012 16:47:40 +0800 or thereabout, Hein Tibosch wrote: On 8/27/2012 3:03 PM, Hans-Christian Egtvedt wrote: I think the English in kconfig could use some brushing up. +config DW_DMAC_BE This name isn't that long, so we could skip the abbreviation of big endian

Re: [PATCH 1/3] backlight: atmel-pwm-bl: remove goto err_free_mem

2012-08-06 Thread Hans-Christian Egtvedt
Around Mon 06 Aug 2012 18:32:09 +0900 or thereabout, Jingoo Han wrote: This patch removes goto err_free_mem, which makes code a bit smaller. Cc: Hans-Christian Egtvedt egtv...@samfundet.no Cc: Richard Purdie rpur...@rpsys.net Signed-off-by: Jingoo Han jg1@samsung.com Acked-by: Hans

Re: [PATCH] AVR32: switch to generic param.h

2012-11-17 Thread Hans-Christian Egtvedt
/do_mounts_initrd.c:17: /linux-2.6/arch/avr32/include/asm/param.h:6:1: warning: HZ redefined Everything we need from param.h on AVR32 is already in asm-generic so let's use that. Signed-off-by: Joachim Eastwood manab...@gmail.com Acked-by: Hans-Christian Egtvedt egtv...@samfundet.no snipp diff -- HcE

Re: [PATCH 1/9] avr32: Provide dma_mmap_coherent() and dma_get_sgtable()

2013-01-13 Thread Hans-Christian Egtvedt
Skinnemoen hskinnem...@gmail.com Cc: Hans-Christian Egtvedt egtv...@samfundet.no Acked-by: Hans-Christian Egtvedt egtv...@samfundet.no snipp diff -- mvh Hans-Christian Egtvedt -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to majord

Re: [PATCH] avr32: boards/atngw100/mrmt.c: fix build error

2013-01-14 Thread Hans-Christian Egtvedt
Around Mon 14 Jan 2013 22:43:51 +0100 or thereabout, Cong Ding wrote: there is an extra } in the file, so we delete it. Signed-off-by: Cong Ding ding...@gmail.com Acked-by: Hans-Christian Egtvedt egtv...@samfundet.no --- arch/avr32/boards/atngw100/mrmt.c |1 - 1 file changed, 1

Re: [PATCH 1/1] Watchdog driver for AT32AP700X devices

2007-06-08 Thread Hans-Christian Egtvedt
On Thu, 2007-06-07 at 16:09 -0700, Andrew Morton wrote: On Wed, 6 Jun 2007 16:04:07 +0200 Hans-Christian Egtvedt [EMAIL PROTECTED] wrote: This patch adds support for the built in watchdog in AT32AP700X devices. Tested on AT32AP7000 and ATSTK1000. Hardware documentation can

Re: [PATCH 1/1] Watchdog driver for AT32AP700X devices

2007-06-08 Thread Hans-Christian Egtvedt
On Fri, 2007-06-08 at 09:23 +0200, Hans-Christian Egtvedt wrote: On Thu, 2007-06-07 at 16:09 -0700, Andrew Morton wrote: On Wed, 6 Jun 2007 16:04:07 +0200 Hans-Christian Egtvedt [EMAIL PROTECTED] wrote: This patch adds support for the built in watchdog in AT32AP700X devices

[PATCH 1/1] Driver for the Atmel on-chip RTC on AT32AP700x devices.

2007-06-08 Thread Hans-Christian Egtvedt
Signed-off-by: Hans-Christian Egtvedt [EMAIL PROTECTED] Signed-off-by: Haavard Skinnemoen [EMAIL PROTECTED] --- drivers/rtc/Kconfig |7 + drivers/rtc/Makefile |1 + drivers/rtc/rtc-at32ap700x.c | 337 ++ 3 files changed, 345 insertions

[PATCH 1/2] rtc: make example code jump to done instead of return when ioctl not supported

2007-06-08 Thread Hans-Christian Egtvedt
Signed-off-by: Hans-Christian Egtvedt [EMAIL PROTECTED] --- Documentation/rtc.txt |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Documentation/rtc.txt b/Documentation/rtc.txt index 1ef6bb8..8cc67c7 100644 --- a/Documentation/rtc.txt +++ b/Documentation/rtc.txt @@ -388,7

[PATCH 2/2] rtc-dev: return -ENOTTY in ioctl if irq_set_freq is not implemented by driver

2007-06-08 Thread Hans-Christian Egtvedt
Signed-off-by: Hans-Christian Egtvedt [EMAIL PROTECTED] --- drivers/rtc/rtc-dev.c |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/drivers/rtc/rtc-dev.c b/drivers/rtc/rtc-dev.c index 137330b..7f0e749 100644 --- a/drivers/rtc/rtc-dev.c +++ b/drivers/rtc/rtc-dev.c @@ -306,6

[PATCH 1/1] Watchdog driver for AT32AP700X devices

2007-06-06 Thread Hans-Christian Egtvedt
This patch adds support for the built in watchdog in AT32AP700X devices. Tested on AT32AP7000 and ATSTK1000. Hardware documentation can be found in the AT32AP7000 datasheet. Signed-off-by: Hans-Christian Egtvedt [EMAIL PROTECTED] Signed-off-by: Haavard Skinnemoen [EMAIL PROTECTED] --- drivers

[PATCH 1/1] Driver for the Atmel on-chip SSC on AT32AP and AT91.

2007-07-16 Thread Hans-Christian Egtvedt
driver will be submitted soon. Hardware documentation can be found in the AT32AP7000 data sheet, which can be downloaded from http://www.atmel.com/dyn/products/datasheets.asp?family_id=682 Signed-off-by: Hans-Christian Egtvedt [EMAIL PROTECTED] --- drivers/misc/Kconfig | 10 ++ drivers

[PATCH 1/1][RESEND] Driver for the Atmel on-chip SSC on AT32AP and AT91.

2007-07-18 Thread Hans-Christian Egtvedt
the first time I sent it. Signed-off-by: Hans-Christian Egtvedt [EMAIL PROTECTED] --- drivers/misc/Kconfig | 10 ++ drivers/misc/Makefile |1 + drivers/misc/atmel-ssc.c | 175 + include/linux/atmel-ssc.h | 312

Re: [PATCH 1/1][RESEND] Driver for the Atmel on-chip SSC on AT32AP and AT91.

2007-07-20 Thread Hans-Christian Egtvedt
the AVR32 standalone headers are built up. -- With kind regards, Hans-Christian Egtvedt, siv.ing. (M.Sc.) Applications Engineer - AVR32 System Solutions - Atmel Norway - To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to [EMAIL PROTECTED] More

Re: [PATCH] avr32: boards/atngw100/mrmt.c: fix building error

2013-07-29 Thread Hans-Christian Egtvedt
Around Sat 27 Jul 2013 19:07:51 -0400 or thereabout, Cong Ding wrote: there is an additional {, which causes building error. Signed-off-by: Cong Ding ding...@gmail.com Acked-by: Hans-Christian Egtvedt egtv...@samfundet.no --- arch/avr32/boards/atngw100/mrmt.c |1 - 1 file changed, 1

Re: [PATCH 03/16] cpufreq: at32ap: use cpufreq_generic_get() routine

2013-08-26 Thread Hans-Christian Egtvedt
Around Fri 23 Aug 2013 21:20:38 +0530 or thereabout, Viresh Kumar wrote: We have common infrastructure available with us for getting a CPUs clk rate. Lets use it for this driver. Cc: Hans-Christian Egtvedt egtv...@samfundet.no Signed-off-by: Viresh Kumar viresh.ku...@linaro.org Acked

Re: [guv v2 25/31] avr32: Replace __get_cpu_var uses

2013-08-27 Thread Hans-Christian Egtvedt
int __kprobes kprobe_handler(struct pt_regs *regs) Acked-by: Hans-Christian Egtvedt egtv...@samfundet.no -- 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: [PATCH V2 05/35] cpufreq: at32ap: Covert to light weight -target_index() routine

2013-08-14 Thread Hans-Christian Egtvedt
to it. Cc: Hans-Christian Egtvedt egtv...@samfundet.no Signed-off-by: Viresh Kumar viresh.ku...@linaro.org Acked-by: Hans-Christian Egtvedt egtv...@samfundet.no --- drivers/cpufreq/at32ap-cpufreq.c | 23 +-- 1 file changed, 5 insertions(+), 18 deletions(-) snipp diff

Re: [PATCH 04/37] cpufreq: at32ap: don't initialize part of policy that is set by core too

2013-08-14 Thread Hans-Christian Egtvedt
-init(). It would be easier to review if you add me to CC on the new APIs you implement as well. Now I had to look up what the -get() call did. Cc: Hans-Christian Egtvedt egtv...@samfundet.no Signed-off-by: Viresh Kumar viresh.ku...@linaro.org --- drivers/cpufreq/at32ap-cpufreq.c | 12

Re: [PATCH 04/37] cpufreq: at32ap: don't initialize part of policy that is set by core too

2013-08-14 Thread Hans-Christian Egtvedt
Around Wed 14 Aug 2013 20:07:44 +0530 or thereabout, Viresh Kumar wrote: On 14 August 2013 20:05, Hans-Christian Egtvedt egtv...@samfundet.no wrote: Around Wed 14 Aug 2013 19:01:53 +0530 or thereabout, Viresh Kumar wrote: Many common initializations of struct policy are moved to core now

Re: [PATCH 04/34] cpufreq: at32ap: remove calls to cpufreq_notify_transition()

2013-08-16 Thread Hans-Christian Egtvedt
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. Cc: Hans-Christian Egtvedt egtv...@samfundet.no Signed-off-by: Viresh Kumar viresh.ku...@linaro.org Acked-by: Hans

Re: [PATCH] avr32: Remove HAVE_KPROBES from avr32 Kconfig

2013-11-06 Thread Hans-Christian Egtvedt
HAVE_OPROFILE - select HAVE_KPROBES select VIRT_TO_BUS select GENERIC_IRQ_PROBE select GENERIC_ATOMIC64 -- 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

Re: [PATCH 02/24] avr32/uapi: Use Kbuild logic to provide asm/types.h

2013-11-25 Thread Hans-Christian Egtvedt
Around Mon 25 Nov 2013 09:55:12 +0100 or thereabout, Geert Uytterhoeven wrote: Uapi asm-generic/types.h just includes asm-generic/int-ll64.h Thanks for cleaning. Signed-off-by: Geert Uytterhoeven ge...@linux-m68k.org Cc: Haavard Skinnemoen hskinnem...@gmail.com Cc: Hans-Christian Egtvedt

Re: [PATCH 14/24] avr32: Use Kbuild logic to provide asm/types.h

2013-11-25 Thread Hans-Christian Egtvedt
bitsperlong.h ? If so, nice cleaning, and you have my Signed-off-by: Geert Uytterhoeven ge...@linux-m68k.org Cc: Haavard Skinnemoen hskinnem...@gmail.com Cc: Hans-Christian Egtvedt egtv...@samfundet.no Acked-by: Hans-Christian Egtvedt egtv...@samfundet.no --- arch/avr32/include/asm/Kbuild

Re: [PATCH] avr32: Kill CONFIG_MTD_PARTITIONS

2013-11-26 Thread Hans-Christian Egtvedt
branch. Signed-off-by: Eunbong Song eunb.s...@samsung.com Acked-by: Hans-Christian Egtvedt egtv...@samfundet.no --- arch/avr32/configs/atngw100_defconfig |1 - arch/avr32/configs/atngw100_evklcd100_defconfig|1 - arch/avr32/configs/atngw100_evklcd101_defconfig

Re: [PATCH] avr32: remove deprecated IRQF_DISABLED

2013-10-13 Thread Hans-Christian Egtvedt
for cleaning (-: Acked-by: Hans-Christian Egtvedt egtv...@samfundet.no --- arch/avr32/kernel/time.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/avr32/kernel/time.c b/arch/avr32/kernel/time.c index 12f828a..d0f771b 100644 --- a/arch/avr32/kernel/time.c +++ b/arch/avr32

Re: [PATCH] arch: avr32: uapi: be sure of _UAPI prefix for all guard macros

2013-11-13 Thread Hans-Christian Egtvedt
-by: Hans-Christian Egtvedt egtv...@samfundet.no --- arch/avr32/include/uapi/asm/auxvec.h |6 +++--- arch/avr32/include/uapi/asm/bitsperlong.h |1 - arch/avr32/include/uapi/asm/byteorder.h |6 +++--- arch/avr32/include/uapi/asm/cachectl.h|6 +++--- arch/avr32/include

[GIT PULL] AVR32 updates for 3.13

2013-11-20 Thread Hans-Christian Egtvedt
delete mode 100644 arch/avr32/include/uapi/asm/siginfo.h delete mode 100644 arch/avr32/include/uapi/asm/statfs.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: [PATCH] avr32: pm: Fix section mismatch

2013-12-04 Thread Hans-Christian Egtvedt
avr32_pm_offset() to the function .init.text:pm_exception() The function avr32_pm_offset() references the function __init pm_exception(). Thank you for fixing, I'll add this to my for-linus branch. Signed-off-by: Matthias Brugger matthias@gmail.com Acked-by: Hans-Christian Egtvedt egtv

Re: [PATCH] cpufreq_ at32ap-cpufreq.c: Fix section mismatch

2013-12-05 Thread Hans-Christian Egtvedt
@gmail.com Acked-by: Hans-Christian Egtvedt egtv...@samfundet.no --- drivers/cpufreq/at32ap-cpufreq.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/cpufreq/at32ap-cpufreq.c b/drivers/cpufreq/at32ap-cpufreq.c index e0c38d9..372c426 100644 --- a/drivers/cpufreq

Re: leds-atmel-pwm and atmel-pwm-bl removal

2014-03-16 Thread Hans-Christian Egtvedt
. I'll be happy to accept a patch that removes the use of the non-generic driver, preferably compile tested. -- 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: [PATCH] avr32: remove cpu_data macro to fix compiles

2014-02-23 Thread Hans-Christian Egtvedt
SMP, remove the whole SMP block, too. Only compile tested due to no hardware. Looks sane, AVR32 doesn't support SMP, so this change should be fine. Signed-off-by: Wolfram Sang w...@the-dreams.de Acked-by: Hans-Christian Egtvedt egtv...@samfundet.no [1] https://lists.01.org/pipermail/kbuild

Re: [PATCH] arch/avr32/mm/cache.c: export symbol flush_icache_range() for module using

2014-03-08 Thread Hans-Christian Egtvedt
-by: Hans-Christian Egtvedt egtv...@samfundet.no --- arch/avr32/mm/cache.c | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/avr32/mm/cache.c b/arch/avr32/mm/cache.c index 6a46ecd..85d635c 100644 --- a/arch/avr32/mm/cache.c +++ b/arch/avr32/mm/cache.c @@ -111,6 +111,7 @@ void

Re: [PATCH] arch/avr32/boards/mimc200/fram.c: add missing 'module.h' for MODULE_LICENSE

2014-01-12 Thread Hans-Christian Egtvedt
-by: kbuild test robot fengguang...@intel.com CC: Mark Jackson m...@mimc.co.uk CC: Hans-Christian Egtvedt egtv...@samfundet.no CC: Haavard Skinnemoen haavard.skinnem...@atmel.com Signed-off-by: Sergei Trofimovich sly...@gentoo.org Acked-by: Hans-Christian Egtvedt egtv...@samfundet.no --- arch

Re: [PATCH] avr32: fix missing module.h causing build failure in mimc200/fram.c

2014-01-12 Thread Hans-Christian Egtvedt
before 'mode_t' arch/avr32/boards/mimc200/fram.c:42: error: 'THIS_MODULE' undeclared here (not in a function) Reported-by: Fengguang Wu fengguang...@intel.com Cc: Haavard Skinnemoen hskinnem...@gmail.com Cc: Hans-Christian Egtvedt egtv...@samfundet.no Signed-off-by: Paul Gortmaker

Re: [PATCH] arch: avr32: Makefile: add '-D__linux__' flag for gcc-4.4.7 using.

2014-02-17 Thread Hans-Christian Egtvedt
Gang gang.chen.5...@gmail.com Acked-by: Hans-Christian Egtvedt egtv...@samfundet.no I will merge this into the avr32 tree in the for-linus branch. AFAICT this is also suitable for stable, so I'll add the appropriate CC. --- arch/avr32/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion

Re: [PATCH] arch: avr32: include: asm: Kbuild: add generic vga.h

2014-02-17 Thread Hans-Christian Egtvedt
.5...@gmail.com Acked-by: Hans-Christian Egtvedt egtv...@samfundet.no --- arch/avr32/include/asm/Kbuild | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/avr32/include/asm/Kbuild b/arch/avr32/include/asm/Kbuild index 8b398ff..00a0f3c 100644 --- a/arch/avr32/include/asm/Kbuild +++ b

Re: [PATCH] arch: avr32: include: asm: add generic ioremap_wc() definition in io.h

2014-02-17 Thread Hans-Christian Egtvedt
@@ extern void __iounmap(void __iomem *addr); #define iounmap(addr)\ __iounmap(addr) +#define ioremap_wc ioremap_nocache + #define cached(addr) P1SEGADDR(addr) #define uncached(addr) P2SEGADDR(addr) -- mvh Hans-Christian Egtvedt -- To unsubscribe

[GIT PULL] AVR32 fixes for 3.14

2014-02-17 Thread Hans-Christian Egtvedt
changed, 5 insertions(+), 1 deletion(-) -- 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

Re: linux-next: manual merge of the tip tree with Linus' tree

2014-02-18 Thread Hans-Christian Egtvedt
patches, but it seems to be my own fault, my global gitconfig contained my @cisco.com address. Fixed now. -- 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

Re: [PATCH 09/16] avr32/at32ap: switch to the generic PWM framework

2014-03-19 Thread Hans-Christian Egtvedt
Around Wed 19 Mar 2014 14:03:22 +0100 or thereabout, Alexandre Belloni wrote: Switch to the pwm/pwm-atmel driver instead of misc/atmel_pwm Signed-off-by: Alexandre Belloni alexandre.bell...@free-electrons.com Acked-by: Hans-Christian Egtvedt egtv...@samfundet.no --- arch/avr32/mach-at32ap

Re: [PATCH 11/16] avr32: merisc: use generic leds_pwm driver

2014-03-19 Thread Hans-Christian Egtvedt
Around Wed 19 Mar 2014 14:03:24 +0100 or thereabout, Alexandre Belloni wrote: Switch to the generic leds_pwm driver instead of leds-atmel-pwm. Signed-off-by: Alexandre Belloni alexandre.bell...@free-electrons.com Acked-by: Hans-Christian Egtvedt egtv...@samfundet.no I do not have this board

Re: [PATCH 12/16] avr32: favr-32: use generic pwm_bl driver

2014-03-19 Thread Hans-Christian Egtvedt
Around Wed 19 Mar 2014 14:03:25 +0100 or thereabout, Alexandre Belloni wrote: Switch to the generic pwm_bl driver instead of atmel-pwm-bl. Signed-off-by: Alexandre Belloni alexandre.bell...@free-electrons.com Acked-by: Hans-Christian Egtvedt egtv...@samfundet.no I do not have this board

Re: [PATCH 10/16] avr32: MRMT: use generic leds_pwm driver

2014-03-19 Thread Hans-Christian Egtvedt
Around Wed 19 Mar 2014 14:03:23 +0100 or thereabout, Alexandre Belloni wrote: Switch to the generic leds_pwm driver instead of leds-atmel-pwm. Signed-off-by: Alexandre Belloni alexandre.bell...@free-electrons.com Acked-by: Hans-Christian Egtvedt egtv...@samfundet.no I do not have this add

Re: [PATCH 13/16] avr32: update defconfig to use the generic PWM framework

2014-03-19 Thread Hans-Christian Egtvedt
Around Wed 19 Mar 2014 14:03:26 +0100 or thereabout, Alexandre Belloni wrote: Now that all boards have switch to the generic PWM framework, update the defconfigs to use it. Signed-off-by: Alexandre Belloni alexandre.bell...@free-electrons.com Acked-by: Hans-Christian Egtvedt egtv

Re: [PATCH 14/16] backlight: atmel-pwm-bl: remove obsolete driver

2014-03-19 Thread Hans-Christian Egtvedt
alexandre.bell...@free-electrons.com Acked-by: Hans-Christian Egtvedt egtv...@samfundet.no --- drivers/video/backlight/Kconfig| 11 -- drivers/video/backlight/Makefile | 1 - drivers/video/backlight/atmel-pwm-bl.c | 223 - include/linux/atmel

Re: [Suggestion] arch: avr32: compiler: compiling tools issue

2013-06-25 Thread Hans-Christian Egtvedt
compiler to test it again ? I would assume so, I didn't know Atmel finally pushed all the source code to support avr32-linux from upstream. I still use a jay old 4.2 based GCC port, which was the last one I used when working for Atmel. -- mvh Hans-Christian Egtvedt -- To unsubscribe from this list

Re: [PATCH v7, part3 16/16] AVR32: fix building warnings caused by redifinitions of HZ

2013-05-18 Thread Hans-Christian Egtvedt
of the previous definition Signed-off-by: Jiang Liu jiang@huawei.com Cc: Hans-Christian Egtvedt egtv...@samfundet.no Cc: Haavard Skinnemoen hskinnem...@gmail.com Cc: linux-kernel@vger.kernel.org Thanks, I'll pull this into the linux-avr32 tree. I'm in the mountains right now, but will make a pull

[GIT PULL] AVR32 update for 3.10

2013-05-22 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 updates for 3.10 (wow, it has gone 10 releases since my last request :( ). Hans-Christian Egtvedt (2): avr32: move NODES_SHIFT into Kconfig and delete

Re: [PATCH 13/34] avr32: handle pgtable_page_ctor() fail

2013-10-10 Thread Hans-Christian Egtvedt
Around Thu 10 Oct 2013 21:05:38 +0300 or thereabout, Kirill A. Shutemov wrote: Signed-off-by: Kirill A. Shutemov kirill.shute...@linux.intel.com Acked-by: Hans-Christian Egtvedt egtv...@samfundet.no Given [1]. Cc: Haavard Skinnemoen hskinnem...@gmail.com Cc: Hans-Christian Egtvedt egtv

Re: Build regressions/improvements in v3.10-rc1 (avr)

2013-05-13 Thread Hans-Christian Egtvedt
v3.10-rc1/avr32/avr32-allnoconfig I suspect this is caused by not optimizing for 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

Re: [PATCH 03/25] avr32: Use Kbuild infrastructure to handle asm-generic headers

2013-09-01 Thread Hans-Christian Egtvedt
not touch any header that does a little more. Thank you for cleaning. A bit old this patch (yikes, almost a year), but I cleaned it up a bit, and added it to my for-linus branch. Cc: linux-kbu...@vger.kernel.org Cc: Haavard Skinnemoen hskinnem...@gmail.com Cc: Hans-Christian Egtvedt egtv

Re: [PATCH] avr32: balance cpu_idle_poll_ctrl calls

2013-09-25 Thread Hans-Christian Egtvedt
the code to only disable idle poll if it is enabled by the same function to avoid the warning. Thank you for fixing. Cc: sta...@vger.kernel.org Signed-off-by: Gabor Juhos juh...@openwrt.org Acked-by: Hans-Christian Egtvedt egtv...@samfundet.no --- Note: the patch is against v3.12-rc2

Re: [PATCH] avr32: fix compiler warning

2013-09-26 Thread Hans-Christian Egtvedt
': arch/avr32/kernel/process.c:292: warning: assignment makes integer \ from pointer without a cast Thank you for fixing. Signed-off-by: Gabor Juhos juh...@openwrt.org Acked-by: Hans-Christian Egtvedt egtv...@samfundet.no --- Note: the patch is against v3.12-rc2. Added to my for-linus

[GIT PULL] AVR32 updates for 3.12

2013-09-30 Thread Hans-Christian Egtvedt
/avr32/include/asm/xor.h -- 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

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 instruction that can add up

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

2014-05-09 Thread Hans-Christian Egtvedt
to work only on signed 21-bit integers. This also prepares for easy addition of new ops. Requires the asm_op because of eor. Cc: Haavard Skinnemoen hskinnem...@gmail.com Cc: Hans-Christian Egtvedt egtv...@samfundet.no Cc: Linus Torvalds torva...@linux-foundation.org Signed-off-by: Peter

Re: [PATCH 04/25] avr32: Add 32 bit time_t and clock_t

2014-05-13 Thread Hans-Christian Egtvedt
Around Tue 13 May 2014 17:02:49 +0800 or thereabout, Ley Foon Tan wrote: Override time_t and clock_t in include/uapi/asm-generic. Signed-off-by: Ley Foon Tan lf...@altera.com Acked-by: Hans-Christian Egtvedt egtv...@samfundet.no --- arch/avr32/include/uapi/asm/posix_types.h | 6 ++ 1

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

2014-05-13 Thread Hans-Christian Egtvedt
Around Fri 09 May 2014 23:17:28 +0200 or thereabout, Peter Zijlstra wrote: On Fri, May 09, 2014 at 10:51:55PM +0200, Peter Zijlstra wrote: On Fri, May 09, 2014 at 10:43:09PM +0200, Peter Zijlstra wrote: On Fri, May 09, 2014 at 08:32:41PM +0200, Hans-Christian Egtvedt wrote

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

2014-05-14 Thread Hans-Christian Egtvedt
Around Tue 13 May 2014 22:50: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 instruction that can add up

Re: [PATCH 04/25] avr32: Add 32 bit time_t and clock_t

2014-05-14 Thread Hans-Christian Egtvedt
Around Wed 14 May 2014 09:54:25 +0800 or thereabout, Ley Foon Tan wrote: On Wed, May 14, 2014 at 4:19 AM, Hans-Christian Egtvedt egtv...@samfundet.no wrote: Around Tue 13 May 2014 17:02:49 +0800 or thereabout, Ley Foon Tan wrote: Override time_t and clock_t in include/uapi/asm-generic

Re: [PATCH][RESEND] avr32: remove deprecated IRQF_DISABLED

2013-12-09 Thread Hans-Christian Egtvedt
-Christian Egtvedt egtv...@samfundet.no I'll pull it into the for-linus branch in git://git.kernel.org/pub/scm/linux/kernel/git/egtvedt/linux-avr32.git --- arch/avr32/kernel/time.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) snipp diff -- mvh Hans-Christian Egtvedt -- To unsubscribe

Re: [PATCH] ALSA: atmel_abdac: clk_round_rate() can return a zero upon error

2013-12-09 Thread Hans-Christian Egtvedt
behavior in the meantime. Signed-off-by: Paul Walmsley pwalms...@nvidia.com Cc: Hans-Christian Egtvedt egtv...@samfundet.no Cc: Nicolas Ferre nicolas.fe...@atmel.com Cc: Takashi Iwai ti...@suse.de Cc: Jaroslav Kysela pe...@perex.cz Thanks for fixing. Acked-by: Hans-Christian Egtvedt egtv

Re: [PATCH] ALSA: at73c213: clk_round_rate() can return a zero upon error

2013-12-09 Thread Hans-Christian Egtvedt
behavior in the meantime. Signed-off-by: Paul Walmsley pwalms...@nvidia.com Cc: Hans-Christian Egtvedt egtv...@samfundet.no Cc: Takashi Iwai ti...@suse.de Cc: Jaroslav Kysela pe...@perex.cz Thanks for fixing. Acked-by: Hans-Christian Egtvedt egtv...@samfundet.no --- Applies on v3.13-rc3. See

Re: [PATCH] avr32: favr-32: clk_round_rate() can return a zero upon error

2013-12-09 Thread Hans-Christian Egtvedt
behavior in the meantime. Signed-off-by: Paul Walmsley p...@pwsan.com Cc: Nicolas Ferre nicolas.fe...@atmel.com Cc: Håvard Skinnemoen hskinnem...@gmail.com Cc: Hans-Christian Egtvedt egtv...@samfundet.no Cc: Jean-Christophe PLAGNIOL-VILLARD plagn...@jcrosoft.com Thanks for fixing, applied

[GIT PULL] AVR32 fixes for 3.13

2013-12-09 Thread Hans-Christian Egtvedt
+- arch/avr32/mach-at32ap/pm.c | 2 +- drivers/cpufreq/at32ap-cpufreq.c| 2 +- 19 files changed, 6 insertions(+), 19 deletions(-) -- mvh Hans-Christian Egtvedt -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message

[GIT PULL] AVR32 fix for 3.11

2013-08-08 Thread Hans-Christian Egtvedt
(-) -- 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: [PATCH 11/44] cpufreq: at32ap: Use generic cpufreq routines

2013-08-10 Thread Hans-Christian Egtvedt
routines for this driver. Nice, thanks for cleaning up (-: Cc: Hans-Christian Egtvedt egtv...@samfundet.no Signed-off-by: Viresh Kumar viresh.ku...@linaro.org Acked-by: Hans-Christian Egtvedt egtv...@samfundet.no --- drivers/cpufreq/at32ap-cpufreq.c | 12 +--- 1 file changed, 1

Re: [PATCH 11/44] cpufreq: at32ap: Use generic cpufreq routines

2013-08-12 Thread Hans-Christian Egtvedt
Around Mon 12 Aug 2013 11:37:45 +0530 or thereabout, Viresh Kumar wrote: On 10 August 2013 13:53, Hans-Christian Egtvedt egtv...@samfundet.no wrote: Around Sat 10 Aug 2013 12:14:07 +0530 or thereabout, Viresh Kumar wrote: Most of the CPUFreq drivers do similar things in .exit() and .verify

Re: [PATCH 11/44] cpufreq: at32ap: Use generic cpufreq routines

2013-08-12 Thread Hans-Christian Egtvedt
Around Mon 12 Aug 2013 12:43:37 +0530 or thereabout, Viresh Kumar wrote: On 12 August 2013 12:40, Hans-Christian Egtvedt egtv...@samfundet.no wrote: Ok, AVR32 driver should expose a frequency table then, which is quite simple. It would be really nice if you can provide that patch

Re: [PATCH 11/44] cpufreq: at32ap: Use generic cpufreq routines

2013-08-12 Thread Hans-Christian Egtvedt
Around Mon 12 Aug 2013 13:09:25 +0530 or thereabout, Viresh Kumar wrote: On 12 August 2013 13:00, Hans-Christian Egtvedt egtv...@samfundet.no wrote: I'll add it on my todo-list and have a look at it in the evening (-: Thanks. How hard can it be™ Its not about being hard but about

Re: [PATCH] arch/avr32/mm/cache.c: export symbol flush_icache_range() for module using

2014-03-25 Thread Hans-Christian Egtvedt
, and submit it early in the next cycle. It should be just around the corner, Linus just released rc8 (-: On 03/16/2014 05:18 AM, Chen Gang wrote: On 03/09/2014 11:19 PM, Chen Gang wrote: On 03/09/2014 06:17 AM, Hans-Christian Egtvedt wrote: Around Sun 09 Mar 2014 05:47:04 +0800 or thereabout, Chen

  1   2   3   4   >