aboutsummaryrefslogtreecommitdiff
path: root/sys/mips
Commit message (Expand)AuthorAgeFilesLines
* [mips] Tidy up setting/clearing the hardfloat flag.Adrian Chadd2016-06-141-1/+6
* [mips] set hardfloat for fpu instruction generation for gcc/binutils 5.xAdrian Chadd2016-06-131-0/+1
* bhnd(4): Fix mips/broadcom core matching and bus pass order.Landon J. Fuller2016-06-081-8/+11
* bhnd(4): Add a vendor parameter to BHND_DEVICE(), replacing vendor-specificLandon J. Fuller2016-06-081-3/+3
* Get rid of struct proc p_sched and struct thread td_sched pointers.Konstantin Belousov2016-06-051-1/+1
* INTRNG - change the way how an interrupt mapping data are providedSvatopluk Kraus2016-06-051-0/+4
* Switch mips/sentry5 to bhnd(4), and unify with mips/broadcomLandon J. Fuller2016-06-045-39/+18
* bhnd(4): Add support for chipc-attached flashLandon J. Fuller2016-06-041-3/+20
* Build etherswitch support for appropriate Ralink/Mediatek SoCsStanislav Galabov2016-05-253-0/+15
* Garbage collect unused prototype for clockintr().Robert Watson2016-05-201-2/+0
* Exclude BCM from universe build until it compiles again.Bjoern A. Zeeb2016-05-191-0/+2
* Ralink: Add more SoC compatible stringsStanislav Galabov2016-05-191-0/+3
* Return the struct intr_pic pointer from intr_pic_register. This will beAndrew Turner2016-05-187-7/+7
* Don't repeat the the word 'the'Eitan Adler2016-05-171-1/+1
* Add proper PCIe init for MT7628/MT7688 SoCsStanislav Galabov2016-05-171-0/+1
* [mips] also add otus/urtwn USB modules.Adrian Chadd2016-05-171-1/+1
* [mips] add urtwn and otus NIC modules.Adrian Chadd2016-05-171-1/+1
* [mips/broadcom] Add initial support for Broadcom MIPS processorAdrian Chadd2016-05-179-0/+724
* [mips/broadcom] Add initial code for interrupts on the Broadcom MIPS processorAdrian Chadd2016-05-162-0/+183
* Introduce MSI and MSI-X support to intrng. This adds a new msi deviceAndrew Turner2016-05-161-0/+1
* Use OF_prop_free instead of direct call to free(9)Oleksandr Tymoshenko2016-05-142-3/+3
* Remove NULL checks after M_WAITOK allocations from sys/mips/.Edward Tomasz Napierala2016-05-115-20/+0
* Rename siba -> siba_s5, to specifically reference that it's for theAdrian Chadd2016-05-101-2/+1
* siba depends on bhndbus; add the device to the kernel config.Bjoern A. Zeeb2016-05-101-0/+1
* mtk_spi cleanup commented printfsStanislav Galabov2016-05-062-11/+0
* mtk_gpio fixesStanislav Galabov2016-05-062-38/+16
* Implement FBT provider (MD part) for DTrace on MIPS.Ruslan Bukin2016-05-052-8/+11
* INTRNG - redefine struct intr_map_data to avoid headers pollution. EachSvatopluk Kraus2016-05-056-22/+46
* When attempting to satisfy mmap() requests for superpage alignment onRobert Watson2016-04-302-7/+9
* sys: Make use of our rounddown() macro when sys/param.h is available.Pedro F. Giffuni2016-04-303-3/+3
* Add a bus_null_rescan() method that always fails with an error.John Baldwin2016-04-271-1/+1
* Implement a PCI bus rescan method.John Baldwin2016-04-271-0/+1
* [mips] correctly represent memory region allocations >> 2^^31Adrian Chadd2016-04-261-2/+2
* Remove uart_dev_mtk_ns8250Stanislav Galabov2016-04-232-114/+0
* Use cpu_establish_hardintr in mtk_intr_gicStanislav Galabov2016-04-231-14/+3
* Introduce palmbus for Mediatek/Ralink SoCsStanislav Galabov2016-04-231-0/+81
* Minor pinctrl fixes for Mediatek/RalinkStanislav Galabov2016-04-231-3/+3
* sys: use our roundup2/rounddown2() macros when param.h is available.Pedro F. Giffuni2016-04-215-9/+9
* sys: use our nitems() macro when param.h is available.Pedro F. Giffuni2016-04-212-4/+4
* Remove slightly used const values that can be replaced with nitems().Pedro F. Giffuni2016-04-211-2/+1
* Rework Mediatek/Ralink configuration filesStanislav Galabov2016-04-2111-184/+503
* Use our nitems() macro when param.h is available.Pedro F. Giffuni2016-04-201-1/+1
* Add compat strings used by OpenWRT to some Mediatek/Ralink driversStanislav Galabov2016-04-202-6/+3
* Rework mtk_gpio_v1 driverStanislav Galabov2016-04-201-47/+50
* Introduce OpenWRT compatible pinctrl driver for Mediatek/Ralink SoCsStanislav Galabov2016-04-202-4/+481
* Allow RT3350 CPU clock to be detected as part of RT3050/RT3052 detectionStanislav Galabov2016-04-182-8/+12
* Add support for boot arguments specification via fdtStanislav Galabov2016-04-161-0/+55
* Change MIPS_INTRNG to INTRNG in MEDIATEK_BASE configStanislav Galabov2016-04-161-2/+2
* Rename ARM_INTRNG and MIPS_INTRNG to INTRNG. This will help with machineAndrew Turner2016-04-155-17/+17
* Make NIRQ configurable for MIPSStanislav Galabov2016-04-151-2/+6