[PATCH] mips: Export min_low_pfn if CONFIG_FLATMEM

2012-12-28 Thread Geert Uytterhoeven
virt_addr_valid(), causing a link error in the modular case: ERROR: min_low_pfn [drivers/block/aoe/aoe.ko] undefined! Add a custom export to fix this, just like is done for ia64 in arch/ia64/kernel/ia64_ksyms.c. Signed-off-by: Geert Uytterhoeven ge...@linux-m68k.org --- http://kisskb.ellerman.id.au

Re: how to look for source code in kernel

2012-12-28 Thread Geert Uytterhoeven
2m48.415s user0m2.388s sys 0m15.668s That's the first run. Now everything is in the buffer cache (assumed you have enough RAM), and try again... Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- ge...@linux-m68k.org In personal

Re: [PATCH] mn10300: select generic atomic64_t support

2012-12-28 Thread Geert Uytterhoeven
to the conclusion that we need atomic64 support on all architectures. CC: Eric W. Biederman ebied...@xmission.com Signed-off-by: Fengguang Wu fengguang...@intel.com Acked-by: Geert Uytterhoeven ge...@linux-m68k.org --- arch/mn10300/Kconfig |1 + 1 file changed, 1 insertion

Build regressions/improvements in v3.7

2012-12-13 Thread Geert Uytterhoeven
Below is the list of build error/warning regressions/improvements in v3.7[1] compared to v3.6[2]. To make this mail fit in the lkml limit, I deleted - 453 lines about __mcount_loc on sparc64 - all error and warning improvements Summarized: - build errors: +15/-952 - build warnings:

Re: Build regressions/improvements in v3.7

2012-12-13 Thread Geert Uytterhoeven
On Thu, Dec 13, 2012 at 8:24 PM, Geert Uytterhoeven ge...@linux-m68k.org wrote: JFYI, when comparing v3.7 to v3.7-rc8[3], the summaries are: - build errors: +2/-0 + error: No rule to make target include/config/auto.conf: = N/A x86_64-randconfig + error: vga16fb.c: undefined reference

[git pull] m68k updates for 3.8

2012-12-13 Thread Geert Uytterhoeven
/termbits.h delete mode 100644 arch/m68k/include/uapi/asm/termios.h delete mode 100644 arch/m68k/mm/init_mm.c delete mode 100644 arch/m68k/mm/init_no.c Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- ge...@linux

Re: [git pull] m68k updates for 3.8

2012-12-16 Thread Geert Uytterhoeven
know all the special device support has been merged into mainline now. Indeed, as of v2.6.39. Even without that support, an Atari kernel should work (albeit slower), except for networking. Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32

[PATCH] staging: wlan-ng: Update get_tx_power()/set_tx_power() signature

2012-12-16 Thread Geert Uytterhoeven
c8442118ad9cd05cfe3b993f058e70ab25b1009a (cfg80211: allow per interface TX power setting), which added a new parameter. Signed-off-by: Geert Uytterhoeven ge...@linux-m68k.org --- drivers/staging/wlan-ng/cfg80211.c |7 --- 1 files changed, 4 insertions(+), 3 deletions(-) diff --git a/drivers/staging/wlan-ng/cfg80211

redefinition of devm_gpio_request

2012-12-16 Thread Geert Uytterhoeven
-- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- ge...@linux-m68k.org In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say programmer or something like that. -- Linus Torvalds

[PATCH 1/2] bcma: BCMA_DRIVER_GPIO should depend on GPIOLIB instead of selecting it

2012-12-16 Thread Geert Uytterhoeven
] Error 1 make[3]: *** [drivers/bcma/] Error 2 Turn the select into a dependency to fix this. Signed-off-by: Geert Uytterhoeven ge...@linux-m68k.org --- drivers/bcma/Kconfig |3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/drivers/bcma/Kconfig b/drivers/bcma/Kconfig index

[PATCH 2/2] ssb: SSB_DRIVER_GPIO should depend on GPIOLIB instead of selecting it

2012-12-16 Thread Geert Uytterhoeven
] Error 1 make[3]: *** [drivers/ssb/] Error 2 Turn the select into a dependency to fix this. Signed-off-by: Geert Uytterhoeven ge...@linux-m68k.org --- drivers/ssb/Kconfig |3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/drivers/ssb/Kconfig b/drivers/ssb/Kconfig index

dma_mmap_coherent / ARCH_HAS_DMA_MMAP_COHERENT

2012-12-16 Thread Geert Uytterhoeven
(snd_pcm_lib_default_mmap); What's up here? Thx! Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- ge...@linux-m68k.org In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say

[PATCH 2/2] asm-generic/dma-mapping-broken.h: Provide dma_alloc_attrs()/dma_free_attrs()

2012-12-16 Thread Geert Uytterhoeven
. But as these are dummy functions, we don't care. Signed-off-by: Geert Uytterhoeven ge...@linux-m68k.org --- include/asm-generic/dma-mapping-broken.h | 16 1 files changed, 16 insertions(+), 0 deletions(-) diff --git a/include/asm-generic/dma-mapping-broken.h b/include/asm

[PATCH 1/2] m68k: Provide dma_alloc_attrs()/dma_free_attrs()

2012-12-16 Thread Geert Uytterhoeven
. But as so far m68k doesn't support the attributes at all, our solution should generate smaller code. Signed-off-by: Geert Uytterhoeven ge...@linux-m68k.org --- arch/m68k/include/asm/dma-mapping.h | 16 1 files changed, 16 insertions(+), 0 deletions(-) diff --git a/arch/m68k

