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

2013-02-05 Thread Hans-Christian Egtvedt
assembly of a call to a function with a similar prototype. The last avr32-linux toolchain I was able to build was 4.2.x, the openwrt people got 4.3.x to build and produce a bootable system. I have not tested the 4.4.x GCC port from Atmel. -- mvh Hans-Christian Egtvedt -- To unsubscribe from

Re: [PATCH] avr32: atmel_default_console_device depends on CONFIG_SERIAL_ATMEL

2013-02-12 Thread Hans-Christian Egtvedt
out serial support has never been done. > Signed-off-by: Geert Uytterhoeven > Acked-by: Hans-Christian Egtvedt > --- > arch/avr32/mach-at32ap/at32ap700x.c |2 ++ > 1 files changed, 2 insertions(+), 0 deletions(-) > > diff --git a/arch/avr32/mach-at32ap/at32ap700x.c >

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(-) -- 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 majo

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 compi

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

2013-03-12 Thread Hans-Christian Egtvedt
gt; config FORCE_MAX_ZONEORDER > int -- 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] clk: Make the generic clock API available by default

2012-08-28 Thread Hans-Christian Egtvedt
bout the most practical Kbuild hookup. > > arch/arm/Kconfig| 12 > arch/avr32/Kconfig | 1 + For the AVR32 related changes Acked-by: Hans-Christian Egtvedt -- mvh Hans-Christian Egtvedt -- To unsubscribe from this list: send the line "unsu

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

2012-08-30 Thread Hans-Christian Egtvedt
an only be applied after my patch: > [PATCH v2 2/2] dw_dmac: max_mem_width limits value for > SRC/DST_TR_WID register > > Signed-off-by: Hein Tibosch Acked-by: Hans-Christian Egtvedt -- mvh Hans-Christian Egtvedt -- To unsubscribe from this list: send the line "unsubscrib

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 > Signed-off-by: Viresh Kumar Acked-by: Hans-Ch

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

2013-08-26 Thread Hans-Christian Egtvedt
nt_kprobe, p); > } > > static int __kprobes kprobe_handler(struct pt_regs *regs) Acked-by: Hans-Christian Egtvedt -- mvh Hans-Christian Egtvedt -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kerne

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 Acked-by: Hans-Christian Egtvedt Given [1]. > Cc: Haavard Skinnemoen > Cc: Hans-Christian Egtvedt > --- > arch/avr32/include/asm/pgalloc.h | 5 - >

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

2013-09-01 Thread Hans-Christian Egtvedt
nt. It does 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 > Cc: Hans-Christian Egtvedt > Si

Re: [PATCH] avr32: fix compiler warning

2013-09-25 Thread Hans-Christian Egtvedt
27;copy_thread': > arch/avr32/kernel/process.c:292: warning: assignment makes integer \ > from pointer without a cast Thank you for fixing. > Signed-off-by: Gabor Juhos Acked-by: Hans-Christian Egtvedt > --- > Note: the patch is against v3.12-rc2. Added to my for-

[GIT PULL] AVR32 updates for 3.12

2013-09-29 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 FA

Re: [PATCH] avr32: balance cpu_idle_poll_ctrl calls

2013-09-25 Thread Hans-Christian Egtvedt
SHUTDOWN. Due to this, the 'comparator_mode' > function calls the 'cpu_idle_poll_ctrl' to disables idle poll. > This results in the aforementioned warning because the polling > is not enabled yet. > > Change the code to only disable idle poll if it is enabled b

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

