[2.6.24 patch] restore Cell OProfile support

2007-12-28 Thread Adrian Bunk
This patch restores the Cell OProfile support that was killed by commit 09cadedbdc01f1a4bea1f427d4fb4642eaa19da9. Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]> --- kernel/Kconfig.instrumentation |8 1 file changed, 8 insertions(+) 6d1446d35d367fdbdd2a0a29e0d156646ff40630

[2.6 patch] powerpc: free_property() mustn't be __init

2008-01-30 Thread Adrian Bunk
This patch fixes the following section mismatch: <-- snip --> ... WARNING: vmlinux.o(.text+0x55648): Section mismatch in reference from the function .free_node() to the function .init.text:.free_property() ... <-- snip --> Signed-off-by: Adrian Bunk <[

[2.6 patch] powerpc: vdso_do_func_patch{32,64}() must be __init

2008-01-30 Thread Adrian Bunk
om the function .vdso_do_func_patch32() to the function .init.text:.find_symbol32() ... <-- snip --> Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]> --- arch/powerpc/kernel/vdso.c | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) 1c52ed2049b82e8458d03e50633b

[2.6 patch] hvc_rtas_init() must be __init

2008-01-30 Thread Adrian Bunk
This patch fixes the following section mismatch: <-- snip --> ... WARNING: vmlinux.o(.text+0x2fbca8): Section mismatch in reference from the function .hvc_rtas_init() to the function .devinit.text:.hvc_alloc() ... <-- snip --> Signed-off-by: Adrian Bunk <[

Re: x86/non-x86: percpu, node ids, apic ids x86.git fixup

2008-01-31 Thread Adrian Bunk
On Wed, Jan 30, 2008 at 11:33:29AM -0800, Luck, Tony wrote: > > I'm having trouble replicating this error. With the latest linux-2.6.git > > plus the patch I just sent, I get the following errors: > > > > drivers/input/mouse/psmouse-base.c:45: error: __param_proto causes a > > section type confli

[2.6 patch] Add cuImage.mpc866ads to the bootwrapper as a cuboot-8xx target

2008-07-31 Thread Adrian Bunk
]: *** [arch/powerpc/boot/cuImage.mpc866ads] Error 1 <-- snip --> Reported-by: Adrian Bunk <[EMAIL PROTECTED]> Signed-off-by: Scott Wood <[EMAIL PROTECTED]> Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]> --- This patch was sent by Scott Wood on: - 21 May 2008 arch/pow

platforms/44x/warp-nand.c bogosity

2008-08-01 Thread Adrian Bunk
arch/powerpc/platforms/44x/warp-nand.c was added this year and updated quite recently. warp-nand.c is empty unless CONFIG_MTD_NAND_NDFC=y. MTD_NAND_NDFC depends on !PPC_MERGE. !PPC_MERGE can never be true on PPC now that arch/ppc/ got removed. So warp-nand.c is dead code, but that does not see

[2.6 patch] sata_fsl.c: fix 8315DS workaround

2008-08-04 Thread Adrian Bunk
: Robert P. J. Day <[EMAIL PROTECTED]> Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]> --- cd54dd8b6a8bca44ead212d12fe116702cc31ed7 diff --git a/drivers/ata/sata_fsl.c b/drivers/ata/sata_fsl.c index 3924e72..45878ef 100644 --- a/drivers/ata/sata_fsl.c +++ b/drivers/ata/sata_fsl.c @@ -

Re: [2.6 patch] sata_fsl.c: fix 8315DS workaround

2008-08-04 Thread Adrian Bunk
On Mon, Aug 04, 2008 at 04:55:37PM +0800, Li Yang wrote: > > -Original Message- > > From: Adrian Bunk [mailto:[EMAIL PROTECTED] > > Sent: Monday, August 04, 2008 4:46 PM > > To: Kalra Ashish; Li Yang; Jeff Garzik; [EMAIL PROTECTED] > > Cc: linuxppc-de

Re: [PATCH]: Remove bogons from the iSeries console

2008-08-06 Thread Adrian Bunk
On Thu, Aug 07, 2008 at 12:10:06AM +1000, Stephen Rothwell wrote: > Hi Alan, > > On Wed, 6 Aug 2008 14:06:29 +0100 Alan Cox <[EMAIL PROTECTED]> wrote: > > > > The iSeries driver calls into the n_tty ldisc code directly for some > > bizarre reason. I previously tagged this with a query but this act

[2.6 patch] cleanup powerpc/include/asm/ide.h

2008-08-08 Thread Adrian Bunk
This patch removes code that became unused through IDE changes and the arch/ppc/ removal. Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]> --- arch/powerpc/include/asm/ide.h | 43 - 1 file changed, 1 insertion(+), 42 del

