| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'clk' of git://github.com/hzhuang1/linux into next/cleanup | Olof Johansson | 2012-09-12 | 2 | -3/+5 |
|\ |
|
| * | Merge branch 'fixes-for-v3.6' of git://git.infradead.org/users/jcooper/linux ... | Arnd Bergmann | 2012-08-15 | 1 | -2/+4 |
| |\ |
|
| | * | ARM: Orion: Set eth packet size csum offload limit | Arnaud Patard (Rtp) | 2012-08-15 | 1 | -2/+4 |
| * | | ARM: mv78xx0: fix win_cfg_base prototype | Arnd Bergmann | 2012-08-13 | 1 | -1/+1 |
| |/ |
|
* | | Merge branch 'cleanup/io-pci' into next/cleanups | Arnd Bergmann | 2012-08-13 | 5 | -118/+45 |
|\ \
| |/
|/| |
|
| * | ARM: mv78xx0: use fixed pci i/o mapping | Rob Herring | 2012-07-26 | 5 | -118/+45 |
* | | ARM: Orion: DT support for IRQ and GPIO Controllers | Andrew Lunn | 2012-07-27 | 1 | -14/+8 |
|/ |
|
* | ARM: Orion: Fix WDT compile for Dove and MV78xx0 | Andrew Lunn | 2012-07-04 | 2 | -0/+3 |
* | Merge tag 'clock' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc | Linus Torvalds | 2012-05-26 | 1 | -15/+30 |
|\ |
|
| * | ARM: Orion: UART: Get the clock rate via clk_get_rate(). | Andrew Lunn | 2012-05-08 | 1 | -4/+4 |
| * | ARM: Orion: Eth: Add clk/clkdev support. | Andrew Lunn | 2012-05-08 | 1 | -4/+4 |
| * | ARM: Orion: SPI: Add clk/clkdev support. | Andrew Lunn | 2012-05-08 | 1 | -0/+2 |
| * | ARM: Orion: Add clocks using the generic clk infrastructure. | Andrew Lunn | 2012-05-08 | 1 | -7/+20 |
* | | ARM: PCI: dove/kirkwood/mv78xx0: use sys->private_data | Russell King | 2012-05-16 | 1 | -16/+7 |
* | | ARM: PCI: get rid of pci_std_swizzle() | Russell King | 2012-05-13 | 1 | -1/+0 |
|/ |
|
* | Merge tag 'cleanup2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm... | Linus Torvalds | 2012-03-29 | 1 | -2/+0 |
|\ |
|
| * | ARM: kill off __mem_pci | Rob Herring | 2012-03-06 | 1 | -2/+0 |
* | | Merge branch 'for-armsoc' of git://git.linaro.org/people/rmk/linux-arm | Linus Torvalds | 2012-03-23 | 2 | -23/+0 |
|\| |
|
| * | Merge branch 'entry-macro-cleanup' of git://sources.calxeda.com/kernel/linux ... | Russell King | 2012-02-22 | 1 | -6/+0 |
| |\ |
|
| | * | ARM: remove disable_fiq and arch_ret_to_user macros | Rob Herring | 2012-02-21 | 1 | -6/+0 |
| * | | ARM: big removal of now unused arch_idle() | Nicolas Pitre | 2012-01-20 | 1 | -17/+0 |
| |/ |
|
* | | Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb... | Linus Torvalds | 2012-03-23 | 1 | -2/+2 |
|\ \ |
|
| * | | arm/PCI: get rid of device resource fixups | Bjorn Helgaas | 2012-02-23 | 1 | -2/+2 |
| |/ |
|
* | | ARM: orion: Fix USB phy for orion5x. | Andrew Lunn | 2012-02-09 | 1 | -1/+2 |
* | | ARM: orion: Fix Orion5x GPIO regression from MPP cleanup | Andrew Lunn | 2012-02-09 | 1 | -113/+113 |
|/ |
|
* | Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb... | Linus Torvalds | 2012-01-11 | 1 | -4/+4 |
|\ |
|
| * | arm/PCI: convert to pci_scan_root_bus() for correct root bus resources | Bjorn Helgaas | 2012-01-06 | 1 | -4/+4 |
* | | Merge tag 'devel' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc | Linus Torvalds | 2012-01-09 | 5 | -100/+30 |
|\ \ |
|
| * \ | Merge branch 'picoxcell/devel' into next/devel | Olof Johansson | 2011-12-19 | 1 | -5/+0 |
| |\ \ |
|
| * | | | ARM: Orion: Remove address map info from all platform data structures | Andrew Lunn | 2011-12-13 | 1 | -13/+8 |
| * | | | ARM: Orion: Get address map from plat-orion instead of via platform_data | Andrew Lunn | 2011-12-13 | 2 | -3/+1 |
| * | | | ARM: Orion: mbus_dram_info consolidation | Andrew Lunn | 2011-12-13 | 4 | -14/+11 |
| * | | | ARM: Orion: Consolidate the address map setup | Andrew Lunn | 2011-12-13 | 1 | -81/+21 |
| | |/
| |/| |
|
* | | | Merge branch 'restart' into for-linus | Russell King | 2012-01-05 | 6 | -19/+20 |
|\ \ \
| |_|/
|/| | |
|
| * | | ARM: restart: remove the now empty arch_reset() | Russell King | 2012-01-05 | 1 | -5/+0 |
| * | | ARM: restart: mv78xx0: use new restart hook | Russell King | 2012-01-05 | 6 | -14/+20 |
| |/ |
|
* / | ARM: big removal of now unused vmalloc.h files | Nicolas Pitre | 2011-11-26 | 1 | -5/+0 |
|/ |
|
* | Merge branch 'devel-stable' of http://ftp.arm.linux.org.uk/pub/linux/arm/kern... | Linus Torvalds | 2011-10-28 | 5 | -14/+4 |
|\ |
|
| * | ARM: mach-mv78xx0: remove mach/memory.h | Nicolas Pitre | 2011-10-13 | 1 | -10/+0 |
| * | ARM: add an extra temp register to the low level debugging addruart macro | Nicolas Pitre | 2011-09-26 | 1 | -1/+1 |
| * | ARM: mach-mv78xx0: convert boot_params to atag_offset | Nicolas Pitre | 2011-08-21 | 3 | -3/+3 |
* | | Merge branch 'gpio' of http://ftp.arm.linux.org.uk/pub/linux/arm/kernel/git-c... | Linus Torvalds | 2011-10-27 | 2 | -4/+2 |
|\ \ |
|
| * | | ARM: gpio: convert includes of mach/gpio.h and asm/gpio.h to linux/gpio.h | Russell King | 2011-08-08 | 2 | -4/+2 |
| |/ |
|
* / | ARM: 7022/1: allow to detect conflicting zreladdrs | Sascha Hauer | 2011-10-17 | 1 | -1/+1 |
|/ |
|
* | Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb... | Linus Torvalds | 2011-07-29 | 1 | -1/+2 |
|\ |
|
| * | PCI: Make the struct pci_dev * argument of pci_fixup_irqs const. | Ralf Baechle | 2011-07-22 | 1 | -1/+2 |
* | | Merge branch 'next/cross-platform' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2011-07-26 | 2 | -7/+3 |
|\ \ |
|
| * | | ARM: set vga memory base at run-time | Rob Herring | 2011-07-12 | 2 | -3/+3 |
| * | | ARM: convert PCI defines to variables | Rob Herring | 2011-07-12 | 1 | -2/+0 |
| * | | ARM: pci: make pcibios_assign_all_busses use pci_has_flag | Rob Herring | 2011-07-12 | 1 | -2/+0 |
| |/ |
|