aboutsummaryrefslogtreecommitdiff
path: root/sys/mips
Commit message (Expand)AuthorAgeFilesLines
* Now that if_arge.c handles actual 'locked' media settings, enableAdrian Chadd2015-03-081-1/+5
* Modify the if_arge code to use a /fixed/ media mode when it's configured.Adrian Chadd2015-03-081-6/+38
* Add ethernet MAC DDR flush hookups for QCA955x.Adrian Chadd2015-03-041-4/+5
* Add DDR flush registers for QCA955x.Adrian Chadd2015-03-041-0/+7
* Fix both arge0 and arge1 to work correctly on the AP135.Adrian Chadd2015-03-041-1/+9
* Add support for the AP135 2.0 reference platform.Adrian Chadd2015-03-022-0/+226
* Bring over the initial QCA955x SoC support framework.Adrian Chadd2015-03-022-0/+226
* [QCA955x] make the USB EHCI interrupts shareable.Adrian Chadd2015-03-021-1/+1
* Add initial QCA955x support to if_arge.c.Adrian Chadd2015-03-021-1/+21
* Add a MII mode for SGMII.Adrian Chadd2015-03-021-0/+1
* Add very initial QCA955x awareness to the GPIO code.Adrian Chadd2015-03-011-3/+11
* Flesh out some more QCA955x ethernet PLL setup.Adrian Chadd2015-03-011-28/+10
* Add Ethernet PLL values for the QCA955x.Adrian Chadd2015-03-011-0/+5
* Make QCA955X_GMAC_REG_ETH_CFG defined like most other registers like this.Adrian Chadd2015-03-011-1/+1
* Add QCA955x support to the EHCI setup path.Adrian Chadd2015-03-011-0/+4
* Whitespace fixes for sys/mips/nlm/devJayachandran C.2015-02-2816-131/+121
* Whitespace fixes for files in sys/mips/nlmJayachandran C.2015-02-2831-190/+191
* Add subclass of simplebus for Broadcom XLPJayachandran C.2015-02-275-443/+363
* Move PCI bus below simplebus for Broadcom XLPJayachandran C.2015-02-271-12/+10
* Improve additional interrupt ACK for Broadcom XLPJayachandran C.2015-02-273-33/+35
* Remove run-time allocation of XLP IRQsJayachandran C.2015-02-264-138/+118
* Add netlogic,xlp-pic as interrupt controller for XLPJayachandran C.2015-02-261-0/+40
* Fix up interrupt definitions for Broadcom XLPJayachandran C.2015-02-263-20/+16
* Remove this - I made it all work again a looong time ago.Adrian Chadd2015-02-161-1/+0
* The linux driver code for the MDIO bus does a read-after-writeSean Bruno2015-02-021-2/+14
* Do not qualify the mcontext_t *mcp argument for set_mcontext(9) asKonstantin Belousov2015-01-312-3/+3
* Implement GPIO_GET_BUS() method for all GPIO drivers.Luiz Otavio O Souza2015-01-316-14/+63
* Replace spaces with tabs, this will easier future changes on softcLuiz Otavio O Souza2015-01-313-17/+17
* Clean up and fix the device detach routine and the failure path on GPIOLuiz Otavio O Souza2015-01-313-14/+27
* Remove Giant from /dev/mem and /dev/kmem. It is definitely not neededKonstantin Belousov2015-01-241-2/+0
* Add 128-byte cache flushing routines.Ruslan Bukin2015-01-203-6/+219
* Move MALTA_COMMON to std.MALTA (as we have for XLP and SWARM).Bjoern A. Zeeb2015-01-073-2/+2
* Remove the machine directive from the common MALTA* configuration fileBjoern A. Zeeb2015-01-071-2/+0
* Factor out duplicated code from dumpsys() on each architecture into genericMark Johnston2015-01-073-320/+85
* Remove "New" label from NFSCL/NFSD now that they are the only NFSJohn Baldwin2015-01-061-1/+1
* In order to reduce use of M_EXT outside of the mbuf allocator andRobert Watson2015-01-061-4/+2
* Make the apb.c code optional behind ar71xx_apb rather than standard.Adrian Chadd2015-01-067-1/+14
* Add an APB base/size for the QCA955X for an upcoming QCA955x specificAdrian Chadd2015-01-061-0/+13
* The QCA955x USB init path doesn't require any of this, so delete it.Adrian Chadd2015-01-061-19/+0
* Add some GEOM options.Craig Rodrigues2015-01-061-0/+3
* Refactor common options from MALTA and MALTA64 kernelCraig Rodrigues2015-01-063-131/+63
* Add 64-bit DMA support in the XHCI controller driver.Hans Petter Selasky2015-01-055-0/+5
* Remove the remnants of the OpenWRT/Linux bits that this was based offAdrian Chadd2015-01-051-10/+0
* Oops - missed refclk.Adrian Chadd2015-01-051-2/+1
* Add initial Qualcomm Atheros QCA955x SoC support.Adrian Chadd2015-01-054-0/+502
* ACK interrupts on the new SoCs.Adrian Chadd2015-01-051-0/+2
* add QCA955x SoC types.Adrian Chadd2015-01-051-1/+3
* Add QCA955x series register definitions.Adrian Chadd2015-01-051-0/+183
* Add a GPIO output mux configuration method.Adrian Chadd2015-01-032-0/+40
* Add AR934x specific GPIO functions and output MUX configuration.Adrian Chadd2015-01-031-0/+22