[12/17] powerpc: use bcd2bin/bin2bcd

2008-08-08 Thread Adrian Bunk
This patch changes powerpc to use the new bcd2bin/bin2bcd functions instead of the obsolete BCD_TO_BIN/BIN_TO_BCD macros. Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]> --- arch/powerpc/platforms/chrp/time.c | 24 arch/powerpc/platforms/iseries/mf.c

Re: [BUILD_FAILURE] 2.6.27-git2 - allyesconfig on powerpc selects CONFIG_INTEL_IOATDMA=y

2008-10-13 Thread Adrian Bunk
On Mon, Oct 13, 2008 at 03:45:59PM +0530, Kamalesh Babulal wrote: > Hi, > >2.6.27-git2 kernel build fails, while building the kernel with > allyesconfig option. The allyesconfig selects CONFIG_INTEL_IOATDMA=y > > CC drivers/dma/ioat_dca.o > drivers/dma/ioat_dca.c: In function ‘dca_enabled

[2.6 patch] export genphy_restart_aneg

2008-10-13 Thread Adrian Bunk
ined! ... make[2]: *** [__modpost] Error 1 <-- snip --> Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]> --- diff --git a/drivers/net/phy/phy_device.c b/drivers/net/phy/phy_device.c index 1716274..f11e900 100644 --- a/drivers/net/phy/phy_device.c +++ b/drivers/net/phy/phy_devi

Re: [BUILD_FAILURE] 2.6.27-git2 - allyesconfig on powerpc selectsCONFIG_INTEL_IOATDMA=y

2008-10-13 Thread Adrian Bunk
On Mon, Oct 13, 2008 at 08:21:45PM +0200, Brice Goglin wrote: > Brandeburg, Jesse wrote: > > What we want, is myri10ge and ixgbe drivers that can build whether or not > > CONFIG_INTEL_IOATDMA is enabled. IF CONFIG_INTEL_IOATDMA *is* enabled > > (which it should not be on PPC) then there are seve

Re: [BUILD_FAILURE] 2.6.27-git2 - allyesconfig on powerpc selectsCONFIG_INTEL_IOATDMA=y

2008-10-14 Thread Adrian Bunk
On Tue, Oct 14, 2008 at 11:12:30AM +0200, Brice Goglin wrote: > Adrian Bunk wrote: > > But considering that igb is in a similar situation it would be nice if > > all 3 drivers would handle it the same way. > > > > Jesse, > What do you think of the below patch?

Re: [BUILD_FAILURE] 2.6.27-git2 - allyesconfig on powerpc selectsCONFIG_INTEL_IOATDMA=y

2008-10-14 Thread Adrian Bunk
On Tue, Oct 14, 2008 at 09:10:33AM -0700, Brandeburg, Jesse wrote: > Brice Goglin wrote: > > Adrian Bunk wrote: > >> But considering that igb is in a similar situation it would be nice > >> if all 3 drivers would handle it the same way. > >> > > >

Re: powerpc allmodconfig

2008-10-16 Thread Adrian Bunk
On Thu, Oct 16, 2008 at 07:57:29AM +0200, Takashi Iwai wrote: > At Wed, 15 Oct 2008 21:33:37 -0700, > Andrew Morton wrote: > > > > sound/soc/soc-dapm.c:1029: warning: 'snd_soc_dapm_connect_input' is > > deprecated (declared at sound/soc/soc-dapm.c:1026) > > sound/soc/soc-dapm.c:1029: warning: 'sn

Re: powerpc allmodconfig

2008-10-16 Thread Adrian Bunk
On Thu, Oct 16, 2008 at 09:57:11AM +0200, Takashi Iwai wrote: > At Thu, 16 Oct 2008 10:38:36 +0300, > Adrian Bunk wrote: > > > > On Thu, Oct 16, 2008 at 07:57:29AM +0200, Takashi Iwai wrote: > > > At Wed, 15 Oct 2008 21:33:37 -0700, > > > Andrew Morton wrote: &

Re: powerpc allmodconfig

2008-10-16 Thread Adrian Bunk
On Thu, Oct 16, 2008 at 10:43:33AM +0200, Takashi Iwai wrote: > At Thu, 16 Oct 2008 11:21:57 +0300, > Adrian Bunk wrote: > > > > On Thu, Oct 16, 2008 at 09:57:11AM +0200, Takashi Iwai wrote: > > > At Thu, 16 Oct 2008 10:38:36 +0300, > > > Adrian Bunk wrote: &