Fwd: mfd: Remove Unicode Byte Order Marks from da9055

2012-12-17 Thread Geert Uytterhoeven
=90a38d999739f35f4fc925c875e6ee518546b66c Commit: 90a38d999739f35f4fc925c875e6ee518546b66c Parent: b851c06c241d4a2e43ee6007705765a9b1b3abb7 Author: Geert Uytterhoeven ge...@linux-m68k.org AuthorDate: Mon Oct 15 22:44:45 2012 +0200 Committer: Samuel Ortiz sa...@linux.intel.com CommitDate

Re: [PATCH] checkpatch: extend line continuation test

2012-11-15 Thread Geert Uytterhoeven
at the end of the first line, and opening again with a double quote on the next line works fine. Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- ge...@linux-m68k.org In personal conversations with technical people, I call myself a hacker

Re: Build regressions/improvements in v3.7-rc6

2012-11-18 Thread Geert Uytterhoeven
On Sun, Nov 18, 2012 at 10:17 AM, Geert Uytterhoeven ge...@linux-m68k.org wrote: JFYI, when comparing v3.7-rc6 to v3.7-rc5[3], the summaries are: - build errors: +2/-12 Just some broken dependencies, I guess: 2 regressions: + arch/powerpc/sysdev/mpic.c: error: case label does not reduce

Re: [PATCH] m68k: fix sigset_t accessor functions

