aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/ath79 (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-11-20MIPS: ath79: Add a machine entry for booting OF machinesAlban Bedel1-0/+5
2015-11-20MIPS: ath79: Fix the DDR control initialization on ar71xx and ar934xAlban Bedel1-1/+1
2015-09-22MIPS: ATH79: Add irq chip ar7240-misc-intcAlexander Couzens1-0/+10
2015-09-22MIPS: ATH79: Set missing irq ack handler for ar7100-misc-intc irq chipAlexander Couzens1-2/+10
2015-09-16genirq: Remove irq argument from irq flow handlersThomas Gleixner1-4/+4
2015-09-03MIPS: ath79: Move the GPIO driver to drivers/gpioAlban Bedel2-237/+1
2015-09-03MIPS: Ath79: Remove the unused GPIO function APIAlban Bedel2-46/+0
2015-08-26MIPS: ath91: Remove pointless irqdisable/enableThomas Gleixner1-16/+2
2015-08-26MIPS: ath79: irq: IRQCHIP_DECLARE moved to linux/irqchip.hAlban Bedel1-1/+0
2015-08-03MIPS: Export get_c0_perfcount_int()Felix Fietkau1-0/+1
2015-06-21MIPS: Add basic support for the TL-WR1043ND version 1Alban Bedel1-0/+12
2015-06-21MIPS: ath79: Add OF support to the GPIO driverAlban Bedel2-22/+108
2015-06-21MIPS: ath79: Add OF support to the clocksAlban Bedel1-19/+44
2015-06-21MIPS: ath79: Add OF support to the IRQ controllersAlban Bedel1-1/+86
2015-06-21MIPS: ath79: Add basic device tree supportAlban Bedel2-1/+27
2015-06-21MIPS: ath79: Use the common clk APIAlban Bedel1-27/+2
2015-06-21MIPS: ath79: Improve the DDR controller interfaceAlban Bedel4-113/+63
2015-06-21MIPS: ath79: Correctly name the defines for the PLL_FB registerAlban Bedel1-3/+3
2015-06-02MIPS: ath79: Add a missing new line in log messageAlban Bedel1-1/+1
2015-05-29MIPS: ath79: fix build problem if CONFIG_BLK_DEV_INITRD is not setLaurent Fasnacht1-0/+3
2015-04-01MIPS: ath79: Increase max memory limit to 256MByteHelmut Schaa1-1/+1
2014-11-24MIPS: ath79: Read the initrd address from the firmware environmentAlban Bedel1-0/+8
2014-11-24MIPS: ath79: Use the firmware lib to parse the kernel command lineAlban Bedel1-28/+2
2014-11-24MIPS: Add hook to get C0 performance counter interruptAndrew Bresticker2-1/+5
2014-10-22MIPS: ath79: Fix compilation error when CONFIG_PCI is disabledStefan Hengelein1-1/+1
2014-02-18usb: host: remove selects of USB_ARCH_HAS_?HCIPaul Bolle1-8/+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-6/+0
2013-09-03MIPS: ath79: Switch to the clkdev frameworkGabor Juhos2-72/+54
2013-09-03MIPS: ath79: Use local variables for clock ratesGabor Juhos1-52/+106
2013-09-03MIPS: ath79: Use ath79_get_sys_clk_rate to get basic clock ratesGabor Juhos2-11/+12
2013-09-03MIPS: ath79: Use a helper function to get system clock ratesGabor Juhos4-11/+25
2013-09-03MIPS: ath79: Use local ref clock rate in ar934x_get_pll_freqGabor Juhos1-2/+2
2013-09-03MIPS: ath79: Fix ar933x watchdog clockFelix Fietkau1-1/+1
2013-07-14MIPS: Delete __cpuinit/__CPUINIT usage from MIPS codePaul Gortmaker1-1/+1
2013-06-21MIPS: ath79: Fix argument for the ap136_pc_init functionMarkos Chandras1-1/+1
2013-05-22MIPS: Idle: Consolidate all declarations in <asm/idle.h>.Ralf Baechle1-0/+1
2013-05-08MIPS: ath79: make use of the new memory detection codeJohn Crispin1-15/+1
2013-03-03Merge git://www.linux-watchdog.org/linux-watchdogLinus Torvalds1-6/+9
2013-03-01watchdog: ath79_wdt: get register base from platform device's resourcesGabor Juhos1-1/+9
2013-03-01MIPS: ath79: use dynamically allocated watchdog deviceGabor Juhos1-6/+1
2013-02-21Merge branch 'mips-next-3.9' of git://git.linux-mips.org/pub/scm/john/linux-john into mips-for-linux-nextRalf Baechle15-168/+682
2013-02-19MIPS: ath79: add support for the Qualcomm Atheros AP136-010 boardGabor Juhos4-0/+170
2013-02-19MIPS: ath79: add USB controller registration code for the QCA955X SoCsGabor Juhos1-0/+15
2013-02-19MIPS: ath79: add PCI controller registration code for the QCA955X SoCsGabor Juhos2-0/+38
2013-02-19MIPS: ath79: add WMAC registration code for the QCA955X SoCsGabor Juhos2-1/+21
2013-02-19MIPS: ath79: register UART for the QCA955X SoCsGabor Juhos1-1/+2
2013-02-19MIPS: ath79: add QCA955X specific glue to ath79_device_reset_{set, clear}Gabor Juhos1-0/+4
2013-02-19MIPS: ath79: add GPIO setup code for the QCA955X SoCsGabor Juhos1-1/+3
2013-02-19MIPS: ath79: add IRQ handling code for the QCA955X SoCsGabor Juhos1-7/+103