summaryrefslogtreecommitdiffstats
path: root/sys/mips
Commit message (Expand)AuthorAgeFilesLines
* Add very initial QCA955x awareness to the GPIO code.adrian2015-03-011-3/+11
* Flesh out some more QCA955x ethernet PLL setup.adrian2015-03-011-28/+10
* Add Ethernet PLL values for the QCA955x.adrian2015-03-011-0/+5
* Make QCA955X_GMAC_REG_ETH_CFG defined like most other registers like this.adrian2015-03-011-1/+1
* Add QCA955x support to the EHCI setup path.adrian2015-03-011-0/+4
* Whitespace fixes for sys/mips/nlm/devjchandra2015-02-2816-131/+121
* Whitespace fixes for files in sys/mips/nlmjchandra2015-02-2831-190/+191
* Add subclass of simplebus for Broadcom XLPjchandra2015-02-275-443/+363
* Move PCI bus below simplebus for Broadcom XLPjchandra2015-02-271-12/+10
* Improve additional interrupt ACK for Broadcom XLPjchandra2015-02-273-33/+35
* Remove run-time allocation of XLP IRQsjchandra2015-02-264-138/+118
* Add netlogic,xlp-pic as interrupt controller for XLPjchandra2015-02-261-0/+40
* Fix up interrupt definitions for Broadcom XLPjchandra2015-02-263-20/+16
* Remove this - I made it all work again a looong time ago.adrian2015-02-161-1/+0
* The linux driver code for the MDIO bus does a read-after-writesbruno2015-02-021-2/+14
* Do not qualify the mcontext_t *mcp argument for set_mcontext(9) askib2015-01-312-3/+3
* Implement GPIO_GET_BUS() method for all GPIO drivers.loos2015-01-316-14/+63
* Replace spaces with tabs, this will easier future changes on softcloos2015-01-313-17/+17
* Clean up and fix the device detach routine and the failure path on GPIOloos2015-01-313-14/+27
* Remove Giant from /dev/mem and /dev/kmem. It is definitely not neededkib2015-01-241-2/+0
* Add 128-byte cache flushing routines.br2015-01-203-6/+219
* Move MALTA_COMMON to std.MALTA (as we have for XLP and SWARM).bz2015-01-073-2/+2
* Remove the machine directive from the common MALTA* configuration filebz2015-01-071-2/+0
* Factor out duplicated code from dumpsys() on each architecture into genericmarkj2015-01-073-320/+85
* Remove "New" label from NFSCL/NFSD now that they are the only NFSjhb2015-01-061-1/+1
* In order to reduce use of M_EXT outside of the mbuf allocator andrwatson2015-01-061-4/+2
* Make the apb.c code optional behind ar71xx_apb rather than standard.adrian2015-01-067-1/+14
* Add an APB base/size for the QCA955X for an upcoming QCA955x specificadrian2015-01-061-0/+13
* The QCA955x USB init path doesn't require any of this, so delete it.adrian2015-01-061-19/+0
* Add some GEOM options.rodrigc2015-01-061-0/+3
* Refactor common options from MALTA and MALTA64 kernelrodrigc2015-01-063-131/+63
* Add 64-bit DMA support in the XHCI controller driver.hselasky2015-01-055-0/+5
* Remove the remnants of the OpenWRT/Linux bits that this was based offadrian2015-01-051-10/+0
* Oops - missed refclk.adrian2015-01-051-2/+1
* Add initial Qualcomm Atheros QCA955x SoC support.adrian2015-01-054-0/+502
* ACK interrupts on the new SoCs.adrian2015-01-051-0/+2
* add QCA955x SoC types.adrian2015-01-051-1/+3
* Add QCA955x series register definitions.adrian2015-01-051-0/+183
* Add a GPIO output mux configuration method.adrian2015-01-032-0/+40
* Add AR934x specific GPIO functions and output MUX configuration.adrian2015-01-031-0/+22
* Add AR934x GPIO function configuration.adrian2015-01-031-0/+6
* For now build random into the kernel - there seems to be issues kldload'ingadrian2015-01-031-1/+1
* The kernel has gotten too big; trim out MSDOSFS for the DIR825B1.adrian2015-01-031-1/+1
* Update ELF headers to include additional definesemaste2015-01-021-29/+0
* The physical memory allocator supports the use of distinct free lists foralc2014-12-311-11/+9
* Restore the trap type argument to the DTrace trap hook, removed in r268600.markj2014-12-231-1/+2
* Correct the end address of the memory regions.br2014-12-191-2/+2
* Add configuration files for BERI soft-core synthesized onbr2014-12-172-0/+27
* Use memory regions information provided in FDT.br2014-12-171-0/+28
* Add some new modes to OpenCrypto. These modes are AES-ICM (can be usedjmg2014-12-121-7/+2
OpenPOWER on IntegriCloud