summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-mmp
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'boards' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2012-05-2210-15/+620
|\
| * ARM: mmp: add usb host support for aspenNeil Zhang2012-05-051-0/+20
| * ARM: mmp: add usb host support for PXA168Neil Zhang2012-05-033-15/+15
| * ARM: mmp: add usb device support for ttc dkbNeil Zhang2012-05-031-0/+37
| * ARM: mmp: add usb device support for PXA910Neil Zhang2012-05-036-1/+549
* | ARM: mmp: add pm support for pxa910Chao Xie2012-05-074-0/+369
* | ARM: mmp: ttc_dkb: add PMIC supportChao Xie2012-05-071-0/+11
* | ARM: mmp: add PM support for mmp2Chao Xie2012-05-074-0/+336
* | ARM: mmp: move XX_REG definition to addr-map.hChao Xie2012-05-073-6/+12
* | ARM: mmp: support pxa910 with device treeHaojian Zhuang2012-05-051-10/+40
* | ARM: mmp: support mmp2 with device treeHaojian Zhuang2012-05-052-0/+61
* | ARM: mmp: support DT in timerHaojian Zhuang2012-05-051-21/+60
* | ARM: mmp: support DT in irqHaojian Zhuang2012-05-056-225/+471
* | ARM: mmp: append CONFIG_MACH_MMP2_DTHaojian Zhuang2012-05-051-10/+19
* | ARM: mmp: fix build issue on mmp with device treeHaojian Zhuang2012-05-051-22/+0
|/
* Merge tag 'cleanup2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm...Linus Torvalds2012-03-292-27/+0
|\
| * ARM: create a common IOMEM definitionRob Herring2012-03-131-6/+0
| * ARM: remove bunch of now unused mach/io.h filesRob Herring2012-03-061-21/+0
* | Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds2012-03-2911-13/+19
|\ \
| * \ Merge branch 'sparse_irq' of git://sources.calxeda.com/kernel/linux into deve...Russell King2012-02-0411-13/+19
| |\ \
| | * | ARM: mmp: remove NR_IRQSRob Herring2012-01-2511-13/+19
* | | | Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub...Linus Torvalds2012-03-282-0/+2
|\ \ \ \
| * | | | Disintegrate asm/system.h for ARMDavid Howells2012-03-282-0/+2
* | | | | Merge tag 'dt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2012-03-274-0/+88
|\ \ \ \ \
| * \ \ \ \ Merge branch 'dt' of git://github.com/hzhuang1/linux into next/dtOlof Johansson2012-03-086-3/+88
| |\ \ \ \ \ | | |_|/ / / | |/| | | |
| | * | | | ARM: mmp: append OF support on pxa168Haojian Zhuang2012-03-073-0/+86
| | * | | | ARM: mmp: enable rtc clk in pxa168Haojian Zhuang2012-03-071-0/+2
| | |/ / /
* | | | | Merge tag 'drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2012-03-275-0/+53
|\ \ \ \ \
| * \ \ \ \ Merge branch 'regulator' of git://github.com/hzhuang1/linux into next/driversOlof Johansson2012-03-083-3/+0
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| * | | | | Merge branch 'rtc-sa1100' of git://github.com/hzhuang1/linux into next/driversArnd Bergmann2012-02-285-0/+53
| |\ \ \ \ \ | | |_|/ / / | |/| | | |
| | * | | | ARM: mmp: enable rtc in pxa910Haojian Zhuang2012-02-285-0/+53
| | | |/ / | | |/| |
* | | | | Merge tag 'boards' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2012-03-273-0/+3
|\ \ \ \ \
| * \ \ \ \ Merge branch 'board' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/...Olof Johansson2012-03-103-3/+0
| |\ \ \ \ \ | | | |_|/ / | | |/| | |
| * | | | | Merge branch 'board-specific' of git://github.com/hzhuang1/linux into next/bo...Arnd Bergmann2012-02-283-0/+3
| |\ \ \ \ \ | | |_|/ / / | |/| | | |
| | * | | | ARM: mmp: append irq name of gpio deviceHaojian Zhuang2012-02-283-0/+3
| | | |/ / | | |/| |
* | | | | Merge branch 'for-armsoc' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds2012-03-232-22/+0
|\ \ \ \ \ | |_|_|/ / |/| | | / | | |_|/ | |/| |
| * | | Merge branch 'entry-macro-cleanup' of git://sources.calxeda.com/kernel/linux ...Russell King2012-02-221-6/+0
| |\ \ \ | | |/ / | |/| |
| | * | ARM: remove disable_fiq and arch_ret_to_user macrosRob Herring2012-02-211-6/+0
| | |/
| * / ARM: big removal of now unused arch_idle()Nicolas Pitre2012-01-201-16/+0
| |/
* / arch/arm/mach-mmp/: some files include some headers twiceDanny Kukawka2012-02-163-3/+0
|/
* Merge branch 'samsung/driver' into next/driversArnd Bergmann2012-01-0916-28/+25
|\
| * Merge branch 'restart' into for-linusRussell King2012-01-0514-10/+22
| |\
| | * ARM: restart: remove the now empty arch_reset()Russell King2012-01-051-4/+0
| | * ARM: restart: mmp: use new restart hookRussell King2012-01-0514-6/+22
| | * Merge branch 'restart-cleanup' into restartRussell King2012-01-052-2/+2
| | |\
| * | | ARM: 7205/2: sched_clock: allow sched_clock to be selected at runtimeMarc Zyngier2011-12-181-13/+3
| * | | Merge branch 'vmalloc' of git://git.linaro.org/people/nico/linux into devel-s...Russell King2011-12-051-5/+0
| |\ \ \
| | * | | ARM: big removal of now unused vmalloc.h filesNicolas Pitre2011-11-261-5/+0
| * | | | Merge branch 'for-rmk' of git://git.kernel.org/pub/scm/linux/kernel/git/will/...Russell King2011-12-052-2/+2
| |\ \ \ \ | | |_|/ / | |/| | / | | | |/ | | |/|
| * | | ARM: restart: only perform setup for restart when soft-restartingRussell King2011-11-211-2/+2
| | |/ | |/|