ChangeSet@1.1865, 2004-08-22 20:06:07-07:00, torvalds@ppc970.osdl.org Make some single-bit bitfields unsigned. Signed single-bit bitfields really are a pretty strange thing to have. They work, but it wasn't really intentional. ChangeSet@1.1862, 2004-08-22 18:59:46-07:00, cp@absolutedigital.net [PATCH] fix /proc/net/netstat output net/ipv4/proc.c was updated to use a new mechanism for outputting /proc/net/snmp and /proc/net/netstat. However, a superfluous '\n' snuck in, breaking `netstat -s` ChangeSet@1.1861, 2004-08-22 15:18:04-07:00, torvalds@ppc970.osdl.org Merge bk://linux-dj.bkbits.net/cpufreq into ppc970.osdl.org:/home/torvalds/v2.6/linux ChangeSet@1.1860, 2004-08-22 15:09:13-07:00, torvalds@ppc970.osdl.org Add another Intel cache descriptor entry. This one from Dave Jones, who read the Intel docs even more. ChangeSet@1.1858, 2004-08-22 14:34:52-07:00, benh@kernel.crashing.org [PATCH] ppc32: Fix booting on some OldWolrd Macs It seems that on some OldWolrd macs, we don't get the OF stdout device, thus the new set_preferred_console() dies at boot trying to dereference a NULL pointer. Trivial fix. ChangeSet@1.1854.1.3, 2004-08-22 14:07:46-07:00, Andries.Brouwer@cwi.nl [PATCH] minix block usage counting fix In 2.5.18 some minix-specific stuff was moved to the minix subdirectory where it belonged. However, a typo crept in, causing inode disk usage to be incorrectly reported. A few people have complained, but so far not sufficiently loudly. Signed-off-by: Andries Brouwer Signed-off-by: Linus Torvalds ChangeSet@1.1854.1.2, 2004-08-22 14:03:35-07:00, alan@lxorguk.ukuu.org.uk [PATCH] missing CPU descriptors There are a couple of cache descriptors in the current Intel manuals missing from our tables at least one of which appears in an actual processor in the real world. ChangeSet@1.1856, 2004-08-22 16:58:14-04:00, afleming@freescale.com [PATCH] update gianfar ethernet driver ChangeSet@1.1854.1.1, 2004-08-22 13:52:58-07:00, levon@movementarian.org [PATCH] fix OProfile events with zero event values A silly bug prevented certain events from being used. 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 Signed-off-by: Linus Torvalds 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.1807.1.89, 2004-08-20 20:40:20+01:00, davej@redhat.com [CPUFREQ] Recognise another Dothan variant in speedstep driver. From: Jeremy Fitzhardinge Signed-off-by: Dave Jones ChangeSet@1.1837.4.4, 2004-08-20 11:18:39+02:00, wim@iguana.be [WATCHDOG] v2.6.8.1 watchdog-llseek-patch The watchdog drivers use a VFS implementation and thus should not be lseek'able, so we put a '.llseek = no_llseek' in the file_operations structure. ChangeSet@1.1837.4.3, 2004-08-20 10:55:20+02:00, wim@iguana.be [WATCHDOG] v2.6.8.1 cpu5wdt.c-nonseekable_open-patch cpu5wdt also contains a VFS and thus should be "nonseekable_open" ChangeSet@1.1837.4.2, 2004-08-20 09:02:36+02:00, fl@fl.priv.at [WATCHDOG] pcwd-watchdog.txt-patch Fix example program in pcwd-watchdog.txt document. ChangeSet@1.1837.4.1, 2004-08-20 08:29:39+02:00, arnd@arndb.de [WATCHDOG] v2.6.8.1 compat_ioctl-patch The watchdog ioctl interface is defined correctly for 32 bit emulation, although WIOC_GETSUPPORT was not marked as such, for an unclear reason. WDIOC_SETTIMEOUT and WDIOC_GETTIMEOUT were added in may 2002 to the code but never to the ioctl list. This adds all three definitions. Signed-off-by: Arnd Bergmann Signed-off-by: Wim Van Sebroeck ChangeSet@1.1807.1.88, 2004-08-19 20:23:53+01:00, davej@redhat.com [CPUFREQ] Fix up deprecation notices. From: Pavel Machek - Add missing newlines - 80-column goodness. Signed-off-by: Andrew Morton Signed-off-by: Dave Jones ChangeSet@1.1807.1.87, 2004-08-19 20:10:33+01:00, davej@redhat.com [CPUFREQ] fix typo on gx-suspmod.c this is patch to fix obvious typo of gx-suspmod cpufreq driver. Signed-off-by: Hiroshi Miura Signed-off-by: Dave Jones ChangeSet@1.1837.3.34, 2004-08-19 15:54:48+10:00, tes@sgi.com [XFS] Fix up handling of SB versionnum when filesystem on disk has newer bit features than the kernel. SGI Modid: xfs-linux:xfs-kern:177392a Signed-off-by: Nathan Scott ChangeSet@1.1837.3.33, 2004-08-19 14:04:30+10:00, hch@sgi.com [XFS] avoid using pid_t in ioctl ABI SGI Modid: xfs-linux:xfs-kern:177165a Signed-off-by: Nathan Scott ChangeSet@1.1837.3.32, 2004-08-19 14:01:57+10:00, nathans@sgi.com [XFS] Add 32bit ioctl translation SGI Modid: xfs-linux:xfs-kern:177164a Signed-off-by: Nathan Scott ChangeSet@1.1837.3.31, 2004-08-19 13:49:20+10:00, nathans@sgi.com [XFS] Add a realtime inheritance bit for directory inodes so new files can be automatically created as realtime files. SGI Modid: xfs-linux:xfs-kern:177129a Signed-off-by: Nathan Scott ChangeSet@1.1837.3.30, 2004-08-19 13:36:30+10:00, nathans@sgi.com [XFS] Use sparse whitespace approach that Al took to be more consistent. Couple more sparse fixes. SGI Modid: xfs-linux:xfs-kern:177030a Signed-off-by: Nathan Scott ChangeSet@1.1837.3.29, 2004-08-19 13:25:25+10:00, nathans@sgi.com [XFS] Remove several macros which are no longer used anywhere. SGI Modid: xfs-linux:xfs-kern:177029a Signed-off-by: Nathan Scott ChangeSet@1.1837.3.28, 2004-08-19 12:37:07+10:00, herry@sgi.com [XFS] Add support for unsetting realtime flag on realtime file which has no extents allocated. SGI Modid: xfs-linux:xfs-kern:18776a Signed-off-by: Nathan Scott ChangeSet@1.1837.3.27, 2004-08-19 12:06:03+10:00, roehrich@sgi.com [XFS] Fix lock leak in xfs_free_file_space SGI Modid: xfs-linux:xfs-kern:176905a Signed-off-by: Nathan Scott ChangeSet@1.1837.3.26, 2004-08-19 11:54:40+10:00, nathans@sgi.com [XFS] Fix a blocksize-smaller-than-pagesize hang when writing buffers with a shared page. SGI Modid: xfs-linux:xfs-kern:176412a Signed-off-by: Nathan Scott ChangeSet@1.1837.3.25, 2004-08-19 11:36:46+10:00, nathans@sgi.com [XFS] Fix accidental reverting of sync write preallocations. SGI Modid: xfs-linux:xfs-kern:176195a Signed-off-by: Nathan Scott ChangeSet@1.1837.3.24, 2004-08-19 11:33:19+10:00, sandeen@sgi.com [XFS] Code checks to trap access to fsb zero. SGI Modid: xfs-linux:xfs-kern:176159a Signed-off-by: Nathan Scott ChangeSet@1.1837.3.23, 2004-08-19 11:23:09+10:00, sandeen@sgi.com [XFS] Add filesystem size limit even when XFS_BIG_BLKNOS is in effect; limited by page cache index size (16T on ia32) SGI Modid: xfs-linux:xfs-kern:175103a Signed-off-by: Nathan Scott ChangeSet@1.1837.3.22, 2004-08-19 11:19:06+10:00, nathans@sgi.com [XFS] Fix signed/unsigned issues in xfs_reserve_blocks routine. SGI Modid: xfs-linux:xfs-kern:174873a Signed-off-by: Nathan Scott ChangeSet@1.1837.3.21, 2004-08-19 11:15:48+10:00, felixb@sgi.com [XFS] Restored xfs_iflush_all, which is still used to finish reclaims. SGI Modid: xfs-linux:xfs-kern:174868a Signed-off-by: Nathan Scott ChangeSet@1.1837.3.20, 2004-08-19 11:12:46+10:00, nathans@sgi.com [XFS] sparse: fix remaining NULL vs zero uses. SGI Modid: xfs-linux:xfs-kern:174857a Signed-off-by: Nathan Scott ChangeSet@1.1837.3.19, 2004-08-19 11:09:14+10:00, nathans@sgi.com [XFS] sparse: fix uses of NULL in place of zero and vice versa. From Chris Wedgwood. SGI Modid: xfs-linux:xfs-kern:174819a Signed-off-by: Nathan Scott ChangeSet@1.1837.3.18, 2004-08-19 11:05:02+10:00, nathans@sgi.com [XFS] sparse: fix warnings in IO path tracing code. From Chris Wedgwood. SGI Modid: xfs-linux:xfs-kern:174818a Signed-off-by: Nathan Scott ChangeSet@1.1837.3.17, 2004-08-19 10:52:00+10:00, nathans@sgi.com [XFS] sparse: rework previous mods to fix warnings in DMAPI code. From Chris Wedgwood. SGI Modid: xfs-linux:xfs-kern:174817a Signed-off-by: Nathan Scott 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.1837.3.16, 2004-08-19 10:35:02+10:00, nathans@sgi.com [XFS] sparse: fix header include order to get cpp macros defined correctly. From Chris Wedgwood. SGI Modid: xfs-linux:xfs-kern:174816a Signed-off-by: Nathan Scott ChangeSet@1.1837.3.15, 2004-08-19 10:30:50+10:00, nathans@sgi.com [XFS] xfs_Gqm_init cannot fail, dont check return value. Removes a bit of dead code and a false positive from the Stanford lock checker to boot. SGI Modid: xfs-linux:xfs-kern:174815a Signed-off-by: Nathan Scott ChangeSet@1.1837.3.14, 2004-08-19 10:27:57+10:00, nathans@sgi.com [XFS] Fix xfs_off_t to be signed, not unsigned; valid warnings emitted after stricter compilation options used by some OSDL folks. SGI Modid: xfs-linux:xfs-kern:174814a Signed-off-by: Nathan Scott ChangeSet@1.1837.3.13, 2004-08-19 10:25:07+10:00, nathans@sgi.com [XFS] Fix a possible data loss issue after an unaligned unwritten extent write. SGI Modid: xfs-linux:xfs-kern:174810a Signed-off-by: Nathan Scott ChangeSet@1.1837.3.12, 2004-08-19 10:22:12+10:00, felixb@sgi.com [XFS] Removed xfs_iflush_all and all usages of vn_purge, except one in clear_inode path. SGI Modid: xfs-linux:xfs-kern:174683a Signed-off-by: Nathan Scott ChangeSet@1.1837.3.11, 2004-08-19 10:18:22+10:00, nathans@sgi.com [XFS] sparse: fix warnings in debug/tracing code. From Chris Wedgwood. SGI Modid: xfs-linux:xfs-kern:174341a Signed-off-by: Nathan Scott ChangeSet@1.1837.3.10, 2004-08-19 10:11:53+10:00, nathans@sgi.com [XFS] sparse: annotate vfs interfaces for user pointers. From Chris Wedgwood. SGI Modid: xfs-linux:xfs-kern:174339a Signed-off-by: Nathan Scott ChangeSet@1.1837.3.9, 2004-08-19 10:05:42+10:00, nathans@sgi.com [XFS] sparse: annotate quota source for user pointers. From Chris Wedgwood. SGI Modid: xfs-linux:xfs-kern:174338a Signed-off-by: Nathan Scott ChangeSet@1.1837.3.8, 2004-08-19 09:56:34+10:00, nathans@sgi.com [XFS] sparse: annotate source for user pointers. From Chris Wedgwood. SGI Modid: xfs-linux:xfs-kern:174337a Signed-off-by: Nathan Scott ChangeSet@1.1837.3.7, 2004-08-19 09:50:58+10:00, nathans@sgi.com [XFS] sparse: remove unneeded casts for user buffers. From Chris Wedgwood. SGI Modid: xfs-linux:xfs-kern:174335a Signed-off-by: Nathan Scott ChangeSet@1.1837.3.6, 2004-08-19 09:47:21+10:00, nathans@sgi.com [XFS] Remove unneeded escape from printed string. From Chris Wedgwood. SGI Modid: xfs-linux:xfs-kern:174336a Signed-off-by: Nathan Scott ChangeSet@1.1837.3.5, 2004-08-19 09:44:39+10:00, nathans@sgi.com [XFS] Revert to using a separate inode for metadata buffers once more. SGI Modid: xfs-linux:xfs-kern:174253a Signed-off-by: Nathan Scott ChangeSet@1.1837.3.4, 2004-08-19 09:29:18+10:00, nathans@sgi.com [XFS] Export blk_get_backing_dev_info for filesystems to use. ChangeSet@1.1837.3.3, 2004-08-19 09:27:28+10:00, nathans@sgi.com [XFS] Update documentation. ChangeSet@1.1837.3.2, 2004-08-19 09:23:16+10:00, nathans@sgi.com [XFS] Sync up with the 2.4 fix for updating i_size under i_sem. SGI Modid: xfs-linux:xfs-kern:174249a Signed-off-by: Nathan Scott ChangeSet@1.1837.3.1, 2004-08-19 09:10:48+10:00, overby@sgi.com [XFS] Permit buffered writes to the real-time subvolume. SGI Modid: xfs-linux:xfs-kern:174094a Signed-off-by: Nathan Scott ChangeSet@1.1807.75.26, 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.75.25, 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.75.24, 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.75.23, 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.1807.1.86, 2004-08-18 16:46:46+01:00, davej@redhat.com [CPUFREQ] Support VIA C3 Nehemiah's with 200MHz FSB. Signed-off-by: Dave Jones 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.75.22, 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.75.21, 2004-08-17 12:33:16+01:00, rmk@flint.arm.linux.org.uk [ARM] Update mach-types. ChangeSet@1.1807.75.20, 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.75.19, 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.75.18, 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.75.17, 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.75.16, 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.85, 2004-08-17 01:19:50+01:00, davej@redhat.com [CPUFREQ] Typo fixes. From: Pavel Machek Signed-off-by: Dave Jones ChangeSet@1.1807.75.15, 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.1837.2.4, 2004-08-16 23:02:24+01:00, rmk@flint.arm.linux.org.uk [ARM] Add CLCD support for IM-PD/1 board. This adds the CLCD support code for the LCD panel fitted to the Integrator/PP2 platform. Other LCD panel data (including VGA data) is included. ChangeSet@1.1837.2.3, 2004-08-16 22:56:40+01:00, rmk@flint.arm.linux.org.uk [ARM] Add CLCD support for Integrator/CP platform. This adds the CLCD support code to support VGA output on ARMs Integrator/CP platform. ChangeSet@1.1837.2.2, 2004-08-16 22:47:39+01:00, rmk@flint.arm.linux.org.uk [ARM] Add CLCD support for Versatile platform. This adds the CLCD support code to support the variety of LCD panels and VGA output supported on ARMs Versatile platform. ChangeSet@1.1837.2.1, 2004-08-16 22:42:32+01:00, rmk@flint.arm.linux.org.uk [ARM] Add ARM AMBA CLCD framebuffer driver. This changeset adds the ARM AMBA CLCD framebuffer driver. This is a generic core driver; users are expected to add their platform specifics via the "platform_data" struct device entry. 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 ChangeSet@1.1807.75.14, 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 ChangeSet@1.1807.75.13, 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.75.12, 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.75.11, 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.75.10, 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.75.9, 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.75.8, 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.75.7, 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.75.6, 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.75.5, 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 interface Includes Herbert Potzl's patch for the clock register include file ChangeSet@1.1807.75.4, 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.75.3, 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.75.2, 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.77.3, 2004-08-14 03:54:09-07:00, torvalds@ppc970.osdl.org Linux 2.6.8.1 TAG: v2.6.8.1