summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-sa1100
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | ARM: sa11x0: assabet: deassert QMUTE to codec while codec is unpoweredRussell King2012-02-091-2/+2
| * | | | ARM: sa11x0: convert to use DEFINE_RES_xxx macrosRussell King2012-02-0915-257/+61Star
| * | | | ARM: sa11x0: fix section mismatch warningsRussell King2012-02-091-2/+2
| * | | | ARM: sa11x0: fix sleep entryRussell King2012-02-091-15/+22
| * | | | ARM: sa11x0: fix off-by-one resource sizesRussell King2012-02-092-5/+5
| |/ / /
* | | | Merge tag 'drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2012-03-282-35/+55
|\ \ \ \
| * \ \ \ Merge branch 'rtc-sa1100' of git://github.com/hzhuang1/linux into next/driversArnd Bergmann2012-02-282-35/+55
| |\ \ \ \
| | * | | | 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-245-37/+23Star
|\ \ \ \ \
| * | | | | PCMCIA: sa11x0: simpad: convert to use new irq/gpio managementRussell King2012-02-211-4/+2Star
| * | | | | PCMCIA: sa11x0: shannon: convert to use new irq/gpio managementRussell King2012-02-211-8/+4Star
| * | | | | 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/+4Star
| * | | | | PCMCIA: sa11x0: assabet: convert to use new irq/gpio managementRussell King2012-02-041-9/+6Star
* | | | | | Merge branch 'for-armsoc' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds2012-03-242-15/+0Star
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | Merge branch 'entry-macro-cleanup' of git://sources.calxeda.com/kernel/linux ...Russell King2012-02-221-6/+0Star
| |\ \ \ \ \ | | |_|/ / / | |/| | | |
| | * | | | ARM: remove disable_fiq and arch_ret_to_user macrosRob Herring2012-02-221-6/+0Star
| | | |/ / | | |/| |
| * | | | Merge tag 'v3.3-rc2' into depends/rmk/for-armsocOlof Johansson2012-02-0811-176/+33Star
| |\| | |
| * | | | ARM: big removal of now unused arch_idle()Nicolas Pitre2012-01-211-9/+0Star
| | |/ / | |/| |
* | | | 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-241-3/+5
| |/ /
* | | Merge branch 'sa11x0-mcp-fixes' into fixesRussell King2012-01-268-86/+3Star
|\ \ \ | | |/ | |/|
| * | Revert "ARM: sa11x0: Implement autoloading of codec and codec pdata for mcp b...Russell King2012-01-207-20/+2Star
| * | Revert "ARM: sa1100: Refactor mcp-sa11x0 to use platform resources."Russell King2012-01-207-66/+1Star
| |/
* | 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/+2Star
* | Revert "RTC: sa1100: support sa1100, pxa and mmp soc families"Russell King2012-01-191-20/+0Star
* | Revert "ARM: sa1100: clean up of the clock support"Russell King2012-01-191-66/+25Star
|/
* Merge branch 'fixes' of git://ftp.arm.linux.org.uk/pub/linux/arm/kernel/git-c...Linus Torvalds2012-01-171-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/+0Star
|\ \
| * | GPIO: sa1100: implement proper gpiolib gpio_to_irq conversionRussell King2012-01-141-3/+0Star
* | | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/same...Linus Torvalds2012-01-148-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-121-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/+29Star
|\ \
| * \ Merge branch 'restart' into for-linusRussell King2012-01-0516-13/+25
| |\ \
| | * | ARM: restart: remove the now empty arch_reset()Russell King2012-01-051-4/+0Star
| | * | 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/+4Star
| |\ \ \
| | * | | 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-191-25/+3Star
| | * | | Merge branch 'vmalloc' of git://git.linaro.org/people/nico/linux into devel-s...Russell King2011-12-061-4/+0Star
| | |\ \ \ | | | |/ / | | |/| |