aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-pnx4008 (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-03-29arm: Cleanup the irq namespaceThomas Gleixner1-5/+5
2011-02-17ARM: P2V: separate PHYS_OFFSET from platform definitionsRussell King1-1/+1
2011-01-15Merge branch 'devel-stable' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds1-29/+33
2011-01-13Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2011-01-13ARM: pnx4008: irq_data conversion.Lennert Buytenhek1-29/+33
2011-01-06Merge branch 'smp' into miscRussell King1-1/+1
2010-12-22Merge branch 'master' into for-nextJiri Kosina1-1/+1
2010-11-26ARM: 6483/1: arm & sh: factorised duplicated clkdev.cJean-Christop PLAGNIOL-VILLARD1-2/+1
2010-11-21ARM: 6484/1: fix compile warning in mm/init.cAnand Gadiyar1-1/+1
2010-11-16suspend: constify platform_suspend_opsLionel Debroux1-1/+1
2010-10-20arm: remove machine_desc.io_pg_offst and .phys_ioNicolas Pitre1-2/+0
2010-10-20arm: return both physical and virtual addresses from addruartJeremy Kerr1-6/+4
2010-10-01ARM: do not define VMALLOC_END relative to PAGE_OFFSETNicolas Pitre1-1/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo2-0/+2
2010-02-25Merge branches 'clks' and 'pnx' into develRussell King8-241/+181
2010-02-12ARM: PNX4008: move i2c_adapter structure inside the drivers private dataRussell King1-15/+3
2010-02-12ARM: PNX4008: kzalloc i2c drivers internal dataRussell King1-18/+7
2010-02-12ARM: PNX4008: remove platform definitions from mach/timex.hRussell King4-54/+74
2010-02-12ARM: PNX4008: get i2c clock rate from clk APIRussell King2-12/+6
2010-02-12ARM: PNX4008: convert i2c-pnx to use clk API enable/disable callsRussell King1-6/+6
2010-02-12ARM: PNX4008: move i2c clock start/stop into driverRussell King1-36/+0
2010-02-12ARM: PNX4008: move i2c suspend/resume callbacks into driverRussell King1-24/+0
2010-02-12ARM: PNX4008: convert i2c clocks to match by device onlyRussell King2-9/+5
2010-02-12ARM: PNX4008: convert watchdog to use clk API enable/disable callsRussell King1-2/+2
2010-02-12ARM: PNX4008: convert watchdog clocks to match by device onlyRussell King1-1/+1
2010-02-12ARM: PNX4008: provide clock enable/disable methods and initializationRussell King2-13/+26
2010-02-12ARM: PNX4008: simplify clk enable/disable pathsRussell King1-32/+23
2010-02-12ARM: PNX4008: convert to clkdevRussell King3-33/+42
2010-02-12ARM: 5910/1: ARM: Add tmp register for addruart and loadspTony Lindgren1-1/+1
2009-03-19[ARM] pass reboot command line to arch_reset()Russell King1-1/+1
2009-01-08[ARM] fix pnx4008Russell King2-0/+2
2008-11-30[ARM] Add a common typesafe __io implementationRussell King1-2/+2
2008-11-30[ARM] pnx4008: fix definition of PHYS_OFFSETRussell King1-1/+1
2008-11-29[ARM] Hide ISA DMA API when ISA_DMA_API is unsetRussell King1-2/+1
2008-11-29[ARM] move MAX_DMA_ADDRESS to mach/memory.hRussell King1-2/+0
2008-11-28[ARM] remove a common set of __virt_to_bus definitionsNicolas Pitre1-3/+0
2008-09-06[ARM] Convert asm/io.h to linux/io.hRussell King10-11/+10
2008-08-08[ARM] fix pnx4008 build errorsRussell King1-3/+0
2008-08-07[ARM] Move include/asm-arm/arch-* to arch/arm/*/include/machRussell King28-22/+1338
2008-08-07[ARM] Remove asm/hardware.h, use asm/arch/hardware.h insteadRussell King7-7/+7
2008-08-07[ARM] Eliminate useless includes of asm/mach-types.hRussell King2-2/+0
2008-07-27[ARM] 5179/1: Replace obsolete IRQT_* and __IRQT_* values with IRQ_TYPE_*Dmitry Baryshkov1-5/+5
2008-04-18arch: Remove unnecessary inclusions of asm/semaphore.hMatthew Wilcox2-2/+0
2008-03-06[ARM] replace remaining __FUNCTION__ occurrencesHarvey Harrison2-2/+2
2008-01-28[ARM] Fix timer damage from d3d74453c34f8fd87674a8cf5b8a327c68f22e99Russell King1-4/+0
2007-10-18PM: Rename struct pm_ops and related thingsRafael J. Wysocki1-2/+2
2007-10-18PM: Move definition of struct pm_ops to suspend.hRafael J. Wysocki1-1/+1
2007-05-11[ARM] Spinlock initializer cleanupThomas Gleixner1-2/+2
2007-05-08Add IRQF_IRQPOLL flag on armBernhard Walle1-1/+1
2007-04-30power management: implement pm_ops.valid for everybodyJohannes Berg1-35/+4