summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-sa1100/generic.c
Commit message (Expand)AuthorAgeFilesLines
* cpufreq: Implement light weight ->target_index() routineViresh Kumar2013-10-251-20/+0Star
* cpufreq: sa11x0: Use generic cpufreq routinesViresh Kumar2013-10-161-22/+0Star
* cpufreq: sa11x0: Expose frequency tableViresh Kumar2013-09-301-23/+22Star
* reboot: arm: change reboot_mode to use enum reboot_modeRobin Holt2013-07-091-2/+3
* Merge branch 'clean/late_initcall_v2' of git://git.linaro.org/people/shawnguo...Olof Johansson2012-05-111-0/+4
|\
| * ARM: sa1100: use machine specific hook for late initShawn Guo2012-05-081-0/+4
* | arm/sa1100: fix sa1100-rtc memory resourceDmitry Artamonow2012-04-271-1/+1
|/
* Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub...Linus Torvalds2012-03-291-1/+1
|\
| * Disintegrate asm/system.h for ARMDavid Howells2012-03-281-1/+1
* | Merge branch 'platforms' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds2012-03-281-87/+64Star
|\ \
| * | ARM: 7342/2: sa1100: prepare for sparse irq conversionRob Herring2012-03-261-1/+3
| * | Merge branch 'sa11x0-mcp' into sa11x0Russell King2012-03-261-1/+12
| |\ \
| | * | MFD: mcp-sa11x0: convert mcp-sa11x0 to use platform resourcesRussell King2012-02-031-0/+5
| | * | MFD: mcp-sa11x0: move setup of PPC unit out of mcp-sa11x0.cRussell King2012-02-031-0/+10
| * | | Merge branch 'sa11x0-lcd' into sa11x0Russell King2012-03-261-7/+7
| |\ \ \
| | * | | FB: sa1100: remove global sa1100fb_.*_power function pointersRussell King2012-02-211-6/+0Star
| | * | | FB: sa1100: move platform data to platform filesRussell King2012-02-211-1/+7
| | | |/ | | |/|
| * | | ARM: sa11x0: remove unused DMA controller definitionsRussell King2012-03-261-1/+1
| * | | Merge branch 'sa11x0-ir' into sa11x0Russell King2012-03-261-0/+25
| |\ \ \
| | * | | ARM: sa11x0: add SA-11x0 DMA deviceRussell King2012-03-071-0/+25
| | |/ /
| * | | ARM: sa11x0: convert to use DEFINE_RES_xxx macrosRussell King2012-02-091-77/+16Star
| * | | ARM: sa11x0: fix section mismatch warningsRussell King2012-02-091-2/+2
| |/ /
* / / rtc: sa1100: declare irq in resourceHaojian Zhuang2012-02-281-0/+8
|/ /
* | Merge branch 'sa11x0-mcp-fixes' into fixesRussell King2012-01-261-6/+1Star
|\|
| * Revert "ARM: sa1100: Refactor mcp-sa11x0 to use platform resources."Russell King2012-01-201-6/+1Star
* | Revert "RTC: sa1100: support sa1100, pxa and mmp soc families"Russell King2012-01-191-20/+0Star
|/
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/same...Linus Torvalds2012-01-141-1/+6
|\
| * ARM: sa1100: Refactor mcp-sa11x0 to use platform resources.Jochen Friedrich2012-01-091-1/+6
* | Merge branch 'samsung/driver' into next/driversArnd Bergmann2012-01-091-0/+11
|\ \
| * | ARM: restart: sa1100: use new restart hookRussell King2012-01-051-0/+11
| |/
* / RTC: sa1100: support sa1100, pxa and mmp soc familiesJett.Zhou2011-12-281-0/+20
|/
* ARM: gpio: convert includes of mach/gpio.h and asm/gpio.h to linux/gpio.hRussell King2011-08-081-1/+1
* ARM: Fix build regression on SA11x0, PXA, and H720x targetsRussell King2011-01-151-1/+0Star
* Merge branch 'clksrc' into develRussell King2011-01-051-23/+0Star
|\
| * ARM: sa1100: convert sched_clock() to use new infrastructureRussell King2010-12-221-23/+0Star
| * ARM: ensure all sched_clock() implementations are notrace markedRussell King2010-12-221-1/+1
* | ARM: 6607/1: sa1100: Update platform device registrationJochen Friedrich2011-01-031-8/+33
|/
* ARM: fix sa1100 buildRussell King2009-12-131-12/+0Star
* ARM: sa11x0: convert set_xxx_data() to register_xxx()Russell King2009-12-061-13/+18
* rename platform_driver name "flash" to "sa1100-mtd"Uwe Kleine-König2009-01-311-1/+1
* Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2008-10-111-7/+7
|\
| * [ARM] 5270/1: Fix Formatting in mach-sa1100/ machine filesKristoffer Ericson2008-10-011-7/+7
* | MN10300: Move asm-arm/cnt32_to_63.h to include/linux/David Howells2008-09-251-1/+1
|/
* Merge branch 'for-rmk' of git://git.kernel.org/pub/scm/linux/kernel/git/ycmia...Russell King2008-08-071-0/+3
|\
| * [ARM] pxa: introduce reset_status and clear_reset_status for driver's usageEric Miao2008-08-051-0/+3
* | [ARM] Move include/asm-arm/arch-* to arch/arm/*/include/machRussell King2008-08-071-1/+1
* | [ARM] Remove asm/hardware.h, use asm/arch/hardware.h insteadRussell King2008-08-071-1/+1
|/
* [ARM] 4961/1: gpiolib support for SA-1100 architectureDmitry Baryshkov2008-04-101-31/+0Star
* [ARM] 4810/1: - Fix 'section mismatch' building warningsKristoffer Ericson2008-02-041-1/+1
* [PATCH] gpio_direction_output-needs-an-initial-value fixDavid Brownell2007-03-181-0/+1