aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-realview/core.c
AgeCommit message (Expand)AuthorFilesLines
2016-08-15ARM: realview: delete the RealView board filesLinus Walleij1-404/+0
2015-12-18ARM: realview: make all header files localArnd Bergmann1-4/+2
2015-06-02ARM: 8366/1: move Dual-Timer SP804 driver to drivers/clocksourceSudeep Holla1-2/+2
2015-06-02ARM: 8365/1: introduce sp804_timer_disable and remove arm_timer.h inclusionSudeep Holla1-5/+4
2015-02-28net: smc91x: use run-time configuration on all ARM machinesArnd Bergmann1-0/+7
2014-06-27video: move Versatile CLCD helpersLinus Walleij1-1/+1
2014-06-05Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-arm into nextLinus Torvalds1-7/+4
2014-06-01ARM: 8025/1: Get rid of meminfoLaura Abbott1-7/+4
2014-02-27ARM: plat-versatile: convert LEDs to platform deviceLinus Walleij1-0/+15
2013-01-12ARM: remove mach .handle_irq for GIC usersRob Herring1-1/+0
2012-10-01Merge tag 'drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-39/+0
2012-08-24clk: convert ARM RealView to common clkLinus Walleij1-106/+0
2012-08-01ARM: mach-realview and mach-versatile: retire custom LED codeBryan Wu1-39/+0
2012-03-28Disintegrate asm/system.h for ARMDavid Howells1-1/+0
2011-12-21driver-core: remove sysdev.h usage.Kay Sievers1-1/+1
2011-10-17ARM: platform fixups: remove mdesc argument to fixup functionRussell King1-2/+1
2011-05-23Merge branches 'consolidate-clksrc', 'consolidate-flash', 'consolidate-generi...Russell King1-46/+4
2011-05-23clockevents: ARM sp804: allow clockevent name to be specifiedRussell King1-1/+1
2011-05-23clocksource: ARM sp804: obtain sp804 timer rate via clksRussell King1-1/+8
2011-05-23clocksource: ARM sp804: allow clocksource name to be specifiedRussell King1-1/+1
2011-05-20ARM: 6910/1: MTD: physmap: let set_vpp() pass a platform_device instead of a ...Marc Zyngier1-1/+1
2011-05-20ARM: 6903/1: Realview: Use physmap driver instead of integrator-flashMarc Zyngier1-27/+4
2011-05-12ARM: use ARM_DMA_ZONE_SIZE to adjust the zone sizesRussell King1-19/+0
2011-02-19ARM: realview: use new init_early for clock tree and sched_clock initRussell King1-13/+6
2011-02-19ARM: realview: switch Realview to use consolidated CLCDRussell King1-180/+34
2011-01-06Merge branch 'misc' into develRussell King1-2/+1
2011-01-05Merge branch 'clksrc' into develRussell King1-0/+10
2011-01-05Merge branches 'ftrace', 'gic', 'io', 'kexec', 'mod', 'sa11x0', 'sh' and 'ver...Russell King1-4/+1
2010-12-22ARM: versatile: convert sched_clock() to use new infrastructureRussell King1-0/+10
2010-12-14ARM: GIC: consolidate gic_cpu_base_addr to common GIC codeRussell King1-3/+0
2010-11-26ARM: 6483/1: arm & sh: factorised duplicated clkdev.cJean-Christop PLAGNIOL-VILLARD1-2/+1
2010-11-04ARM: 6432/1: move timer-sp.c from versatile to commonRob Herring1-1/+1
2010-08-26ARM: 6307/1: mmci: allow the card detect GPIO value not to be invertedRabin Vincent1-0/+2
2010-08-03Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds1-6/+34
2010-07-31Merge branches 'at91', 'ep93xx', 'kexec', 'iop', 'lmb', 'nomadik', 'nuc', 'pl...Russell King1-6/+34
2010-07-31ARM: 6278/2: fix regression in RealView after the introduction of pclkLinus Walleij1-1/+1
2010-07-30ARM: Fix Versatile/Realview/VExpress MMC card detection senseRussell King1-1/+1
2010-07-22ARM: AMBA: Add pclk definition for platforms using primecellsRussell King1-1/+6
2010-07-16ARM: Remove 'node' argument form arch_adjust_zones()Russell King1-3/+2
2010-07-15ARM: 6227/1: PL022 SSP platform data for the RealViewsLinus Walleij1-0/+3
2010-07-09ARM: 6204/1: Fixups for the RealView PB1176Linus Walleij1-1/+22
2010-05-17Merge branch 'devel-stable' into develRussell King1-1/+2
2010-05-02ARM: Indirect round/set_rate operations through clk structureRussell King1-1/+7
2010-05-02ARM: Make Integrator/Versatile/Reaview VCO code similarRussell King1-8/+8
2010-05-02ARM: Realview/Versatile: separate out common sched_clock()Russell King1-16/+0
2010-05-02ARM: Realview/Versatile: separate out common SP804 timer codeRussell King1-136/+3
2010-05-02ARM: Realview/Versatile/Integrator: separate out common clock codeRussell King1-1/+1
2010-05-02ARM: ICST: kill duplicate icst codeRussell King1-1/+1
2010-05-02ARM: ICST: indirect s2div and idx2s arrays via icst_paramsRussell King1-0/+2
2010-05-02ARM: ICST: move minimum VCO frequency to icst_paramsRussell King1-0/+1
2010-05-02ARM: ICST: use Hz instead of kHzRussell King1-1/+1
2010-05-02ARM: ICST: provide definitions for max/min VCO frequenciesRussell King1-1/+1
2010-05-02ARM: ICST: merge common ICST VCO structuresRussell King1-2/+2
2010-04-28ARM: 5957/1: ARM: RealView SD/MMC Card detection and write-protect using GPIOLIBColin Tuckley1-1/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-0/+1
2010-02-12ARM: Consolidate clks_register() and similarRussell King1-4/+1
2009-11-05RealView: Add sparsemem support for the RealView PBX platformCatalin Marinas1-1/+20
2009-11-05RealView: Add default memory configurationCatalin Marinas1-0/+21
2009-09-22ARM: 5720/1: Move MMCI header to amba include dirLinus Walleij1-3/+3
2009-09-21ARM: 5718/1: Sane busids for RealView board componentsLinus Walleij1-9/+9
2009-09-12Merge branch 'devel-stable' into develRussell King1-2/+1
2009-09-02MMC: MMCI: convert realview MMC to use gpiolibRussell King1-4/+7
2009-07-18ARM: Realview & Versatile: Fix i2c_board_info definitionsRussell King1-2/+1
2009-07-09MMC: MMCI: allow GPIOs to be passedRussell King1-0/+4
2009-05-30RealView: Move the IRQ_* definitions out of the board-*.h filesCatalin Marinas1-0/+3
2009-05-30RealView: Toggle one LED per CPUCatalin Marinas1-3/+4
2009-05-17[ARM] realview: fix broadcast tick supportRussell King1-8/+0
2009-04-21clocksource: pass clocksource to read() callbackMagnus Damm1-1/+1
2009-04-02arm: convert realview platform to use smsc911xSteve Glendinning1-8/+9
2009-02-19[ARM] 5397/1: RealView: Add support for the ISP1761 USB chipCatalin Marinas1-0/+11
2009-02-19[ARM] 5396/1: RealView: Use PATA_PLATFORM to access the CompactFlashCatalin Marinas1-0/+28
2009-02-19[ARM] 5395/1: RealView: Add support for the DS1338 RTC chipCatalin Marinas1-1/+15
2009-01-02Merge branch 'cpus4096-for-linus-2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+1
2008-12-13cpumask: convert struct clock_event_device to cpumask pointers.Rusty Russell1-1/+1
2008-12-01Merge branch 'for-rmk-realview' of git://linux-arm.org/linux-2.6 into develRussell King1-12/+77
2008-12-01RealView: Allow the in-kernel smc911x.c driver on RealViewCatalin Marinas1-0/+9
2008-12-01RealView: Refactor the Ethernet device registrationCatalin Marinas1-0/+15
2008-12-01RealView: Clean up the machine_is_*() calls in platsmp.cCatalin Marinas1-1/+1
2008-12-01RealView: Use only the shadow mapping of ARM11MPCore local timersCatalin Marinas1-1/+1
2008-11-27[ARM] realview: convert to clkdev and lookup clocks by device nameRussell King1-2/+50
2008-11-10RealView: Change the clcd panel controls to use RGB instead of BGRCatalin Marinas1-5/+5
2008-11-10RealView: Allow XVGA (1024x768) CLCD resolution on the RealView boardsColin Tuckley1-5/+40
2008-11-10RealView: Use the correct oscillator for the CLCD on PB1176Colin Tuckley1-1/+7
2008-09-06[ARM] Convert asm/io.h to linux/io.hRussell King1-1/+1
2008-08-07[ARM] Move include/asm-arm/arch-* to arch/arm/*/include/machRussell King1-1/+1
2008-08-07[ARM] Remove asm/hardware.h, use asm/arch/hardware.h insteadRussell King1-1/+1
2008-04-18RealView: Move the timer definitions into the EB specific filesCatalin Marinas1-19/+19
2008-04-18RealView: Move the flash definitions out of platform.hCatalin Marinas1-8/+7
2008-02-04[ARM] 4820/1: RealView: Select the timer IRQ at run-timeCatalin Marinas1-10/+5
2008-02-04[ARM] 4819/1: RealView: Fix entry-macro.S to work with multiple platformsCatalin Marinas1-0/+3
2008-02-04[ARM] 4817/1: RealView: Move the AMBA resource definitions to realview_eb.cCatalin Marinas1-20/+0
2008-02-04[ARM] 4814/1: RealView: Add broadcasting clockevents support for ARM11MPCoreCatalin Marinas1-1/+9
2008-02-04[ARM] 4812/1: RealView: clockevents support for the RealView platformsCatalin Marinas1-12/+66
2008-02-04[ARM] 4811/1: RealView: clocksource support for the RealView platformsCatalin Marinas1-42/+31
2008-01-28[ARM] Fix timer damage from d3d74453c34f8fd87674a8cf5b8a327c68f22e99Russell King1-4/+0
2007-05-08Add IRQF_IRQPOLL flag on armBernhard Walle1-1/+1
2006-12-10i2c: New ARM Versatile/Realview bus driverRussell King1-0/+13
2006-10-06Initial blind fixup for arm for irq changesLinus Torvalds1-3/+3
2006-07-02[PATCH] ARM: fixup irqflags breakage after ARM genirq mergeThomas Gleixner1-1/+1
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-03-16[ARM] 3367/1: CLCD mode no longer supported on the RealView boardsCatalin Marinas1-26/+2
2006-02-08[ARM] 3313/1: Use OSC4 instead of OSC1 for CLCDCatalin Marinas1-1/+1
2006-01-07[ARM] Move AMBA include files to include/linux/amba/Russell King1-2/+2
2005-11-25[ARM] Realview core.c does not need mach-types.hRussell King1-1/+0
2005-11-09[ARM SMP] Add local timer support for Realview MPcoreRussell King1-1/+1
2005-11-08[ARM SMP] Add missing SMP timer handling for realviewRussell King1-0/+5
2005-10-31[ARM] Fixup platform device.h includes for realview boardRussell King1-1/+1
2005-10-31[ARM] Add support for ARM RealView boardCatalin Marinas1-0/+605