[2.6 patch] hvc_rtas_init() must be __init

2008-02-13 Thread Adrian Bunk
This patch fixes the following section mismatch: <-- snip --> ... WARNING: vmlinux.o(.text+0x2fbca8): Section mismatch in reference from the function .hvc_rtas_init() to the function .devinit.text:.hvc_alloc() ... <-- snip --> Signed-off-by: Adrian Bunk <[EMAIL PROTECT

[2.6 patch] powerpc: free_property() mustn't be __init

2008-02-13 Thread Adrian Bunk
This patch fixes the following section mismatch: <-- snip --> ... WARNING: vmlinux.o(.text+0x55648): Section mismatch in reference from the function .free_node() to the function .init.text:.free_property() ... <-- snip --> Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]>

[2.6 patch] powerpc: vdso_do_func_patch{32,64}() must be __init

2008-02-13 Thread Adrian Bunk
om the function .vdso_do_func_patch32() to the function .init.text:.find_symbol32() ... <-- snip --> Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]> --- This patch has been sent on: - 30 Jan 2008 arch/powerpc/kernel/vdso.c | 12 ++-- 1 file changed, 6 insertio

Re: [PATCH 1/3] Fix Unlikely(x) == y

2008-02-18 Thread Adrian Bunk
On Sun, Feb 17, 2008 at 10:50:03PM +1100, Michael Ellerman wrote: > On Sat, 2008-02-16 at 10:39 -0800, Arjan van de Ven wrote: >... > > for mordern (last 10 years) x86 cpus... the cpu branchpredictor is better > > than the coder in general. Same for most other architectures. > > > > unlikely() cre

Re: [PATCH 1/3] Fix Unlikely(x) == y

2008-02-18 Thread Adrian Bunk
On Mon, Feb 18, 2008 at 03:01:35PM +0100, Geert Uytterhoeven wrote: > On Mon, 18 Feb 2008, Adrian Bunk wrote: > > > > This means it generates faster code with a current gcc for your platform. > > > > But a future gcc might e.g. replace the whole loop with a division &

Re: [PATCH 1/3] Fix Unlikely(x) == y

2008-02-18 Thread Adrian Bunk
On Tue, Feb 19, 2008 at 08:46:03AM +1100, Michael Ellerman wrote: > On Mon, 2008-02-18 at 16:13 +0200, Adrian Bunk wrote: > > On Mon, Feb 18, 2008 at 03:01:35PM +0100, Geert Uytterhoeven wrote: > > > On Mon, 18 Feb 2008, Adrian Bunk wrote: > > > > > > > >

Re: [BUILD_FAILURE] Linux 2.6.25-rc3 - various unexported functions () on powerpc

2008-02-26 Thread Adrian Bunk
On Tue, Feb 26, 2008 at 07:59:08PM +0530, Kamalesh Babulal wrote: > Hi, > > The 2.6.25-rc3 kernel build fails on powerpc with allyesconfig config option, > the .config has been attached. >... Builds fine here. Local problem (e.g. disk full) on your machine? cu Adrian -- "Is there not

Re: [BUILD_FAILURE] Linux 2.6.25-rc3 - various unexported functions () on powerpc

2008-02-26 Thread Adrian Bunk
On Tue, Feb 26, 2008 at 11:48:29PM +0530, Kamalesh Babulal wrote: > Adrian Bunk wrote: > > On Tue, Feb 26, 2008 at 07:59:08PM +0530, Kamalesh Babulal wrote: > >> Hi, > >> > >> The 2.6.25-rc3 kernel build fails on powerpc with allyesconfig config > >&g

Re: undefined references to __udivdi3 on powerpc

2008-02-28 Thread Adrian Bunk
On Thu, Feb 28, 2008 at 02:37:18PM +0100, Olaf Hering wrote: > > While debugging __divdi3 calls in drivers/crypto/hifn_795x.c (due to the > ndelay() delay call with a s64), I found even more breakage of that > sort. This is after a allnoconfig with ARCH=powerpc in 2.6.25-rc3, > plus CONFIG_MODULES

powerpc: cuImage.* creation error

2008-03-17 Thread Adrian Bunk
When building all powerpc defconfigs in 2.6.25-rc6 exactly three of them fail to build, and all with similar problems: mpc85xx_defconfig: <-- snip --> ... WRAParch/powerpc/boot/cuImage.tqm8540 DTC: dts->dtb on file "/home/bunk/linux/kernel-2.6/git/linux-2.6/arch/powerpc/boot/dts/tqm8

