summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-sa1100
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | ARM: sa1100: clean up clock supportJett.Zhou2012-02-281-35/+47
| | * | | | rtc: sa1100: declare irq in resourceHaojian Zhuang2012-02-281-0/+8
| | |/ / /
* | | | | Merge branch 'pcmcia' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds2012-03-235-37/+23
|\ \ \ \ \
| * | | | | PCMCIA: sa11x0: simpad: convert to use new irq/gpio managementRussell King2012-02-211-4/+2
| * | | | | PCMCIA: sa11x0: shannon: convert to use new irq/gpio managementRussell King2012-02-211-8/+4
| * | | | | PCMCIA: sa11x0: nanoengine: convert reset handling to use GPIO subsystemRussell King2012-02-041-2/+2
| * | | | | PCMCIA: sa11x0: nanoengine: convert to use new irq/gpio managementRussell King2012-02-041-4/+4
| * | | | | PCMCIA: sa11x0: cerf: convert reset handling to use GPIO subsystemRussell King2012-02-041-1/+1
| * | | | | PCMCIA: sa11x0: cerf: convert to use new irq/gpio managementRussell King2012-02-041-9/+4
| * | | | | PCMCIA: sa11x0: assabet: convert to use new irq/gpio managementRussell King2012-02-041-9/+6
* | | | | | Merge branch 'for-armsoc' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds2012-03-232-15/+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
| | | |/ / | | |/| |
| * | | | Merge tag 'v3.3-rc2' into depends/rmk/for-armsocOlof Johansson2012-02-0711-176/+33
| |\ \ \ \ | | |/ / /
| * | | | ARM: big removal of now unused arch_idle()Nicolas Pitre2012-01-201-9/+0
| | |/ / | |/| |
* | | | Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Linus Torvalds2012-03-231-3/+5
|\ \ \ \ | |_|/ / |/| | |
| * | | arm/PCI: get rid of device resource fixupsBjorn Helgaas2012-02-231-3/+5
| |/ /
* | | Merge branch 'sa11x0-mcp-fixes' into fixesRussell King2012-01-268-86/+3
|\ \ \ | | |/ | |/|
| * | Revert "ARM: sa11x0: Implement autoloading of codec and codec pdata for mcp b...Russell King2012-01-207-20/+2
| * | Revert "ARM: sa1100: Refactor mcp-sa11x0 to use platform resources."Russell King2012-01-207-66/+1
| |/
* | ARM: 7288/1: mach-sa1100: add missing module_init() callLinus Walleij2012-01-231-0/+2
* | ARM: sa11x0: fix section mismatch in cpu-sa1100.cRussell King2012-01-191-1/+1
* | ARM: sa11x0: fix collie build errorRussell King2012-01-191-3/+2
* | Revert "RTC: sa1100: support sa1100, pxa and mmp soc families"Russell King2012-01-191-20/+0
* | Revert "ARM: sa1100: clean up of the clock support"Russell King2012-01-191-66/+25
|/
* Merge branch 'fixes' of git://ftp.arm.linux.org.uk/pub/linux/arm/kernel/git-c...Linus Torvalds2012-01-161-1/+1
|\
| * ARM: sa11x0: assabet: fix build warningRussell King2012-01-161-1/+1
* | Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2012-01-141-3/+0
|\ \
| * | GPIO: sa1100: implement proper gpiolib gpio_to_irq conversionRussell King2012-01-131-3/+0
* | | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/same...Linus Torvalds2012-01-138-3/+86
|\ \ \ | |_|/ |/| |
| * | ARM: sa1100: Refactor mcp-sa11x0 to use platform resources.Jochen Friedrich2012-01-097-1/+66
| * | ARM: sa11x0: Implement autoloading of codec and codec pdata for mcp bus.Jochen Friedrich2012-01-097-2/+20
| |/
* | Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Linus Torvalds2012-01-111-6/+7
|\ \
| * | arm/PCI: convert to pci_scan_root_bus() for correct root bus resourcesBjorn Helgaas2012-01-061-6/+7
| |/
* | Merge branch 'samsung/driver' into next/driversArnd Bergmann2012-01-0918-42/+29
|\ \
| * \ Merge branch 'restart' into for-linusRussell King2012-01-0516-13/+25
| |\ \
| | * | ARM: restart: remove the now empty arch_reset()Russell King2012-01-051-4/+0
| | * | ARM: restart: sa1100: use new restart hookRussell King2012-01-0516-9/+25
| | * | Merge branch 'restart-cleanup' into restartRussell King2012-01-051-2/+2
| | |\ \ | | | |/
| * | | Merge branch 'devel-stable' into for-linusRussell King2012-01-053-30/+4
| |\ \ \
| | * | | ARM: 7269/1: mach-sa1100: fix sched_clock breakageLinus Walleij2012-01-051-1/+1
| | * | | ARM: 7205/2: sched_clock: allow sched_clock to be selected at runtimeMarc Zyngier2011-12-181-25/+3
| | * | | Merge branch 'vmalloc' of git://git.linaro.org/people/nico/linux into devel-s...Russell King2011-12-051-4/+0
| | |\ \ \ | | | |/ / | | |/| |
| | | * | ARM: big removal of now unused vmalloc.h filesNicolas Pitre2011-11-261-4/+0
| | * | | ARM: restart: only perform setup for restart when soft-restartingRussell King2011-11-211-1/+1
| | |/ /
| * | | ARM: mach-sa1100: fix implicit use of page.hBjorn Helgaas2012-01-031-0/+1
| | |/ | |/|
* | | ARM: sa1100: clean up of the clock supportJett.Zhou2011-12-281-25/+66
* | | RTC: sa1100: support sa1100, pxa and mmp soc familiesJett.Zhou2011-12-281-0/+20
|/ /
* | ARM: sa1100: fix build errorJett.Zhou2011-12-081-2/+2
|/
* arm: fix implicit use of page.h in several arch/arm filesPaul Gortmaker2011-10-312-0/+2
OpenPOWER on IntegriCloud