aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/mti-sead3
AgeCommit message (Expand)Author
2016-06-23mips: Remove unnecessary of_platform_populate with default match tableKefeng Wang
2016-05-13MIPS: Introduce plat_get_fdt a platform API to retrieve the FDTMatt Redfearn
2015-11-03LED/MIPS: Move SEAD3 LED driver to where it belongs.Ralf Baechle
2015-08-03MIPS: Export get_c0_perfcount_int()Felix Fietkau
2015-06-04of: clean-up unnecessary libfdt include pathsRob Herring
2015-04-02MIPS: SEAD3: Combine all platform device registrations in one file.Ralf Baechle
2015-04-02MIPS: SEAD3: Make static in sead3-ehci what can be made static.Ralf Baechle
2015-04-02MIPS: SEAD3: sead3-ehci should not be a module.Ralf Baechle
2015-04-02MIPS: SEAD3: sead3-platform is not a module.Ralf Baechle
2015-04-02MIPS: SEAD3: sead3-net is not a module.Ralf Baechle
2015-04-01MIPS: SEAD3: Nuke remaining I2C bits.Ralf Baechle
2015-04-01MIPS: SEAD3: Nuke I2C driver that never was wired up in Makefile.Ralf Baechle
2015-04-01MIPS: SEAD3: Use symbolic addresses from sead-addr.h in I2C driver.Ralf Baechle
2015-04-01MIPS: SEAD3: Use symbolic addresses from sead-addr.h in LED driver.Ralf Baechle
2015-04-01MIPS: SEAD3: Get rid of DRVNAME from LED driver for readability.Ralf Baechle
2015-04-01MIPS: SEAD3: Get rid of useless pr_debug calls in the LED driver.Ralf Baechle
2015-04-01MIPS: SEAD3: Convert I2C driver to module_platform_driver.Ralf Baechle
2015-04-01MIPS: SEAD3: Convert LED driver to module_platform_driver.Ralf Baechle
2015-04-01MIPS: SEAD3: Collect LED platform device registration in a single file.Ralf Baechle
2015-04-01MIPS: mark prom_free_prom_memory() everywhere with __initAaro Koskinen
2015-02-20MIPS: sead3: Corrected get_c0_perfcount_intNiklas Cassel
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2014-12-11Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds
2014-11-24MIPS: Move gic.h to include/linux/irqchip/mips-gic.hAndrew Bresticker
2014-11-24MIPS: SEAD3: Stop using GIC REG macrosAndrew Bresticker
2014-11-24MIPS: SEAD3: Use generic plat_irq_dispatchAndrew Bresticker
2014-11-24irqchip: mips-gic: Support local interruptsAndrew Bresticker
2014-11-24irqchip: mips-gic: Stop using per-platform mapping tablesAndrew Bresticker
2014-11-24irqchip: mips-gic: Use IRQ domainsAndrew Bresticker
2014-11-24irqchip: mips-gic: Remove platform irq_ack/irq_eoi callbacksAndrew Bresticker
2014-11-24MIPS: SEAD3: Remove sead3-serial.cAndrew Bresticker
2014-11-24MIPS: Remove gic_{enable,disable}_interrupt()Andrew Bresticker
2014-11-24MIPS: Add hook to get C0 performance counter interruptAndrew Bresticker
2014-11-24MIPS: SEAD3: Fix LED device registration.Ralf Baechle
2014-11-03Merge branch 'platform/remove_owner' of git://git.kernel.org/pub/scm/linux/ke...Greg Kroah-Hartman
2014-10-24MIPS: SEAD3: Fix I2C device registration.Ralf Baechle
2014-10-24MIPS: SEAD3: Nuke PIC32 I2C driver.Ralf Baechle
2014-10-20mips: mti-sead3: drop owner assignment from platform_driversWolfram Sang
2014-09-22MIPS: sead3: Move device-trees to arch/mips/boot/dts/Andrew Bresticker
2014-06-09Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds
2014-05-26MIPS: SEAD3: Introduce the use of the managed version of kzallocHimangi Saraogi
2014-04-30mips: convert fdt pointers to opaque pointersRob Herring
2014-03-31MIPS: SEAD3: Don't use module_init in non-modular sead3-mtd.c codePaul Gortmaker
2014-01-24mips: delete non-required instances of include <linux/init.h>Paul Gortmaker
2014-01-23MIPS: sead3: use unflatten_and_copy_device_tree()Qais Yousef
2014-01-23MIPS: sead3: populate platform devices from device treeQais Yousef
2014-01-23MIPS: sead3: remove chosen nodeQais Yousef
2014-01-23MIPS: sead3: allow cmdline/env to change memory size using memsize paramQais Yousef
2014-01-23MIPS: sead3: remove unused cpu_khz variablePaul Burton
2013-10-09mips: add explicit includes of prom.hRob Herring