Re: powerpc: cuImage.* creation error

2008-03-17 Thread Adrian Bunk
On Mon, Mar 17, 2008 at 04:07:55PM -0400, Paul Gortmaker wrote: > In message: powerpc: cuImage.* creation error > on 17/03/2008 Adrian Bunk wrote: > > > When building all powerpc defconfigs in 2.6.25-rc6 exactly three of > > them fail to build, and all with similar problem

[2.6 patch] powerpc: remove the non-functional PPC_PREP bits

2008-03-30 Thread Adrian Bunk
Back in November 2005, the PPC_PREP bits under arch/powerpc/ were marked as BROKEN due to not being working. It doesn't seem to make much sense to keep this rudimentary support even longer. Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]> --- arch/powerpc/Kconfig

[2.6 patch] powerpc/sysdev/rtc_cmos_setup.c: add MODULE_LICENSE

2008-04-14 Thread Adrian Bunk
This patch adds the missing MODULE_LICENSE("GPL"). Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]> --- 6f9e3869ba8122adefb706c7d5c18cf4b2dc65c9 diff --git a/arch/powerpc/sysdev/rtc_cmos_setup.c b/arch/powerpc/sysdev/rtc_cmos_setup.c index 0c9ac7e..c09ddc0 100644 --- a/arc

[2.6 patch] char/xilinx_hwicap/ section fix

2008-04-23 Thread Adrian Bunk
.6/git/linux-2.6/drivers/char/xilinx_hwicap/xilinx_hwicap.c:806: error: hwicap_of_match causes a section type conflict make[4]: *** [drivers/char/xilinx_hwicap/xilinx_hwicap.o] Error 1 <-- snip --> Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]> --- 2f0f31d8aa696ca6cc45ab865ec8c68b9

[2.6 patch] drivers/of/of_i2c.c: add MODULE_LICENSE

2008-04-23 Thread Adrian Bunk
After commit 585468e5d5962660867c269e26f0a4b89a599473 ([POWERPC] i2c: Fix build breakage introduced by OF helpers) drivers/of/of_i2c.c needs a MODULE_LICENSE. Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]> --- drivers/of/of_i2c.c |3 +++ 1 file changed, 3 inse

Re: [BUG] 2.6.25-git8 Kernel Bug while bootup on ppc and x86

2008-04-26 Thread Adrian Bunk
On Sat, Apr 26, 2008 at 04:51:54PM +0530, Kamalesh Babulal wrote: > While booting the 2.6.25-git8 kernel on the ppc and x86_64 machine, kernel > bug is hit. This was reported in the next-20080423 kernel > http://lkml.org/lkml/2008/4/23/206. > > Call trace of x86_64 machine > > BUG: unable to han

Re: 2.6.25: pmac_newworld undefined

2008-04-29 Thread Adrian Bunk
On Mon, Apr 28, 2008 at 09:33:24PM +0200, Sam Ravnborg wrote: > On Mon, Apr 28, 2008 at 02:20:44PM +1000, Tony Breeds wrote: > > On Sun, Apr 27, 2008 at 08:03:46PM +0200, Christian Kujau wrote: > > > Hi, > > > > > > the build failure reported[0] by Kamalesh back in 01/2008 is still > > > present

Re: 2.6.25: pmac_newworld undefined

2008-04-29 Thread Adrian Bunk
On Tue, Apr 29, 2008 at 09:17:53PM +0200, Sam Ravnborg wrote: >... > So something like: > > config PPC32_NVRAM > bool > depends on NVRAM > > obj-$(CONFIG_PPC32_NVRAM) += nvram.o > obj-$(CONFIG_NVRAM) += nvram.o > > Or did you have another solution in mind? I start to understan

Re: [BUG] 2.6.26-rc1-git4 - task blocked on powerpc for more than 120 seconds

2008-05-07 Thread Adrian Bunk
On Wed, May 07, 2008 at 06:52:53PM +0530, Kamalesh Babulal wrote: > While running the ltp over the powerpc with the 2.6.26-rc1-git4 kernel, > task get blocked for more 120 seconds and does not proceeds future. > > The task msgctl08 is a ipc testcase, which test the msgget(2) msgctl(2) > syscalls.

[2.6 patch] powerpc/mm/hash_low_32.S: remove CVS keyword