2012-10-09 Thread Hans-Christian Egtvedt
de/{ => uapi}/asm/sigcontext.h (100%) > rename arch/avr32/include/{ => uapi}/asm/siginfo.h (100%) > create mode 100644 arch/avr32/include/uapi/asm/signal.h > rename arch/avr32/include/{ => uapi}/asm/socket.h (100%) > rename arch/avr32/include/{ => uapi}/asm/sockios.h (1

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 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 >>

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

2012-11-12 Thread Hans-Christian Egtvedt
be made/enabled again. > Cc: Haavard Skinnemoen > Cc: Hans-Christian Egtvedt > Signed-off-by: Joonsoo Kim Acked-by: Hans-Christian Egtvedt -- mvh Hans-Christian Egtvedt -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a messag

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

2012-11-17 Thread Hans-Christian Egtvedt
from init/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 Acked-by: Hans-Christian Egtvedt

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

2013-06-24 Thread Hans-Christian Egtvedt
ompiler's issue, and I need try to compile the cross > 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 f

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
e core after calling > ->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 > Signed-off-by: Viresh Kumar > --- > drivers/cpufreq/at32ap-cpufreq

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 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-15 Thread Hans-Christian Egtvedt
s shouldn't be moved to cpufreq core instead. > > Earlier patches have added support in cpufreq core to do cpufreq notification > on > frequency change, this one removes it from this driver. > > Some related minor cleanups are also done along with it. > > Cc: H

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 Acked-by: Hans-Christian Egtvedt > --- > arch/avr32/boards/atngw100/mrmt.c |1 - > 1 file changed, 1 d

[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
This patch uses these generic routines for this driver. Nice, thanks for cleaning up (-: > Cc: Hans-Christian Egtvedt > Signed-off-by: Viresh Kumar Acked-by: Hans-Christian Egtvedt > --- > drivers/cpufreq/at32ap-cpufreq.c | 12 +--- > 1 file changed, 1 insertion

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 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 .veri

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 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, that will

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 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 abou

Re: [PATCH V2 05/35] cpufreq: at32ap: Covert to light weight ->target_index() routine

2013-08-14 Thread Hans-Christian Egtvedt
will pass index to it. > > Cc: Hans-Christian Egtvedt > Signed-off-by: Viresh Kumar Acked-by: Hans-Christian Egtvedt > --- > drivers/cpufreq/at32ap-cpufreq.c | 23 +-- > 1 file changed, 5 insertions(+), 18 deletions(-) -- mvh Hans-Christian Egtvedt

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 > Acked-by: Hans-Christian Egtvedt > Cc: Haavard Skinnemoen > Cc: Hans

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

2013-05-13 Thread Hans-Christian Egtvedt
AVR32_9UW_PCREL > against `.text'+ae0: 1 errors in 1 logs > 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 o

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

2013-04-07 Thread Hans-Christian Egtvedt
the previous definition Thanks for fixing. > Signed-off-by: Jiang Liu > Cc: Haavard Skinnemoen > Cc: Hans-Christian Egtvedt > Cc: linux-kernel@vger.kernel.org Acked-by: Hans-Christian Egtvedt > --- > arch/avr32/include/uapi/asm/param.h |6 +- > 1 file changed, 5

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 > Cc: Haavard Skinnemoen > Cc: Hans-Christian Egtvedt > Cc: linux-kernel@vger.kernel.org (open list) Acked-

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

2013-04-07 Thread Hans-Christian Egtvedt
mark the start of the .text section. I'm assuming this series of patches makes this change. > Signed-off-by: Jiang Liu > Cc: Haavard Skinnemoen > Cc: Hans-Christian Egtvedt > Cc: linux-kernel@vger.kernel.org Acked-by: Hans-Christian Egtvedt > --- > arch/avr32/kernel

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

2013-04-07 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: >> Thanks fo

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

2013-04-09 Thread Hans-Christian Egtvedt
Russell > Cc: Paul McKenney > Cc: Peter Zijlstra > Reviewed-by: Cc: Srivatsa S. Bhat > Cc: Magnus Damm > Cc: Hans-Christian Egtvedt > Link: http://lkml.kernel.org/r/20130321215233.950290...@linutronix.de > Signed-off-by: Thomas Gleixner Acked-by: Hans-Christian E

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

2013-05-18 Thread Hans-Christian Egtvedt
m/init.c:10: > /ws/linux/kernel/linux.git/arch/avr32/include/uapi/asm/param.h:6:1: warning: > this is the location of the previous definition > > Signed-off-by: Jiang Liu > Cc: Hans-Christian Egtvedt > Cc: Haavard Skinnemoen > Cc: linux-kernel@vger.kernel.org Thanks, I'l

[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 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 > Cc: Richard Purdie > Signed-off-by: Jingoo Han Acked-by: Hans-Christian Egtvedt -- Hans-Christia

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

2012-08-27 Thread Hans-Christian Egtvedt
help > + Say yes if access to the Synopsys DesignWare AHB DMA controller > + should be big endian, such as for Atmel 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

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

2012-08-27 Thread Hans-Christian Egtvedt
ke: /* * Setup DMA controller to let source be master, and transfer width to * 32-bit. */ slave->sdata.src_master = 1; slave->sdata.max_mem_width = 2; > > data->dma_slave = slave; > -- mvh Hans-Christian Egtvedt -- To unsubscribe from this list: send the line "unsubsc

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

Re: [PATCH] MAINTAINERS: update avr32 web ressources

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

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 >>>av

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

2012-10-16 Thread Hans-Christian Egtvedt
is the intention behind the macro? Which restriction is relaxed? > #define writeb_be__raw_writeb > #define writew_be__raw_writew > #define writel_be__raw_writel -- mvh Hans-Christian Egtvedt -- To unsubscribe f

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

2013-01-13 Thread Hans-Christian Egtvedt
ent() and > dma_get_sgtable() are provided in . > > Avr32 does not use dma_map_ops, hence it should implement them as inline > stubs using dma_common_mmap() and dma_common_get_sgtable(). Thanks for fixing. > Signed-off-by: Geert Uytterhoeven > Cc: Marek Szyprowski > Cc: Haavard Ski

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 Acked-by: Hans-Christian Egtvedt > --- > arch/avr32/boards/atngw100/mrmt.c |1 - > 1 file changed, 1 deletion(-)

[PATCH] new driver for ITM Touch touchscreen

2005-03-04 Thread Hans-Christian Egtvedt
ed 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-

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: > As far as the driver goes: > > - yes, it does need input

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 +02

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

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 vers

[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

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

2007-07-19 Thread Hans-Christian Egtvedt
); I find the latter more readable and compact, the user also does not need to know the offset of the different bit-fields. I agree that describing names for the different bit-fields is nice. Similar to the way the AVR32 standalone headers are built up. -- With kind regards, Hans-Christian Eg

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

2007-07-20 Thread Hans-Christian Egtvedt
the offset of the different bit-fields. > > But the user does then constantly have to refer to the datasheet to > determine what CKI = 1 or CKS = 0 means. As I said two lines furter down, I think these defines are nice. Will adding bit-field descriptors make the SSC driver more usable by the AT91

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

2007-07-15 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 ++ d

[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

[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

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

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 bui

[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

[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/r

[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

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 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:

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
> 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 1/3] module_arch_freeing_init(): new hook for archs before module->module_init freed.

2015-01-07 Thread Hans-Christian Egtvedt
called 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: Haava

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 > --- > > Han

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

[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] avr32: remove cpu_data macro to fix compiles

2014-02-23 Thread Hans-Christian Egtvedt
hitecture > cannot do 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 > Acked-by: Hans-Christian Egtvedt > [1] https://lists.01.org/pipermail/kbuild-

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

2013-11-06 Thread Hans-Christian Egtvedt
b/arch/avr32/Kconfig > @@ -5,7 +5,6 @@ config AVR32 > select EXPERT > select HAVE_CLK > select HAVE_OPROFILE > - select HAVE_KPROBES > select VIRT_TO_BUS > select GENERIC_IRQ_PROBE > select GENERIC_ATOMIC64 -- mvh Hans-Christian Egtvedt -- To u

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

2014-03-16 Thread Hans-Christian Egtvedt
est anyway, since april 2009, > I only see tree wide changes and I can't believe they didn't get broken > a way or another. 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 unsubscrib

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 Acked-by: Hans-Christian Egtvedt > --- > arch/avr32/mach-at32ap/at32ap700x.c | 7 ++- >

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 Acked-by: Hans-Christian Egtvedt I do not have this board either. > --- > arch/avr32/boards

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 Acked-by: Hans-Christian Egtvedt I do not have this board either. > --- > arch/avr32/boards/

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 Acked-by: Hans-Christian Egtvedt I do not have this add-on board either, so I can only provide comp

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 Acked-by: Hans-Christian Egtvedt > --- >

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

2014-03-19 Thread Hans-Christian Egtvedt
-off-by: Alexandre Belloni Acked-by: Hans-Christian Egtvedt > --- > drivers/video/backlight/Kconfig| 11 -- > drivers/video/backlight/Makefile | 1 - > drivers/video/backlight/atmel-pwm-bl.c | 223 > - > include/linux/atmel-pwm-bl.

Re: [PATCH] cpufreq: at32ap: don't declare local variable as static

2014-04-03 Thread Hans-Christian Egtvedt
) routine > > did some changes to driver and by mistake made cpuclk as a 'static' local > variable, which wasn't actually required. Fix it. > > Reported-by: Alexandre Oliva > Signed-off-by: Viresh Kumar Acked-by: Hans-Christian Egtvedt > --- > dri

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

2014-01-12 Thread Hans-Christian Egtvedt
r32/boards/mimc200/fram.c:79: error: function declaration isn't a >> >> prototype > > Untested. Looks very sane. > Reported-by: kbuild test robot > CC: Mark Jackson > CC: Hans-Christian Egtvedt > CC: Haavard Skinnemoen > Signed-off-by: Sergei Trofimovich

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

2014-01-12 Thread Hans-Christian Egtvedt
ected specifier-qualifier-list > before 'mode_t' > arch/avr32/boards/mimc200/fram.c:42: error: 'THIS_MODULE' undeclared here > (not in a function) > > Reported-by: Fengguang Wu > Cc: Haavard Skinnemoen > Cc: Hans-Christian Egtvedt > Signed-off-

Re: [PATCH] avr32: Kill CONFIG_MTD_PARTITIONS

2013-11-26 Thread Hans-Christian Egtvedt
dd this to my for-linus branch. > Signed-off-by: Eunbong Song > Acked-by: Hans-Christian Egtvedt > --- > arch/avr32/configs/atngw100_defconfig |1 - > arch/avr32/configs/atngw100_evklcd100_defconfig|1 - > arch/avr32/configs/atngw100_evklcd101_defconfi

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

2013-11-13 Thread Hans-Christian Egtvedt
branch. > Signed-off-by: Chen Gang Signed-off-by: Hans-Christian Egtvedt > --- > 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/

[GIT PULL] AVR32 updates for 3.13

2013-11-20 Thread Hans-Christian Egtvedt
resource.h 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 maj

Re: [PATCH 02/24] avr32/uapi: Use Kbuild logic to provide

2013-11-25 Thread Hans-Christian Egtvedt
Around Mon 25 Nov 2013 09:55:12 +0100 or thereabout, Geert Uytterhoeven wrote: > Uapi just includes > Thanks for cleaning. > Signed-off-by: Geert Uytterhoeven > Cc: Haavard Skinnemoen > Cc: Hans-Christian Egtvedt Acked-by: Hans-Christian Egtvedt > --- > arch/a

Re: [PATCH 14/24] avr32: Use Kbuild logic to provide

2013-11-25 Thread Hans-Christian Egtvedt
u have my > Signed-off-by: Geert Uytterhoeven > Cc: Haavard Skinnemoen > Cc: Hans-Christian Egtvedt Acked-by: Hans-Christian Egtvedt > --- > arch/avr32/include/asm/Kbuild |1 + > arch/avr32/include/asm/types.h | 19 --- > 2 files changed, 1 insertion(+),

Re: [PATCH] avr32: remove deprecated IRQF_DISABLED

2013-10-13 Thread Hans-Christian Egtvedt
.flags = IRQF_TIMER | IRQF_DISABLED | IRQF_SHARED, > + .flags = IRQF_TIMER | IRQF_SHARED, > .name = "avr32_comparator", > }; > -- mvh Hans-Christian Egtvedt -- To unsubscribe from this list: send the line "unsubscribe linux-kern

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

2014-03-08 Thread Hans-Christian Egtvedt
post] Error 1 >> make: *** [modules] Error 2 >> >> >> Signed-off-by: Chen Gang Acked-by: Hans-Christian Egtvedt >> --- >> arch/avr32/mm/cache.c | 1 + >> 1 file changed, 1 insertion(+) >> >> diff --git a/arch/avr32/mm/cache.c b/arch/avr

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

2014-02-17 Thread Hans-Christian Egtvedt
32_bit_GNU_Toolchain_3.4.2_435 --with-bugurl=http://www > .atmel.com/avr > Thread model: single > gcc version 4.4.7 (AVR_32_bit_GNU_Toolchain_3.4.2_435) > > Signed-off-by: Chen Gang Acked-by: Hans-Christian Egtvedt I will merge this into the avr32 tree in the for-linus branch. AFAICT this is also s

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

2014-02-17 Thread Hans-Christian Egtvedt
rs. > Signed-off-by: Chen Gang > Acked-by: Hans-Christian Egtvedt > --- > 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/ar

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

2014-02-17 Thread Hans-Christian Egtvedt
x27;: > drivers/gpu/drm/drm_bufs.c:217: error: implicit declaration of function > 'ioremap_wc' > drivers/gpu/drm/drm_bufs.c:218: warning: assignment makes pointer from > integer without a cast I guess this patch needs to go in before pulling in vga.h. > > Signed

[GIT PULL] AVR32 fixes for 3.14

2014-02-17 Thread Hans-Christian Egtvedt
+ 4 files 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 r

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

2014-02-18 Thread Hans-Christian Egtvedt
I typically don't use my Cisco address for avr32 related kernel 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&

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 Acked-by: Hans-Christian Egtvedt > --- > arch/avr32/include/uapi/asm/posix_types.h | 6 ++ > 1 file cha

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-Chris

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 instructi

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 > 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-generi

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

2014-05-09 Thread Hans-Christian Egtvedt
its both atomic operations 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 > Cc: Hans-Christian Egtvedt > Cc: Linus Torvalds > Signed-off-by: Peter Zijlstr

  1   2   >