summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'lantiq' of git://dev.phrozen.org/mips-next into mips-for-linux-...Ralf Baechle2012-09-2722-221/+2272
|\
| * GPIO: MIPS: lantiq: fix overflow inside stp-xway driverJohn Crispin2012-09-131-1/+1
| * MIPS: lantiq: make use of __gpio_to_irqJohn Crispin2012-09-131-4/+1
| * Document: devicetree: add OF documents for lantiq falcon pinctrlJohn Crispin2012-09-131-0/+83
| * Document: devicetree: add OF documents for lantiq xway pinctrlJohn Crispin2012-09-131-0/+97
| * OF: pinctrl: MIPS: lantiq: adds support for FALCON SoCJohn Crispin2012-09-135-0/+479
| * OF: pinctrl: MIPS: lantiq: implement lantiq/xway pinctrl supportJohn Crispin2012-09-139-184/+1334
| * MIPS: lantiq: adds support for gptu timersJohn Crispin2012-08-232-1/+215
| * MIPS: lantiq: enable pci clk conditional for xrx200 SoCJohn Crispin2012-08-231-1/+2
| * MIPS: lantiq: falcon clocks were not enabled properlyJohn Crispin2012-08-231-0/+1
| * MIPS: lantiq: adds support for nmi and ejtag bootrom vectorsJohn Crispin2012-08-231-0/+5
| * MIPS: lantiq: external irq sources are not loaded properlyJohn Crispin2012-08-231-1/+1
| * MIPS: lantiq: dont register irq_chip for the irq cascadeJohn Crispin2012-08-231-0/+3
| * MIPS: lantiq: timer irq can be different to 7John Crispin2012-08-231-3/+16
| * MIPS: lantiq: split up IRQ IM rangesJohn Crispin2012-08-233-28/+36
* | Merge branch 'cn6xxx-mgmt' of git://git.linux-mips.org/pub/scm/daney/upstream...Ralf Baechle2012-09-274-139/+512
|\ \
| * | netdev: octeon_mgmt: Make multi-line comment style consistent.David Daney2012-08-311-18/+9
| * | netdev: octeon_mgmt: Remove some useless 'inline'David Daney2012-08-311-4/+4
| * | netdev: octeon_mgmt: Cleanup and modernize MAC address handling.David Daney2012-08-311-7/+9
| * | netdev: octeon_mgmt: Set the parent device.David Daney2012-08-311-0/+2
| * | netdev: octeon_mgmt: Improve ethtool_ops.David Daney2012-08-311-4/+18
| * | netdev: octeon_mgmt: Add hardware timestamp support.Chad Reese2012-08-311-5/+152
| * | netdev: octeon_mgmt: Add support for 1Gig ports.David Daney2012-08-311-73/+255
| * | MIPS: Octeon: Add octeon_io_clk_delay() function.David Daney2012-08-313-31/+66
* | | Merge branch 'cn68xx-ciu2' of git://git.linux-mips.org/pub/scm/daney/upstream...Ralf Baechle2012-09-27114-1618/+44371
|\ \ \
| * | | MIPS: OCTEON: Register ciu/ciu2 as the default irq_domain.David Daney2012-08-311-0/+2
| * | | MIPS: Octeon: Make interrupt controller work with threaded handlers.David Daney2012-08-311-143/+137
| * | | MIPS: OCTEON: Add support for cn68XX interrupt controller.David Daney2012-08-312-24/+547
| * | | MIPS: OCTEON: Add OCTEON_IRQ_* definitions for cn68XX chips.David Daney2012-08-311-3/+4
| * | | MIPS: OCTEON: Update register definitions.David Daney2012-08-3138-1160/+42982
| * | | MIPS: OCTEON: Add detection of cnf71xx parts.David Daney2012-08-311-0/+18
| |/ /
| * | Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2012-08-2519-110/+171
| |\ \
| | * | MIPS: pci-ar724x: avoid data bus error due to a missing PCIe moduleGabor Juhos2012-08-231-0/+22
| | * | MIPS: Malta: Delete duplicate PCI fixup.Ralf Baechle2012-08-171-13/+0
| | * | MIPS: ath79: don't hardcode the unavailability of the DSP ASEGabor Juhos2012-08-171-1/+0
| | * | MIPS: Synchronize MIPS count one CPU at a timeJayachandran C2012-08-173-21/+17
| | * | MIPS: BCM63xx: Fix SPI message control register handling for BCM6338/6348.Florian Fainelli2012-08-174-8/+42
| | * | MIPS: Module: Deal with malformed HI16/LO16 relocation sequences.Ralf Baechle2012-08-171-7/+28
| | * | MIPS: Fix race condition in module relocation code.Ralf Baechle2012-08-172-7/+7
| | * | MIPS: Fix memory leak in error path of HI16/LO16 relocation handling.Ralf Baechle2012-08-171-2/+7
| | * | MIPS: MTX-1: Add udelay to mtx1_pci_idselBruno Randolf2012-08-171-0/+2
| | * | MIPS: ath79: select HAVE_CLKGabor Juhos2012-08-171-0/+1
| | * | MIPS: ath79: Use correct IRQ number for the OHCI controller on AR7240Gabor Juhos2012-08-171-0/+2
| | * | MIPS: ath79: Fix number of GPIO lines for AR724[12]Gabor Juhos2012-08-172-3/+6
| | * | MIPS: Octeon: Fix broken interrupt controller code.David Daney2012-08-172-55/+44
| * | | Merge branch 'for-3.6' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2012-08-254-10/+7
| |\ \ \
| | * | | svcrpc: fix svc_xprt_enqueue/svc_recv busy-loopingJ. Bruce Fields2012-08-201-5/+2
| | * | | svcrpc: sends on closed socket should stop immediatelyJ. Bruce Fields2012-08-201-1/+2
| | * | | svcrpc: fix BUG() in svc_tcp_clear_pagesJ. Bruce Fields2012-08-201-1/+1
| | * | | nfsd4: fix security flavor of NFSv4.0 callbackJ. Bruce Fields2012-08-202-3/+2
| | |/ /