2008-05-19 Thread Adrian Bunk
This patch removes a CVS keyword that wasn't updated for a long time from a comment. Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]> --- 92f17f771c22fa93afe058210ddf51920aca1451 diff --git a/arch/powerpc/mm/hash_low_32.S b/arch/powerpc/mm/hash_low_32.S index ddeaf9e..b9ba7d9 100644

[2.6 patch] powerpc/boot/Makefile CONFIG_ variable fixes

2008-05-21 Thread Adrian Bunk
or directory make[2]: *** [arch/powerpc/boot/cuImage.mpc866ads] Error 1 <-- snip --> Reported-by: Robert P. J. Day <[EMAIL PROTECTED]> Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]> --- 9a0137fa7d60e7ee62ae4e08e3e5b7d94b66debf diff --git a/arch/powerpc/boot/Makefile b/arch/powerpc

Re: [PATCH] phylib: Don't allow core of phylib to build as a module

2008-06-02 Thread Adrian Bunk
On Mon, Jun 02, 2008 at 11:25:14AM -0500, Kumar Gala wrote: > > On Jun 2, 2008, at 11:03 AM, Jeff Garzik wrote: > >> Kumar Gala wrote: >>> The core portions of the phylib aren't capable of being used as >>> a module. This isn't really any different than something like i2c >>> in that the bus drive

Re: [RFC] Make board force selection of PHYLIB

2008-06-03 Thread Adrian Bunk
On Tue, Jun 03, 2008 at 09:47:19AM -0500, Kumar Gala wrote: > How is this as a fix. > > - k > > diff --git a/arch/powerpc/platforms/85xx/Kconfig > b/arch/powerpc/platforms/85xx/Kconfig > index 7ff29d5..9e5c884 100644 > --- a/arch/powerpc/platforms/85xx/Kconfig > +++ b/arch/powerpc/platforms/85xx

Re: 4xx support in arch/ppc is going away Real Soon Now

2008-06-06 Thread Adrian Bunk
On Thu, Jun 05, 2008 at 09:11:48AM -0600, Grant Likely wrote: > On Thu, Jun 5, 2008 at 8:52 AM, Josh Boyer <[EMAIL PROTECTED]> wrote: > > This commit (patch omitted due to size) is sitting in my local tree: > > > > commit 0d7efc1e80fc262bcc507a605482c5681e3f082a > > Author: Josh Boyer <[EMAIL PROTE

Re: 4xx support in arch/ppc is going away Real Soon Now

2008-06-06 Thread Adrian Bunk
On Fri, Jun 06, 2008 at 10:09:54PM +1000, Paul Mackerras wrote: > Adrian Bunk writes: > > > BTW: > > I remember Paul wanted to get PReP under arch/powerpc/ working - > > should this be done before the big ppc removal? > > I have a PReP port for arch/powerpc that wor

Re: arch/ppc is going away Real Soon Now

2008-06-08 Thread Adrian Bunk
gt; > > >>>> <[EMAIL PROTECTED]> >>> >> > > >>> Acked-by: Arnd Bergmann <[EMAIL PROTECTED]> >>> >> > > >> Acked-by: Olof Johansson <[EMAIL PROTECTED]> >>> >> >

[2.6 patch] drivers/macintosh/: possible cleanups

2008-06-09 Thread Adrian Bunk
: - via-pmu68k.c: sleep_notifier_list Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]> --- drivers/macintosh/adb.c|5 ++--- drivers/macintosh/adbhid.c |2 +- drivers/macintosh/via-pmu68k.c |5 ++--- include/linux/adb.h|1 - 4 files changed, 5 insertions

[2.6 patch] drivers/macintosh/mediabay.c build fix

2008-06-10 Thread Adrian Bunk
rivers/macintosh/mediabay.c:428: error: 'struct media_bay_info' has no member named 'cd_index' make[3]: *** [drivers/macintosh/mediabay.o] Error 1 <-- snip --> Reported-by: Adrian Bunk <[EMAIL PROTECTED]> Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]> ---

Re: [RFC PATCH 2/2] Update defconfigs for CONFIG_HUGETLB

2008-06-12 Thread Adrian Bunk
On Thu, Jun 12, 2008 at 02:55:45PM -0400, Adam Litke wrote: > Update all defconfigs that specify a default configuration for hugetlbfs. > There is now only one option: CONFIG_HUGETLB. Replace the old > CONFIG_HUGETLB_PAGE and CONFIG_HUGETLBFS options with the new one. I found no > cases where CON

Re: [Bug 10714] Badness seen on 2.6.26-rc2 with lockdep enabled

