aboutsummaryrefslogtreecommitdiff
path: root/arch/mips/jz4740
AgeCommit message (Expand)AuthorFilesLines
2015-04-01MIPS: jz4740: Implement read_sched_clockGravatar Deng-Cheng Zhu 1-0/+8
2015-03-31MIPS: Allow platforms to specify the decompressor load addressGravatar Andrew Bresticker 1-0/+1
2015-02-18Merge tag 'for-linus-20150216' of git://git.infradead.org/linux-mtdGravatar Linus Torvalds 1-1/+10
2015-02-02mtd: nand: jz4740: Convert to GPIO descriptor APIGravatar Lars-Peter Clausen 1-1/+10
2015-01-13MIPS: JZ4740: Fixup #include's (sparse)Gravatar Brian Norris 1-0/+3
2014-11-24MIPS: Replace use of phys_t with phys_addr_t.Gravatar Ralf Baechle 1-1/+1
2014-08-08Merge tag 'gpio-v3.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Gravatar Linus Torvalds 1-0/+1
2014-08-02Merge branch '3.16-fixes' into mips-for-linux-nextGravatar Ralf Baechle 1-1/+1
2014-08-02MIPS: jz4740: remove unnecessary null test before debugfs_removeGravatar Fabian Frederick 1-2/+1
2014-08-01MIPS: Jz4740: Rename usb_nop_xceiv to usb_phy_genericGravatar Apelete Seketeli 1-1/+1
2014-07-28gpio: split gpiod board registration into machine headerGravatar Linus Walleij 1-0/+1
2014-04-23ASoC: qi_lb60: Use GPIO descriptor APIGravatar Lars-Peter Clausen 1-0/+11
2014-01-24mips: delete non-required instances of include <linux/init.h>Gravatar Paul Gortmaker 1-1/+0
2014-01-24MIPS: jz4740: update platform data for JZ4740 usb device controllerGravatar Apelete Seketeli 2-16/+25
2013-07-05MIPS: jz4740: Correct clock gate bit for DMA controllerGravatar Maarten ter Huurne 1-1/+1
2013-07-05MIPS: jz4740: Remove custom DMA APIGravatar Lars-Peter Clausen 2-308/+1
2013-07-05MIPS: jz4740: Register jz4740 DMA deviceGravatar Lars-Peter Clausen 2-0/+22
2013-07-05MIPS: jz4740: Acquire and enable DMA controller clockGravatar Maarten ter Huurne 1-2/+22
2013-02-01MIPS: Whitespace cleanup.Gravatar Ralf Baechle 14-23/+23
2012-10-17MIPS: JZ4740: Forward declare struct uart_port in header.Gravatar Ralf Baechle 1-0/+2
2012-10-17MIPS: JZ4740: Fix '#include guard' in serial.hGravatar Antony Pavlov 1-0/+1
2012-10-05pwm: Add Ingenic JZ4740 supportGravatar Thierry Reding 5-181/+8
2012-10-05MIPS: JZ4740: Export timer APIGravatar Thierry Reding 3-139/+3
2012-07-23MIPS: JZ4740: reset: Initialize hibernate wakeup counters.Gravatar Maarten ter Huurne 1-5/+44
2012-07-23MIPS: JZ4740: qi_lb60: Look for NAND chip in bank 1.Gravatar Maarten ter Huurne 1-0/+1
2012-07-23MTD: NAND: JZ4740: Multi-bank support with autodetectionGravatar Maarten ter Huurne 1-1/+19
2012-05-21MIPS: Remove all -Wall and almost all -Werror usage from arch/mips.Gravatar Ralf Baechle 1-2/+0
2012-01-20ASoC: jz4740: Convert qi_lb60 to use snd_soc_register_card()Gravatar Axel Lin 1-0/+6
2011-12-07MIPS: Fix up inconsistency in panic() string argument.Gravatar Ralf Baechle 1-1/+1
2011-10-24MIPS: JZ4740: GPIO: Check correct IRQ in demux handlerGravatar Lars-Peter Clausen 1-1/+1
2011-10-24MIPS: JZ4740: GPIO: Simplify IRQ demuxerGravatar Lars-Peter Clausen 1-7/+1
2011-10-24MIPS: JZ4740: Use generic irq chipGravatar Lars-Peter Clausen 4-153/+78
2011-09-21MIPS: PM: Use struct syscore_ops instead of sysdevs for PM (v2)Gravatar Rafael J. Wysocki 1-30/+22
2011-05-19Merge branch 'timers-clocksource-for-linus' of git://git.kernel.org/pub/scm/l...Gravatar Linus Torvalds 1-2/+1
2011-05-19MIPS: JZ4740: setup: Autodetect physical memory.Gravatar Maarten ter Huurne 1-0/+32
2011-05-14Merge branch 'consolidate-clksrc-i8253' of master.kernel.org:~rmk/linux-2.6-a...Gravatar Thomas Gleixner 5-86/+123
2011-05-10MIPS: JZ4740: Set one-shot feature flag for the clockeventGravatar Lars-Peter Clausen 1-1/+1
2011-05-10MIPS: JZ4740: Export symbols to the watchdog driver moduleGravatar Ralf Baechle 1-0/+2
2011-05-10MIPS: JZ4740: Fix GCC 4.6.0 build error.Gravatar Ralf Baechle 1-3/+1
2011-03-31Fix common misspellingsGravatar Lucas De Marchi 1-2/+2
2011-03-29MIPS: Convert the irq functions to the new namesGravatar Thomas Gleixner 2-9/+9
2011-03-25MIPS: JZ4740: Set nand ecc offsets for the qi_lb60 boardGravatar Lars-Peter Clausen 1-4/+4
2011-03-25MIPS: JZ4740: qi_lb60: Add gpio-charger deviceGravatar Lars-Peter Clausen 1-0/+24
2011-03-25MIPS: JZ4740: Cleanup the mechanical irq_chip conversion Gravatar Lars-Peter Clausen 1-15/+2
2011-03-25MIPS: JZ4740: GPIO: Use shared irq chip for all gpiosGravatar Lars-Peter Clausen 1-12/+13
2011-03-25MIPS: JZ4740: Convert to new irq functionsGravatar Thomas Gleixner 2-58/+67
2011-03-20Merge branch 'trivial' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...Gravatar Linus Torvalds 1-1/+1
2011-03-17mips: change to new flag variableGravatar matt mooney 1-1/+1
2011-03-15watchdog: add JZ4740 watchdog driverGravatar Paul Cercueil 1-0/+16
2011-02-21mips: convert to clocksource_register_hz/khzGravatar John Stultz 1-2/+1