[ARM] pxa: omit PXA25x or PXA27x standby/sleep code as appropriate
[safe/jmp/linux-2.6] / arch / arm / common /
2007-12-08 Russell KingMerge branch 'pxa-fixes'
2007-12-08 Mike Rapoport[ARM] 4667/1: CM-X270 fixes
2007-11-26 Li Zefan[ARM] uengine: fix memset size error
2007-10-23 FUJITA Tomonoriarm: build fix
2007-10-22 Jens AxboeUpdate arch/ to use sg helpers
2007-10-18 Rafael J. WysockiPM: Rename struct pm_ops and related things
2007-10-18 Rafael J. WysockiPM: Move definition of struct pm_ops to suspend.h
2007-10-15 Russell KingMerge branch 'pxa' into devel
2007-10-15 Mike Rapoport[ARM] 4577/1: ITE 8152 PCI bridge support
2007-10-12 Russell King[ARM] Rename consistent_sync() as dma_cache_maint()
2007-07-12 Linus TorvaldsMerge branch 'devel' of /home/rmk/linux-2.6-arm
2007-07-12 Russell King[ARM] pxa: Fix PXA27x suspend type validation, remove...
2007-07-12 Russell King[ARM] pxa: remove useless pxa_pm_finish() function
2007-07-11 Rafael J. WysockiPM: do not use saved_state from struct dev_pm_info...
2007-05-20 Simon Arlott[ARM] spelling fixes
2007-05-17 Russell King[ARM] gic: Fix gic cascade irq handling
2007-05-16 Richard Purdie[ARM] 4375/1: sharpsl_pm: Fix compile warnings
2007-05-06 Linus TorvaldsMerge branch 'for-linus' of /home/rmk/linux-2.6-arm
2007-04-30 Johannes Bergpower management: implement pm_ops.valid for everybody
2007-04-30 Johannes Bergrework pm_ops pm_disk_mode, kill misuse
2007-04-21 Russell King[ARM] Remove needless linux/ptrace.h includes
2007-03-08 Richard Purdie[ARM] 4251/1: Fix sharpsl_pm dependency
2007-02-20 Russell King[ARM] Fix build error caused by move of apm
2007-02-19 Linus TorvaldsMerge branch 'for-linus' of /home/rmk/linux-2.6-arm
2007-02-17 Russell KingMerge AT91, EP93xx, General devel, PXA, S3C, V6+ and...
2007-02-15 Russell KingMerge Realview GIC code
2007-02-15 Catalin Marinas[ARM] 4108/2: Allow multiple GIC interrupt controllers...
2007-02-12 Arjan van de Ven[PATCH] mark struct file_operations const 2
2007-02-12 Russell King[ARM] Convert dmabounce statistics to use a device...
2007-02-12 Russell King[ARM] Add a reference from struct device to the dma...
2007-02-09 Ralf Baechle[APM] ARM: Convert to use shared APM emulation.
2007-02-08 Russell King[ARM] Convert DMA cache handling to take const void...
2007-02-08 Catalin Marinas[ARM] 4134/1: Add generic support for outer caches
2007-02-08 Russell King[ARM] Don't call consistent_sync() for DMA coherent...
2006-12-07 Linus TorvaldsMerge branch 'for-linus' of /home/rmk/linux-2.6-arm
2006-12-05 David HowellsWorkQueue: Fix up arch-specific work items where possible
2006-11-30 Russell King[ARM] Remove compatibility layer for ARM irqs
2006-11-02 Kevin Hilman[ARM] 3917/1: Fix dmabounce symbol exports
2006-10-06 Linus TorvaldsInitial blind fixup for arm for irq changes
2006-10-03 Uwe Zeisbergerfix file specification in comments
2006-09-27 Eric Sesterhenn[ARM] Off-by-one in arch/arm/common/icst*
2006-09-27 Dirk Opfer[ARM] 3864/1: Refactore sharpsl_pm
2006-09-27 Dirk Opfer[ARM] 3863/1: Add Locomo SPI Device
2006-09-27 Richard Purdie[ARM] 3847/2: Convert LOMOMO to use struct device...
2006-08-27 David Brownell[ARM] 3741/1: remove sa1111.c build warning on non...
2006-08-18 Kevin Hilman[ARM] 3755/1: dmabounce: fix return value for find_safe...
2006-08-06 George G. Davis[ARM] 3745/1: Add EXPORT_SYMBOL(rtc_next_alarm_time...
2006-08-01 David Brownell[ARM] 3739/1: genirq updates: irq_chip, add and use...
2006-07-11 Pavel Machek[ARM] 3725/1: sharpsl_pm: warn about wrong temperature
2006-07-11 Pavel Machek[ARM] 3721/1: Small cleanup for locomo.c
2006-07-03 Thomas Gleixner[PATCH] ARM: fixup irqflags breakage after ARM genirq...
2006-07-01 Thomas Gleixner[ARM] 3686/1: ARM: arm/common: convert irq handling
2006-06-30 Jörn EngelRemove obsolete #include <linux/config.h>
2006-06-26 Richard Purdie[PATCH] backlight: LOCOMO Backlight Driver updates
2006-06-22 Kevin Hilman[ARM] 3537/1: Rework DMA-bounce locking for finer granu...
2006-06-22 Lennert Buytenhek[ARM] 3620/2: ixp23xx: add uengine loader support
2006-06-19 Richard Purdie[ARM] 3564/1: sharpsl_pm: Abstract some machine specifi...
2006-04-18 Richard Purdie[ARM] 3478/1: SharpSL SCOOP: Fix potenial build failure
2006-03-31 Richard Purdie[PATCH] LED: add sharp charger status LED trigger
2006-03-27 Alessandro Zummo[PATCH] RTC subsystem: ARM cleanup
2006-03-22 Erik Hovland[ARM] 3389/1: typo and grammar fix
2006-03-21 Russell King[ARM] Convert kmalloc+memset to kzalloc
2006-03-21 Lennert Buytenhek[ARM] 3373/1: move uengine loader to arch/arm/common
2006-03-21 Russell King[ARM] Convert SA1111 to use clock architecture
2006-03-21 Russell King[ARM] Adapt vic.c to allow for multiple VICs in a system.
2006-03-21 Russell King[ARM] Rename chipdata to 'base' and make it an iomem...
2006-03-20 David Vrabel[PATCH] handle errors returned by platform_get_irq*()
2006-03-15 Pavel Machek[ARM] 3357/1: enable frontlight on collie
2006-02-22 Uli Luckas[ARM] 3345/1: Fix interday RTC alarms
2006-01-15 Linus TorvaldsMerge master.kernel.org:/home/rmk/linux-2.6-arm
2006-01-13 Russell King[ARM] Separate VIC (vectored interrupt controller)...
2006-01-13 Russell King[PATCH] Add locomo bus_type probe/remove methods
2006-01-13 Russell King[PATCH] Add SA1111 bus_type probe/remove methods
2006-01-12 Linus TorvaldsMerge master.kernel.org:/home/rmk/linux-2.6-arm
2006-01-12 Arjan van de Ven[ARM] Convert some arm semaphores to mutexes
2006-01-12 Randy Dunlap[PATCH] capable/capability.h (arch/)
2006-01-09 Tim Schmielau[PATCH] fix more missing includes
2006-01-07 Russell King[ARM] Move AMBA bus code to drivers/amba/
2006-01-07 Russell KingMerge with Linus' kernel.
2006-01-07 Russell King[ARM] Move AMBA include files to include/linux/amba/
2006-01-05 Richard Purdie[ARM] 3230/1: Sharp Scoop: Fix Shared Power Control...
2006-01-05 Richard Purdie[ARM] 3228/1: SharpSL: Move PM code to arch/arm/common
2006-01-05 Paul Jackson[PATCH] driver kill hotplug word from sn and others fix
2005-11-16 Russell King[ARM] sa1111.c needs asm/sizes.h
2005-11-16 Russell King[ARM] Move zone adjustment for SA1111 on SA11x0 platforms
2005-11-15 Russell King[ARM] Initialise SA1111 core before SA1111 PCMCIA
2005-11-12 Pavel Machek[ARM] Fix collie for -rc1
2005-11-09 Russell King[DRIVER MODEL] Convert platform drivers to use struct...
2005-11-08 Richard Purdie[ARM] 3093/1: SharpSL PCMCIA Updates for Cxx00 models
2005-10-31 Linus TorvaldsMerge kernel.org:/home/rmk/linux-2.6-drvmodel
2005-10-31 Linus TorvaldsMerge master.kernel.org:/home/rmk/linux-2.6-arm
2005-10-31 Tim Schmielau[PATCH] fix missing includes
2005-10-30 Russell King[ARM] Clean up dmabounce
2005-10-29 Russell KingCreate platform_device.h to contain all the platform...
2005-10-28 Russell King[PATCH] DRIVER MODEL: Get rid of the obsolete tri-level...
2005-10-10 Richard Purdie[ARM] 2962/1: scoop: Allow GPIO pin suspend state to...
2005-09-30 Catalin Marinas[ARM] 2942/1: Fix the warning in arch/arm/common/gic.c
2005-09-29 Russell King[ARM] Don't include mach-types.h unnecessarily
2005-09-17 Richard Purdie[PATCH] Fix up some pm_message_t types
2005-09-09 Richard Purdie[ARM] 2894/1: Sharp Scoop driver pm_message_t type fix
next