aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/mti-sead3 (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-10-06MIPS: generic: Convert SEAD-3 to a generic boardPaul Burton7-567/+0
2016-10-06MIPS: SEAD3: Remove custom read_persistent_clockPaul Burton1-6/+0
2016-10-06MIPS: SEAD3: Use img-ascii-lcd driverPaul Burton3-81/+1
2016-10-06MIPS: SEAD3: Drop use of cobalt fbdev driverPaul Burton2-45/+1
2016-10-05MIPS: SEAD3: Parse memsize in DT shimPaul Burton2-66/+71
2016-10-05MIPS: SEAD3: Use generic restart-poweroff driverPaul Burton2-32/+0
2016-10-05MIPS: SEAD3: Reset via generic syscon-reboot driver & DTPaul Burton1-9/+0
2016-10-05MIPS: SEAD3: Use register-bit-led driver via DT for LEDsPaul Burton2-92/+0
2016-10-05MIPS: SEAD3: Probe parallel flash via DTPaul Burton1-37/+0
2016-10-05MIPS: SEAD3: Probe EHCI controller using DTPaul Burton2-60/+14
2016-10-05MIPS: SEAD3: Probe ethernet controller using DTPaul Burton2-34/+14
2016-10-05MIPS: SEAD3: Use generic ns16550a earlycon supportPaul Burton3-54/+0
2016-10-05MIPS: SEAD3: Probe UARTs using DTPaul Burton3-77/+104
2016-10-05MIPS: SEAD3: Probe interrupt controllers using DTPaul Burton5-39/+137
2016-10-05MIPS: SEAD3: Split obj-y entries across linesPaul Burton1-3/+8
2016-06-23mips: Remove unnecessary of_platform_populate with default match tableKefeng Wang1-8/+0
2016-05-13MIPS: Introduce plat_get_fdt a platform API to retrieve the FDTMatt Redfearn1-0/+5
2015-11-03LED/MIPS: Move SEAD3 LED driver to where it belongs.Ralf Baechle2-79/+0
2015-08-03MIPS: Export get_c0_perfcount_int()Felix Fietkau1-0/+1
2015-06-04of: clean-up unnecessary libfdt include pathsRob Herring1-2/+0
2015-04-02MIPS: SEAD3: Combine all platform device registrations in one file.Ralf Baechle6-251/+179
2015-04-02MIPS: SEAD3: Make static in sead3-ehci what can be made static.Ralf Baechle1-2/+2
2015-04-02MIPS: SEAD3: sead3-ehci should not be a module.Ralf Baechle2-10/+5
2015-04-02MIPS: SEAD3: sead3-platform is not a module.Ralf Baechle1-6/+1
2015-04-02MIPS: SEAD3: sead3-net is not a module.Ralf Baechle1-6/+2
2015-04-01MIPS: SEAD3: Nuke remaining I2C bits.Ralf Baechle3-66/+1
2015-04-01MIPS: SEAD3: Nuke I2C driver that never was wired up in Makefile.Ralf Baechle1-397/+0
2015-04-01MIPS: SEAD3: Use symbolic addresses from sead-addr.h in I2C driver.Ralf Baechle1-3/+6
2015-04-01MIPS: SEAD3: Use symbolic addresses from sead-addr.h in LED driver.Ralf Baechle1-2/+5
2015-04-01MIPS: SEAD3: Get rid of DRVNAME from LED driver for readability.Ralf Baechle1-3/+1
2015-04-01MIPS: SEAD3: Get rid of useless pr_debug calls in the LED driver.Ralf Baechle1-2/+0
2015-04-01MIPS: SEAD3: Convert I2C driver to module_platform_driver.Ralf Baechle1-11/+1
2015-04-01MIPS: SEAD3: Convert LED driver to module_platform_driver.Ralf Baechle1-12/+1
2015-04-01MIPS: SEAD3: Collect LED platform device registration in a single file.Ralf Baechle2-22/+15
2015-04-01MIPS: mark prom_free_prom_memory() everywhere with __initAaro Koskinen1-1/+1
2015-02-20MIPS: sead3: Corrected get_c0_perfcount_intNiklas Cassel1-1/+1
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds2-2/+0
2014-12-11Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds6-202/+49
2014-11-24MIPS: Move gic.h to include/linux/irqchip/mips-gic.hAndrew Bresticker5-5/+5
2014-11-24MIPS: SEAD3: Stop using GIC REG macrosAndrew Bresticker1-4/+4
2014-11-24MIPS: SEAD3: Use generic plat_irq_dispatchAndrew Bresticker1-22/+1
2014-11-24irqchip: mips-gic: Support local interruptsAndrew Bresticker1-25/+9
2014-11-24irqchip: mips-gic: Stop using per-platform mapping tablesAndrew Bresticker4-35/+33
2014-11-24irqchip: mips-gic: Use IRQ domainsAndrew Bresticker1-15/+0
2014-11-24irqchip: mips-gic: Remove platform irq_ack/irq_eoi callbacksAndrew Bresticker1-21/+0
2014-11-24MIPS: SEAD3: Remove sead3-serial.cAndrew Bresticker1-45/+0
2014-11-24MIPS: Remove gic_{enable,disable}_interrupt()Andrew Bresticker1-34/+0
2014-11-24MIPS: Add hook to get C0 performance counter interruptAndrew Bresticker1-3/+4
2014-11-24MIPS: SEAD3: Fix LED device registration.Ralf Baechle1-6/+2
2014-11-03Merge branch 'platform/remove_owner' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux into driver-core-nextGreg Kroah-Hartman2-2/+0