ChangeSet@1.1854, 2004-08-22 12:34:04-07:00, torvalds@ppc970.osdl.org
  Merge bk://linux-acpi.bkbits.net/linux-acpi-release-2.6.8
  into ppc970.osdl.org:/home/torvalds/v2.6/linux

ChangeSet@1.1853, 2004-08-22 12:33:21-07:00, alan@lxorguk.ukuu.org.uk
  [PATCH] Fix HPT374 merge problem
  
  This got accidentally reverted in merging HPT372N support. The following
  patch restores 50Mhz on the HPT374 using the 370a clocking tables.

ChangeSet@1.1851, 2004-08-22 12:30:57-07:00, willy@debian.org
  [PATCH] Kconfig updates for PA-RISC
  
  Fix some Kconfig dependencies on PA-RISC (Grant Grundler, Martin Schulze,
  					  Helge Deller, Matthew Wilcox)

ChangeSet@1.1850, 2004-08-22 12:30:28-07:00, jbarnes@engr.sgi.com
  [PATCH] ACPI for 2.6
  
  Define acpi_noirq on ia64 since it's used now in pci_link.c.  All ia64
  machines use ACPI, so we can just define it to 0 like we do for acpi_disabled 
  and acpi_pci_disabled.
  
  Signed-off-by: Jesse Barnes <jbarnes@sgi.com>
  Signed-off-by: Linus Torvalds <torvalds@osdl.org>

ChangeSet@1.1849, 2004-08-22 12:30:17-07:00, willy@debian.org
  [PATCH] PA-RISC sound updates
  
  PA-RISC sound updates:
  
   - Do a DAC/ADC reset for sampling rate changes in ad1889 (Randolph Chung)
   - Set the ad1889 interrupt configuration properly (Randolph Chung)
   - Fix dependency for the OSS Harmony driver (Thibaut Varene)
   - Forward port Stuart Brady's 2.4 Harmony driver patches (Thibaut Varene)
     - Fix sample skipping (Stuart Brady)
     - Prevent harmony_silence being called wrongly (Stuart Brady)
     - Fix crash caused by buf_to_fill becoming -1 (Stuart Brady)
     - Improve naming of mixer channels (Stuart Brady)
     - Implement SNDCTL_DSP_CHANNELS ioctl (Stuart Brady)
     - Improve toggling the recording source (Stuart Brady)
     - Sanity check MIXER_WRITE volume levels (Stuart Brady)
     - Fix MIXER_READ right_level return (Stuart Brady)
     - Reject AFMT_S16_LE format (Stuart Brady)
   - Fail OSS Harmony initialisation if no irq (Helge Deller)
   - Fix typos in ALSA Harmony (Andy Walker, Grant Grundler, Stuart Brady)

ChangeSet@1.1848, 2004-08-18 20:39:03-04:00, achew@nvidia.com
  [libata sata_nv] fix leak on error
  
  Spotted by Francois Romieu.

ChangeSet@1.1807.1.182, 2004-08-18 23:23:24+01:00, ben-linux@org.rmk.(none)
  [ARM PATCH] 2027/1: S3C2410 - initial documentation
  
  Patch from Ben Dooks
  
  Attached is a couple of initial help documents for the
  s3c2410, under Documents/arm/Samsung-S3C24XX

ChangeSet@1.1807.1.181, 2004-08-18 23:18:48+01:00, ben-linux@org.rmk.(none)
  [ARM PATCH] 2026/1: S3C2410 - header text for arch/arm/mach-s3c2410/s3c2410.h
  
  Patch from Ben Dooks
  
  Attached is a copyright / explanation header for the
  arch/arm/mach-s3c2410/s3c2410.h header files

ChangeSet@1.1807.1.180, 2004-08-18 23:13:02+01:00, ben-linux@org.rmk.(none)
  [ARM PATCH] 2025/1: S3C2410 - default platform devices
  
  Patch from Ben Dooks
  
  A set of default devices for the s3c2410 SoC for
  use with the machine(s)

