Re: [GIT PATCH] scsi fixes for 2.6.25-rc2

2008-02-25 Thread Byron Bradley
ld go through Andrew anyway. It would be great to get this in for 2.6.25 so if a resend is needed let me know. Cheers, -- Byron Bradley -- 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 at http://www.tux.org/lkml/

2.6.25-rc2-mm1: ARM build fail due to inflate-refactor-inflate-malloc-code

2008-02-16 Thread Byron Bradley
Commit 0ad34f5f5f12861d4a18542c1a26284023b07a8d produces the following build failure on ARM: CC arch/arm/boot/compressed/misc.o In file included from /home/bb3081/project/kernel/orion/arch/arm/boot/compressed/misc.c:242: /home/bb3081/project/kernel/orion/arch/arm/boot/compressed/../../../.

[PATCH] sata_mv: platform driver allocs dma without create

2008-02-10 Thread Byron Bradley
When the sata_mv driver is used as a platform driver, mv_create_dma_pools() is never called so it fails when trying to alloc in mv_pool_start(). Signed-off-by: Byron Bradley <[EMAIL PROTECTED]> Acked-by: Mark Lord <[EMAIL PROTECTED]> --- Mark, based on the comment from Andrew M

Re: [PATCH] ARM: Ignore memory tags with invalid data

2008-02-10 Thread Byron Bradley
& ~PAGE_MASK) { > printk(KERN_WARNING >"Ignoring memory bank 0x%08x size %dKB\n", > tag->u.mem.start, tag->u.mem.size / 1024); > [Cc: linux-arm-kernel] What's the status of this patch? It would be good to see it

[PATCH] rtc: add support for the S-35390A RTC chip

2008-02-10 Thread Byron Bradley
have gotten stuck out of -mm. The I2C fixes are already in mainline so I see no reason why this can't be merged. Linus, since I expect the merge window will be closing soon I'm sending this to you has a final attempt to get it in for 2.6.25. From: Byron Bradley <[EMAIL PROTECTED]>

[PATCH] ramdisk driver: make rd_size non-static

2008-01-17 Thread Byron Bradley
In arch/arm/kernel/setup.c:setup_ramdisk(), rd_size is set from the boot tags. The replacement ramdisk driver has rd_size as static which causes linking to fail when ramdisk is built-in. Signed-off-by: Byron Bradley <[EMAIL PROTECTED]> Cc: Nick Piggin <[EMAIL PROTECTED]> Cc: Russell

Re: [PATCH] Add support for the S-35390A RTC chip.

2007-12-12 Thread Byron Bradley
On Dec 12, 2007 8:23 AM, Andrew Morton <[EMAIL PROTECTED]> wrote: > On Thu, 6 Dec 2007 22:10:27 +0000 Byron Bradley <[EMAIL PROTECTED]> wrote: > > > This adds basic get/set time support for the Seiko Instruments > > S-35390A. This chip communicates using I2C and is

[PATCH] Add support for the S-35390A RTC chip.

2007-12-07 Thread Byron Bradley
This adds basic get/set time support for the Seiko Instruments S-35390A. This chip communicates using I2C and is used on the QNAP TS-109/TS-209 NAS devices. Signed-off-by: Byron Bradley <[EMAIL PROTECTED]> Tested-by: Tim Ellis <[EMAIL PROTECTED]> --- drivers/rtc/Kconfig |9

XFS Fails Quality Assurance Tests on ARM

2007-08-30 Thread Byron Bradley
her details of my attempts are at http://www.linkstationwiki.net/index.php/Buffalo_ARM9_Kernel_Port#XFS_Arm_Issues . I will keep this up to date until we find a solution. Anybody got any ideas of how we fix this? Thanks, -- Byron Bradley - To unsubscribe from this list: send the line "unsub