Re: sis630 - help needed debugging in the kernel

2001-06-18 Thread Paul Mundt
: video=sisfb:mode:640x480x32 should do the job. Regards, -- Paul Mundt [EMAIL PROTECTED] - To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ

Re: sis630 - help needed debugging in the kernel

2001-06-18 Thread Paul Mundt
On Mon, Jun 18, 2001 at 02:58:17PM -0700, James Simmons wrote: Yep, in fbmem.c the name entry is sisfb as opposed to just sis. Agh!!! That needs to be fixed. I've already fixed it in ruby.. Regards, -- Paul Mundt [EMAIL PROTECTED] - To unsubscribe from this list: send the line

Re: Uncle Sam Wants YOU!

2001-07-01 Thread Paul Mundt
be blaming world hunger on MS because third world countries can't afford licenses of win2k. Regards, -- Paul Mundt [EMAIL PROTECTED] - To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to [EMAIL PROTECTED] More majordomo info at http

Re: Uncle Sam Wants YOU!

2001-07-01 Thread Paul Mundt
for alternate means of employment. Seems to me you just want the quick and easy way out, and refuse to admit the possibility that there are other options. Just because you haven't taken the time to look at them, doesn't mean they don't exist. Regards, -- Paul Mundt [EMAIL PROTECTED

Re: Uncle Sam Wants YOU!

2001-07-01 Thread Paul Mundt
, and donating money to charity. While I may not like alot of the things that MS does, or care for how Gates does business, I'm still not going to try and blame the worlds problems on him simply because he does some things I don't like. Regards, -- Paul Mundt [EMAIL PROTECTED] - To unsubscribe from

Re: [QUICKLIST 1/4] Generic quicklist implementation

2007-03-13 Thread Paul Mundt
On Tue, Mar 13, 2007 at 12:13:30AM -0700, Christoph Lameter wrote: --- linux-2.6.21-rc3-mm2.orig/mm/Kconfig 2007-03-12 22:49:21.0 -0700 +++ linux-2.6.21-rc3-mm2/mm/Kconfig 2007-03-13 00:09:50.0 -0700 @@ -220,3 +220,8 @@ config DEBUG_READAHEAD Say N for

[GIT PULL] sh trivial fixes

2007-03-14 Thread Paul Mundt
Please pull from: master.kernel.org:/pub/scm/linux/kernel/git/lethal/sh-2.6.git Which contains: Hideo Saito (1): sh: Fix PCI BAR address-space wraparound. Mike Frysinger (1): sh: Convert struct ioctls to static defines. Paul Mundt (4): sh: Define missing

Re: undefined symbol 'PS3_PS3AV'

2007-02-14 Thread Paul Mundt
On Wed, Feb 14, 2007 at 09:57:46AM +0100, Geert Uytterhoeven wrote: On Wed, 14 Feb 2007, Thomas Meyer wrote: with 93bbad8fe13a25dcf7f3bc628a71d1a7642ae61b: drivers/video/Kconfig:1604:warning: 'select' used by config symbol 'FB_PS3' refer to undefined symbol 'PS3_PS3AV' It's defined in

Re: undefined symbol 'PS3_PS3AV'

2007-02-14 Thread Paul Mundt
On Wed, Feb 14, 2007 at 11:02:06AM +0100, Geert Uytterhoeven wrote: On Wed, 14 Feb 2007, Paul Mundt wrote: This would seem like a reasonable candidate for a 'depends on' instead of a select.. That's what we originally had. But for the user it's simler if he can just enable ps3fb

Re: irqdesc porting help

2007-02-15 Thread Paul Mundt
On Thu, Feb 15, 2007 at 12:01:37PM +0530, Maximus wrote: Im trying to port some drivers between 2.6.14 and 2.6.19 I find that irqdesc has changed completely. how do i port the drivers between 2.6.14 and 2.6.19? is there a porting guide available to port the drivers which use irqdesc?.

[GIT PULL] sh updates

2007-02-15 Thread Paul Mundt
IRQ data sh: SH-DMAC compile fixes Nobuhiro Iwamatsu (4): sh: Solution Engine 7750's defconfig update. sh: Solution Engine 770x IPR irq setup. sh: Fix handle_BUG() compile error. sh: Fixup SHMIN INTC register definitions. Paul Mundt (23): sh: Use a jump call table

Re: [PATCH 2.6.20 1/1] fbdev,mm: hecuba/E-Ink fbdev driver

2007-02-17 Thread Paul Mundt
On Sat, Feb 17, 2007 at 08:25:07AM -0500, Jaya Kumar wrote: On 2/17/07, Peter Zijlstra [EMAIL PROTECTED] wrote: And, as Andrew suggested last time around, could you perhaps push this fancy new idea into the FB layer so that more drivers can make us of it? I would like to do that very much. I

Re: [PATCH 2.6.20 1/1] fbdev,mm: hecuba/E-Ink fbdev driver

2007-02-18 Thread Paul Mundt
On Sun, Feb 18, 2007 at 06:31:23AM -0500, Jaya Kumar wrote: On 2/17/07, Paul Mundt [EMAIL PROTECTED] wrote: This would also provide an interesting hook for setting up chained DMA for the real framebuffer updates when there's more than a couple of pages that have been touched, which would also

Re: [PATCH]RTC: add rtc-rs5c313 driver

2007-03-18 Thread Paul Mundt
On Fri, Mar 09, 2007 at 12:03:02PM +0900, Nobuhiro Iwamatsu wrote: diff --git a/drivers/rtc/Kconfig b/drivers/rtc/Kconfig index 95826b9..cc3c0b2 100644 --- a/drivers/rtc/Kconfig +++ b/drivers/rtc/Kconfig @@ -354,4 +354,10 @@ config RTC_DRV_V3020 This driver can also be built as a