ChangeSet@1.1807.1.179, 2004-08-18 22:02:56+01:00, rmk@flint.arm.linux.org.uk
  [ARM] Add a structure name to pxa_dma_desc.

ChangeSet@1.1847, 2004-08-18 01:51:52-04:00, alan@redhat.com
  [libata] improve translation of ATA errors to SCSI sense codes

ChangeSet@1.1846, 2004-08-18 01:47:29-04:00, jgarzik@pobox.com
  [ata] remove 'packed' attributed from struct ata_prd
  
  It's not needed, and it generates very poor code on some platforms.
  
  Noticed by Bart and David Miller.

ChangeSet@1.1845, 2004-08-18 01:30:37-04:00, dougg@torque.net
  [libata] fix INQUIRY handling
  
  
  Changes:
     - send vendor, product and rev strings back for 36 byte
       INQUIRYs
     - set the additional length field to indicate 96 byte
       response is available 

ChangeSet@1.1844, 2004-08-18 01:27:55-04:00, jgarzik@pobox.com
  [libata] fix error recovery reference count
  
  This bug could potentially lead to soft hangs (processes stuck in D
  state) if an error occurred.
  
  Yet another undocumented nuance of the ->eh_strategy_handler.
  
  Thanks to excellent detective work by Brad Campbell tracking this down.

ChangeSet@1.1807.1.178, 2004-08-17 12:36:52+01:00, dave.jiang@com.rmk.(none)
  [ARM PATCH] 2018/1: Fixed Patch 2017
  
  Patch from Dave Jiang
  
  Removed unnecessary parens in patch 2017 per RMK

ChangeSet@1.1807.1.177, 2004-08-17 12:33:16+01:00, rmk@flint.arm.linux.org.uk
  [ARM] Update mach-types.

ChangeSet@1.1807.1.176, 2004-08-17 12:21:53+01:00, michael@com.rmk.(none)
  [ARM PATCH] 2023/1: platform_device definitions no longer needed in include/asm-arm/hardware.h
  
  Patch from Michael Opdenacker
  
  Hello,
  
  platform_device definitions are no longer needed in include/asm-arm/hardware.h:
  - platform_add_device no longer exists anywhere else in the whole kernel
  - other definitions should be taken from include/linux/device.h instead
  
  The proposed patch removes these definitions.
  
  Cheers,
  
  Michael.

ChangeSet@1.1807.1.175, 2004-08-17 12:17:37+01:00, rmk@flint.arm.linux.org.uk
  [ARM] Remove unnecessary get_user/put_user checks.
  
  Remove unnecessary checks for addresses > TI_ADDR_LIMIT in
  get_user/put_user.  The MMU will catch out of bounds accesses
  for us.

ChangeSet@1.1807.1.174, 2004-08-17 11:47:53+01:00, rmk@flint.arm.linux.org.uk
  [ARM] Use bit 30 for PREEMPT_ACTIVE, delete unused TIF_USED_FPU.
  
  Make PREEMPT_ACTIVE use bit 30 not bit 26; this gives extra bits for
  hard IRQs.
  
  Delete TIF_USED_FPU - it's unused.

ChangeSet@1.1807.1.173, 2004-08-17 11:36:34+01:00, rmk@flint.arm.linux.org.uk
  [ARM] Deprecate virt_to_bus/bus_to_virt.
  
  These macros don't take account of which bus is actually required,
  so they should not be used in new drivers; in fact, new drivers
  should use the DMA API.

ChangeSet@1.1807.1.172, 2004-08-17 10:43:11+01:00, dave.jiang@com.rmk.(none)
  [ARM PATCH] 1963/1: Intel XScale IOP310 removal
  
  Patch from Dave Jiang
  
  Code cleanup. Removed all IOP80310 support. Also some minor compile warning fixups for 80321. Preping for IOP321 and IOP331 code submissions.

ChangeSet@1.1807.1.171, 2004-08-16 23:07:00+01:00, rmk@flint.arm.linux.org.uk
  [ARM] Fix Integrator CPUFREQ support.
  
  CPU masks are now contained within cpumask_t and must be manipulated
  with associated functions.

