aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/include/asm/mach-ath79 (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-02-17irqchip/ath79-cpu: Move the CPU IRQ driver from arch/mips/ath79/Alban Bedel1-0/+1
2016-02-17irqchip/ath79-misc: Move the MISC driver from arch/mips/ath79/Alban Bedel1-0/+3
2016-01-04MIPS: ath79: Allow using ath79_ddr_wb_flush() from driversAlban Bedel1-0/+1
2015-09-03MIPS: Remove all the uses of custom gpio.hAlban Bedel1-26/+0
2015-06-27Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2-7/+8
2015-06-21MIPS: ath79: Improve the DDR controller interfaceAlban Bedel1-1/+2
2015-06-21MIPS: ath79: Correctly name the defines for the PLL_FB registerAlban Bedel1-6/+6
2015-04-27spi: spi-ath79: Add device tree supportAlban Bedel1-4/+0
2015-03-31MIPS: Create a common <asm/mach-generic/war.h>Kevin Cernekee1-24/+0
2014-01-24mips: delete non-required instances of include <linux/init.h>Paul Gortmaker1-1/+0
2013-10-29MIPS: ath79: Remove ar933x_uart_platform.h headerGabor Juhos1-18/+0
2013-09-03MIPS: ath79: Don't hardwire cpu_has_dsp{2} to 0Gabor Juhos1-2/+0
2013-02-21Merge branch 'mips-next-3.9' of git://git.linux-mips.org/pub/scm/john/linux-john into mips-for-linux-nextRalf Baechle4-48/+148
2013-02-19MIPS: ath79: add USB controller registration code for the QCA955X SoCsGabor Juhos1-0/+3
2013-02-19MIPS: ath79: add PCI controller registration code for the QCA955X SoCsGabor Juhos1-0/+13
2013-02-19MIPS: ath79: add WMAC registration code for the QCA955X SoCsGabor Juhos1-0/+3
2013-02-19MIPS: ath79: add QCA955X specific glue to ath79_device_reset_{set, clear}Gabor Juhos1-0/+1
2013-02-19MIPS: ath79: add GPIO setup code for the QCA955X SoCsGabor Juhos1-0/+1
2013-02-19MIPS: ath79: add IRQ handling code for the QCA955X SoCsGabor Juhos2-1/+37
2013-02-19MIPS: ath79: add clock setup code for the QCA955X SoCsGabor Juhos1-0/+39
2013-02-19MIPS: ath79: add SoC detection code for the QCA955X SoCsGabor Juhos2-0/+19
2013-02-19MIPS: ath79: add early printk support for the QCA955X SoCsGabor Juhos1-0/+2
2013-02-17ath79: remove ATH79_MISC_IRQ_* definesGabor Juhos1-13/+0
2013-02-17ath79: add ATH79_CPU_IRQ() macroGabor Juhos1-7/+2
2013-02-17MIPS: pci-ar724x: setup command register of the PCI controllerGabor Juhos1-0/+2
2013-02-17MIPS: ath79: remove unused ar7{1x,24}x_pcibios_init functionsGabor Juhos1-28/+0
2013-02-17MIPS: ath79: move global PCI defines into a common headerGabor Juhos1-0/+24
2013-02-17MIPS: ath79: simplify MISC IRQ handlingGabor Juhos1-0/+1
2013-02-17MIPS: ath79: fix GPIO function selection for AR934x SoCsGabor Juhos1-0/+2
2013-02-01MIPS: Whitespace cleanup.Ralf Baechle3-11/+11
2012-12-13MIPS: PMC-Sierra Yosemite: Remove support.Ralf Baechle1-1/+0
2012-10-11MIPS: Hardwire detection of DSP ASE Rev 2 for systems, as required.Ralf Baechle1-0/+2
2012-10-01MIPS: ath79: Fix CPU/DDR frequency calculation for SRIF PLLsGabor Juhos1-0/+23
2012-08-28MIPS: ath79: add USB platform setup code for AR934XGabor Juhos1-0/+7
2012-08-17MIPS: ath79: don't hardcode the unavailability of the DSP ASEGabor Juhos1-1/+0
2012-08-17MIPS: ath79: Fix number of GPIO lines for AR724[12]Gabor Juhos1-1/+2
2012-05-15MIPS: ath79: add PCI_AR724X Kconfig symbolGabor Juhos1-1/+1
2012-05-15MIPS: ath79: add WMAC registration code for AR934XGabor Juhos1-0/+3
2012-05-15MIPS: ath79: add AR934X specific glue to ath79_device_reset_{clear,set}Gabor Juhos1-0/+1
2012-05-15MIPS: ath79: add IRQ handling code for AR934XGabor Juhos2-1/+30
2012-05-15MIPS: ath79: add GPIO support code for AR934XGabor Juhos1-0/+1
2012-05-15MIPS: ath79: add clock initialization code for AR934XGabor Juhos1-0/+53
2012-05-15MIPS: ath79: add SoC detection code for AR934XGabor Juhos2-0/+25
2012-05-15MIPS: ath79: add early_printk support for AR934XGabor Juhos1-1/+5
2012-05-15MIPS: ath79: update copyright headers of PCI related filesGabor Juhos1-1/+3
2012-05-15MIPS: ath79: add support for the PCI host controller of the AR71XX SoCsGabor Juhos1-0/+6
2012-05-15MIPS: ath79: add PCI IRQ handling code for AR724X SoCsGabor Juhos1-2/+2
2012-05-15MIPS: ath79: fix a wrong IRQ numberGabor Juhos1-1/+5
2012-05-15MIPS: ath79: replace ath724x to ar724xGabor Juhos1-2/+2
2012-05-15MIPS: ath79: make ath724x_pcibios_init visible for external codeGabor Juhos1-0/+20