2008-06-14 Thread Adrian Bunk
On Sat, Jun 14, 2008 at 10:12:02PM +0200, Rafael J. Wysocki wrote: > This message has been generated automatically as a part of a report > of recent regressions. > > The following bug entry is on the current list of known regressions > from 2.6.25. Please verify if it still should be listed. > >

Re: [git pull] Please pull powerpc.git merge branch

2008-06-16 Thread Adrian Bunk
On Mon, Jun 16, 2008 at 09:25:05PM +1000, Paul Mackerras wrote: > Linus, > > As Ben pointed out, I had forgotten to re-do a couple of defconfigs > where I had inadvertently turned off the SATA driver for the G5 > powermacs. So when you do the pull as I requested earlier from > > git://git.kernel

[2.6 patch] drivers/macintosh/: possible cleanups

2008-06-23 Thread Adrian Bunk
On Tue, Jun 10, 2008 at 10:21:25AM +1000, Stephen Rothwell wrote: > Hi Adrian, > > On Tue, 10 Jun 2008 01:23:12 +0300 Adrian Bunk <[EMAIL PROTECTED]> wrote: > > > > +++ b/drivers/macintosh/adbhid.c > > @@ -75,7 +75,7 @@ static struct notifier_block adb

[2.6 patch] asm/ptrace.h userspace headers cleanup

2008-06-23 Thread Adrian Bunk
tical change to remove empty #ifndef __ASSEMBLY__ #else #endif from the userspace headers Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]> --- Not changed by this patch is the fact that the following architectures have a different struct pt_regs depending on CONFI

[RFC: 2.6 patch] powerpc: don't export asm/asm-compat.h to userspace

2008-06-23 Thread Adrian Bunk
asm/asm-compat.h doesn't seem to be intended for userspace usage. Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]> --- include/asm-powerpc/Kbuild |1 - include/asm-powerpc/cputable.h |5 +++-- 2 files changed, 3 insertions(+), 3 deletions(-) 4c78f2fc562d3aae525c8f62706a8

[RFC: 2.6 patch] powerpc: asm/elf.h: reduce userspace header

2008-06-23 Thread Adrian Bunk
This patch makes asm/elf.h export less non-userspace stuff to userspace. Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]> --- include/asm-powerpc/elf.h | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) 6e868802e4b350a9dac071044b7cf52af7404134 diff --git a/include/asm-p

Re: [PATCH 02/60] microblaze_v4: Makefiles for Microblaze cpu

2008-06-26 Thread Adrian Bunk
On Thu, Jun 26, 2008 at 02:29:31PM +0200, [EMAIL PROTECTED] wrote: >... > --- /dev/null > +++ b/arch/microblaze/Makefile >... > +# Work out HW multipler support. This is icky. > +# 1. Spartan2 has no HW multiplers. > +# 2. MicroBlaze v3.x always uses them, except in Spartan 2 > +# 3. All other FPG

Re: [PATCH 07/60] microblaze_v4: Support for semaphores

2008-06-26 Thread Adrian Bunk
On Thu, Jun 26, 2008 at 02:29:36PM +0200, [EMAIL PROTECTED] wrote: > From: Michal Simek <[EMAIL PROTECTED]> > > > Signed-off-by: Michal Simek <[EMAIL PROTECTED]> > --- > include/asm-microblaze/semaphore.h |1 + > 1 files changed, 1 insertions(+), 0 deletions(-) > create mode 100644 include/

Re: [PATCH 30/60] microblaze_v4: support for a.out

2008-06-26 Thread Adrian Bunk
On Thu, Jun 26, 2008 at 02:29:59PM +0200, [EMAIL PROTECTED] wrote: > From: Michal Simek <[EMAIL PROTECTED]> > > > Signed-off-by: Michal Simek <[EMAIL PROTECTED]> > --- > 0 files changed, 0 insertions(+), 0 deletions(-) > create mode 100644 include/asm-microblaze/a.out.h > > diff --git a/includ

Re: Microblaze init port v4

2008-06-26 Thread Adrian Bunk
On Thu, Jun 26, 2008 at 02:29:29PM +0200, [EMAIL PROTECTED] wrote: > Hi everybody, > > current linux version is 2.6.26-rc8 and I think this is the right time > to send latest patches againts rc8 for Microblaze CPU. >... Thanks for your work on getting the architecture included. I have two questi

Re: [PATCH 48/60] microblaze_v4: headers simple files - empty or redirect to asm-generic