ChangeSet@1.1843, 2004-08-16 12:31:46-04:00, akpm@osdl.org
  [PATCH] libata build fix
  
  drivers/scsi/libata-core.c: In function `swap_buf_le16':
  drivers/scsi/libata-core.c:2073: `words' undeclared (first use in this function)
  drivers/scsi/libata-core.c:2073: (Each undeclared identifier is reported only once
  
  Signed-off-by: Andrew Morton <akpm@osdl.org>

ChangeSet@1.1807.1.170, 2004-08-15 13:38:39+01:00, rmk@flint.arm.linux.org.uk
  [ARM] Move bootmem_init() call into paging_init()

ChangeSet@1.1731.1.31, 2004-08-14 18:42:08-04:00, len.brown@intel.com
  [ACPI] ia64 build fix
  Signed-off-by: Jesse Barnes <jbarnes@sgi.com>

ChangeSet@1.1807.1.169, 2004-08-14 21:57:43+01:00, ben-linux@org.rmk.(none)
  [ARM PATCH] 1993/3:  S3C2410 DMA Support
  
  Patch from Ben Dooks
  
  Support for DMA controller on the Samsung S3C2410,
  and fixes to the header files for DMA register definitions
  
  
  Fixes the menuconfig problem from the original patch

ChangeSet@1.1834.1.1, 2004-08-14 16:26:29-04:00, len.brown@intel.com
  Merge intel.com:/home/lenb/src/linux-acpi-test-2.6.7
  into intel.com:/home/lenb/src/linux-acpi-test-2.6.8

ChangeSet@1.1731.1.30, 2004-08-14 16:24:17-04:00, len.brown@intel.com
  fix main.c build warning

ChangeSet@1.1842, 2004-08-14 15:38:01-04:00, jgarzik@pobox.com
  [libata] add ioctl infrastructure
  
  Mainly adding the infrastructure for various ATA ioctls.  Currently
  only supports two ATA-specific ioctls:
  HDIO_GET_32BIT and HDIO_SET_32BIT (hdparm -c)

ChangeSet@1.1807.1.168, 2004-08-14 18:03:35+01:00, ben-linux@org.rmk.(none)
  [ARM PATCH] 1991/1: S3C2410 - irq updates
  
  Patch from Ben Dooks
  
  This patch adds the following
  
  - demux of the adc/touchscreen irqs
  - fix to allow setting of the external irq type
  
  Updated version of 1975/1
  
  Thanks to Roc Wu, and Arnaud Patard for finding and fixing

ChangeSet@1.1807.1.167, 2004-08-14 17:51:28+01:00, tony@com.rmk.(none)
  [ARM PATCH] 2010/1: OMAP update 6/6: Add leds support for H2
  
  Patch from Tony Lindgren
  
  Patch from Kevin Hilman to replace old leds-perseus2.c with 
  leds-h2p2-debug.c to add leds support for H2.

ChangeSet@1.1807.1.166, 2004-08-14 17:44:00+01:00, tony@com.rmk.(none)
  [ARM PATCH] 2009/1: OMAP update 5/6: Remove old OMAP bus
  
  Patch from Tony Lindgren
  
  Patch removes old OMAP bus. Drivers now use platform_bus

ChangeSet@1.1807.1.165, 2004-08-14 17:36:09+01:00, tony@com.rmk.(none)
  [ARM PATCH] 2008/1: OMAP update 4/6: Include files
  
  Patch from Tony Lindgren
  
  This patch syncs the mainline kernel with the linux-omap tree.
  The highlights of the patch are:
  - DMA fixes from Samuel Ortiz
  - USB low level configuration from David Brownell
  - H3 support from Nishant Kamat
  - TPS65010 power management interface from Dirk Behme

ChangeSet@1.1807.1.164, 2004-08-14 17:27:39+01:00, tony@com.rmk.(none)
  [ARM PATCH] 2007/1: OMAP update 3/6: Arch files
  
  Patch from Tony Lindgren
  
  This patch syncs the mainline kernel with the linux-omap tree.
  The highlights of the patch are:
  - DMA fixes from Samuel Ortiz
  - USB low level configuration from David Brownell
  - H3 support from Nishant Kamat
  - TPS65010 power management interface from Dirk Behme

ChangeSet@1.1807.1.163, 2004-08-14 17:19:32+01:00, tony@com.rmk.(none)
  [ARM PATCH] 2006/1: OMAP update 2/6: Board support files for OMAP H2 and H3
  
  Patch from Tony Lindgren
  
  Patch adds board support files for OMAP H2 and H2

ChangeSet@1.1807.1.162, 2004-08-14 17:13:15+01:00, tony@com.rmk.(none)
  [ARM PATCH] 2005/1: OMAP update 1/6: Add McBSP support
  
  Patch from Tony Lindgren
  
  Patch from Samuel Ortiz to add OMAP McBSP support

ChangeSet@1.1807.1.161, 2004-08-14 17:03:04+01:00, ben-linux@org.rmk.(none)
  [ARM PATCH] 1995/1: S3C2410 - Clock controls
  
  Patch from Ben Dooks
  
  Code to deal with controlling the clock sources
  on the s3c2410, using the <arch/hardware/clocks.h>
  interface
  
  Includes Herbert Potzl's patch for the clock register
  include file

ChangeSet@1.1807.1.160, 2004-08-14 16:52:19+01:00, sascha@de.rmk.(none)
  [ARM PATCH] 1955/3: Motorola i.MX architecture support
  
  Patch from Sascha Hauer
  
  This patch adds support for the Motorola i.MX SoC. It has board
  support included for the MX1ADS Eval Board, but the patch has been
  tested on two other custom boards as well.
  
  Things changed since Patch 1955/2:
  - fixed according to Russell's comments.
  - removed unnecassary files from include/asm-arm/arch-imx.
  - removed cpufreq support (it needs rework).
  - made myself the Maintainer of mx1ads
  
  Sascha Hauer

ChangeSet@1.1807.1.159, 2004-08-14 16:44:44+01:00, nico@org.rmk.(none)
  [ARM PATCH] 1909/1: add a cached definition of ioremap
  
  Patch from Nicolas Pitre
  
  This would be used by MTD map drivers for example.

ChangeSet@1.1807.1.158, 2004-08-14 16:38:14+01:00, nico@org.rmk.(none)
  [ARM PATCH] 1866/4: kernel support for iWMMXt present on some XScale cores
  
  Patch from Nicolas Pitre
  
  This is required for a system with user space binaries using iWMMXt 
  instructions to even boot (revised again).
  
  It also moves defines for thread_info offsets from  magic static
  values to the auto generated asm/constants.h in order to better
  cope with changing structure offsets and avoid user errors.

ChangeSet@1.1841, 2004-08-14 10:13:29-04:00, jgarzik@pobox.com
  [libata] ATAPI PIO data xfer
  
  Abstract out PIO data xfer to xfer-a-sector and other-stuff pieces,
  then add new ATAPI code that uses the common xfer-a-sector code.

ChangeSet@1.1840, 2004-08-14 09:50:36-04:00, jgarzik@pobox.com
  [libata] fix PIO data xfer on big endian
  
  We were reading the data swapped, which was correct for the
  data page read from IDENTIFY DEVICE and incorrect for all other
  situations.
  
  Noticed by Ben Herrenschmidt.

ChangeSet@1.1839, 2004-08-14 07:39:52-04:00, jgarzik@pobox.com
  [libata] support commands SYNCHRONIZE CACHE, VERIFY, VERIFY(16)

ChangeSet@1.1837, 2004-08-14 03:56:40-07:00, torvalds@ppc970.osdl.org
  Merge ppc970.osdl.org:/home/torvalds/v2.6/v2.6.8.1
  into ppc970.osdl.org:/home/torvalds/v2.6/linux

ChangeSet@1.1807.60.3, 2004-08-14 03:54:09-07:00, torvalds@ppc970.osdl.org
  Linux 2.6.8.1
  TAG: v2.6.8.1