Age | Commit message (Expand) | Author | Files | Lines |
2012-05-15 | MIPS: ath79: add WMAC registration code for AR934X | Gabor Juhos | 3 | -3/+32 |
2012-05-15 | MIPS: ath79: register UART device for AR934X SoCs | Gabor Juhos | 1 | -1/+2 |
2012-05-15 | MIPS: ath79: add AR934X specific glue to ath79_device_reset_{clear,set} | Gabor Juhos | 2 | -1/+9 |
2012-05-15 | MIPS: ath79: add IRQ handling code for AR934X | Gabor Juhos | 3 | -3/+83 |
2012-05-15 | MIPS: ath79: rework IP2/IP3 interrupt handling | Gabor Juhos | 1 | -20/+72 |
2012-05-15 | MIPS: ath79: add GPIO support code for AR934X | Gabor Juhos | 2 | -1/+47 |
2012-05-15 | MIPS: ath79: add clock initialization code for AR934X | Gabor Juhos | 2 | -0/+134 |
2012-05-15 | MIPS: ath79: add SoC detection code for AR934X | Gabor Juhos | 4 | -1/+49 |
2012-05-15 | MIPS: ath79: sort case statements in ath79_detect_sys_type | Gabor Juhos | 1 | -12/+12 |
2012-05-15 | MIPS: ath79: add early_printk support for AR934X | Gabor Juhos | 2 | -1/+8 |
2012-05-15 | MIPS: ath79: update copyright headers of PCI related files | Gabor Juhos | 4 | -3/+12 |
2012-05-15 | MIPS: ath79: register PCI controller on the PB44 board | Gabor Juhos | 1 | -0/+2 |
2012-05-15 | MIPS: ath79: remove ar724x_pci_add_data function | Gabor Juhos | 3 | -21/+0 |
2012-05-15 | MIPS: ath79: allow to use SoC specific PCI IRQ maps | Gabor Juhos | 2 | -4/+77 |
2012-05-15 | MIPS: ath79: add support for the PCI host controller of the AR71XX SoCs | Gabor Juhos | 4 | -0/+383 |
2012-05-15 | MIPS: ath79: allow to use board specific pci_plat_dev_init functions | Gabor Juhos | 3 | -8/+23 |
2012-05-15 | MIPS: ath79: get rid of some ifdefs in mach-ubnt-xm.c | Gabor Juhos | 1 | -11/+12 |
2012-05-15 | MIPS: ath79: add PCI IRQ handling code for AR724X SoCs | Gabor Juhos | 3 | -5/+120 |
2012-05-15 | MIPS: ath79: fix a wrong IRQ number | Gabor Juhos | 2 | -3/+8 |
2012-05-15 | MIPS: ath79: add a workaround for a PCI controller bug in AR7240 SoCs | Gabor Juhos | 1 | -1/+35 |
2012-05-15 | MIPS: ath79: fix broken ar724x_pci_{read,write} functions | Gabor Juhos | 1 | -26/+26 |
2012-05-15 | MIPS: ath79: remove superfluous alignment checks from pci-ar724x.c | Gabor Juhos | 1 | -6/+0 |
2012-05-15 | MIPS: ath79: use io-accessor macros in pci-ar724x.c | Gabor Juhos | 1 | -14/+24 |
2012-05-15 | MIPS: ath79: replace ath724x to ar724x | Gabor Juhos | 5 | -43/+43 |
2012-05-15 | MIPS: ath79: rename pci-ath724x.c to make it reflect the real SoC name | Gabor Juhos | 2 | -1/+1 |
2012-05-15 | MIPS: ath79: add a common PCI registration function | Gabor Juhos | 4 | -2/+17 |
2012-05-15 | MIPS: ath79: make ath724x_pcibios_init visible for external code | Gabor Juhos | 2 | -1/+22 |
2012-05-15 | MIPS: ath79: rename pci-ath724x.h | Gabor Juhos | 3 | -2/+2 |
2012-05-15 | MIPS: ath79: separate common PCI code | Gabor Juhos | 3 | -34/+47 |
2012-05-15 | MIPS: ath79: Use kmemdup rather than duplicating its implementation | Thomas Meyer | 2 | -6/+2 |
2012-05-13 | Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 12 | -55/+88 |
2012-05-13 | Merge branch 'v3.4-samsung-fixes-5' of git://git.kernel.org/pub/scm/linux/ker... | Olof Johansson | 3 | -2/+7 |
2012-05-13 | ARM: EXYNOS: fix ctrlbit for exynos5_clk_pdma1 | Kukjin Kim | 1 | -1/+1 |
2012-05-13 | ARM: EXYNOS: use s5p-timer for UniversalC210 board | Marek Szyprowski | 2 | -1/+6 |
2012-05-13 | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/... | Olof Johansson | 9 | -53/+81 |
2012-05-13 | ARM / mach-shmobile: Invalidate caches when booting secondary cores | Magnus Damm | 1 | -1/+55 |
2012-05-13 | ARM / mach-shmobile: sh73a0 SMP TWD boot regression fix | Kuninori Morimoto | 4 | -11/+10 |
2012-05-13 | ARM / mach-shmobile: r8a7779 SMP TWD boot regression fix | Magnus Damm | 3 | -1/+12 |
2012-05-13 | ARM: mach-shmobile: convert ag5evm to use the generic MMC GPIO hotplug helper | Guennadi Liakhovetski | 1 | -20/+2 |
2012-05-13 | ARM: mach-shmobile: convert mackerel to use the generic MMC GPIO hotplug helper | Guennadi Liakhovetski | 1 | -20/+2 |
2012-05-12 | powerpc/irq: Fix another case of lazy IRQ state getting out of sync | Benjamin Herrenschmidt | 2 | -13/+44 |
2012-05-11 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ger... | Linus Torvalds | 7 | -21/+21 |
2012-05-11 | Merge branch 'parisc' (PA-RISC compile fixes) | Linus Torvalds | 7 | -8/+14 |
2012-05-11 | parisc: move definition of PAGE0 to asm/page.h | Rolf Eike Beer | 4 | -7/+8 |
2012-05-11 | parisc: add missing include of asm/page.h to asm/pgtable.h | Rolf Eike Beer | 1 | -0/+2 |
2012-05-11 | parisc: drop include of asm/pdc.h from asm/hardware.h | Rolf Eike Beer | 1 | -1/+0 |
2012-05-11 | parisc: add missing forward declarations in asm/hardware.h | Rolf Eike Beer | 1 | -0/+2 |
2012-05-11 | parisc: add missing includes in asm/spinlock.h | Rolf Eike Beer | 1 | -0/+2 |
2012-05-10 | sparc64: Do not clobber %g2 in xcall_fetch_glob_regs(). | David S. Miller | 2 | -4/+4 |
2012-05-09 | Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 5 | -8/+9 |