summaryrefslogtreecommitdiffstats
path: root/arch/mips/mti-sead3
Commit message (Expand)AuthorAgeFilesLines
* MIPS: Introduce plat_get_fdt a platform API to retrieve the FDTMatt Redfearn2016-05-131-0/+5
* LED/MIPS: Move SEAD3 LED driver to where it belongs.Ralf Baechle2015-11-032-79/+0
* MIPS: Export get_c0_perfcount_int()Felix Fietkau2015-08-031-0/+1
* of: clean-up unnecessary libfdt include pathsRob Herring2015-06-041-2/+0
* MIPS: SEAD3: Combine all platform device registrations in one file.Ralf Baechle2015-04-026-251/+179
* MIPS: SEAD3: Make static in sead3-ehci what can be made static.Ralf Baechle2015-04-021-2/+2
* MIPS: SEAD3: sead3-ehci should not be a module.Ralf Baechle2015-04-022-10/+5
* MIPS: SEAD3: sead3-platform is not a module.Ralf Baechle2015-04-021-6/+1
* MIPS: SEAD3: sead3-net is not a module.Ralf Baechle2015-04-021-6/+2
* MIPS: SEAD3: Nuke remaining I2C bits.Ralf Baechle2015-04-013-66/+1
* MIPS: SEAD3: Nuke I2C driver that never was wired up in Makefile.Ralf Baechle2015-04-011-397/+0
* MIPS: SEAD3: Use symbolic addresses from sead-addr.h in I2C driver.Ralf Baechle2015-04-011-3/+6
* MIPS: SEAD3: Use symbolic addresses from sead-addr.h in LED driver.Ralf Baechle2015-04-011-2/+5
* MIPS: SEAD3: Get rid of DRVNAME from LED driver for readability.Ralf Baechle2015-04-011-3/+1
* MIPS: SEAD3: Get rid of useless pr_debug calls in the LED driver.Ralf Baechle2015-04-011-2/+0
* MIPS: SEAD3: Convert I2C driver to module_platform_driver.Ralf Baechle2015-04-011-11/+1
* MIPS: SEAD3: Convert LED driver to module_platform_driver.Ralf Baechle2015-04-011-12/+1
* MIPS: SEAD3: Collect LED platform device registration in a single file.Ralf Baechle2015-04-012-22/+15
* MIPS: mark prom_free_prom_memory() everywhere with __initAaro Koskinen2015-04-011-1/+1
* MIPS: sead3: Corrected get_c0_perfcount_intNiklas Cassel2015-02-201-1/+1
* Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-12-142-2/+0
|\
| * Merge branch 'platform/remove_owner' of git://git.kernel.org/pub/scm/linux/ke...Greg Kroah-Hartman2014-11-032-2/+0
| |\
| | * mips: mti-sead3: drop owner assignment from platform_driversWolfram Sang2014-10-203-3/+0
* | | Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2014-12-116-202/+49
|\ \ \
| * | | MIPS: Move gic.h to include/linux/irqchip/mips-gic.hAndrew Bresticker2014-11-245-5/+5
| * | | MIPS: SEAD3: Stop using GIC REG macrosAndrew Bresticker2014-11-241-4/+4
| * | | MIPS: SEAD3: Use generic plat_irq_dispatchAndrew Bresticker2014-11-241-22/+1
| * | | irqchip: mips-gic: Support local interruptsAndrew Bresticker2014-11-241-25/+9
| * | | irqchip: mips-gic: Stop using per-platform mapping tablesAndrew Bresticker2014-11-244-35/+33
| * | | irqchip: mips-gic: Use IRQ domainsAndrew Bresticker2014-11-241-15/+0
| * | | irqchip: mips-gic: Remove platform irq_ack/irq_eoi callbacksAndrew Bresticker2014-11-241-21/+0
| * | | MIPS: SEAD3: Remove sead3-serial.cAndrew Bresticker2014-11-241-45/+0
| * | | MIPS: Remove gic_{enable,disable}_interrupt()Andrew Bresticker2014-11-241-34/+0
| * | | MIPS: Add hook to get C0 performance counter interruptAndrew Bresticker2014-11-241-3/+4
| |/ /
* | | MIPS: SEAD3: Fix LED device registration.Ralf Baechle2014-11-241-6/+2
|/ /
* | MIPS: SEAD3: Fix I2C device registration.Ralf Baechle2014-10-241-7/+1
* | MIPS: SEAD3: Nuke PIC32 I2C driver.Ralf Baechle2014-10-243-526/+0
|/
* MIPS: sead3: Move device-trees to arch/mips/boot/dts/Andrew Bresticker2014-09-222-26/+0
* Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2014-06-091-23/+13
|\
| * MIPS: SEAD3: Introduce the use of the managed version of kzallocHimangi Saraogi2014-05-261-23/+13
* | mips: convert fdt pointers to opaque pointersRob Herring2014-04-301-4/+4
|/
* MIPS: SEAD3: Don't use module_init in non-modular sead3-mtd.c codePaul Gortmaker2014-03-311-2/+1
* mips: delete non-required instances of include <linux/init.h>Paul Gortmaker2014-01-241-1/+0
* MIPS: sead3: use unflatten_and_copy_device_tree()Qais Yousef2014-01-231-10/+1
* MIPS: sead3: populate platform devices from device treeQais Yousef2014-01-231-0/+7
* MIPS: sead3: remove chosen nodeQais Yousef2014-01-231-4/+0
* MIPS: sead3: allow cmdline/env to change memory size using memsize paramQais Yousef2014-01-232-0/+70
* MIPS: sead3: remove unused cpu_khz variablePaul Burton2014-01-231-4/+0
* mips: add explicit includes of prom.hRob Herring2013-10-091-0/+2
* MIPS: Cleanup CP0 PRId and CP1 FPIR register access masksMaciej W. Rozycki2013-09-181-1/+2
OpenPOWER on IntegriCloud