[GIT PULL] [RESEND] sh trivial fixes

2007-03-19 Thread Paul Mundt
Please pull from: master.kernel.org:/pub/scm/linux/kernel/git/lethal/sh-2.6.git Which contains: Hideo Saito (1): sh: Fix PCI BAR address-space wraparound. Mike Frysinger (1): sh: Convert struct ioctls to static defines. Paul Mundt (4): sh: Define missing

Re: [PATCH -mm 1/4] Blackfin: architecture update patch

2007-03-21 Thread Paul Mundt
On Wed, Mar 21, 2007 at 06:06:58PM +0800, Wu, Bryan wrote: +++ linux-2.6/arch/blackfin/Kconfig 2007-03-21 14:38:42.0 +0800 @@ -21,6 +21,10 @@ config RWSEM_XCHGADD_ALGORITHM bool default n +config BLACKFIN + bool + default y + config BFIN bool

Re: [PATCH -mm 1/5] Blackfin: blackfin architecture patch update

2007-03-21 Thread Paul Mundt
On Wed, Mar 21, 2007 at 11:44:27AM -0400, Mike Frysinger wrote: On 3/5/07, Paul Mundt [EMAIL PROTECTED] wrote: +int __init oprofile_arch_init(struct oprofile_operations *ops) +{ +#ifdef CONFIG_HARDWARE_PM [snip] +#else + return -1; +#endif +} Uh.. fix your dependencies

Re: [PATCH -mm try#2] Blackfin: architecture update patch

2007-03-22 Thread Paul Mundt
On Fri, Mar 23, 2007 at 02:04:30PM +0800, Wu, Bryan wrote: This is the latest blackfin update patch. Because there are lots of issue fixing in this one, I put all modification in one update patch which is located in:

Re: [PATCH -mm] Blackfin arch: cleanup cache header file

2007-03-26 Thread Paul Mundt
On Mon, Mar 26, 2007 at 06:11:42PM +0800, Wu, Bryan wrote: +#define L1_CACHE_SHIFT 5 +#define L1_CACHE_BYTES (1 L1_CACHE_SHIFT) -/* For speed we do need to align these ...MaTed---*/ -/* But include/linux/cache.h does this for us if we DO not define ...MaTed---*/ -#define

Re: [PATCH -mm] Blackfin arch: add kdebug header file

2007-03-26 Thread Paul Mundt
On Tue, Mar 27, 2007 at 11:40:37AM +0800, Wu, Bryan wrote: Thanks Arnd. I posted almost ten patches yesterday. Converting ten patches to preformatted Emails is terrible manually, you know. How does a kernel guru to do this, send out dozens of patch emails a day? Is there any convenient tools

Re: [PATCH -mm] Blackfin arch: add kdebug header file

2007-03-26 Thread Paul Mundt
On Tue, Mar 27, 2007 at 12:34:25AM -0400, Mike Frysinger wrote: On 3/26/07, Paul Mundt [EMAIL PROTECTED] wrote: You should really consider the latter for getting updates merged in the future we're planning for this, but the short term it isnt doable for us If you think mangling patches

Re: [KJ][PATCH] ROUND_UP macro cleanup in arch/sh64/kernel/pci_sh5.c

2007-04-12 Thread Paul Mundt
On Thu, Apr 12, 2007 at 09:51:50AM +0530, Milind Arun Choudhary wrote: ROUND_UP macro cleanup, use ALIGN where ever appropriate. Signed-off-by: Milind Arun Choudhary [EMAIL PROTECTED] Looks fine, thanks. Acked-by: Paul Mundt [EMAIL PROTECTED] - To unsubscribe from this list: send the line

Re: [PATCH 2.6.20 1/1] fbdev,mm: hecuba/E-Ink fbdev driver

2007-02-19 Thread Paul Mundt
On Mon, Feb 19, 2007 at 11:13:04PM -0500, Jaya Kumar wrote: On 2/18/07, Paul Mundt [EMAIL PROTECTED] wrote: Given that, this would have to be something that's dealt with at the subsystem level rather than in individual drivers, hence the desire to see something like this more generically

Re: [RFC 2.6.20 1/1] fbdev,mm: Deferred IO and hecubafb driver

2007-02-23 Thread Paul Mundt
so far. How about this for an fsync()? I wonder if this will be sufficient for msync() based flushing, or whether the -sync VMA op is needed again.. Signed-off-by: Paul Mundt [EMAIL PROTECTED] -- drivers/video/fb_defio.c | 12 drivers/video/fbmem.c|3 +++ include/linux

Re: fully honor vdso_enabled [i386, sh; x86_64?]

2007-02-28 Thread Paul Mundt
maintainers also please comment. We didn't actually have the sysctl entry wired up on SH, but once that's done, this patch works fine there too. Andrew, do you want a separate patch for the vdso_enabled sysctl or is it more convenient through my git tree? Acked-by: Paul Mundt [EMAIL PROTECTED

[PATCH] fb: sm501fb off-by-1 sysfs store

2007-03-01 Thread Paul Mundt
in returning anything but the full length since it will -EINVAL out on a mismatch well before then anyways. sizeof(string) is great for making sure you have space in your buffer, but rather less so for string comparisons :-) Signed-off-by: Paul Mundt [EMAIL PROTECTED] -- drivers/video/sm501fb.c |6

Re: [PATCH -mm 5/5] Blackfin: on-chip RTC controller driver

2007-03-01 Thread Paul Mundt
On Thu, Mar 01, 2007 at 12:15:46PM +0800, Wu, Bryan wrote: +#define stamp(fmt, args...) pr_debug(%s:%i: fmt \n, __FUNCTION__, __LINE__, ## args) +#define stampit() stamp(here i am) + Are these really necessary for the final driver? It's littered all over the place, and presumably the driver

Re: [Linux-fbdev-devel] [PATCH] fb: sm501fb off-by-1 sysfs store

2007-03-01 Thread Paul Mundt
On Thu, Mar 01, 2007 at 02:25:55PM +0100, Geert Uytterhoeven wrote: On Thu, 1 Mar 2007, Paul Mundt wrote: @@ -1074,9 +1074,9 @@ static ssize_t sm501fb_crtsrc_store(struct device *dev, if (len 1) return -EINVAL; - if (strnicmp(buf, crt, sizeof(crt)) == 0

Re: [PATCH/RFC 2.6.20 1/2] fbdev, mm: Deferred IO support

2007-03-01 Thread Paul Mundt
On Sun, Feb 25, 2007 at 06:13:12AM +0100, Jaya Kumar wrote: This patch implements deferred IO support in fbdev. Deferred IO is a way to delay and repurpose IO. This implementation is done using mm's page_mkwrite and page_mkclean hooks in order to detect, delay and then rewrite IO. This

Re: [PATCH/RFC 2.6.20 1/2] fbdev, mm: Deferred IO support

2007-03-01 Thread Paul Mundt
On Thu, Mar 01, 2007 at 07:02:34PM -0500, Jaya Kumar wrote: On 3/1/07, Paul Mundt [EMAIL PROTECTED] wrote: Any updates on this? If there are no other concerns, it would be nice to at least get this in to -mm for testing if nothing else. I think Andrew merged it into -mm. Ok, I didn't see

Re: + fully-honor-vdso_enabled.patch added to -mm tree

2007-03-01 Thread Paul Mundt
to comment on -sysenter_return. Signed-off-by: Paul Mundt [EMAIL PROTECTED] -- arch/i386/kernel/signal.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/i386/kernel/signal.c b/arch/i386/kernel/signal.c index 4f99e87..f778d34 100644 --- a/arch/i386/kernel/signal.c +++ b/arch

Re: The performance and behaviour of the anti-fragmentation related patches

2007-03-01 Thread Paul Mundt
On Fri, Mar 02, 2007 at 04:57:51AM +0100, Nick Piggin wrote: On Thu, Mar 01, 2007 at 07:05:48PM -0800, Christoph Lameter wrote: On Thu, 1 Mar 2007, Andrew Morton wrote: For prioritisation purposes I'd judge that memory hot-unplug is of similar value to the antifrag work (because memory

Re: The performance and behaviour of the anti-fragmentation related patches

2007-03-01 Thread Paul Mundt
On Fri, Mar 02, 2007 at 02:50:29PM +0900, KAMEZAWA Hiroyuki wrote: On Thu, 1 Mar 2007 21:11:58 -0800 (PST) Linus Torvalds [EMAIL PROTECTED] wrote: The whole DRAM power story is a bedtime story for gullible children. Don't fall for it. It's not realistic. The hardware support for it DOES

Re: [PATCH -mm 1/5] Blackfin: blackfin architecture patch update

2007-03-05 Thread Paul Mundt
On Thu, Mar 01, 2007 at 12:14:40PM +0800, Wu, Bryan wrote: Here is the update version of blackfin-arch.patch in -mm tree. simply add support to utrace and it was tested on blackfin STAMP board as well as other following patches. The whole patch is located at URL:

Re: + fully-honor-vdso_enabled.patch added to -mm tree

2007-03-05 Thread Paul Mundt
On Sat, Mar 03, 2007 at 01:18:54AM +0300, Oleg Nesterov wrote: On 03/02, John Reiser wrote: Paul Mundt has commented on setup_rt_frame() and provided a patch which bullet-proofs that area. I will include that patch into the next revision. Confused. I still think his patch incomplete

[PATCH] fb: fsync() method for deferred I/O flush.

2007-03-05 Thread Paul Mundt
There are cases when we do not want to wait on the delay for automatically updating the real framebuffer, this implements a simple -fsync() hook for explicitly flushing the deferred I/O work. The -page_mkwrite() handler will rearm the work queue normally. Signed-off-by: Paul Mundt [EMAIL

Re: + fully-honor-vdso_enabled.patch added to -mm tree

2007-03-05 Thread Paul Mundt
On Mon, Mar 05, 2007 at 01:54:44PM +0300, Oleg Nesterov wrote: On 03/05, Paul Mundt wrote: - if (current-binfmt-hasvdso) + if (current-binfmt-hasvdso current-mm-context.vdso) I think this is correct, but a bit strange. The -context.vdso != NULL check relies on the fact that .vdso

Re: [PATCH -mm 1/5] Blackfin: blackfin architecture patch update

2007-03-05 Thread Paul Mundt
On Mon, Mar 05, 2007 at 01:32:07PM +0100, Bernd Schmidt wrote: Paul Mundt wrote: +comment Memory Optimizations + +config I_ENTRY_L1 + bool Locate interrupt entry code in L1 Memory + default y + help + If enabled interrupt entry code (STORE/RESTORE CONTEXT) is linked

Re: [PATCH -mm 1/5] Blackfin: blackfin architecture patch update

2007-03-05 Thread Paul Mundt
On Mon, Mar 05, 2007 at 08:26:56AM -0500, Robin Getz wrote: On Mon 5 Mar 2007 07:39, Paul Mundt pondered: On Mon, Mar 05, 2007 at 01:32:07PM +0100, Bernd Schmidt wrote: This is done intentionally, because it's also possible for user code to be loaded into L1 memory.?? We want to give

Re: [PATCH -mm 1/5] Blackfin: blackfin architecture patch update

2007-03-05 Thread Paul Mundt
On Mon, Mar 05, 2007 at 11:29:19AM -0500, Robin Getz wrote: On Mon 5 Mar 2007 09:00, Paul Mundt pondered: Throwing this all at the user simply shows that the functions being relocated haven't been profiled adequately with real workloads. Actually - that is not true at all - we have

[GIT PULL] sh updates

2007-03-07 Thread Paul Mundt
Please pull from: master.kernel.org:/pub/scm/linux/kernel/git/lethal/sh-2.6.git Which contains: Hideo Saito (1): sh: Fix kernel thread stack corruption with preempt. Paul Mundt (6): doc: Add SH to vdso and earlyprintk in kernel-parameters.txt sysctl: Support

[GIT PULL] sh fixes

2007-03-28 Thread Paul Mundt
Please pull from: master.kernel.org:/pub/scm/linux/kernel/git/lethal/sh-2.6.git Which contains: Kristoffer Ericson (1): sh: Trivial fix for hp6xx build. Paul Mundt (2): sh: Kill bogus GCC4 symbol exports. sh: Fixup __cmpxchg() compile breakage with gcc4. arch/sh

Re: [PATCH] blackfin arch fix stamp537 ISP1716 IRQ setting bug

2007-03-29 Thread Paul Mundt
On Thu, Mar 29, 2007 at 06:47:32PM +0800, Wu, Bryan wrote: diff --git a/arch/blackfin/mach-bf537/boards/stamp.c b/arch/blackfin/mach-bf537/boards/stamp.c index 0f90ff9..a4219df 100644 --- a/arch/blackfin/mach-bf537/boards/stamp.c +++ b/arch/blackfin/mach-bf537/boards/stamp.c @@ -68,7 +68,7

Re: updated list of dead Makefile CONFIG_ variables

2007-03-31 Thread Paul Mundt
On Sat, Mar 31, 2007 at 06:12:01AM -0400, Robert P. J. Day wrote: = SH_KGDB = ./arch/sh/kernel/Makefile:obj-$(CONFIG_SH_KGDB) += kgdb_stub.o kgdb_jmp.o ./arch/sh/Makefile:cflags-$(CONFIG_SH_KGDB) += -g These are fixed in my 2.6.22 queue. - To unsubscribe from this

Re: [PATCH] [Coding Style]: fs/ext{3,4}/ext{3,4}_jbd{,2}.c

2008-01-10 Thread Paul Mundt
On Fri, Jan 11, 2008 at 04:09:45AM +0100, Peter Stuge wrote: On Thu, Jan 10, 2008 at 10:03:58PM +0100, Roel Kluin wrote: -#define DEBUG(x,args...) printk(__FUNCTION__ : x,##args) +#define DEBUG(x, args...) printk(%s: , __func__, x, ##args) Can this really be expected to work when x

[GIT PULL] sh updates for 2.6.24-rc7

2008-01-10 Thread Paul Mundt
Please pull from: master.kernel.org:/pub/scm/linux/kernel/git/lethal/sh-2.6.24.git Which contains: Carmelo Amoroso (1): sh: Fix argument page dcache flushing regression. Paul Mundt (1): sh: Force __access_ok() to obey address space limit. include/asm-sh/cacheflush.h

Re: [PATCH] [Coding Style]: fs/ext{3,4}/ext{3,4}_jbd{,2}.c

2008-01-11 Thread Paul Mundt
On Fri, Jan 11, 2008 at 12:04:14PM +0100, Roel Kluin wrote: Paul Mundt wrote: Take a look at how CONFIG_PCMCIA_DEBUG is handled. In drivers/pcmcia/Makefile, when CONFIG_PCMCIA_DEBUG=y, it gives EXTRA_CFLAGS += -DDEBUG which causes the definition of DEBUG as a macro, with definition 1

Re: [PATCH] [Coding Style]: fs/ext{3,4}/ext{3,4}_jbd{,2}.c

2008-01-11 Thread Paul Mundt
On Fri, Jan 11, 2008 at 10:45:30AM +0100, Roel Kluin wrote: Paul Mundt wrote: On Fri, Jan 11, 2008 at 04:09:45AM +0100, Peter Stuge wrote: On Thu, Jan 10, 2008 at 10:03:58PM +0100, Roel Kluin wrote: -#define DEBUG(x,args...) printk(__FUNCTION__ : x,##args) +#define DEBUG(x, args

Re: [2.6 patch] remove CONFIG_EXPERIMENTAL

2008-01-11 Thread Paul Mundt
On Thu, Jan 10, 2008 at 10:18:45PM +, Ralf Baechle wrote: On Tue, Jan 01, 2008 at 03:48:09PM +0200, Adrian Bunk wrote: Definately NAK for the MIPS segments. Some of the EXPERIMENTAL dependencies should be removed but many options tagged with EXPERIMENTAL are still dangerous. Likewise

Re: [PATCH] SH/Dreamcast - add support for GD-Rom CDROM drive on SEGA Dreamcast

2008-01-14 Thread Paul Mundt
On Mon, Jan 14, 2008 at 11:17:15PM +, Adrian McMenamin wrote: +/* GD Rom registers */ +#define GDROM_BASE_REG 0xA05F7000 +#define GDROM_ALTSTATUS_REG (GDROM_BASE_REG + 0x18) +#define GDROM_DATA_REG (GDROM_BASE_REG + 0x80) +#define

Re: [PATCH -mm] ssb: Make pcmciahost depend on PCMCIA=y

2007-09-12 Thread Paul Mundt
On Wed, Sep 12, 2007 at 12:59:00PM +0200, Michael Buesch wrote: On Wednesday 12 September 2007 12:17:45 Paul Mundt wrote: On Wed, Sep 12, 2007 at 12:09:09PM +0200, Michael Buesch wrote: There we go. The usual SELECT dependency hell again... Would changing SSB_PCMCIAHOST_POSSIBLE

Re: [PATCH -mm] uvesafb: Don't access VGA registers directly when running on non-x86

2007-09-12 Thread Paul Mundt
On Wed, Sep 12, 2007 at 09:41:51PM +0200, Michal Januszewski wrote: The VGA registers are only available at their legacy IO locations on x86. Don't try to access them when running on other arches. Note that the code accessing them directly is just an optimization (limits slow BIOS function

Re: [PATCH] Blackfin arch: add some missing syscall

2007-09-13 Thread Paul Mundt
On Thu, Sep 13, 2007 at 03:56:43PM +0800, Bryan Wu wrote: @@ -352,9 +353,54 @@ #define __NR_shmdt 340 #define __NR_shmget 341 -#define __NR_syscall 342 +#define __NR_splice 342 +#define __NR_sync_file_range 343 +#define __NR_tee 344

Re: [PATCH] Blackfin arch: add some missing syscall

2007-09-13 Thread Paul Mundt
On Thu, Sep 13, 2007 at 05:07:01PM +0900, Paul Mundt wrote: On Thu, Sep 13, 2007 at 03:56:43PM +0800, Bryan Wu wrote: +#define __NR_syscall 354 #define NR_syscalls__NR_syscall Err, why did you change __NR_syscall? This is going to break the ABI

Re: [PATCH] Blackfin arch: add some missing syscall

2007-09-13 Thread Paul Mundt
On Thu, Sep 13, 2007 at 02:18:52AM -0600, Matthew Wilcox wrote: On Thu, Sep 13, 2007 at 03:56:43PM +0800, Bryan Wu wrote: +/* Not relevant on no-mmu */ I thought this list seemed a little long, so I investigated a couple of them. mbind makes sense (it's only implemented for NUMA ... a NUMA

Re: Define termios_1 functions for powerpc, s390, avr32 and frv

2007-09-13 Thread Paul Mundt
everything has to be patched for asm-generic/termios.h. In which case.. here's the patch to define them on sh and sh64. Signed-off-by: Paul Mundt [EMAIL PROTECTED] -- include/asm-sh/termios.h | 34 +- include/asm-sh64/termios.h | 34

Re: [patch 6/7] Use extended crashkernel command line on sh

2007-09-13 Thread Paul Mundt
people could test for me and provide feedback, that would be very nice. Signed-off-by: Bernhard Walle [EMAIL PROTECTED] Works fine on SH. Acked-by: Paul Mundt [EMAIL PROTECTED] - To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to [EMAIL PROTECTED

Re: [PATCH] binfmt_flat: minimum support for theBlackfin relocations

2007-09-19 Thread Paul Mundt
On Thu, Sep 20, 2007 at 11:55:25AM +1000, David McCullough wrote: Jivin Robin Getz lays it down ... On Tue 18 Sep 2007 04:09, Bryan Wu pondered: This just adds minimum support for the Blackfin relocations, since we don't have enough space in each reloc. The idea is to store a value

Re: [PATCH] binfmt_flat: minimum support for theBlackfin relocations

2007-09-19 Thread Paul Mundt
On Wed, Sep 19, 2007 at 11:42:53PM -0400, Mike Frysinger wrote: On 9/19/07, Paul Mundt [EMAIL PROTECTED] wrote: On Thu, Sep 20, 2007 at 11:55:25AM +1000, David McCullough wrote: Jivin Robin Getz lays it down ... On Tue 18 Sep 2007 04:09, Bryan Wu pondered: This just adds minimum

Re: [PATCH] binfmt_flat: minimum support for theBlackfin relocations

2007-09-20 Thread Paul Mundt
On Thu, Sep 20, 2007 at 02:04:26PM +0200, Bernd Schmidt wrote: Paul Mundt wrote: I find it a bit disconcerting that blackfin already depends on this in-tree without there being any earlier discussion on making these changes. Parts of the initial submission were picked up (the include/asm

ARM defconfig bogosity in current git

2007-11-10 Thread Paul Mundt
The last ARM merge contained this gem: commit f33bac8dd4573428b94c67149c5607be489092d1 Author: Robert Schwebel [EMAIL PROTECTED] Date: Mon Nov 5 17:59:25 2007 +0100 [ARM] 4642/2: netX: default config for netx based boards This patch updates the default config file for netx based

Re: [PATCH 0/11 v3] enable make ARCH=x86

2007-11-10 Thread Paul Mundt
On Sat, Nov 10, 2007 at 08:54:44AM +0100, Sam Ravnborg wrote: On Fri, Nov 09, 2007 at 10:23:23PM -0500, Jeff Garzik wrote: Sam Ravnborg wrote: This is the patch that get rid of ARCH=i386 and ARCH=x86_64 and introduce ARCH=x86. It touches several files but the changes are all one or

Re: [PATCH 0/11 v3] enable make ARCH=x86

2007-11-10 Thread Paul Mundt
On Sat, Nov 10, 2007 at 03:24:53AM -0500, Jeff Garzik wrote: Paul Mundt wrote: This is one of the things I've been wondering about with an sh/sh64 unification, as we have no option but having completely different toolchains, and CONFIG_64BIT=y won't work there when they are both using a 32

Re: [PATCH 0/11 v3] enable make ARCH=x86

2007-11-10 Thread Paul Mundt
On Sat, Nov 10, 2007 at 10:21:41AM +0100, Adrian Bunk wrote: On Sat, Nov 10, 2007 at 05:21:52PM +0900, Paul Mundt wrote: If you do that, then things like randconfigs will randomly break if you happen to use a toolchain targetted specifically at i386 or so. ... If you want to know how

Re: [RFC: 2.6 patch] add -fno-tree-scev-cprop to KBUILD_CFLAGS

2007-11-10 Thread Paul Mundt
On Sun, Nov 11, 2007 at 07:48:29AM +0100, Adrian Bunk wrote: But the kernel does (at least on some architectures) not link with libgcc or ship other code providing the required libgcc functions. Richard Guenther suggested in gcc bug #32044 to use -fno-tree-scev-cprop (new option in gcc

Re: drivers/net/ax88796.c compile error on sh64

2007-11-11 Thread Paul Mundt
On Sun, Nov 11, 2007 at 10:06:21AM +0100, Adrian Bunk wrote: Commit 8687991a734a67f1638782c968f46fff0f94bb1f causes the following compile error on sh64: -- snip -- ... CC [M] drivers/net/ax88796.o /home/bunk/linux/kernel-2.6/git/linux-2.6/drivers/net/ax88796.c: In function

Re: even *more* unused CONFIG variables at no extra charge

2007-11-19 Thread Paul Mundt
On Fri, Nov 16, 2007 at 06:15:48AM -0500, Robert P. J. Day wrote: sh64 DEVICE_MEMORY_START FLASH_MEMORY_START HDSP253_LED PCI_BLOCK_START PCIDEVICE_MEMORY_START Yeah, these are mostly bogus and just never got removed. I'll poke through it and kill them off or fix up the

Re: [PATCH 2/3] Add GD-Rom support to the SEGA Dreamcast

2007-12-16 Thread Paul Mundt
On Sun, Dec 16, 2007 at 05:32:51PM +, Adrian McMenamin wrote: On Sun, 2007-12-16 at 18:50 +0900, Paul Mundt wrote: + for (count = 0xa000; count 0xa020; count += 4) + ctrl_inl(count); Er? This ranged dummy reading of the P2 space needs some explanation. The GD-ROM

div64: Rework 64-bit type safety checks in do_div().

2007-12-16 Thread Paul Mundt
. Signed-off-by: Paul Mundt [EMAIL PROTECTED] --- include/asm-generic/div64.h |7 +++ 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/include/asm-generic/div64.h b/include/asm-generic/div64.h index a4a4937..63e7768 100644 --- a/include/asm-generic/div64.h +++ b/include/asm

Re: div64: Rework 64-bit type safety checks in do_div().

2007-12-16 Thread Paul Mundt
(Adding Ingo to CC regarding kernel/lockdep_proc.c..) On Sun, Dec 16, 2007 at 07:04:18PM -0800, Andrew Morton wrote: On Mon, 17 Dec 2007 10:48:05 +0900 Paul Mundt [EMAIL PROTECTED] wrote: The options are to either 'fix' all callers of do_div() to make sure they're using a uint64_t explicitly

kconfig: Obey KCONFIG_ALLCONFIG choices with randconfig.

2007-12-16 Thread Paul Mundt
. Original thread is at http://lkml.org/lkml/2007/11/28/94 It would be nice to have this for 2.6.24. Signed-off-by: Paul Mundt [EMAIL PROTECTED] --- scripts/kconfig/conf.c |3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/kconfig/conf.c b/scripts/kconfig/conf.c index

Re: [PATCH] arch/sh/: Spelling fixes

2007-12-17 Thread Paul Mundt
On Mon, Dec 17, 2007 at 11:30:18AM -0800, Joe Perches wrote: arch/sh/boards/dreamcast/irq.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) On Mon, Dec 17, 2007 at 11:30:19AM -0800, Joe Perches wrote: include/asm-sh/hd64461.h | 28 ++--

Re: [PATCH 2/3] Add GD-Rom support to the SEGA Dreamcast

2007-12-20 Thread Paul Mundt
On Thu, Dec 20, 2007 at 09:53:54PM +, Adrian McMenamin wrote: On 16/12/2007, Paul Mundt [EMAIL PROTECTED] wrote: Also, __devinit/__devexit annotations? Is there any difference between __init and __devint? Yes. -- To unsubscribe from this list: send the line unsubscribe linux-kernel

Re: use of fixmap on non-x86/sh?

2007-11-30 Thread Paul Mundt
On Fri, Nov 30, 2007 at 04:14:55PM -0600, Kumar Gala wrote: Ben and I are talking about using fixmap on ppc for similar applications to it use on x86. However in poking around other arch's (sparc, mips) they appear to have some support but not as complete as x86. For example both

[GIT PULL] sh updates for 2.6.24-rc4, part 2.

2007-12-03 Thread Paul Mundt
Please pull from: master.kernel.org:/pub/scm/linux/kernel/git/lethal/sh-2.6.24.git Which contains: Nobuhiro Iwamatsu (2): sh: Fix PCI IO space base address of SH7780. sh: Support PCI IO access of SH7780 base boards. arch/sh/drivers/pci/ops-r7780rp.c |4 ++--

[GIT PULL] sh updates for 2.6.24-rc4

2007-11-22 Thread Paul Mundt
sh: include ax88796 in the defconfig for r7785rp Paul Mundt (4): sh: Kill off UTLB flush in fast-path. sh: lockless UTLB miss fast-path. sh: Update mailing list info. fb: Orphan imsttfb. MAINTAINERS | 16 +-- arch/sh/boards/renesas

Re: Question regarding naming scheme (HP Jornada 6XX/7XX)

2007-11-25 Thread Paul Mundt
On Mon, Nov 26, 2007 at 12:03:29AM +0100, Kristoffer Ericson wrote: For instance an hp 620 user thought that their system was unsupported because everything was for '680'. Or the other way round 728 users didn't want to use 720 since they thought they would loose their extra ram (only

nommu: Add new vmalloc_user() and remap_vmalloc_range() interfaces.

2007-11-28 Thread Paul Mundt
also have to rework the vmalloc_user() code to grovel for the VMA and set the flag. Signed-off-by: Paul Mundt [EMAIL PROTECTED] --- mm/nommu.c | 45 - 1 file changed, 44 insertions(+), 1 deletion(-) diff --git a/mm/nommu.c b/mm/nommu.c index 35622c5

[PATCH] kconfig: Make KCONFIG_ALLCONFIG work with randconfig.

2007-11-28 Thread Paul Mundt
) in addition to checking the def_sym flag before randomly assigning a new value ended up fixing things up. Signed-off-by: Paul Mundt [EMAIL PROTECTED] --- scripts/kconfig/conf.c |9 - scripts/kconfig/expr.h |3 +-- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git

Re: [PATCH] kconfig: Make KCONFIG_ALLCONFIG work with randconfig.

2007-11-28 Thread Paul Mundt
On Wed, Nov 28, 2007 at 06:08:16PM +0100, Roman Zippel wrote: On Wed, 28 Nov 2007, Paul Mundt wrote: While allyes/mod/noconfigs do seem to work fine with KCONFIG_ALLCONFIG provisions, randconfig tramples all over the provided values at perhaps not surprisingly, random. Please be careful

Re: [HP6XX/FIX/PATCH] - Fix bad default keymap in HP Jornada 6xx keyboard driver

2007-12-12 Thread Paul Mundt
On Wed, Dec 12, 2007 at 07:22:07PM +0100, Kristoffer Ericson wrote: shortlog: * This patch fixes the HP Jornada 6xx keyboard default keymap which had some bad keymap values. This resulted in wrong key being returned when pressed (example : key y returned 'r'). * Also, while we are at it lets

Re: [PATCH 0/3] Add GD-Rom support to the SEGA Dreamcast

2007-12-15 Thread Paul Mundt
On Sun, Dec 16, 2007 at 12:20:54AM +, Adrian McMenamin wrote: This device is electrically compatible with ATA-3 IDE CD drives but implements a proprietary packet interface. There have been previous Dreamcast CD drivers around but this is new code and uses DMA as opposed to PIO for reads.

Re: [PATCH 2/3] Add GD-Rom support to the SEGA Dreamcast

2007-12-16 Thread Paul Mundt
Ok, I don't know anything about the CD-ROM layer, so I've just commented on the general and SH-specific stuff. Hopefully someone with a clue in this area (ie, not me) can offer input on the rest of the bits. On Sun, Dec 16, 2007 at 12:21:21AM +, Adrian McMenamin wrote: +/* GD Rom registers

Re: [HP6XX/FIX/PATCH] - Fix bad default keymap in HP Jornada 6xx keyboard driver

2007-12-16 Thread Paul Mundt
On Wed, Dec 12, 2007 at 07:54:52PM +0100, Kristoffer Ericson wrote: On Thu, 13 Dec 2007 03:45:58 +0900 Paul Mundt [EMAIL PROTECTED] wrote: On Wed, Dec 12, 2007 at 07:22:07PM +0100, Kristoffer Ericson wrote: * This patch fixes the HP Jornada 6xx keyboard default keymap which had some bad

Re: [PATCH - SH/Dreamcast] CD-Rom (GD-Rom) support for the SEGA Dreamcast

2007-12-25 Thread Paul Mundt
On Sun, Dec 23, 2007 at 07:43:24PM +, Adrian McMenamin wrote: This patch adds support for the CD-Rom (the so-called GD-Rom) on the SEGA Dreamcast. Looks quite a bit better. Just a few minor things. +static void gdrom_spicommand(void *spi_string, int buflen) +{ + short *cmd =

Re: [PATCH] SH/Dreamcast - add support for GD-Rom device

2007-12-27 Thread Paul Mundt
On Thu, Dec 27, 2007 at 01:26:47AM +, Adrian McMenamin wrote: This patch adds support for the CD-Rom drive on the SEGA Dreamcast. Please fix your mailer to inline the patch, preferably without word wrapping. This is not a difficult thing, send yourself some test mails until you get it

Re: [PATCH] SH/Dreamcast - add support for GD-Rom device

2007-12-27 Thread Paul Mundt
On Thu, Dec 27, 2007 at 04:52:19PM +, Adrian McMenamin wrote: This patch adds support for the CD-Rom drive on the SEGA Dreamcast. The SEGA Dreamcast has a built in CD-Rom drive, electrically similar to an ATA-3 drive, but implementing a proprietary packet interface - the so-called Sega

Re: [PATCH] SH/Dreamcast - add support for GD-Rom device

2007-12-27 Thread Paul Mundt
On Thu, Dec 27, 2007 at 07:49:01PM -0500, Mike Frysinger wrote: On Thursday 27 December 2007, Joe Perches wrote: I also added a function gdrom_is_busy() to make a couple of tests fit on a single line and perhaps easier to read. i'd tend to agree it does make it easier to read, however you

Re: [PATCH] SH/Dreamcast - add support for GD-Rom device

2007-12-30 Thread Paul Mundt
On Sun, Dec 30, 2007 at 01:38:24PM +, Adrian McMenamin wrote: On Thu, 2007-12-27 at 14:58 -0800, Joe Perches wrote: On Thu, 2007-12-27 at 16:52 +, Adrian McMenamin wrote: This patch adds support for the CD-Rom drive on the SEGA Dreamcast. Because it was already so close, might

Re: [PATCH] sh: sh7712 clock support

2007-12-31 Thread Paul Mundt
On Mon, Dec 31, 2007 at 04:32:25PM -, Andrew Murray wrote: +static void bus_clk_init(struct clk *clk) +{ + clk-rate = CONFIG_SH_PCLK_FREQ; +} + +static struct clk_ops sh7712_bus_clk_ops = { + .init = bus_clk_init, +}; + This shouldn't be necessary, the bus clk

Re: [PATCH 2/3] Rework arch specific Makefiles to use mkubootimg

2008-01-04 Thread Paul Mundt
On Fri, Jan 04, 2008 at 09:19:28AM +, Russell King wrote: On Fri, Jan 04, 2008 at 01:01:19PM +0900, Paul Mundt wrote: On Thu, Jan 03, 2008 at 04:58:54PM -0600, Josh Boyer wrote: On Thu, 3 Jan 2008 22:41:40 + Ben Dooks [EMAIL PROTECTED] wrote: On Thu, Jan 03, 2008 at 04:04

Re: [patch 2/2] Use BOOTMEM_EXCLUSIVE for kdump

2007-10-24 Thread Paul Mundt
support crash dump too? Not via a reserved bootmem area at least, which is what these patches touch. Acked-by: Paul Mundt [EMAIL PROTECTED] - To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to [EMAIL PROTECTED] More majordomo info at http

Re: [SUPERH / PATA / SCSI] Unable to do start userland after kernel boot

2007-10-25 Thread Paul Mundt
On Thu, Oct 25, 2007 at 09:22:40PM -0700, Kristoffer Ericson wrote: The bottom line seems to be that it fails to attach scsi sg0. It explains why it doesn't work, but not why it stopped working. And this has nothing to do with the current kernel config, I've been over that the last 4 days. It

Re: [PATCH] Fix maple bus compiler warning

2007-10-29 Thread Paul Mundt
On Sun, Oct 28, 2007 at 02:24:10PM +, Adrian McMenamin wrote: The API for uevent has changed for 2.6.24 and this patch makes a consequential clean up. (Apols to linux-sh list users seeing this for the second time, I should have included lkml first time round for completeness)

Re: [PATCH 0/21] KGDB: Request to merge KGDB

2007-10-18 Thread Paul Mundt
On Wed, Oct 17, 2007 at 09:20:25PM -0700, Andrew Morton wrote: On Mon, 15 Oct 2007 13:32:24 -0500 Jason Wessel [EMAIL PROTECTED] wrote: This is a request to merge KGDB into the mainline kernel. This won't work very well. There's a lot of review work to be done here, and a lot of it by

Re: [PATCH / HP6XX] : Add Timer values into HD64461.h

2007-10-18 Thread Paul Mundt
On Thu, Oct 18, 2007 at 09:39:04PM -0700, Kristoffer Ericson wrote: This patch adds HD64461 Timer adresses registers to the HD64461 header file (/include/asm-sh/hd64461.h). The timers (TMU0 TMU1) can hold 16bit values and auto loads the counter constant when it reaches zero. Upon reaching

Re: [2.6 patch] sh64: fix dma_cache_sync() compilation

2007-10-24 Thread Paul Mundt
On Mon, Oct 22, 2007 at 04:47:30AM +0200, Adrian Bunk wrote: This patch fixes the following compile error caused by commit 622a9edd919de98ef59571ae6c40c7458244e3f2: Applied, thanks Adrian. - To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to

[PATCH] sound: opl3: Fix up opl3_synth build.

2008-02-11 Thread Paul Mundt
CONFIG_SND_MPU401_UART=m CONFIG_SND_OPL3_LIB=m CONFIG_SND_AC97_CODEC=m CONFIG_SND_YMFPCI=m CONFIG_SND_YMFPCI_FIRMWARE_IN_KERNEL=y Signed-off-by: Paul Mundt [EMAIL PROTECTED] --- include/sound/opl3.h |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/include/sound/opl3.h b

Re: Announce: Linux-next (Or Andrew's dream :-))

2008-02-12 Thread Paul Mundt
On Tue, Feb 12, 2008 at 09:00:16PM -0600, James Bottomley wrote: On Tue, 2008-02-12 at 18:35 -0800, Linus Torvalds wrote: On Tue, 12 Feb 2008, James Bottomley wrote: Yes, this is exactly the feature I'm looking for. It would allow the downstream users of a rebased tree to rebase

Re: latest list of unused Kconfig variables

2008-02-13 Thread Paul Mundt
On Wed, Feb 13, 2008 at 03:56:34AM -0500, Robert P. J. Day wrote: latest output here, sorted by architecture: http://www.crashcourse.ca/wiki/index.php/Unused_CONFIG_variables as always, there will probably be some false positives for one reason or another. SH_SDK7780_STANDALONE

  1   2   3   4   5   6   7   8   9   >