2008-06-26 Thread Adrian Bunk
On Thu, Jun 26, 2008 at 05:35:11PM +0200, Arnd Bergmann wrote: > On Thursday 26 June 2008, [EMAIL PROTECTED] wrote: > > + > > +#ifndef _ASM_MICROBLAZE_NAMEI_H > > +#define _ASM_MICROBLAZE_NAMEI_H > > + > > +#ifdef __KERNEL__ > > + > > +/* This dummy routine maybe changed to something useful > > + *

Re: [PATCH 48/60] microblaze_v4: headers simple files - empty or redirect to asm-generic

2008-06-26 Thread Adrian Bunk
On Thu, Jun 26, 2008 at 06:38:32PM +0200, Arnd Bergmann wrote: > On Thursday 26 June 2008, Adrian Bunk wrote: > > The comment could be nuked (as well as the #ifdef __KERNEL__), but for > > the one #define an asm-generic header would IMHO be overkill. > > I agree that it doe

Re: [PATCH 02/60] microblaze_v4: Makefiles for Microblaze cpu

2008-06-26 Thread Adrian Bunk
On Thu, Jun 26, 2008 at 08:46:44PM +0200, Michal Simek wrote: > Adrian Bunk napsal(a): > > On Thu, Jun 26, 2008 at 02:29:31PM +0200, [EMAIL PROTECTED] wrote: > >> ... > >> --- /dev/null > >> +++ b/arch/microblaze/Makefile > >> ... > >> +# W

Re: Microblaze init port v4

2008-06-26 Thread Adrian Bunk
On Thu, Jun 26, 2008 at 08:50:37PM +0200, Michal Simek wrote: > Hi Adrian, > > > On Thu, Jun 26, 2008 at 02:29:29PM +0200, [EMAIL PROTECTED] wrote: > >> Hi everybody, > >> > >> current linux version is 2.6.26-rc8 and I think this is the right time > >> to send latest patches againts rc8 for Microb

Re: [PATCH 48/60] microblaze_v4: headers simple files - empty or redirect to asm-generic

2008-06-27 Thread Adrian Bunk
On Fri, Jun 27, 2008 at 01:23:05AM +0200, Arnd Bergmann wrote: > On Thursday 26 June 2008, Adrian Bunk wrote: > > Honestly, I do not completely like your approach of getting the > > microblaze port submitter to create the asm-generic files - I would > > personally prefer i

Re: [PATCH 27/60] microblaze_v4: virtualization

2008-07-01 Thread Adrian Bunk
On Thu, Jun 26, 2008 at 02:29:56PM +0200, [EMAIL PROTECTED] wrote: > From: Michal Simek <[EMAIL PROTECTED]> > > > Signed-off-by: Michal Simek <[EMAIL PROTECTED]> > --- > include/asm-microblaze/kvm.h |1 + > 1 files changed, 1 insertions(+), 0 deletions(-) > create mode 100644 include/asm-mi

[2.6 patch] powerpc: remove duplicate 6xx option

2008-07-17 Thread Adrian Bunk
The real option is above in the same Kconfig file. Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]> --- 2251e74345df51309579a0a5fd8339e2f14762b9 diff --git a/arch/powerpc/platforms/Kconfig.cputype b/arch/powerpc/platforms/Kconfig.cputype index 5bc4b61..6489d57 100644 --- a/arch/powerpc/pla

[2.6 patch] powerpc/boot/Makefile: change spaces to tabs

2008-07-17 Thread Adrian Bunk
/boot/Makefile:171: *** missing separator. Stop. Since this was inside an ifdef DTC_GENPARSER it was not a problem unless someone wanted to regenerate the shipped generated files. Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]> --- arch/powerpc/boot/Makefile |4 ++-- 1 file chan

[2.6 patch] powerpc/boot/dtc-src/dtc-lexer.l: add %option noinput

2008-07-17 Thread Adrian Bunk
rpc/boot/dtc-src/dtc-lexer.l and regeneration of arch/powerpc/boot/dtc-src/dtc-lexer.lex.c_shipped. Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]> --- arch/powerpc/boot/dtc-src/dtc-lexer.l |2 arch/powerpc/boot/dtc-src/dtc-lexer.lex.c_shipped | 127 +- 2

Re: [RFC: 2.6 patch] ppc: remove APUS support

2007-07-01 Thread Adrian Bunk
On Mon, Jul 02, 2007 at 12:55:36AM +0200, Geert Uytterhoeven wrote: > On Sun, 1 Jul 2007, Adrian Bunk wrote: > > Current status of APUS: > > - arch/powerpc/: a patch to remove it is in powerpc.git > > - arch/ppc/: marked BROKEN since 2 years > > > > This patc