2012-11-18 Thread Geert Uytterhoeven
; asm (bfextu %1{%2,#1},%0 : =d (ret) - : od (*set), id ((_sig-1) ^ 31) + : o (*set), id ((_sig-1) ^ 31) : cc); return ret; } Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots

[git pull] m68k updates for 3.7 (take 3)

2012-11-18 Thread Geert Uytterhoeven
. Thanks for pulling! Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- ge...@linux-m68k.org In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say

Re: [-next]: s390 *_irq() link errors

2012-09-29 Thread Geert Uytterhoeven
Hi Heiko, On Thu, Sep 27, 2012 at 1:51 PM, Heiko Carstens heiko.carst...@de.ibm.com wrote: On Sun, Sep 16, 2012 at 09:07:54PM +0200, Geert Uytterhoeven wrote: After applying http://www.spinics.net/lists/linux-next/msg21973.html, the s390 allmodconfig build in linux-next fails in the linking

[PATCH 4/4] um: Remove obsolete UM_ prefixed printk() level specifiers

2012-09-29 Thread Geert Uytterhoeven
All user parts of UML are using the non-prefixed printk() level specifiers Signed-off-by: Geert Uytterhoeven ge...@linux-m68k.org --- arch/um/include/shared/user.h | 11 --- 1 files changed, 0 insertions(+), 11 deletions(-) diff --git a/arch/um/include/shared/user.h b/arch/um/include

[PATCH 3/4] arch/x86/um: Drop UM_ prefix from printk() level specifiers

2012-09-29 Thread Geert Uytterhoeven
Since commit 9429ec96c2718c0d1e3317cf60a87a0405223814 (um: Preinclude include/linux/kern_levels.h) the non-prefixed printk() level specifiers are usable for the user parts of UML. Signed-off-by: Geert Uytterhoeven ge...@linux-m68k.org --- arch/x86/um/bugs_32.c| 14

[PATCH 1/4] arch/um/drivers: Drop UM_ prefix from printk() level specifiers

2012-09-29 Thread Geert Uytterhoeven
Since commit 9429ec96c2718c0d1e3317cf60a87a0405223814 (um: Preinclude include/linux/kern_levels.h) the non-prefixed printk() level specifiers are usable for the user parts of UML. Signed-off-by: Geert Uytterhoeven ge...@linux-m68k.org --- arch/um/drivers/chan_user.c | 28

[PATCH 2/4] arch/um/os-Linux: Drop UM_ prefix from printk() level specifiers

2012-09-29 Thread Geert Uytterhoeven
Since commit 9429ec96c2718c0d1e3317cf60a87a0405223814 (um: Preinclude include/linux/kern_levels.h) the non-prefixed printk() level specifiers are usable for the user parts of UML. Signed-off-by: Geert Uytterhoeven ge...@linux-m68k.org --- arch/um/os-Linux/aio.c | 26

Re: [PATCH 2/2] memstick: add support for legacy memorysticks

2012-09-29 Thread Geert Uytterhoeven
{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- ge...@linux-m68k.org In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say programmer or something like

[PATCH] um: Remove obsolete UM_* definitions

2012-09-29 Thread Geert Uytterhoeven
e6a2d1f7024f93e4622cd7ba633666a63ccce49e *uml: clean up sig_handler_common_skas), Signed-off-by: Geert Uytterhoeven ge...@linux-m68k.org --- arch/um/include/shared/common-offsets.h |6 -- 1 files changed, 0 insertions(+), 6 deletions(-) diff --git a/arch/um/include/shared/common-offsets.h b/arch/um

[PATCH] sysfs: sysfs_pathname/sysfs_add_one: Use strlcat() instead of strcat()

2012-09-29 Thread Geert Uytterhoeven
in sysfs_add_one() to an admittedly more obscure comma operator construct, to avoid emitting code for the concatenation if CONFIG_BUG is disabled. Signed-off-by: Geert Uytterhoeven ge...@linux-m68k.org Cc: sta...@vger.kernel.org --- fs/sysfs/dir.c | 16 1 files changed, 8 insertions(+), 8

Re: [PATCH 2/4] arch/um/os-Linux: Drop UM_ prefix from printk() level specifiers

2012-09-29 Thread Geert Uytterhoeven
to a new header file, and preincluding that one for the user part of UML, too. Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- ge...@linux-m68k.org In personal conversations with technical people, I call myself a hacker. But when

Re: parisc: orphaned asm/compat_signal.h file?

2012-09-29 Thread Geert Uytterhoeven
On Sat, Sep 29, 2012 at 10:24 PM, John David Anglin dave.ang...@bell.net wrote: Had to remove the kvm_para.h hunk because I hit this issue: https://lkml.org/lkml/2012/6/13/226 Assume this is now fixed. Unfortunately not :-( Gr{oetje,eeting}s, Geert -- Geert

Re: [PATCH 2/4] arch/um/os-Linux: Drop UM_ prefix from printk() level specifiers

2012-09-29 Thread Geert Uytterhoeven
On Sat, Sep 29, 2012 at 10:43 PM, Al Viro v...@zeniv.linux.org.uk wrote: On Sat, Sep 29, 2012 at 10:27:44PM +0200, Geert Uytterhoeven wrote: On Sat, Sep 29, 2012 at 10:10 PM, Joe Perches j...@perches.com wrote: @@ -88,7 +88,7 @@ static int do_aio(aio_context_t ctx, enum aio_type type, int

Re: [-next]: s390 *_irq() link errors

2012-09-30 Thread Geert Uytterhoeven
On Sun, Sep 30, 2012 at 10:53 AM, Jean Delvare kh...@linux-fr.org wrote: On Sat, 29 Sep 2012 18:39:13 +0200, Geert Uytterhoeven wrote: On Thu, Sep 27, 2012 at 1:51 PM, Heiko Carstens From 24c68e72b6198b8412a8605fac7d9c90796502ac Mon Sep 17 00:00:00 2001 From: Heiko Carstens heiko.carst

Re: [-next]: s390 *_irq() link errors

2012-09-30 Thread Geert Uytterhoeven
On Sun, Sep 30, 2012 at 11:20 AM, Jean Delvare kh...@linux-fr.org wrote: On Sun, 30 Sep 2012 11:08:41 +0200, Geert Uytterhoeven wrote: On Sun, Sep 30, 2012 at 10:53 AM, Jean Delvare kh...@linux-fr.org wrote: I thought we were trying to move away from explicit arch exclusions, but if S390

Re: [-next]: s390 *_irq() link errors

2012-09-30 Thread Geert Uytterhoeven
On Sun, Sep 30, 2012 at 12:05 PM, Jean Delvare kh...@linux-fr.org wrote: On Sun, 30 Sep 2012 11:35:41 +0200, Geert Uytterhoeven wrote: On Sun, Sep 30, 2012 at 11:20 AM, Jean Delvare kh...@linux-fr.org wrote: On Sun, 30 Sep 2012 11:08:41 +0200, Geert Uytterhoeven wrote: On Sun, Sep 30, 2012

Re: [PATCH] sysfs: sysfs_pathname/sysfs_add_one: Use strlcat() instead of strcat()

2012-09-30 Thread Geert Uytterhoeven
Hi Greg, On Sun, Sep 30, 2012 at 4:49 PM, Greg Kroah-Hartman gre...@linuxfoundation.org wrote: On Sat, Sep 29, 2012 at 10:23:19PM +0200, Geert Uytterhoeven wrote: The warning check for duplicate sysfs entries can cause a buffer overflow when printing the warning, as strcat() doesn't check

[git pull] m68k updates for 3.7

2012-10-01 Thread Geert Uytterhoeven
/geert/linux-m68k.git for-linus Geert Uytterhoeven (1): m68k/apollo: Remove disabled definitions in apollohw.h Thomas Meyer (3): m68k/amiga: Use PTR_RET rather than if(IS_ERR(...)) + PTR_ERR m68k/q40: Use PTR_RET rather than if(IS_ERR(...)) + PTR_ERR m68k: Use PTR_RET

Re: Build regressions/improvements in v3.6

2012-10-02 Thread Geert Uytterhoeven
On Tue, Oct 2, 2012 at 8:32 PM, Geert Uytterhoeven ge...@linux-m68k.org wrote: JFYI, when comparing v3.6 to v3.6-rc7[3], the summaries are: - build errors: +4/-1 + arch/powerpc/platforms/512x/mpc512x_shared.c: error: 'FSL_DIU_PORT_DVI' undeclared (first use in this function): = 189:9

Re: Build regressions/improvements in v3.8-rc3

2013-01-11 Thread Geert Uytterhoeven
On Fri, 11 Jan 2013, Geert Uytterhoeven wrote: JFYI, when comparing v3.8-rc3 to v3.8-rc2[3], the summaries are: - build errors: +2/-414 + arch/powerpc/sysdev/mpic.c: error: case label does not reduce to an integer constant: = 890:9, 898:9, 886:9, 894:9 + error: No rule to make target

Re: [PATCH] swim: Add missing spinlock init

2013-01-13 Thread Geert Uytterhoeven
Hi Jean, On Sun, Dec 16, 2012 at 9:48 PM, Jean Delvare kh...@linux-fr.org wrote: On Thu, 6 Sep 2012 14:03:27 +0200, Geert Uytterhoeven wrote: On Thu, Sep 6, 2012 at 1:48 PM, Jean Delvare kh...@linux-fr.org wrote: It doesn't seem this spinlock was properly initialized. Quiet possible

Re: [PATCH/RFC 4/4] common: dma-mapping: Move dma_common_*() to linux/dma-mapping.h

2013-01-13 Thread Geert Uytterhoeven
Hi Marek, On Wed, Jan 2, 2013 at 3:22 PM, Marek Szyprowski m.szyprow...@samsung.com wrote: On 12/28/2012 8:23 PM, Geert Uytterhoeven wrote: dma_common_mmap() and dma_common_get_sgtable() are defined in drivers/base/dma-mapping.c, and always compiled if CONFIG_HAS_DMA=y. However

[PATCH 3/9] c6x: Provide dma_mmap_coherent() and dma_get_sgtable()

2013-01-13 Thread Geert Uytterhoeven
them as inline stubs using dma_common_mmap() and dma_common_get_sgtable(). Signed-off-by: Geert Uytterhoeven ge...@linux-m68k.org Cc: Marek Szyprowski m.szyprow...@samsung.com Cc: linux-c6x-...@linux-c6x.org --- Not compile-tested due to lack of cross-compiler arch/c6x/include/asm/dma-mapping.h

[PATCH 8/9] parisc: Provide dma_mmap_coherent() and dma_get_sgtable()

2013-01-13 Thread Geert Uytterhoeven
them as inline stubs using dma_common_mmap() and dma_common_get_sgtable(). Signed-off-by: Geert Uytterhoeven ge...@linux-m68k.org Cc: Marek Szyprowski m.szyprow...@samsung.com Cc: linux-par...@vger.kernel.org --- arch/parisc/include/asm/dma-mapping.h | 10 ++ 1 files changed, 10 insertions

[PATCH 9/9] xtensa: Provide dma_mmap_coherent() and dma_get_sgtable()

2013-01-13 Thread Geert Uytterhoeven
them as inline stubs using dma_common_mmap() and dma_common_get_sgtable(). Signed-off-by: Geert Uytterhoeven ge...@linux-m68k.org Cc: Marek Szyprowski m.szyprow...@samsung.com Cc: linux-xte...@linux-xtensa.org --- arch/xtensa/include/asm/dma-mapping.h | 10 ++ 1 files changed, 10 insertions

[PATCH 7/9] mn10300: Provide dma_mmap_coherent() and dma_get_sgtable()

2013-01-13 Thread Geert Uytterhoeven
them as inline stubs using dma_common_mmap() and dma_common_get_sgtable(). Signed-off-by: Geert Uytterhoeven ge...@linux-m68k.org Cc: Marek Szyprowski m.szyprow...@samsung.com Cc: linux-am33-l...@redhat.com --- arch/mn10300/include/asm/dma-mapping.h | 10 ++ 1 files changed, 10 insertions

[PATCH 6/9] m68k: Provide dma_mmap_coherent() and dma_get_sgtable()

2013-01-13 Thread Geert Uytterhoeven
as inline stubs using dma_common_mmap() and dma_common_get_sgtable(). Signed-off-by: Geert Uytterhoeven ge...@linux-m68k.org Cc: Marek Szyprowski m.szyprow...@samsung.com Cc: linux-m...@lists.linux-m68k.org --- arch/m68k/include/asm/dma-mapping.h | 10 ++ 1 files changed, 10 insertions

[PATCH 5/9] frv: Provide dma_mmap_coherent() and dma_get_sgtable()

2013-01-13 Thread Geert Uytterhoeven
as inline stubs using dma_common_mmap() and dma_common_get_sgtable(). Signed-off-by: Geert Uytterhoeven ge...@linux-m68k.org Cc: Marek Szyprowski m.szyprow...@samsung.com Cc: David Howells dhowe...@redhat.com --- arch/frv/include/asm/dma-mapping.h | 10 ++ 1 files changed, 10 insertions

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

2013-01-13 Thread Geert Uytterhoeven
as inline stubs using dma_common_mmap() and dma_common_get_sgtable(). Signed-off-by: Geert Uytterhoeven ge...@linux-m68k.org Cc: Marek Szyprowski m.szyprow...@samsung.com Cc: Haavard Skinnemoen hskinnem...@gmail.com Cc: Hans-Christian Egtvedt egtv...@samfundet.no --- arch/avr32/include/asm/dma

[PATCH 2/9] blackfin: Provide dma_mmap_coherent() and dma_get_sgtable()

2013-01-13 Thread Geert Uytterhoeven
them as inline stubs using dma_common_mmap() and dma_common_get_sgtable(). Signed-off-by: Geert Uytterhoeven ge...@linux-m68k.org Cc: Marek Szyprowski m.szyprow...@samsung.com Cc: uclinux-dist-de...@blackfin.uclinux.org --- arch/blackfin/include/asm/dma-mapping.h | 10 ++ 1 files

[PATCH 4/9] cris: Provide dma_mmap_coherent() and dma_get_sgtable()

2013-01-13 Thread Geert Uytterhoeven
as inline stubs using dma_common_mmap() and dma_common_get_sgtable(). Signed-off-by: Geert Uytterhoeven ge...@linux-m68k.org Cc: Marek Szyprowski m.szyprow...@samsung.com Cc: linux-cris-ker...@axis.com --- arch/cris/include/asm/dma-mapping.h | 10 ++ 1 files changed, 10 insertions(+), 0

Re: [PATCH 8/9] parisc: Provide dma_mmap_coherent() and dma_get_sgtable()

2013-01-13 Thread Geert Uytterhoeven
On Sun, Jan 13, 2013 at 12:36 PM, James Bottomley james.bottom...@hansenpartnership.com wrote: On Sun, 2013-01-13 at 11:44 +0100, Geert Uytterhoeven wrote: parisc/allmodconfig: drivers/media/v4l2-core/videobuf2-dma-contig.c: In function ‘vb2_dc_mmap’: drivers/media/v4l2-core/videobuf2-dma

Re: [PATCH 8/9] parisc: Provide dma_mmap_coherent() and dma_get_sgtable()

2013-01-13 Thread Geert Uytterhoeven
On Sun, Jan 13, 2013 at 2:49 PM, James Bottomley james.bottom...@hansenpartnership.com wrote: On Sun, 2013-01-13 at 14:12 +0100, Geert Uytterhoeven wrote: On Sun, Jan 13, 2013 at 12:36 PM, James Bottomley james.bottom...@hansenpartnership.com wrote: On Sun, 2013-01-13 at 11:44 +0100, Geert

Re: container-of Implementation

2013-01-14 Thread Geert Uytterhoeven
}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- ge...@linux-m68k.org In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say programmer or something like

Re: [Linux-c6x-dev] [PATCH 3/9] c6x: Provide dma_mmap_coherent() and dma_get_sgtable()

2013-01-15 Thread Geert Uytterhoeven
Marek? On Tue, Jan 15, 2013 at 5:16 AM, Vineet Gupta vineet.gup...@synopsys.com wrote: On Monday 14 January 2013 09:07 PM, Mark Salter wrote: On Sun, 2013-01-13 at 11:44 +0100, Geert Uytterhoeven wrote: c6x/allmodconfig (assumed): drivers/media/v4l2-core/videobuf2-dma-contig.c: In function

Re: Build regressions/improvements in v3.8-rc2

2013-01-07 Thread Geert Uytterhoeven
On Mon, 7 Jan 2013, Geert Uytterhoeven wrote: JFYI, when comparing v3.8-rc2 to v3.8-rc1[3], the summaries are: - build errors: +3/-3 3 regressions: + drivers/gpio/gpio-sx150x.c: error: field 'gpio_chip' has incomplete type: 47:35 = 47:35, 47:19 + drivers/mfd/htc-i2cpld.c: error: field

Re: redefinition of devm_gpio_request

2013-01-10 Thread Geert Uytterhoeven
On Thu, Jan 10, 2013 at 10:46 AM, Linus Walleij linus.wall...@linaro.org wrote: On Sun, Dec 16, 2012 at 2:11 PM, Geert Uytterhoeven ge...@linux-m68k.org wrote: On current linus/HEAD, m68k allmodconfig gives: drivers/gpio/devres.c:52: error: redefinition of ‘devm_gpio_request’ include/linux

Too verbose compat_ioctl messages?

2007-07-06 Thread Geert Uytterhoeven
(no data to convert between 32-bit and 64-bit), and it's perfectly valid for a block device to not implement it. So it's confusing to print this error message. Is there anything we can do about this? With kind regards, Geert Uytterhoeven Software Architect Sony Network and Software Technology

[PATCH] compat32: ignore the LOOP_CLR_FD ioctl

2007-07-06 Thread Geert Uytterhoeven
compat32: Ignore the LOOP_CLR_FD ioctl for the loop block device, to kill an annoying kernel message when e.g. busybox umount is used. Signed-off-by: Geert Uytterhoeven [EMAIL PROTECTED] --- fs/compat_ioctl.c |4 1 files changed, 4 insertions(+) --- a/fs/compat_ioctl.c +++ b/fs

Re: Too verbose compat_ioctl messages?

2007-07-06 Thread Geert Uytterhoeven
On Fri, 6 Jul 2007, Andreas Schwab wrote: Geert Uytterhoeven [EMAIL PROTECTED] writes: Is there anything we can do about this? Define it as IGNORE_IOCTL in fs/compat_ioctl.c? Works fine, thx! I'll submit a patch. With kind regards, Geert Uytterhoeven Software Architect Sony Network

Re: [patch 0/6] PS3 Storage Drivers for 2.6.23, take 4

2007-07-10 Thread Geert Uytterhoeven
On Wed, 4 Jul 2007, Geert Uytterhoeven wrote: This is the fourth submission of the new PS3 storage drivers: [1] ps3: Preallocate bootmem memory for the PS3 FLASH ROM storage driver [2] ps3: Storage Driver Core [3] ps3: Storage device registration routines. [4] ps3: Disk Storage Driver

[patch 0/4] Cell SPE logos

2007-07-10 Thread Geert Uytterhoeven
] fbdev: extract fb_show_logo_line() [2] fbdev: Add fb_append_extra_logo() [3] fbdev: SPE helper penguin logo [4] Cell: Draw SPE helper penguin logos Thanks for applying! With kind regards, Geert Uytterhoeven Software Architect Sony Network and Software Technology Center Europe

[patch 1/4] fbdev: extract fb_show_logo_line()

2007-07-10 Thread Geert Uytterhoeven
Extract the code to draw one line of logos into fb_show_logo_line() Signed-off-by: Geert Uytterhoeven [EMAIL PROTECTED] Signed-off-by: Geoff Levand [EMAIL PROTECTED] Acked-By: James Simmons [EMAIL PROTECTED] --- drivers/video/fbmem.c | 39 +++ 1 files

[patch 2/4] fbdev: Add fb_append_extra_logo()

2007-07-10 Thread Geert Uytterhoeven
Add fb_append_extra_logo(), to append extra lines of logos below the standard Linux logo. Signed-off-by: Geert Uytterhoeven [EMAIL PROTECTED] Signed-off-by: Geoff Levand [EMAIL PROTECTED] Acked-By: James Simmons [EMAIL PROTECTED] --- drivers/video/fbmem.c | 50

[patch 4/4] Cell: Draw SPE helper penguin logos

2007-07-10 Thread Geert Uytterhoeven
Let spu_management_ops.enumerate_spus() return the number of found SPEs and use that information to draw some little helper penguin logos. Signed-off-by: Geert Uytterhoeven [EMAIL PROTECTED] Signed-off-by: Geoff Levand [EMAIL PROTECTED] Cc: Arnd Bergmann [EMAIL PROTECTED] Acked-By: James Simmons

[patch 3/4] fbdev: SPE helper penguin logo

2007-07-10 Thread Geert Uytterhoeven
Add the SPE helper penguin logo Signed-off-by: Geert Uytterhoeven [EMAIL PROTECTED] Signed-off-by: Geoff Levand [EMAIL PROTECTED] Cc: Arnd Bergmann [EMAIL PROTECTED] Acked-By: James Simmons [EMAIL PROTECTED] --- drivers/video/logo/Makefile |2 drivers/video/logo/logo_spe_clut224

Re: avoiding rejects

2007-07-10 Thread Geert Uytterhoeven
at a randomly-chosen position is a better approach than just appending it. Really? #includes should be sorted alphabetically Lots of other stuff should be sorted numerically/alphabetically Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots

Re: [PATCH] Chinese Language Maintainer

2007-07-12 Thread Geert Uytterhoeven
. The language maintainer translates the Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- [EMAIL PROTECTED] In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists

Re: [patch 2/4] fbdev: Add fb_append_extra_logo()

2007-07-13 Thread Geert Uytterhoeven
On Fri, 13 Jul 2007, Antonino A. Daplas wrote: On Tue, 2007-07-10 at 14:27 +0200, Geert Uytterhoeven wrote: --- a/include/linux/linux_logo.h +++ b/include/linux/linux_logo.h @@ -33,5 +33,13 @@ struct linux_logo { }; extern const struct linux_logo *fb_find_logo(int depth

Re: [patch 2/4] fbdev: Add fb_append_extra_logo()

2007-07-13 Thread Geert Uytterhoeven
On Fri, 13 Jul 2007, Antonino A. Daplas wrote: On Tue, 2007-07-10 at 14:27 +0200, Geert Uytterhoeven wrote: --- a/drivers/video/fbmem.c +++ b/drivers/video/fbmem.c @@ -318,6 +318,13 @@ static struct logo_data { const struct linux_logo *logo; } fb_logo __read_mostly; +#define

Re: [2.6 patch] more ACSI removal

2007-07-13 Thread Geert Uytterhoeven
On Fri, 13 Jul 2007, Adrian Bunk wrote: This patch removes some code that became dead code after the ATARI_ACSI removal. When was it removed? Nobody seems to have informed the m68k people... Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven

Re: [PATCH] Chinese Language Maintainer

2007-07-13 Thread Geert Uytterhoeven
, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- [EMAIL PROTECTED] In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say programmer or something like

Re: PS3 Storage Driver O_DIRECT issue

2007-07-13 Thread Geert Uytterhoeven
. With kind regards, Geert Uytterhoeven Software Architect Sony Network and Software Technology Center Europe The Corporate Village · Da Vincilaan 7-D1 · B-1935 Zaventem · Belgium Phone:+32 (0)2 700 8453 Fax: +32 (0)2 700 8622 E-mail: [EMAIL PROTECTED] Internet: http://www.sony

Re: [patch 2/4] fbdev: Add fb_append_extra_logo()

2007-07-13 Thread Geert Uytterhoeven
On Fri, 13 Jul 2007, Antonino A. Daplas wrote: On Fri, 2007-07-13 at 08:56 +0200, Geert Uytterhoeven wrote: On Fri, 13 Jul 2007, Antonino A. Daplas wrote: On Tue, 2007-07-10 at 14:27 +0200, Geert Uytterhoeven wrote: --- a/drivers/video/fbmem.c +++ b/drivers/video/fbmem.c

Re: [patch 5/6] ps3: BD/DVD/CD-ROM Storage Driver

2007-07-13 Thread Geert Uytterhoeven
On Fri, 13 Jul 2007, James Bottomley wrote: On Fri, 2007-07-13 at 15:25 +0200, Geert Uytterhoeven wrote: kmap() just returns page_address() on ppc64, as there's no highmem. kunmap() is a no-op. So technically I could just use page_address() directly, but Christoph wanted me to keep

Re: [patch 0/6] PS3 Storage Drivers for 2.6.23, take 4

2007-07-13 Thread Geert Uytterhoeven
On Tue, 10 Jul 2007, Geert Uytterhoeven wrote: On Wed, 4 Jul 2007, Geert Uytterhoeven wrote: This is the fourth submission of the new PS3 storage drivers: [1] ps3: Preallocate bootmem memory for the PS3 FLASH ROM storage driver [2] ps3: Storage Driver Core [3] ps3: Storage device

Re: [patch 0/4] Cell SPE logos

2007-07-13 Thread Geert Uytterhoeven
On Fri, 13 Jul 2007, Andrew Morton wrote: On Fri, 13 Jul 2007 10:52:10 +0200 (CEST) Geert Uytterhoeven [EMAIL PROTECTED] wrote: Summaries: [1] fbdev: extract fb_show_logo_line() [2] fbdev: Add fb_append_extra_logo() This one does give additional code and data to all

Re: [patch 0/4] Cell SPE logos

2007-07-13 Thread Geert Uytterhoeven
On Thu, 12 Jul 2007, Andrew Morton wrote: On Tue, 10 Jul 2007 14:27:02 +0200 Geert Uytterhoeven [EMAIL PROTECTED] wrote: The Cell Broadband Engine contains a 64-bit PowerPC core with 2 hardware threads (called PPEs) and 8 Synergistic Processing Engines (called SPEs). When booting Linux

Re: [patch 5/6] ps3: BD/DVD/CD-ROM Storage Driver

2007-07-13 Thread Geert Uytterhoeven
On Fri, 13 Jul 2007, Jens Axboe wrote: On Fri, Jul 13 2007, James Bottomley wrote: On Wed, 2007-07-04 at 15:22 +0200, Geert Uytterhoeven wrote: + kaddr = kmap_atomic(sgpnt-page, KM_USER0); + if (!kaddr) + return

Re: [patch 5/6] ps3: BD/DVD/CD-ROM Storage Driver

2007-07-13 Thread Geert Uytterhoeven
/highmem.h With kind regards, Geert Uytterhoeven Software Architect Sony Network and Software Technology Center Europe The Corporate Village · Da Vincilaan 7-D1 · B-1935 Zaventem · Belgium Phone:+32 (0)2 700 8453 Fax: +32 (0)2 700 8622 E-mail: [EMAIL PROTECTED] Internet

Re: [i2c] i2c module aliases

2007-06-08 Thread Geert Uytterhoeven
support to scripts/mod/file2alias.c, so that's why I reported it. Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- [EMAIL PROTECTED] In personal conversations with technical people, I call myself a hacker

[patch 0/6] PS3 Storage Drivers for 2.6.23, take 2

2007-06-15 Thread Geert Uytterhoeven
they depend on other PS3 work, I think it's most logical to let Paul integrate them. Thanks in advance! With kind regards, Geert Uytterhoeven Software Architect Sony Network and Software Technology Center Europe The Corporate Village · Da Vincilaan 7-D1 · B-1935 Zaventem · Belgium Phone:+32 (0

[patch 2/6] ps3: Storage Driver Core

2007-06-15 Thread Geert Uytterhoeven
From: Geert Uytterhoeven [EMAIL PROTECTED] Add storage driver core support for the PS3. PS3 storage devices are a special kind of PS3 system bus devices Signed-off-by: Geert Uytterhoeven [EMAIL PROTECTED] Signed-off-by: Geoff Levand [EMAIL PROTECTED] --- Changes since previous submission

[patch 5/6] ps3: ROM Storage Driver

2007-06-15 Thread Geert Uytterhoeven
From: Geert Uytterhoeven [EMAIL PROTECTED] Add a CD/DVD/BD Storage Driver for the PS3: - Implemented as a SCSI device driver - Uses software scatter-gather with a 64 KiB bounce buffer as the hypervisor doesn't support scatter-gather CC: Geoff Levand [EMAIL PROTECTED] Signed-off-by: Geert

[patch 6/6] ps3: FLASH ROM Storage Driver

2007-06-15 Thread Geert Uytterhoeven
From: Geert Uytterhoeven [EMAIL PROTECTED] Add a FLASH ROM Storage Driver for the PS3: - Implemented as a misc character device driver - Uses a fixed 256 KiB buffer allocated from boot memory as the hypervisor requires the writing of aligned 256 KiB blocks CC: Geoff Levand [EMAIL

[patch 1/6] ps3: Preallocate bootmem memory for the PS3 FLASH ROM storage driver

2007-06-15 Thread Geert Uytterhoeven
Preallocate 256 KiB of bootmem memory for the PS3 FLASH ROM storage driver. Signed-off-by: Geert Uytterhoeven [EMAIL PROTECTED] Signed-off-by: Geoff Levand [EMAIL PROTECTED] --- arch/powerpc/platforms/ps3/setup.c | 19 ++- include/asm-powerpc/ps3.h |1 + 2 files

[patch 3/6] PS3: Storage device registration routines.

2007-06-15 Thread Geert Uytterhoeven
Add support for storage devices to the device probe code. Signed-off-by: Geert Uytterhoeven [EMAIL PROTECTED] Signed-off-by: Geoff Levand [EMAIL PROTECTED] --- Changes since previous submission: o use msleep() instead of schedule_timeout() arch/powerpc/platforms/ps3/device-init.c | 286

[patch 4/6] ps3: Disk Storage Driver

2007-06-15 Thread Geert Uytterhoeven
From: Geert Uytterhoeven [EMAIL PROTECTED] Add a Disk Storage Driver for the PS3: - Implemented as a block device driver with a dynamic major - Disk names (and partitions) are of the format ps3d%c(%u) - Uses software scatter-gather with a 64 KiB bounce buffer as the hypervisor doesn't

Re: [patch 1/6] ps3: Preallocate bootmem memory for the PS3 FLASH ROM storage driver

2007-06-15 Thread Geert Uytterhoeven
On Fri, 15 Jun 2007, Benjamin Herrenschmidt wrote: On Fri, 2007-06-15 at 13:39 +0200, Geert Uytterhoeven wrote: plain text document attachment (ps3-stable) Preallocate 256 KiB of bootmem memory for the PS3 FLASH ROM storage driver. I still very much dislike the #ifdef xxx_MODULE in main

Re: [patch 4/6] ps3: Disk Storage Driver

2007-06-15 Thread Geert Uytterhoeven
On Fri, 15 Jun 2007, David Woodhouse wrote: On Fri, 2007-06-15 at 13:39 +0200, Geert Uytterhoeven wrote: Add a Disk Storage Driver for the PS3: - Implemented as a block device driver with a dynamic major - Disk names (and partitions) are of the format ps3d%c(%u) - Uses software

Re: [patch 4/6] ps3: Disk Storage Driver

2007-06-15 Thread Geert Uytterhoeven
SCSI. How about making it a fake ata driver if James is being fussy 8) I don't think Christoph likes fake ATA drivers neither ;-) With kind regards, Geert Uytterhoeven Software Architect Sony Network and Software Technology Center Europe The Corporate Village · Da Vincilaan 7-D1 · B-1935

Re: [patch 4/6] ps3: Disk Storage Driver

2007-06-16 Thread Geert Uytterhoeven
region can be accessed by Linux anyway, I didn't bother supporting multiple accessible regions in the new storage drivers. With kind regards, Geert Uytterhoeven Software Architect Sony Network and Software Technology Center Europe The Corporate Village · Da Vincilaan 7-D1 · B-1935 Zaventem

[patch 1/5] 53c700 scsi: m68k support for the 53c700 SCSI core

2007-06-17 Thread Geert Uytterhoeven
From: Kars de Jong [EMAIL PROTECTED] Add m68k support to the 53c700 SCSI driver Signed-off-by: Geert Uytterhoeven [EMAIL PROTECTED] --- drivers/scsi/53c700.c | 20 ++-- drivers/scsi/53c700.h |5 + drivers/scsi/Kconfig | 13 + 3 files changed, 20

[patch 0/5] m68k 53c700 SCSI

2007-06-17 Thread Geert Uytterhoeven
, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- [EMAIL PROTECTED] In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say programmer or something like

[patch 3/5] 53c700 scsi: m68k MVME16x NCR53C710 SCSI

2007-06-17 Thread Geert Uytterhoeven
From: Kars de Jong [EMAIL PROTECTED] New driver for the MVME16x NCR53C710 SCSI controller, using the 53c700 SCSI core. Signed-off-by: Geert Uytterhoeven [EMAIL PROTECTED] --- drivers/scsi/Kconfig|6 - drivers/scsi/Makefile |1 drivers/scsi/mvme16x_scsi.c | 158

[patch 2/5] 53c700 scsi: m68k BVME6000 NCR53C710 SCSI

2007-06-17 Thread Geert Uytterhoeven
From: Kars de Jong [EMAIL PROTECTED] New driver for the BVME6000 NCR53C710 SCSI controller, using the 53c700 SCSI core. Signed-off-by: Geert Uytterhoeven [EMAIL PROTECTED] --- drivers/scsi/Kconfig |6 - drivers/scsi/Makefile|1 drivers/scsi/bvme6000_scsi.c | 135

[patch 5/5] 53c700 scsi: Amiga Zorro NCR53c710 SCSI

2007-06-17 Thread Geert Uytterhoeven
From: Kars de Jong [EMAIL PROTECTED] New driver for Amiga Zorro bus NCR53c710 SCSI controllers, using the 53c700 SCSI core. Signed-off-by: Geert Uytterhoeven [EMAIL PROTECTED] --- drivers/scsi/Kconfig| 16 +--- drivers/scsi/Makefile |1 drivers/scsi/zorro7xx.c | 181

[patch 4/5] 53c700 scsi: Amiga 4000T NCR53c710 SCSI

2007-06-17 Thread Geert Uytterhoeven
From: Kars de Jong [EMAIL PROTECTED] New driver for the Amiga 4000T built-in NCR53c710 SCSI controller, using the 53c700 SCSI core. Signed-off-by: Geert Uytterhoeven [EMAIL PROTECTED] --- drivers/scsi/Kconfig | 14 drivers/scsi/Makefile |1 drivers/scsi/a4000t.c | 142

Re: [patch 4/6] ps3: Disk Storage Driver

2007-06-19 Thread Geert Uytterhoeven
tend to be partitioned, some don't. With kind regards, Geert Uytterhoeven Software Architect Sony Network and Software Technology Center Europe The Corporate Village · Da Vincilaan 7-D1 · B-1935 Zaventem · Belgium Phone:+32 (0)2 700 8453 Fax: +32 (0)2 700 8622 E-mail: [EMAIL

Re: [patch 0/5] m68k 53c700 SCSI

2007-06-19 Thread Geert Uytterhoeven
Hi James, On Sun, 17 Jun 2007, Geert Uytterhoeven wrote: These patches add support for m68k to the 53c700 SCSI core and introduce new drivers for various m68k hardware using this 53c700 SCSI core, to replace the just removed drivers using the old 53c7xx SCSI core. [1] [PATCH

Re: [patch 4/6] ps3: Disk Storage Driver

2007-06-19 Thread Geert Uytterhoeven
On Tue, 19 Jun 2007, Christoph Hellwig wrote: On Fri, Jun 15, 2007 at 01:39:23PM +0200, Geert Uytterhoeven wrote: From: Geert Uytterhoeven [EMAIL PROTECTED] Add a Disk Storage Driver for the PS3: - Implemented as a block device driver with a dynamic major - Disk names

Re: exported fb_find_logo references __initdata

2007-06-20 Thread Geert Uytterhoeven
, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- [EMAIL PROTECTED] In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say programmer or something like

Re: [Linux-fbdev-devel] tty-related oops in latest kernel(s)?

2007-05-31 Thread Geert Uytterhoeven
the driver have to do it. Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- [EMAIL PROTECTED] In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just

<    4   5   6   7   8   9   10   11   12   13   >