summaryrefslogtreecommitdiffstats
path: root/sys/mips
Commit message (Expand)AuthorAgeFilesLines
* Build etherswitch support for appropriate Ralink/Mediatek SoCssgalabov2016-05-253-0/+15
* Garbage collect unused prototype for clockintr().rwatson2016-05-201-2/+0
* Exclude BCM from universe build until it compiles again.bz2016-05-191-0/+2
* Ralink: Add more SoC compatible stringssgalabov2016-05-191-0/+3
* Return the struct intr_pic pointer from intr_pic_register. This will beandrew2016-05-187-7/+7
* Don't repeat the the word 'the'eadler2016-05-171-1/+1
* Add proper PCIe init for MT7628/MT7688 SoCssgalabov2016-05-171-0/+1
* [mips] also add otus/urtwn USB modules.adrian2016-05-171-1/+1
* [mips] add urtwn and otus NIC modules.adrian2016-05-171-1/+1
* [mips/broadcom] Add initial support for Broadcom MIPS processoradrian2016-05-179-0/+724
* [mips/broadcom] Add initial code for interrupts on the Broadcom MIPS processoradrian2016-05-162-0/+183
* Introduce MSI and MSI-X support to intrng. This adds a new msi deviceandrew2016-05-161-0/+1
* Use OF_prop_free instead of direct call to free(9)gonzo2016-05-142-3/+3
* Remove NULL checks after M_WAITOK allocations from sys/mips/.trasz2016-05-115-20/+0
* Rename siba -> siba_s5, to specifically reference that it's for theadrian2016-05-101-2/+1
* siba depends on bhndbus; add the device to the kernel config.bz2016-05-101-0/+1
* mtk_spi cleanup commented printfssgalabov2016-05-062-11/+0
* mtk_gpio fixessgalabov2016-05-062-38/+16
* Implement FBT provider (MD part) for DTrace on MIPS.br2016-05-052-8/+11
* INTRNG - redefine struct intr_map_data to avoid headers pollution. Eachskra2016-05-056-22/+46
* When attempting to satisfy mmap() requests for superpage alignment onrwatson2016-04-302-7/+9
* sys: Make use of our rounddown() macro when sys/param.h is available.pfg2016-04-303-3/+3
* Add a bus_null_rescan() method that always fails with an error.jhb2016-04-271-1/+1
* Implement a PCI bus rescan method.jhb2016-04-271-0/+1
* [mips] correctly represent memory region allocations >> 2^^31adrian2016-04-261-2/+2
* Remove uart_dev_mtk_ns8250sgalabov2016-04-232-114/+0
* Use cpu_establish_hardintr in mtk_intr_gicsgalabov2016-04-231-14/+3
* Introduce palmbus for Mediatek/Ralink SoCssgalabov2016-04-231-0/+81
* Minor pinctrl fixes for Mediatek/Ralinksgalabov2016-04-231-3/+3
* sys: use our roundup2/rounddown2() macros when param.h is available.pfg2016-04-215-9/+9
* sys: use our nitems() macro when param.h is available.pfg2016-04-212-4/+4
* Remove slightly used const values that can be replaced with nitems().pfg2016-04-211-2/+1
* Rework Mediatek/Ralink configuration filessgalabov2016-04-2111-184/+503
* Use our nitems() macro when param.h is available.pfg2016-04-201-1/+1
* Add compat strings used by OpenWRT to some Mediatek/Ralink driverssgalabov2016-04-202-6/+3
* Rework mtk_gpio_v1 driversgalabov2016-04-201-47/+50
* Introduce OpenWRT compatible pinctrl driver for Mediatek/Ralink SoCssgalabov2016-04-202-4/+481
* Allow RT3350 CPU clock to be detected as part of RT3050/RT3052 detectionsgalabov2016-04-182-8/+12
* Add support for boot arguments specification via fdtsgalabov2016-04-161-0/+55
* Change MIPS_INTRNG to INTRNG in MEDIATEK_BASE configsgalabov2016-04-161-2/+2
* Rename ARM_INTRNG and MIPS_INTRNG to INTRNG. This will help with machineandrew2016-04-155-17/+17
* Make NIRQ configurable for MIPSsgalabov2016-04-151-2/+6
* Mediatek/Ralink: Get our drivers closer to OpenWRT dts definitionssgalabov2016-04-159-29/+38
* Remove unneeded initialization in mtk_xhci.csgalabov2016-04-151-1/+0
* In order to build a kernel with one of these configs the user should dosgalabov2016-04-1510-0/+411
* mips: for pointers replace 0 with NULL.pfg2016-04-1510-10/+10
* Add a new PCI bus interface method to alloc the ivars (dinfo) for a device.jhb2016-04-151-2/+2
* Move Mediatek/Ralink PCIe to NEW_PCIBsgalabov2016-04-122-303/+69
* Define PCI_RES_BUS for MIPS.sgalabov2016-04-121-0/+3
* Cleanup unnecessary semicolons from the kernel.pfg2016-04-102-5/+5
OpenPOWER on IntegriCloud