[2.6 patch] drivers/video/macmodes.c:mac_find_mode() mustn't be __devinit

2007-07-09 Thread Adrian Bunk
So let's fix it. ;-) > /Mikael cu Adrian <-- snip --> If it's EXPORT_SYMBOL'ed it can't be __devinit. Reported by Mikael Pettersson. Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]> --- @stable: Fixes a real bug on ppc. drivers/video/macmodes.c |5 ++--

Re: [PATCH] remove awacs dmasound

2007-07-17 Thread Adrian Bunk
in Herrenschmidt <[EMAIL PROTECTED]> > Cc: Adrian Bunk <[EMAIL PROTECTED]> > > --- > This patch contains only the patch for the first two files here, please > remove the other ones manually: > > git rm -- sound/oss/dmasound/awacs_defs.h > git rm --

Re: [patch 1/3] m68k/mac: Make mac_hid_mouse_emulate_buttons() declaration visible

2007-07-20 Thread Adrian Bunk
On Fri, Jul 20, 2007 at 01:47:36PM -0400, Dmitry Torokhov wrote: > Hi Geert, > > On 7/20/07, Geert Uytterhoeven <[EMAIL PROTECTED]> wrote: >> From: Geert Uytterhoeven <[EMAIL PROTECTED]> >> >> m68k/mac: Make mac_hid_mouse_emulate_buttons() declaration visible >> >> drivers/char/keyboard.c: In funct

Re: [patch 1/3] m68k/mac: Make mac_hid_mouse_emulate_buttons() declaration visible

2007-07-20 Thread Adrian Bunk
On Fri, Jul 20, 2007 at 02:51:02PM -0400, Dmitry Torokhov wrote: > On 7/20/07, Adrian Bunk <[EMAIL PROTECTED]> wrote: >> On Fri, Jul 20, 2007 at 01:47:36PM -0400, Dmitry Torokhov wrote: >> > Hi Geert, >> > >> > On 7/20/07, Geert Uytterhoeven &l

Re: [2.6 patch] arch/powerpc/Kconfig: fix the EMBEDDED6xx dependencies

2007-07-28 Thread Adrian Bunk
On Mon, Dec 04, 2006 at 02:06:34PM +1100, Paul Mackerras wrote: > Adrian Bunk writes: > > > This patch changes the EMBEDDED6xx dependencies to the equivalent > > dependency that seems to have been intended. > > Nack - CONFIG_EMBEDDED6xx is going away entirely, soon.

[2.6 patch] ppc .gitignore update

2007-08-01 Thread Adrian Bunk
arch/ppc/.gitignore shouldn't exclude arch/ppc/boot/include Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]> --- --- /dev/null 2006-09-19 00:45:31.0 +0200 +++ linux-2.6.23-rc1-mm2/arch/ppc/boot/.gitignore 2007-08-01 15:18:33.0 +0200 @@ -0,0 +1 @

Re: [2.6 patch] ppc .gitignore update

2007-08-01 Thread Adrian Bunk
On Wed, Aug 01, 2007 at 07:53:28AM -0600, Grant Likely wrote: > On 8/1/07, Adrian Bunk <[EMAIL PROTECTED]> wrote: > > arch/ppc/.gitignore shouldn't exclude arch/ppc/boot/include > > > > Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]> > > > > ---

[2.6 patch] ppc .gitignore update

2007-08-21 Thread Adrian Bunk
From: Grant Likely <[EMAIL PROTECTED]> arch/ppc/.gitignore shouldn't exclude arch/ppc/boot/include Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]> --- --- a/arch/ppc/.gitignore +++ b/arch/ppc/.gitignore @@ -1 +1 @@ -include +/include ___

[2.6 patch] powerpc: proper defconfig for crosscompiles

2007-09-09 Thread Adrian Bunk
$(CROSS_COMPILE) is non-empty. Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]> --- 0b0e6e0e3a16f48348cb9c40ef1bb55ef42f92eb diff --git a/arch/powerpc/Makefile b/arch/powerpc/Makefile index 2065138..a39bac4 100644 --- a/arch/powerpc/Makefile +++ b/arch/powerpc/Makefile @@ -35,7 +35,11 @@

[2.6 patch] the scheduled I2C RTC driver removal

2007-10-31 Thread Adrian Bunk
This patch contains the scheduled removal of legacy I2C RTC drivers with replacement drivers. Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]> --- Documentation/feature-removal-schedule.txt |7 arch/powerpc/platforms/83xx/mpc832x_mds.c | 24 - arch/powerpc/platforms/83xx/mpc834x